:root{
    --whole-web-left-margin--: 20vw;
    --whole-web-right-margin--: 20vw;
}
body{
    padding: 0;
    margin: 0;
    font-family: "Verdana", sans-serif;
}
main{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}
nav{
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 27px;
    width: 100%;
    height: 75px;
    z-index: 1;
}
.menuButton{
    display: none;
    float: right;
    margin-right: var(--whole-web-right-margin--);
    margin-top: 15px;
    width: auto;
    height: calc(100% - 30px);
    background-color: white;
    border: none;
    border-radius: 3px;
    -ms-transform: skew(-15deg, 0deg);
    -webkit-transform: skew(-15deg, 0deg);
    transform: skew(-15deg, 0deg);
}
.menuBg{
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    visibility: hidden;
    overflow: hidden;
}
.menuNav{
    float: right;
    background-color: rgba(31, 33, 32, 1);
    width: 30vw;
    height: 100vh;
    margin: 0;
    margin-right: -30vw;
    padding: 0;
    list-style-type: none;
    transition: 0.5s;
}
.menuNav li{
    width: 100%;
    height: 60px;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(31, 33, 32, 1);
}
.menuNav a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 60px;
    font-size: 0.7em;
    text-decoration: none;
    color: white;
}
.mainNav{
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: right;
    margin-right: var(--whole-web-right-margin--);
}
.mainNav li{
    display: inline-block;
    height: 100%;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    background-color: transparent;
    text-align: center;
    -ms-transform: skew(-15deg, 0deg);
    -webkit-transform: skew(-15deg, 0deg);
    transform: skew(-15deg, 0deg);
    backface-visibility: hidden;
    transition: 0.5s;
}
.mainNav li:hover{
    background-color: white;
    transition: 0.25s;
}
.mainNav a{
    display:inline-block;
    color: white;
    text-decoration: none;
    font-size: 0.8em;
    line-height: 75px;
    text-align: center;
    backface-visibility: hidden;
    transition: 0.25s;
}
.logo{
    float: left;
    margin-left: var(--whole-web-left-margin--);
    display: inline;
    height: calc(100% - 10px);
    padding: 5px;
    width: auto;
}
header{
    position: relative;
    margin: 0;
    padding: 0;
    height: 80vw;
    width: 100%;
    max-height: 80vh;
    overflow: hidden;
}
.changingBgImg{
    height: 100%;
    width: 100%;
    background-position: 45% 35%;
    background-repeat: no-repeat;
    transition: none;
}
.changingBgImg1{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: 45% 35%;
    background-repeat: no-repeat;
    transition: none;
}
header p{
    margin: 0;
    padding: 10px 15px;
    color: white;
    font-size: 1.2vw;
    line-height: 1.4vw;
    -ms-transform: skew(15deg, 0deg);
    -webkit-transform: skew(15deg, 0deg);
    transform: skew(15deg, 0deg);
    z-index: 2;
}
.blackRect{  
    position: absolute;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    left: var(--whole-web-left-margin--);
    text-align: center;
    width: 45%;
    border: none;
    border-radius: 4px;
    -ms-transform: skew(-15deg, 0deg);
    -webkit-transform: skew(-15deg, 0deg);
    transform: skew(-15deg, 0deg);
}
.blackRect img{
    padding: 5px 5px;
    -ms-transform: skew(15deg, 0deg);
    -webkit-transform: skew(-5deg, 0deg);
    transform: skew(15deg, 0deg);
}
.blackRectText{
    width: 65%;
    height: 100%;
}
.content{
    margin-left: var(--whole-web-left-margin--);
    margin-right: var(--whole-web-right-margin--);
    padding-bottom: 10px;
    grid-row: 1;
    grid-column: 1;
}
.certificate{
    margin-left: 12.5%;
    width: 75%;
    border: none;
    border-radius: 4px;
}
.halfWidthContainer{
    width: 50%;
}
.price{
    display: flex;
    justify-content: center;
    gap: 7%;
    margin-top: 30px;
    margin-left: 30px;
    width: 90%;
    height: 100px;
    background-color: white;
    border: none;
    border-radius: 4px;
}
.price img{
    width: 100px;
    padding-top: 7.5px;
}
.gridGallery{
    width: 100%;
    max-height: 600px;
    display: flex;
    gap: 10px;
    margin-top: 10px;
}
.galleryImg{
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 4px;
}
.horizontalImg{
    width: calc(60% - 5px);
    flex-basis: 60%;
}
.verticalImg{
    width: calc(40% - 5px);
    flex-basis: 40%;
}
.scrollingBg{
    width: 100%;
    height: 100vh;
    top: 0;
    position: sticky;   
    background-image: url("Logo.svg");
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center;
    grid-row: 1;
    grid-column: 1;
    z-index: -1;
    filter: blur(4px);
    -webkit-filter: blur(4px);
}
.rest{   
    grid-row: 1;
    grid-column: 1;
    margin-left: var(--whole-web-left-margin--);
    margin-right: var(--whole-web-right-margin--);
}
h1{
    color: rgba(31, 33, 32, 1);
    line-height: 30px;
    margin-top: 30px;
    margin-left: 10px;
}
h2{
    display: inline-block;
    width: 50%;
    color: white;
    line-height: 50px;
    font-size: 1.3em;
    margin-top: 0;
    margin-left: 30px;
    white-space: pre;
}
h3{   
    margin: 0;
    padding: 10px 15px;
    color: white;
    font-size: 2.8vw;
    -ms-transform: skew(15deg, 0deg);
    -webkit-transform: skew(15deg, 0deg);
    transform: skew(15deg, 0deg);
    z-index: 2;
    font-weight: lighter;
}
h4{
    font-size: 1.5em;
}
h5{
    color: rgba(31, 33, 32, 1);
    font-size: 1.45em;
    line-height: 100px;
    margin: 0;
}
p{
    line-height: 1.3em;
}
.blueRect{ 
    background-color: rgba(23, 48, 149, 1);
    width: auto;
    height: 20px;
    margin-bottom: 10px;
    -ms-transform: skew(-15deg, 0deg);
    -webkit-transform: skew(-15deg, 0deg);
    transform: skew(-15deg, 0deg);
}
.contactContainer{
    display: flex;
    width: 100%;
}
.mapRect{
    width: calc(100vw - (var(--whole-web-left-margin--) + var(--whole-web-right-margin--) + 20vw));
    height: auto;
    margin-top: 30px;
    margin-bottom: 50px;
    border-style: solid;
    border-width: 4px;
    border-color: rgba(31, 33, 32, 1);
    border-radius: 2px;
    background-color: rgba(31, 33, 32, 1);
}
.mapRect a{
    display: block;
    width: 100%;
    height: 100%;
}
.mapRect img{
    width: 100%;
    height: 100%;
}
.address{
    margin-top: 30px;
    width: 20vw;
}
.address img{
    display: block;
    height: 50%;
    width: 100%;
}
.blackPar{
    display: flex;
    gap: 30px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    height: auto;
    background-color: rgba(31, 33, 32, 0.8);
    padding-bottom: 15px;
    padding-top: 15px;
    z-index: 1;
    border: none;
    border-radius: 4px;
}
.blackParContainer{
    width: 67%;
}
.checksContainer{
    width: 100%;
    height: calc(100% - 160px);
    margin-bottom: 30px;
}
.checkContainer{
    display: flex;
    min-height: 35px;
    align-items: center;
    gap: 10px;
    color: white;
    margin-left: 30px;
}
.checkContainer p{
    margin: 0;
}
.moreInfoButton{
    float: right;
    width: 210px;
    height: 50px;
    margin-right: 20px;
}
.moreInfoButton a{
    display: block;
    width: 100%;
    height: 100%;  
    line-height: 50px; 
    font-size: 1.3em;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color: white;
    background-color: rgba(23, 48, 149, 1);
    border: none;
    border-radius: 4px;
    transition: 0.25s;
}
.moreInfoButton a:hover{
    color: black;
    background-color: white;
}
.imgNextToText{
    max-height: 435px;
    height: auto;
    width: calc(30% - 15px);
    border: none;
    border-radius: 4px;
}
.checkIcon{
    width: 25px;
    height: 25px;
    border-style: solid;
    border-color: white;
    border-width: 2px;
    border-radius: 25px;
}
.voucher{
    width: calc(100% - 60px);
    margin-left: 30px;
    border: none;
    border-radius: 4px;
}
.ourCertificate{
    width: 95%;
    border: none;
    border-radius: 4px;
}
.limitedOfferImg{
    width: 50%;
    margin-top: 15%;
    margin-left: 25%;
}
.limitedOfferText{
    width: 100%;
    margin-top: 10%;
    font-size: 4em;
    text-align: center;
    color: white;
}
.limitedOfferPoster{
    width: 90%;
    margin-left: 5%;
    border: none;
    border-radius: 4px;
}
.addressUl{
    display: table;
    margin: auto;
    padding: 0;
    height: 50%;
    width: 100%;
}
.addressUl li{
    display: flex;
    width: auto;
    height: auto;
    gap: 5px;
    padding-left: 30px;
    align-items: center;
    background-color: transparent;
}
.addressUl img{
    max-width: 45px;
}
.addressText{
    width: calc(100% - 50px);
    font-size: 15px;
}
footer{
    background-color: rgba(31, 33, 32, 1);
    color: white;
    height: auto;
    width: 100%;
    padding-bottom: 10px;
}
.createdBy{
    margin-top: 65px;
    margin-left: var(--whole-web-left-margin--);
    line-height: 25px;
    height: 60px;
    width: 40vw;
}
.sites{
    float: right;
    display: inline;
    margin: 0;
    margin-right: var(--whole-web-left-margin--);
    padding-right: 0;
    margin-top: 25px;
    height: 100px;
    width: 210px;
}
.sites li{
    display: block;
    width: auto;
    height: auto;
    -ms-transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    background-color: transparent;
}
.sites a{
    display: flex;
    gap: 5px;
    text-decoration: none;
    font-size: 16px;
    height: 50px;
    color: white;
}
.siteName{
    height: 50px;
    width: auto;
    line-height: 50px;
}
.contactForm {
    width: calc(100% -(var(--whole-web-left-margin--) + var(--whole-web-right-margin--)));
    margin-left: var(--whole-web-left-margin--);
    margin-right: var(--whole-web-right-margin--);
    padding-top: 5px;
}
input[type=text], textarea{
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: none;
}
input[type=email]{
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}
input[type=submit]{
    background-color: rgba(23, 48, 149, 1);
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    padding: 12px 20px;
}
input[type=submit]:hover{
    background-color: white;
    color: rgba(31, 33, 32, 1);
    transition: 0.25s;
}
@media only screen and (max-width: 1600px){
    :root{
        --whole-web-left-margin--: 10vw;
        --whole-web-right-margin--: 10vw;
    }
    .blackRect{
        width: 65%;
    }
    header p{
        font-size: 1.6vw;
        line-height: 1.8vw;
    }
    h3{
        font-size: 3.2vw;
    }
    h5{
        font-size: 1.4em;
    }
    .price{
        gap: 5%;
    }
    .mapRect{
        width: calc(100vw - (var(--whole-web-left-margin--) + var(--whole-web-right-margin--) + 25vw));
    }
    .limitedOfferImg{
        width: 40%;
        margin-left: 35%;
        margin-top: 15%;
    }
    .limitedOfferText{
        font-size: 3.7em;
        padding-left: 5%;
    }
    .limitedOfferPoster{
        width: 80%;
        margin-left: 10%;
    }
    .address{
        width: 25vw;
    }
}
@media only screen and (max-width: 1200px){
    :root{
        --whole-web-left-margin--: 5vw;
        --whole-web-right-margin--: 5vw;
    }
    .mainNav a{
        font-size: 0.7em;
    }
    .blackRect{
        width: 75%;
    }
    h2{
        font-size: 1.1em;
    }
    .price{
        gap: 3%;
    }
    .sites{
        display: block;
        float: none;
        margin-left: var(--whole-web-left-margin--);
        padding: 0;
        width: calc(100% -(var(--whole-web-left-margin--) + var(--whole-web-right-margin--)));
        height: auto;
    }
    .sites li{
        display: inline-block;
        width: 49%;
    }
    .sites li:nth-child(2) a{
        justify-content: flex-end;
    }
    .createdBy{
        margin-top: 0;
        margin-right: var(--whole-web-right-margin--);
        height: auto;
        padding-top: 5px;
        width: calc(100% -(var(--whole-web-left-margin--) + var(--whole-web-right-margin--)));
    }
    .addressText{
        font-size: 13px;
    }
}
@media only screen and (max-width: 1000px){
    .mainNav{
        visibility: hidden;
    }
    .menuButton{
        display: block;
    }    
    h5{
        font-size: 1.25em;
    }
    .price{
        gap: 2%;
    }
    .limitedOfferText{
        font-size: 3.5em;
    }
}
@media only screen and (max-width: 900px){
    header p{
        font-size: 2vw;
        line-height: 2.2vw;
    }
    h2{
        width: 50%;
    }
    .contactContainer{
        display: block;
    }
    .mapRect{
        width: calc(100% - 8px);
        margin-bottom: 10px;
    }
    .blackPar{
        display: block;
    }
    .blackParContainer{
        width: 100%;
    }
    .imgNextToText{
        width: 95%;
        height: auto;
        margin-left: 2.5%;
        max-height: none;
    }
    .halfWidthContainer{
        width: 100%;
    }
    .price {
        width: 70%;
    }
    .checkIcon{
        width: 20px;
        height: 20px;
        border-width: 1px;
    }
    .checkContainer{
        min-height: 25px;
    }
    .ourCertificate{
        width: calc(100% - 60px);
        margin-left: 30px;
        margin-top: 30px;
    }
    .limitedOfferImg{
        display: none;
    }
    .limitedOfferText{
        width: 90%;
        margin-top: 0;
        margin-bottom: 10px;
        text-align: left;
    }
    .limitedOfferPoster{
        width: 90%;
        margin-left: 5%;
    }
    .address{
        display: flex;
        width: 100%;
        margin-top: 0;
    }
    .addressText{
        font-size: 15px;
    }
    .address img{
        width: 50%;
        height: auto;
    }
}
@media only screen and (max-width: 800px){
    .menuNav{
        width: 35vw;
        margin-right: -35vw;
    }
    .menuNav a{
        font-size: 0.65em;
        line-height: 40px;
    }
    .menuNav li{
        height: 40px;
    }
    h1{
        font-size: 1.6em;
        margin-top: 20px;
    }
    .blueRect{
        height: 15px;
    }
    .gridGallery{
        display: block;
        margin-top: 0;
        max-height: none;
    }
    .horizontalImg{
        width: 100%;
    }
    .verticalImg{
        width: 100%;
    }
    .limitedOfferText{
        font-size: 2.8em;
    }
}
@media only screen and (max-width: 650px){
    nav{
        height: 60px;
    }
    .menuNav{
        width: 40vw;
        margin-right: -40vw;
    }
    .menuNav a{
        font-size: 0.6em;
    }
    .menuButton{
        height: calc(100% - 20px);
        margin-top: 10px;
    }
    .blackRect{
        width: 90%;
    }
    h3{
        font-size: 3.8vw;
    }
    h5{
        font-size: 1.1em;
        line-height: 80px;
    }
    header p{
        font-size: 2.8vw;
        line-height: 3.2vw;
    }
    li{
        width: 100px;
    }
    li a{
        font-size: 0.7em;
    }
    .price{
        width: calc(100% - 60px);
        height: 80px;
    }
    .price img{
        width: 75px;
    }
    .moreInfoButton{
        width: calc(50% - 60px);
    }
    .moreInfoButton a{
        font-size: 1.1em;
    }
    .limitedOfferText{
        font-size: 2.2em;
    }
    .createdBy{
        font-size: 0.8em;
    }
    .sites a{
        font-size: 0.8em;
    }
}
@media only screen and (max-width: 500px){
    .menuNav{
        width: 45vw;
        margin-right: -45vw;
    }
    .menuNav a{
        font-size: 0.5em;
    }
    h2{
        margin-left: 10px;
    }
    h3{
        font-size: 5vw;
    }
    .certificate{
        width: 90%;
        margin-left: 5%;
    }
    .price{
        width: calc(100% - 30px);
        margin-left: 15px;
    }
    .price img{
        width: 60px;
    }
    .moreInfoButton{
        float: none;
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .voucher{
        width: calc(100% - 20px);
        margin-left: 10px;
    }
    .checkContainer{
        margin-left: 10px;
    }
    .ourCertificate{
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-top: 15px;
    }
    .limitedOfferText{
        font-size: 1.9em;
    }
    .address{
        display: block;
        height: auto;
    }
    .addressUl{
        display: block;
    }
    .address img{
        width: 100%;
    }
    .address li{
        padding-left: 20px;
        gap: 15px;
    }
}
@media only screen and (max-width: 450px){
    .menuNav a{
        font-size: 0.4em;
    }
    h5{
        font-size: 0.95em;
    }
    .checkContainer{
        font-size: 0.8em;
        gap: 5px;
    }
    .price{
        gap: 1%;
    }
    .price img{
        width: 55px;
    }
    .limitedOfferText{
        font-size: 1.4em;
    }
    .sites li{
        display: block;
        width: 100%;
    }
    .sites li:nth-child(2) a{
        justify-content: flex-start;
    }
}