@font-face {
    font-family: poppins;
    src: url(fonts/Poppins.ttf);
}

@font-face {
    font-family: pro;
    src: url(fonts/pro.ttf);
}

:root {
    --background: #FFFFFF;
    --background2: #003366;
    --text: #051145;
    --text2: #000;
    --btn: #2a786b;
    --btnhover: #1c5f54;
    --brandbtn: rgba(34, 70, 249, 0.914);
    --brandbtnHover: rgba(4, 45, 250, 0.914);
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: pro;
}

html,
body {
    height: 100%;
    width: 100%;
}

/* book service message */

.book-service a{
background-color: orangered;
font-size: 2vw;
padding: 0.7vw 0;
width: 100%;
color: var(--background);
font-weight: bold;
text-align: center;
position: fixed;
z-index: 99;
text-decoration: none;
overflow-x: hidden;
}

/* end book service message */


/* start page1 */

.navbar {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 30vh;
    padding-top: 3vh;
}

.navbar a {
    text-decoration: none;
}


.nav-left img{
    height: 35vh;
    width: 14vw;
    position: relative;
    margin-top: 5vh;
}

.nav-center {
    display: flex;
    gap: 2vw;
    font-size: 1.3vw;
    text-transform: capitalize;
margin-left: 23vw;
}

.nav-center a {
    color: var(--text2);
}

.nav-right {
    font-size: 1.2vw;
    text-transform: uppercase;
    font-weight: 600;
    background-color: var(--btn);
    padding: 1vw 2.5vw;
    border-radius: 5vh;
    margin-left: 16vw;
    cursor: pointer;

}

.nav-right a {
    font-family: poppins;
    color: var(--background);
 
}


.nav-right:hover {
    background-color: var(--btnhover);
}

.nav-right2 {
    font-size: 1.2vw;
    text-transform: uppercase;
    font-weight: 600;
    background-color: var(--brandbtn);
    padding: 1vw 2vw;
    border-radius: 5vh;
    cursor: pointer;
    

}

.nav-right2 a {
    font-family: poppins;
    color: var(--background);
 
}


.nav-right2:hover {
    background-color: var(--brandbtnHover);
}



.hamburger {
    margin-left: 93vw;
    margin-top: -7vh;
    display: none;
}

.hamburger i {
    font-size: 2.2vw;
    cursor: pointer;
}


/* navbar for mobile */

.navbar-mobile {
    background-color: var(--background2);
    position: absolute;
    z-index: 2;
    margin-top: -30vh;
    height: 100vh;
    width: 100%;

    display: none;
}

.navbar-mobile i {
    font-size: 3vw;
    color: var(--background);
    margin-left: 75vw;

}

.close-icon {
    margin-top: 5vh;
    margin-left: 6vw;
    cursor: pointer;


}

.navbar-mobile a {
    text-decoration: none;
    color: #FFFFFF;
    text-transform: capitalize;
    font-size: 3vw;
    font-family: poppins;
    display: flex;
    justify-content: center;
    margin-top: 4vh;
    margin-bottom: 1vw;

}

/* start page1 */

#page1{
    height: 100vh;
    width: 100%;
    
}

#page1 h2{
    font-size: 8vw;
    text-align: center;
    color: var(--text);
    font-family: poppins;
    margin-top: 0vh;
    margin-right: 0vw;
    text-wrap: balance;
    
}

/*  */
.slider-part {
    height: 80vh;
    width: 100%;
    margin-top: -15vh;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    padding-bottom: 10vh;
    margin-top: 5vh;
    position: relative;
color: #fff;
}

.text-part{
    position: absolute;
    z-index: 2;
    margin-top: 12vh;
    font-size: 1.4vw;
}

.swiper-slide img {
display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
z-index: 1;
}

/*  */
/* end page1 */

/* start page2 */


#page2{
    min-height: 100vh;
    width: 100%;    
    padding-bottom: 10vh;
    margin-top: -8vh;
}

#page2 h3{
    text-align: center;
    font-size: 2.5vw;
    font-family: poppins;
    text-wrap: balance;
}

#page2 p{
text-align: center;
padding: 0vw 1vw;
margin-top: 2vh;
margin-bottom: 5vh;
}

/* ++ */

.ac-types{
    display: flex;
    flex-wrap: wrap;
gap: 10vw;
margin-left: 18vw;
}

.ac-card{
height: 115vh;
width: 30%;
box-shadow: 0 0 0.2rem black;
border-radius: 10px;
background-color: #E2E8EF;

}

