@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
:root{
    --blue:rgb(17, 5, 190);
}
*{
    font-family: 'Nunito' , sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-transform: capitalize;
    outline: none;
    border: none;
    text-decoration: none;
    transition: all .2s linear;
}
*::selection{
    background: var(--blue);
    color:rgba(182, 186, 187, 0.541);
}
html{
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-padding-top: 6rem;
    scroll-behavior: smooth;
} 
section{
    max-height: 1000px;
    padding: 10rem 9% 2rem;
    z-index: 9999;
    margin-top: 10px;
}
.heading{
    text-align: center;
    padding: 2.5rem 0;
}
.heading span{
    font-size: 3.5rem;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    background:rgba(80, 152, 93, 0.858);
    color:var(--blue);
    border-radius: .5rem;
    padding: .2rem 1rem;
    display: inline-block;
}
.btn{
    display: relative;
    margin-top: 1rem;
    background: var(--blue);
    color:#fff;
    padding: .8rem 3rem;
    border: .2rem solid var(--blue);
    cursor:pointer;
    font-size: 1.7rem;
}
.btn:hover{
    background: #333;
}
header{
    position: fixed;
    top:0;
    left: 0;
    right:0;
    background: rgba(176, 237, 187, 0.858);;
    display:flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 9%;
    z-index: 9999;
}
header .logo{
    font-size: 2.5rem;
    font-weight: bolder;
    color:rgb(229, 86, 86);
    text-transform: uppercase;
}
header .logo span{
    color:var(--blue);

}
header .navbar a{
    color: #000;
    display: inline-block;
    text-decoration: none;
    font-size: 2rem;
    padding: 10px;
    margin: 0 .8rem;

}
header .navbar a:hover{
   color: var(--blue);
}

#menu-icon{
    font-size: 2rem;
    color:#000;
    border-radius: .5rem;
    display: none;
}

body{
    height: 300rem;


}
@media(max-width:1200px)
{
    html{
        font-size: 55%;
    }
}

@media(max-width:991px) {
    header{
        padding: 2rem;
    }
}
@media(max-width:768px) {
    #menu-icon{
        display:initial;
    }
    header .navbar{
        position: absolute;
        top:100%;
        right: 0;
        left: 0;
        background: rgba(176, 237, 187, 0.858);
        border-top: .1rem solid rgba(255,255,255,.2);
        padding: 1rem 2rem;
        clip-path: polygon(0 0,100% 0,100% 0,0 0);
    }
    header .navbar .active{
        clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    }
    header .navbar a{
        display: block;
        border-radius: .5rem;
        padding: 1.4rem;
        margin: 1.4rem 0;
        background: rgba(80, 152, 93, 0.858);

    }
    .contact .heading{
        padding-top: 100px;
    }
}
@media(max-width:450px)
{
    html{
        font-size: 50%;
    }
    .contact .heading{
        padding-top: 100px;
    }
}
.home{
    width: 100;
    height: 100vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 70px 10% 0;    
}
.home .content{
    text-align: center;
}
.home-content h3{
    font-size: 30px;
    margin-top: 20px;
    color:#000;
}
.home .content h3:nth-of-type(2){
    margin-bottom: 2rem;
}
.home-content p{
    font-size: 20px;
    max-width: 700px;   
    color: #000;
    margin-top: 20px;
    margin: 20px 0 40px;
}

.btn{
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 35px;
    border-radius: 60px;
    font-size: 19px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    z-index: 1;
}
.home-img{
    width: 500px;
    height: 500px;
    justify-content: center;
    display: flex;
    padding-top: 150px;
}
.international .heading{
    padding-top: 0px;
}
.international .box-container
{
    display: flex;
    flex-wrap: wrap;
    gap:1.5rem;
}
.international .box-container .box{
    overflow: hidden;
    box-shadow: 0 1rem 2rem rgba(255,255,255,.2);
    border: 1rem solid  rgba(176, 237, 187, 0.858);
    border-radius: .5rem;
    flex: 1 1 30rem;
    height: 25rem;
    position: relative;
}

.international .box-container .box img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.international .box-container .box .content{
    position: absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    text-align: center;
    background: rgba(255,255,255,.2);
    padding: 2rem;
    padding-top: 20rem;
}
.international .box-container .box .content h3{
    font-size: 2.5rem;
    color:#fff;
}
.india .heading{
    padding-top: 0px;
}
.india .box-container
{
    display: flex;
    flex-wrap: wrap;
    gap:1.5rem;
}
.india .box-container .box{
    overflow: hidden;
    box-shadow: 0 1rem 2rem rgba(255,255,255,.2);
    border: 1rem solid  rgba(176, 237, 187, 0.858);
    border-radius: .5rem;
    flex: 1 1 30rem;
    height: 25rem;
    position: relative;
}

