/* @import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600&display=swap'); */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}
:root{
    --Secondary-Colour:#006167;
    --PRIMARY-COLOUR:#FABF00;
    --Unsecondary-Colour:#FFF;
}
body{
    font-family: 'Nunito Sans', sans-serif;
    background: linear-gradient(0deg, #D7EFDA 76.56%, rgba(215, 239, 218, 0.00) 96.51%), #FFF;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
header{
    border-radius: 16px;
background: var(--extra, radial-gradient(109.68% 68.44% at 28.35% 22.94%, rgba(0, 183, 175, 0.25) 0.25%, rgba(242, 242, 242, 0.17) 29.07%, rgba(0, 183, 175, 0.14) 52.5%, rgba(242, 242, 242, 0.19) 71.25%, rgba(0, 183, 175, 0.25) 99.96%));
position: relative;
height: 250px;

}
#p13, #p9,#p11{
    position: absolute;
}
#p13{
    top: 40%;
    left: 10%;
}
#p9{
    top: 20%;
    left: 50%;
}
#p11{
    bottom: -5%;
    right: 10%;
    z-index: -10;
}
input[type="checkbox"]:checked {
    background: var(--Secondary-Colour) !important;
}

/* navigation styles */

button:not(.body-remove):hover {
    background: var(--PRIMARY-COLOUR);
    color: var(--Secondary-Colour);
}
/* NAV */
.navbar {
    transition: all 0.4s;
    width: 100%;
}

.navbar .nav-link {
    color: #fff;
    
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #fff;
    text-decoration: none;
}
.home{
    color: var(--PRIMARY-COLOUR) !important;
}
.navbar.active .nav-link {
    color: #555;
}
.dropdown-toggle::after {
    border-top-color: var(--PRIMARY-COLOUR)!important; 
    
}


.navbar.active .nav-link:hover,
.navbar.active .nav-link:focus {
    color: #555;
    text-decoration: none;
}

.navbar.active .navbar-brand {
    color: #555;
}
/* .dropdown-menu{
    background-color: transparent !important;
    
} */

.dropdown-menu .dropdown-item{
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
    color: var(--Secondary-Colour)!important;
    
  
}
.dropdown-menu .dropdown-item:hover{
    color: var(--PRIMARY-COLOUR) !important;
    background-color: var(--Secondary-Colour) !important;
   
   
   
   
 }
 .dropdown-menu li:hover {
    background-color: var(--Secondary-Colour) !important; 
}
 .dropdown-menu .tx:hover{
    border-right: 3px solid var(--PRIMARY-COLOUR);
   
 }
 
.container-fluid img{
    width: 261px;
    height: 86px;
    flex-shrink: 0;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}
.navbar .navbar-nav{
    
    display: flex ;
    /* height: 100px; */
    padding: 2px 8px 2px 0px;
    justify-content: center;
    align-items: center;
    gap: 25px;
    flex: 1 0 0;
    border-radius: 5px 0px 0px 5px;
    background: var(--Secondary-Colour);
}
.navbar .navbar-nav .nav-item a{
    display: flex;
    padding: 5px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: var(--Unsecondary-Colour);
    font-size: 20px;
    font-weight: 400;
    
}