.image-box{
height: 40vh;
background-color:#005660;
}

.image-box img{
height: 35vh;
width: 20vw;
margin-top: 3vh;
margin-left: 2vw;
overflow: hidden;
transition:all linear 0.2s;

}

.image-box img:hover{
scale: 1.1;

}

.ac-card h2{
    font-size: 1.7vw;
text-align: center;
text-wrap: balance;
margin-top: 3vh;
}


#ac-card2 h2{
font-size: 1.7vw;
}


#ac-card2 p{
margin-top: 2vh;

margin-right: 1vw;
}


#ac-card3 h2{
    font-size: 1.7vw;
margin-left: 1vw;
}

#ac-card3 p{
margin-top: 1.5vh;
margin-bottom: 3vh;
}

#ac-card4 p{
margin-bottom: 2.5vh;
}


#ac-card5 p{
margin-right: 1vw;
margin-bottom: 2.5vh;
}

#ac-card6 h2{
    font-size: 1.7vw;
}

#ac-card6 p{
margin-right: 1vw;
margin-bottom: 2.5vh;
}

.ac-card p{
text-wrap: wrap;
margin-left: 2vw;
margin-right: 2vw;
margin-top: 1vh;
line-height: 20px;

}

.ac-card span a{
text-decoration: none;
color:#FF4500;

}

.refri-btn{
background-color:var(--btn);
text-decoration: none;
border: none;
padding: 0.7vw 2vw;
margin-left: 2vw;
color: #fff;
border-radius: 1vh;
font-size: 1.4vw;
font-family: poppins;
cursor: pointer;   
}

.refri-btn:hover{
background-color: var(--btnhover);
}

.call-btn{
    background-color: var(--background2);
    text-decoration: none;
    border: none;
    padding: 0.7vw 2vw;
    border-radius: 1vh;
    margin-top: 0vh;
    margin-left: 2vw;
    color: #fff;
    font-size: 1.4vw;
    font-family: poppins;
    cursor: pointer;   
    }
    
    .call-btn:hover{
    background-color: var(--text);
    }
    
/* ++ */
/* end page2 */


/* start page3 */

#page3{
    height: 40vh;
    width: 100%;
}

#page3 h3{
    text-align: center;
    font-family: poppins;
    color: #051145;
    font-size: 2.2vw;
    margin-bottom: 3vh;
    text-wrap: balance;
}

#page3  p{
    text-align: center;
    margin-top: 2vh;
    font-size: 1.1vw;
    font-family: poppins;
}

/* end page3 */

/* start page4 */

#page4{
    min-height: 100vh;
    width: 100%;
    padding-bottom: 10vh;
}


.page4-section1{
    padding-top: 2vh;
    margin-left: 2vw;
    display: flex;
    gap: 2vw;
    border-bottom: 1px solid #2e2d2d;
    padding-bottom: 1vw;
    margin-right: 1vw;
}

.image-part img{
    border-radius: 10px;
    height: 50vh;
    margin-top: -5vh;
}

.content-part h3{
    font-size: 3vw;
    margin-left: 3vw;
    margin-top: -2vh;
    margin-bottom: 3vh;
    color: var(--text);
}

/* ++ */

.page4-section2{
    padding-top: 8vh;
    margin-left: 2vw;
    display: flex;
    gap: 2vw;
    border-bottom: 1px solid #2e2d2d;
    padding-bottom: 1vw;
    margin-right: 1vw;
}

.image-part img{
    border-radius: 10px;
    height: 50vh;
    margin-top: -5vh;
}

.content-part h3{
    font-size: 3vw;
    margin-left: 3vw;
    margin-top: -2vh;
    margin-bottom: 3vh;

}
/* +++ */

/* ++ */


.page4-section4{
    padding-top: 8vh;
    margin-left: 2vw;
    display: flex;
    gap: 2vw;
    border-bottom: 1px solid #2e2d2d;
    padding-bottom: 1vw;
    margin-right: 1vw;
}

.image-part img{
    border-radius: 10px;
    height: 50vh;
    margin-top: -5vh;
}

.content-part h3{
    font-size: 3vw;
    margin-left: 3vw;
    margin-top: -2vh;
    margin-bottom: 3vh;

}

/* ++ */


/* ++ */