.india .box-container .box img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.india .box-container .box .content{
    position: absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    text-align: center;
    background: rgba(255,255,255,.2);
    padding: 2rem;
    padding-top: 20rem;;
}
.india .box-container .box .content h3{
    font-size: 2.5rem;
    color:#fff;
}
.services .box-container{
    display: flex;
    flex-wrap: wrap;
    padding-top: 100px;
    gap:1.5rem;
}
.services .box-container .box{
    flex: 1 1 30rem;
    border-radius: .5rem;
    padding: 1rem;
    text-align: center;
}
.services .box-container .box i{
    padding: 1rem;
    font-size: 6rem;
    color:var(--blue);
}
.services .box-container .box h3{
    font-size: 2.5rem;
    color:#000;
}
.services .box-container .box p{
    font-size: 1.5rem;
    color:#666;
    padding: 1rem 0;
}
.services .box-container .box:hover{
    box-shadow: 0 1rem 2rem rgba(255,255,255,.2);
}
.book .row{
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}
.book .row .image{
    flex: 1 1 30rem;
}
.book .row .image img{
    width: 100%;
    
}
.book .row form{
    flex: 1 1 30rem;
    padding: 2rem;
    box-shadow: 0 1rem 2rem rgba(150, 153, 221, 0.1);
    border-radius: .5rem;
}
.book .row form .inputBox{
    padding: 0.5rem 0;
}
.book .row form .inputBox input{
    width: 50%;
    padding: 1rem;
    border: .1rem solid rgba(204, 220, 216, 0.722);
    font-size: 1.7rem;
    color: #acaaaa;
    text-transform: none;
}
.book .row form .inputBox h3{
    font-size: 2rem;
    padding: 1rem 0;
    color: #666;

}
.packages .heading{
    padding-top: 0px;
}
.packages .box-container{
    display: flex;
    flex-wrap: wrap;
    gap:2rem;
}
.packages .box-container .box{
    flex: 1 1 30rem;
    border-radius: .5rem;
    overflow: hidden;
    box-shadow: 0 1rem 1rem rgba(255,255,255,.2);
    border: .5rem solid  rgba(176, 237, 187, 0.858);
}
.packages .box-container .box img{
    height:20rem;
    width:100%;
    object-fit: cover;
}
.packages .box-container .box .content{
    padding: 1rem;   
}
.packages .box-container .box .content h3{
    font-size: 2rem;
    color:aqua;
}
.packages .box-container .box .content h3 i{
    color:var(--blue);
}
.packages .box-container .box .content p{
    font-size: 1.8rem;
    color:#000;
    padding: 1rem 0;
}
.packages .box-container .box .content .stars i{
    font-size: 1.7rem;
    color: var(--blue);
}
.packages .box-container .box .content .price{
    font-size: 1.9rem;
    color:#000;
    padding-top: .5rem;
}
.packages .box-container .box .content .price span{
    color: #000;
    font-size: 1.5rem;
    text-decoration: line-through;
}
.contact .heading{
    margin-top: 0px;
}
.contact .contact-container{
    display: flex;
}
.contact .heading{
    margin-top: 0px;
}
.contact .contact-left{
    flex-basis: 35%;
}
.contact .contact-right{
    flex-basis: 70%;
}
.contact .contact-left p{
    margin-top: 30px;
    font-size: 20px;
    color:#000;
}
.contact .contact-left p i{
    color:#086c90;
    margin-left: 10px;
    font-size: 30px;
}
.social-icon a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 400px;
    width: 50px;
    height: 50px;
    background: var(--blue);
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    margin: 40px 0;
    z-index: 1;
}
.contact-right form{
    width: 50%;
    float:left;
}
form input{
    margin-left: 100px;
    width: 100%;
    border: 0;
    outline:line;
    background:#101b4c;
    padding: 10px;
    margin: 10px 0;
    color: #a9a5a5;
    font-size: 18px;
    border-radius: 3px;

}
.footer .credit{
    background: #333;
    text-align: center;
    padding: 2rem 1rem;
    margin-top: 1rem;
    color:#000;
}