/* Main */
.main{
    
    padding: 10%;
  
}
.info1{
    color: var(--Secondary-Colour, #006167);
    text-align: center;
    font-family: Nunito;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.sec-1, .sec-3{
    gap: 5px;
    border-radius: 5px 0px 5px 30px;
    background: #FFF;
   
    
 
}
.location{
    display: flex;
    
    padding: 5px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    flex-shrink: 0;
    background: var(--PRIMARY-COLOUR, #FABF00);
}
.location a{
    color: var(--Secondary-Colour, #006167);
font-family: Nunito;
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 160% */
letter-spacing: 0.25px;
text-decoration-line: underline;
}
.bucket{
    display: flex;
    height: 40px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 0px 10px 0px 5px;
    background: var(--Secondary-Colour, #006167);
    color: white;
    border: none;
    
    float: right;
}
.fa-solid{
    color: #FABF00;
}
.text-side{
    width: 40%;
    padding-top: 5%;
    height: 585px;
   
   
}
.text-side .title{
    color: var(--Secondary-Colour, #006167);
text-align: center;
font-family: Nunito;
font-size: 26px;
font-style: normal;
font-weight: 700;
line-height: 16px; /* 61.538% */
}
.text-side .stitle{
    color: #181818;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.18px;
    
}
.items-wrapper{
    display: flex;
    
    align-items: center;
    justify-content: center;
}

.items-wrapper .items{
    display: inline-flex;
flex-direction: column;
align-items: flex-start;
gap: 10px;
padding-left: 30px;
}
.star-wrapper{
    padding-left: 20px;
}
.img-side{
    width: 60%;
    gap: 5px;
}
.img-side .img1{
    width: 55%;
    height: 585px;
}
/* .img-side .img1 img{
    height: 520px;
} */
.img-side .img2{
    display: flex;
    flex-direction: column;
    width: 45%;
    
    gap: 3px;
}
.img-side .img1 img, .img-side .img2 img{
    
    width: 100%;
}
.img-side .img2 img{
    height: 289.5px;
}
#piyassatext{
    height: 400px;
}
/* #pyassa1 img, .img-side .img1 img {
    height: 510px;
}
#pyassa2 img , #pyassa3 img , #meda1 img , #meda2 img {
    height: 252px;
}
.img-side .img2 img{
    height: 100%;
}
.img-side img{
    width: 100%;
} */

/* sec-2 */
.sec-2 , .sec-4{
    display: flex;
    width: 100%;
    height: 329px;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border-radius: 0px 0px 0px 30px;
    background: var(--PRIMARY-COLOUR, #FABF00);
    margin-top: 30px;
}
.imgcard{
    display: flex;
width: 150px;
height: 273px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 4px;
flex-shrink: 0;
border-radius: 8px;
background: #FFF;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.imgcard img{
    width: 140px;
    border-radius: 8px;
    height: 225px;

}
.imgcard:hover  {
    transform: scale(1.1);
}
/* section 3 */
.sec-3{
    margin-top: 60px;
}
.navigator{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}
.nav1{
    
    width: 100px;
    height: 40px;
    padding: 10px 15px;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
    border-radius: 5px;
    border: 1px solid #FFF;
    background: var(--Line-Colour, rgba(137, 137, 137, 0.50));
}
.nav1 p{
    margin-top: 12.5px;
}
.nav1 i{
    color: #fff;
}
.num1{
  
   align-content: center;
    border-radius: 5px;
    border: 1px solid #FFF;
    background: var(--yellow-bg, #F2E5A4);
    margin-top: 12px;
    height: 40px;
    width: 42px;
    text-align: center;
}
.num2{
    margin-top: 12px;
}
/* water drop */
   .water_drop{
    background: #EBF7EC;
    position: relative;
   
    height: 280px;
    flex-shrink: 0;
}
.water_drop .left{
    position: absolute;
    left: 10%;
    top: 30%;
}
.water_drop .top{
    position: absolute;
    left: 50%;
    top: 15%;
}
.water_drop .right{
    position: absolute;
    right: 15%;
    top: 55%;
}

  

  /* footer */

  /* FOOTER */
footer span{
    color: var(--PRIMARY-COLOUR)
}

footer .help {
    line-height: 30px;
  
}
footer .help p{
    font-size: 16px;
    font-weight: 400;
    color: var(--Unsecondary-Colour);
    
}

footer .help p span{
    font-size: 22px;
    font-weight: 500;
   
}
.fa-brands {
    color: var(--PRIMARY-COLOUR);
    font-size: 25px;
    
}
.title{
    font-size: 18px;
    text-transform: uppercase;
}
footer{
    background-color: var(--Secondary-Colour);
    width: 100%;
   
    

}
footer .container{
    padding: 3% 5.25% 0.75% 5.25%;
    display: flex;
    justify-content: space-between;
    gap: 50px;
}
.container .help .social-icon{
    margin-top: 15px;
  display: flex;
  justify-content: space-between;
}
.container .help .social-icon a:hover{
    opacity: 0.5;
}
footer .container .links{
    display: flex;
    /* justify-content: space-between; */
    gap: 3.5%;
    align-items: flex-start;
   line-height: 10px;
   width: 463px;

}
footer .container .links p{
    color: var(--Unsecondary-Colour);
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 250%; /* 40px */
}
footer .container .subscribe p span{
    color: var(--PRIMARY-COLOUR);
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
}
footer .footer-wrapper , footer .footer{
    padding: 3% 5.25% 0.75% 5.25%;
}
footer .footer {
    display: flex;
    justify-content: space-between;
}
footer .content{
    display: flex;
    justify-content: space-between;
    
}
footer .subscribe input{
    display: flex;
    width: 249px;
    height: 43px;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 5px;
    background: var(--Unsecondary-Colour);
    border: none;
    
}
.form{
    position: relative;
}
.subscribe button{
    display: flex;
   color: black;
    width: 50px;
    height: 43px;
    padding: 13px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 5px;
    border: 1px solid var(--Unsecondary-Colour);
    background: var(--PRIMARY-COLOUR);
}
.subscribe button:hover{
    color: white;
    background-color: var(--Secondary-Colour);
}
footer ::placeholder{
    width: 224px;
    padding: 5px 15px 5px 5px;
    height: 24px;
    flex-shrink: 0;
    color: #CECBC2;
}
footer form input{
    background-color: var(--Unsecondary-Colour) !important;
}


.copyright p{
    font-family: 'Public Sans', sans-serif;
}

  