.page4-section-3{
    padding-top: 8vh;
    margin-left: 2vw;
    display: flex;
    gap: 2vw;
    border-bottom: 1px solid #2e2d2d;
    padding-bottom: 1vw;
    margin-right: 1vw;
}

.image-part img{
    border-radius: 10px;
    height: 30vh;
    margin-top: -5vh;
}

.content-part h3{
    font-size: 2vw;
    margin-left: 3vw;
    margin-top: -2vh;
    margin-bottom: 3vh;

}

.content-part p{
    font-size: 1.1vw;
}


.click-call{
    background-color: var(--background2);
    text-decoration: none;
    border: none;
    padding: 0.5vw 0.6vw;
    border-radius: 1vh;
    margin-left: 60vw;
    color: #fff;
    font-size: 0.8vw;
    font-family: poppins;
    cursor: pointer;   
    }
    
    
    .click-call:hover{
    background-color: var(--text);
    }
    

.page4-text h5{
    padding: 1vw 0vw;
    text-align: center;
    color: var(--text);
    margin-left: 2vw;
    margin-right: 2vw;
}

/* ++ */

/* end page4 */

/* start page5 */

.page4-part2 {
    height: 30vh;
    width: 100%;
    background-color:#E2E8EF;

}

.page4-part2 h6 {
    font-size: 2vw;
    color: #000;
    text-transform: capitalize;
    padding-top: 3vh;
    text-align: center;
    font-weight: 700;
    font-family: poppins;
}

.page4-part2 h5 {
    font-size: 2.2vw;
    text-align: center;
    font-weight: 700;
    font-family: poppins;
    color: var(--text);
    margin-bottom: 5vh;
}

.page4-part2 a {
    font-size: 1.3vw;
    text-transform: uppercase;
    font-weight: 600;
    background-color: var(--btn);
    padding: 0.7vw 1.5vw;
    border-radius: 2vw;
    text-decoration: none;
    color: var(--background);
    font-family: poppins;
    margin-left: 41vw;
}

.page4-part2 a:hover{
    background-color: var(--btnhover);
    transition: all linear 0.3s;
}

/* end page5 */

/* start page7 */

#page7{
    height: 90vh;
    width: 100%;
    background-color: var(--background2);
    
    
}

.footer img{
    height: 30vh;
    width: 48vh;
    margin-top: 0vh;
}


.footer h6{
    color: var(--background);
    font-weight: normal;
    font-size: 1.2vw;
    margin-left: 3vw;
    
}

.footer-icons{
 position: relative;
 top: 4vh;
 margin-left: 10vw;

}


.footer i{
    color: var(--background);
    font-size: 2vw;
 margin-left: -4vw;   
}

.footer-part2{
    display: flex;
    justify-content: flex-end;    
    align-items: center;
    margin-top: -32vh;
    gap: 2vw;
}

.footer-part2 a{
    font-size: 1.8vw;
    text-transform: capitalize;
    text-wrap: balance;
}

.footer a{
    text-decoration: none;
    margin-right: 5vw;
    text-transform: capitalize;
    color:#B5E203;
    font-family: poppins;
}

.service-part{
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-right: 13vw;
    margin-top: 3vh;
    gap: 2vh;
}

.service-part a{
    color: #fff;
    font-size: 1.2vw;

}
.service-part a:hover{
    color:#676060;
}


.city-part{
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-top: -53vh;
    gap: 1vh;
}

.city-part a{
 color: #fff;   
 font-size: 1.2vw;
}

.city-part a:hover{
    color: #676060;
}


.copyright p{
margin-top:22vh;
text-align: center;
color: var(--background);
}



/* end page7 */

/* responsive part */ 

@media (max-width:440px){

    /* page1 media query - 440px */


    #page1{
       width: 100%;
       
    }

    .navbar{
        padding-top: 8vh;
    }

    .nav-left img{
        width: 50vw;
        margin-left: 10vw;
        margin-top: -10vh;
    }

    .nav-center a{
        display: none;
    }

    .nav-right{
        display: none;
    }

    
.nav-right2 {
    font-size: 2.2vw;
    text-transform: uppercase;
    font-weight: 600;
    background-color: var(--citybtn);
    padding: 1.3vh 2.7vw;
margin-right: 18vw;
display: none;
}

.nav-right2 a {
    font-family: poppins;
    color: var(--background);
    text-wrap: nowrap;
}

