@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&display=swap');



/*Animations*/
.fadeinleft {
    opacity:0;
    transform: translateX(200px);
    transition: all 1.3s ease-out;
}

.fadeinright{
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.8s ease-out;
}

.fadeindown{
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1.2s ease-out;
}

.fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
}

.active-left,.active,.active-right,.active-down{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
}



.fadein{
opacity: 0;
}   
 body{
background-color: #16433E !important;
 }
 #body-1{
    background-color: #eefff2!important;
       max-width:95%;
    margin: 50px auto;
       height: 97% !important;
       border-radius: 20px;
 }

.container-fluid{

     max-width: 85%;

}
/* End Animations*/


.navbar{
    background-color: transparent!important;
    z-index: 10;
    box-shadow: none!important;
    padding:20px 0px;
    color: #000c25 !important;
      border-bottom: 1px solid rgb(229, 255, 0);
}

.offcanvas-body{
    background-color: transparent!important;
}
.navbar-brand img{
    width: 130px;
}
.home-head-bg{
    border-radius: 0% 0% 0% 4%;
    height:80vh;
    display: flex;
    align-items: center;
    position: relative;

    

   
}
.home-head-bg h1{
    color:#16433E ;
    font-weight:900;
      font-family: "DM Serif Text", serif;

}

.navbar li a{
    font-family: 'Poppins';
    font-weight: 600;
    color: #16433E;
  
}

.navbar li a:hover{
    color: #16433E!important;
    border-bottom: 1px solid #16433E;
}

.navbar li a.active{
   
    color: #16433E!important;
    border-bottom: 1px solid #16433E;
}

.navbar li{
    margin: 0px 12px;
    color: #16433E !important;
}



h1,h2,h3,h4,h5,h6{
    font-family: 'Poppins';
}

p{
    font-family: 'Poppins';
}


.round-img{
    border-radius: 10px;
    box-shadow: rgba(194, 194, 194, 0.25) 0px 15px 40px -5px, rgba(221, 221, 221, 0.3) 0px 8px 16px -8px;

}

.btn-reserve{
    background-color: #F5E70C;
    font-family: 'Poppins';
    color: #000000;
    padding: 12px 30px;
    font-weight:500;
    font-size: 15px;
    border: 1px solid #F5E70C;
}

.btn-reserve:hover{

    background-color: #ffffff;
    border: 1px solid #F5E70C;
    color: rgb(0, 0, 0);
}

.bg-shape{
    margin-top: -20vh;
    background: rgb(255,255,255);
background: radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(26,39,75,0.4234068627450981) 0%, rgba(255,255,255,1) 100%);
 z-index: 20;
 position: relative;
}

.improve-row{
    border: 1px solid rgb(230, 224, 224);
    border-radius: 10px;
    padding: 20px;
    background-color: #f8f7f2;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

body{
    background-color: #f3f2ed;
}

.btn-second{
    background-color: #F5E70C;
    border: 1px solid #16433E;
    
    color: #050505;
    padding: 12px 30px;
    font-weight:500;
    font-size: 15px;
}


.btn-second:hover{

background-color: #16433E;
border: 1px solid #16433E;
color: white;
}

#banner{
    background-color: #16433E;
    color: white;
    margin: 100px 0px;
}
#about{
    padding: 40px 0px;
}
footer{
    background-color: #ffffff;
    color: #16433E !important;
    margin-top: 7vh;
   }
  
   
   .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.95)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

   @media only screen and (max-width: 900px) {
    .home-head-bg {
      height: auto;
      padding: 20vh 0vh!important;
    }
    .d-inline{
        display: block!important;
        margin: 10px 0px;
    }
    .d-inline-btn-2{
        margin-left: 0px!important;
    }
    .btn{
        width: max-content;
    }
    .col-ds{
        display: flex;
        justify-content: start!important;
    }
    .navbar{
        background-color: #16433E!important;
        
    }
        .navbar li a{
    font-family: 'Poppins';
    font-weight: 600;
    color: #ffffff;
  
}
  }