.nav-right2:hover {
    background-color:var(--citybtnHover);
}

    
    .hamburger i{
        font-size: 10vw;
    margin-left: -8vw;
    }
    
    .hamburger{
        margin-top: -22vh;
        display: block;

    }
    
    .nav-left a{
        font-size: 7vw;
        margin-left: -24vw;
    }

 
    .navbar-mobile i{
        font-size: 11vw;
        margin-left: 5vw;
    }

.navbar-mobile a:hover{
    background-color: orange;    
}

    .close-icon{
        bottom: 2vh;
        margin-left: 80vw;
        position: relative;
        z-index: 3;
    }
    
    .navbar-mobile{
        height: 100vh;
        padding-top: 8vh;
        bottom: 0vh;
        position: fixed;
        
    }
    
    .navbar-mobile a{
        font-size: 8vw;
        position: relative;
        bottom: 5vh;
    }

    
.book-service a{
    background-color: orangered;
    font-size: 4vw;
    padding: 1vw 0;
    width: 100vw;
    color: var(--background);
    font-weight: bold;
    text-align: center;
    position: fixed;
    z-index: 99;
    text-decoration: none;
    }
    
    /* end media for page1 */


    
#page1 h2{
    font-size: 10vw;
    text-align: center;
    color: var(--text);
    font-family: poppins;
    margin-top: 7vh;
    text-wrap: balance;    
}

/*  */
/* end page1 */


/* start page2 */
#page2{
    min-height: 100vh;
    width: 100%;    
    padding-bottom: 10vh;
    margin-top: -60vh;
}

#page2 h3{
    text-align: center;
    font-size: 5.5vw;
    font-family: poppins;
    text-wrap: balance;
}

#page2 p{
text-align: center;
padding: 0vw 1vw;
margin-top: 2vh;
margin-bottom: 5vh;
text-wrap: balance;
margin-left: 3vw;
margin-right: 3vw;
font-size: 3.5vw;
}

/* ++ */

.ac-types{
    display: flex;
    flex-wrap: wrap;
gap: 5vw;
margin-left: 6vw;

}

.ac-card{
height: 43vh;
width: 42vw;
box-shadow: 0 0 0.2rem black;
border-radius: 10px;
background-color: #E2E8EF;

}

.image-box{
height: 18vh;
background-color:#005660;
}

.image-box img{
height: 15vh;
width: 40vw;
margin-top: 2vh;
margin-left: 0vw;
overflow: hidden;
transition:all linear 0.2s;

}

.image-box img:hover{
scale: 1.1;

}

.ac-card h2{
    font-size: 3vw;
text-align: center;
text-wrap: balance;
margin-top: 2vh;
}




#ac-card2 h2{
font-size:3vw;
}

#ac-card1 p{
    margin-bottom: 0.8vh;
    font-size: 1.8vw;
    line-height: 1.2vh;
    margin-top: 1vh;

}


#ac-card2 p{
    margin-bottom: 0.3vh;
    font-size: 1.8vw;
    line-height: 1.2vh;
    margin-top: 0.5vh;

}


#ac-card3 h2{
    font-size: 3vw;
margin-left: 1vw;
}

#ac-card3 p{
    margin-bottom: 0.5vh;
    font-size: 1.8vw;
    line-height: 1.2vh;
    margin-top: 1.2vh;
}

#ac-card4 p{
    margin-bottom: 0.5vh;
    font-size: 1.8vw;
    line-height: 1.2vh;
    margin-top: 1.2vh;
}

#ac-card5 img{
    height: 15vh;
width: 38vw;
margin-left: 2vw;
}

#ac-card5 p{
    margin-bottom: 0.5vh;
    font-size: 1.8vw;
    line-height: 1.2vh;
    margin-top: 1.2vh;
}


#ac-card6 img{
    height: 15vh;
width: 38vw;
margin-left: 2vw;
}

#ac-card6 h2{
    font-size: 3vw;
}

#ac-card6 p{
    margin-bottom: 0.5vh;
    font-size: 1.75vw;
    line-height: 1.15vh;
    margin-top: 1vh;
}


.ac-card span a{
text-decoration: none;
color:#FF4500;

}

.refri-btn{
background-color:var(--btn);
text-decoration: none;
border: none;
padding: 1vw 3vw;
margin-left: 3vw;
color: #fff;
border-radius: 3vh;
font-size: 2.5vw;
font-family: poppins;
cursor: pointer;   
}

.refri-btn:hover{
background-color: var(--btnhover);
}

.call-btn{
    background-color: var(--background2);
    text-decoration: none;
    border: none;
    padding: 1vw 3vw;
    border-radius: 3vh;
    margin-top: 0vh;
    margin-left: 2vw;
    color: #fff;
    font-size: 2.5vw;
    font-family: poppins;
    cursor: pointer;   
    }
    
    .call-btn:hover{
    background-color: var(--text);
    }
    
/* ++ */
/* end page2 */



/* start page3 */

#page3{
    height: 42vh;
    width: 100%;
}

#page3 h3{
    text-align: center;
    font-family: poppins;
    color: #051145;
    font-size: 5.5vw;
    text-transform: capitalize;
    margin-bottom: 3vh;
    margin-top: -3vh;
    text-wrap: balance;
}

#page3  p{
    text-align: center;
    text-wrap: balance;
    margin-top: -1vh;
    font-size: 2.5vw;
    font-family: poppins;
    padding: 1vw;
}

/* end page3 */


/* start page4 */

#page4{
    min-height: 100vh;
    width: 100%;
    padding-bottom: 10vh;
}


.page4-section1{
    padding-top: 2vh;
    margin-left: 2vw;
    display: flex;
    flex-direction: column;
    gap: 2vw;
    border-bottom: 1px solid #2e2d2d;
    padding-bottom: 4vw;
    margin-right: 1vw;
}


.content-part h3{
    font-size: 3vw;
    margin-left: 3vw;
    margin-top: -2vh;
    margin-bottom: 3vh;
    color: var(--text);
    text-wrap: balance;
}

/* ++ */

.page4-section2{
    padding-top: 12vh;
    margin-left: 2vw;
    display: flex;
    flex-direction: column;
    gap: 2vw;
    border-bottom: 1px solid #2e2d2d;
    padding-bottom: 4vw;
    margin-right: 1vw;
}

.image-part img{
    border-radius: 10px;
    height: 50vh;
    margin-top: -5vh;
}

.content-part h3{
    font-size: 3vw;
    margin-left: 3vw;
    margin-top: -2vh;
    margin-bottom: 3vh;
    text-wrap: balance;
}
/* +++ */


.page4-section-3{
    padding-top: 12vh;
    margin-left: 2vw;
    display: flex;
    flex-direction: column;
    gap: 2vw;
    border-bottom: 1px solid #2e2d2d;
    padding-bottom: 4vw;
    margin-right: 1vw;
}


/* ++ */


.page4-section4{
    padding-top: 12vh;
    margin-left: 2vw;
    display: flex;
    flex-direction: column;

    gap: 2vw;
    border-bottom: 1px solid #2e2d2d;
    padding-bottom: 4vw;
    margin-right: 1vw;
}

.image-part img{
    border-radius: 10px;
    height: 50vh;
    margin-top: -5vh;
}

.content-part h3{
    font-size: 3vw;
    margin-left: 3vw;
    margin-top: -2vh;
    margin-bottom: 3vh;
    text-wrap: balance;
}

/* ++ */


/* ++ */


.page4-section3{
    padding-top: 8vh;
    margin-left: 2vw;
    display: flex;
    flex-direction: column;
    gap: 2vw;
    border-bottom: 1px solid #2e2d2d;
    padding-bottom: 1vw;
    margin-right: 1vw;
}

.image-part img{
    border-radius: 10px;
    height: 15vh;
    width: 50vw;
    margin-top: -9vh;
    margin-left: 23vw;
}

.content-part h3{
    font-size: 4.5vw;
    margin-left: 3vw;
    margin-top: 1vh;
    text-align: center;
    margin-bottom: 3vh;
    text-wrap: balance;
}

.content-part p{
    font-size: 2.5vw;
    text-align: center;
    text-wrap: balance;
    line-height: 1.5vh;
    margin-top: -1vh;
    margin-bottom: 1vh;
}


.click-call{
    background-color: var(--background2);
    text-decoration: none;
    border: none;
    padding: 1vw 3vw;
    border-radius: 3vh;
    margin-left: 40vw;
    color: #fff;
    font-size: 2vw;
    font-family: poppins;
    cursor: pointer;   
    }
    
    
    .click-call:hover{
    background-color: var(--text);
    }
    

.page4-text h5{
    padding: 1vw 0vw;
    text-align: center;
    color: var(--text);
    margin-left: 2vw;
    margin-right: 2vw;
    font-size: 3vw;
    line-height: 1.8vh;
    text-wrap: wrap;
    padding-bottom: 2vh;
    padding-top: 1vh;
}

/* ++ */

/* end page4 */



/* start page5 */


/*  */
.slider-part {
    height: 38vh;
    width: 100%;
    margin-top: -15vh;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    padding-bottom: 10vh;
    margin-top: 5vh;
    position: relative;
color: #fff;
}

.text-part{
    position: absolute;
    z-index: 2;
    margin-top: 3vh;
    font-size: 3.3vw;
    line-height: 2vh;
}



/*  */


/* page4 part 2 start */
.page4-part2{
    height: 22vh;
    width: 100%;
    position: relative;
    
}

.page4-part2 h6{
    font-size: 6vw;
    padding-top: 3vh;
}

.page4-part2 h5{
    font-size: 6.5vw;
margin-bottom: 3vh;    
}

.page4-part2 a{
    font-size: 3.5vw;
    padding: 2vw 4vw;
    margin-left:35vw;

}

/* page4 part 2 end */

/* end page5 */


/* start page7 */
#page7{
    height: 84vh;
    width: 100%;
    background-color: var(--background2);
    margin-top: 0vh;
    overflow-y: hidden;
}

.footer img{
    margin-left: 18vw;
    height: 20vh;
    width: 30vh;
    margin-top: -2vh;
}



.footer h6{
    color: var(--background);
    font-weight: normal;
    font-size: 3.3vw;
    text-wrap: nowrap;
    margin-left: 15vw;
    margin-top: -4vh;

}

.footer-icons{
 position: relative;
 top: 3vh;
 margin-left: 25vw;

}


.footer i{
    color: var(--background);
    font-size: 6vw;
 margin-left: -1vw;   
}



.footer-part2{
    display: flex;
    justify-content: flex-start;    
    margin-top: 7vh;
    margin-left:-1vw;
    gap: 0.5vw;
}

.footer-part2 a{
    font-size: 5vw;
    text-transform: capitalize;
    font-size: 4vw;
    margin-left: 22vw;
}


.footer-part2 a:nth-child(1){
display: none;
}


.footer-part2 a:nth-child(2){
    position: absolute;
    margin-top: 85vh;
    margin-left: 45vw;
    }
    


.footer-part2 a:nth-child(3){
    margin-left: 19vw;
}


.footer a{
    text-decoration: none;
    margin-right: 5vw;
    text-transform: capitalize;
    color:#B5E203;
    font-family: poppins;
}

.service-part{
    display: flex;
    flex-direction: column;
    align-items: end;
    position: relative;
    margin-top: 3vh;
    gap: 1vh;
    margin-right: 40vw;
}

.service-part a{
    color: #fff;
    font-size: 3.5vw;

}
.service-part a:hover{
    color:#676060;
}


.city-part{
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-top: -33vh;
    margin-right: 3vw;
    gap: 1vh;
}

.city-part a{
 color: #fff;   
 font-size: 3.5vw;
}

.city-part a:hover{
    color: #676060;
}


.copyright p{
margin-top: 15vh;
text-align: center;
color: var(--background);
font-size: 3.5vw;
}

/* page 5 end */

}

/* START  RESPONSIVE FOR LARGE DESKTOP SCREEN SIZES ✅ */
 
@media (min-width:1300px){

    .nav-left img{
        width: 17vw;
    }

    #page2 h3 {
        font-size: 3vw;
    }

    #page2 p {
        font-size: 1.1vw;
    }

    .ac-card {
        height: 90vh;
    }


    #ac-card1 p {
        margin-top: 2vh;
        margin-bottom: 5vh;
        line-height: 2.3vh;
    }

    
    #ac-card2 p {
        margin-top: 2vh;
        margin-bottom: 5vh;
        line-height: 2.3vh;
    }

    #ac-card3 p {
        margin-top: 2vh;
        margin-bottom: 5vh;
        line-height: 2.3vh;
    }

    
    #ac-card4 p {
        margin-top: 2vh;
        margin-bottom: 4vh;
        line-height: 2.3vh;
    }

    
    #ac-card5 p {
        margin-top: 2vh;
        margin-bottom: 4vh;
        line-height: 2.3vh;
    }

    
    #ac-card6 p {
        margin-top: 2vh;
        margin-bottom: 4vh;
        line-height: 2.3vh;
    }

    #page3 h3 {
        font-size: 3vw;
    }

    #page7{
        height: 80vh;
    }

    .city-part{
        margin-top: -48vh;
    }

.copyright p{
    margin-top: 25vh;
}
}