*{
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}
body{
    padding: 0;
   
}

.banner{
    width : 100%;
    height : 109vh;
    
    background-image: linear-gradient(rgba(0,0,0,0.45),rgba(0,0,0,0.45)), url(5.jpg);
    background-size: cover;
    background-position: center;
}
.logo{
    width:120px;
    cursor:pointer;
    float: left;
    line-height: 200px;
   


}
.wrapper{
    width: 70px;
    margin:auto;
}
.menu-area{
    margin-top: 0px;
}
.menu-area ul{
    background: none;
    list-style: none;
    position: relative;
    text-transform: uppercase;
}
.menu-area ul li{
    display: inline-block;

}
.menu-area ul li a{
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 5px 55px;
    font-weight: bold;
}
.menu-area ul li:hover{
    background: #0ae9e9d7;
}
.menu-area ul li:hover > ul{
    display: block;
}
.menu-area ul ul{
    display: none;
    position: absolute;
    top: 100%;
    background: #219696;
}
.menu-area ul ul li{
    position: relative;
    display: block;
    border-bottom: 1px solid #ffffff;
}
.menu-area ul ul ul{
    position: absolute; 
    left: 100%;
    top: 0;
}



.Home-page-paragraph{
    width: 100%;
    position: absolute;
    top:50%;
    transform:translateY(-50%);
    text-align: center;
    color:white;
}

.Home-page-paragraph h1{
    font-size: 70px;
    margin-top: 80px;
}

.Home-page-paragraph p{
    margin: 20px auto;
    font-weight: 60;
    line-height: 25px;
}

button{
    width: 200px;
    padding: 15px 0;
    text-align: center;
    margin: 20px 10px;
    border-radius: 25px;
    font-weight: bold;
    border:2px solid #00FFFF;
    background: transparent;
    color:#FFF;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

span{
    background:#00FFFF ;
    height: 100%;
    width: 0;
    border-radius: 25px;
    position:absolute;
    left:0;
    bottom: 0;
    z-index: -1;
    transition: 0.5s;  
}

button:hover span{
    width:100%

}

button:hover{
    border: none
}

.banner-2 h1{
    margin-top: 60px;
    width: 100%;
    text-align: center;
    padding: 20px;
    font-size: 25px;
    color:black;
}

.banner-2{
    width: 100%;
    position: absolute;
    text-align: center;
    background-color:rgb(199, 205, 236);
  
}
.banner-2 p{
    width : 85%;
    margin : 0 60px;
    padding : 35px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color:rgb(199, 205, 236) ;
}

.p1{
   width: auto;
   height: auto;
   text-align: left;
   background-color:rgb(199, 205, 236) ;
   
}

.banner-3{
    width : 85%;
    margin : auto;
    padding : 35px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color:rgb(199, 205, 236) ;
   
}

.banner-3 figure{
    flex: 1 0 200px;
    width: auto; height: auto;
    margin: 12px;
    transition: all 300ms;
    background-color:rgb(199, 205, 236) ;
   
}

.banner-3 figure:hover{
    box-shadow:  0px 2px 40px;
    width: auto; height :  auto;
}

.banner-3 ul li{
    margin: 0 20px;
    position: relative;
}
.banner-3 a{
    text-decoration: none;
    margin-top: 200spx;
    width: 50%;
    text-align: center;
    padding: 5px;
    font-size: 23px;
    background-color:rgb(199, 205, 236) ;
}

.banner-3 p{
    font-weight: 400;
    margin: 0 50px;
    line-height: 30px;
    text-align: justify;
    background-color:rgb(199, 205, 236) ;
}

.p2{
    width: auto;
    height: auto;
    text-align: left;
    background-color:rgb(199, 205, 236) ; 
}

.banner-4{
    width : 85%;
    margin : auto;
    padding : 35px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color:rgb(199, 205, 236) ;
}


.banner-4 figure{
    flex: 1 0 200px;
    width: auto; 
    height: auto;
    margin: 12px;
    transition: all 300ms;
    background-color:rgb(199, 205, 236) ;
}

.banner-4 figure:hover{
    box-shadow:  0px 10px 40px;
    width: auto; height :  auto;
}

.banner-4 ul li{
    margin: 0 20px;
    position: relative;
}

.banner-4 a{
    text-decoration: none;
    margin-top: 200px;
    width: 50%;
    text-align: center;
    padding: 5px;
    font-size: 23px;
    background-color:rgb(199, 205, 236) ;
}

.banner-4 p{
    font-weight: 400;
    margin: 0 60px;
    line-height: 30px;
    text-align: justify;
    background-color:rgb(199, 205, 236) ;  
}

.banner-5 p{
    margin: 0 60px;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
    background-color:rgb(199, 205, 236) ; 
}

.banner-5{
    width : 85%;
    margin : auto;
    padding : 35px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color:rgb(199, 205, 236) ;
}

.banner-5 figure{
    flex: 1 0 200px;
    width: auto; height: auto;
    margin: 12px;
    transition: all 300ms;
    background-color:rgb(199, 205, 236) ;
}

.banner-5 figure:hover{
    box-shadow:  0px 10px 40px;
    width: auto; height :  auto;
}

.banner-5 ul li{
    margin: 0 20px;
    position: relative;
}

.banner-5 a{
    text-decoration: none;
    margin-top: 200px;
    width: 50%;
    text-align: center;
    padding: 5px;
    font-size: 23px;
    background-color:rgb(199, 205, 236) ;
}

.banner-3 img,
.banner-4 img,
.banner-5 img{
    width: 500px;
}

.reasons {
    background-color:rgb(199, 205, 236);  
}

.reasons p{
    text-align: justify;
}

.reasons ol{
    text-align: left;
    padding-left: 35px;
}

.reasons ul{
    text-align: left;
    padding-left: 35px;
}
/* Hikkaduwa turtle Hacthery CSS PART */
.hikkaduwaturtlehatcherybanner {
    width : 100%;
    height : 120vh;
    
    background-image: linear-gradient(rgba(0,0,0,0.45),rgba(0,0,0,0.45)), url(hikkaduwa.jpg);
    background-size: cover;
    background-position: center;
  
 }
.Home-page-paragraph{
    width: 100%;
    position: absolute;
    top:50%;
    transform:translateY(-50%);
    text-align: center;
    color:white;
}

.Home-page-paragraph h1{
    font-size: 70px;
    margin-top: 80px;
}

.Home-page-paragraph p{
    margin: 20px auto;
    font-weight: 60;
    line-height: 25px;
}
html {
    scroll-behavior: smooth;
  }

  .scroll-down {
    height: 70px;
    width: 50px;
    border: 2px solid white;
    position: absolute;
    left: 50%;
    bottom: -250px;
    border-radius: 50px;
    cursor: pointer;
  }
  .scroll-down::before,
  .scroll-down::after {
    content: "";
    position: absolute;
    top: 20%;
    left: 50%;
    height: 10px;
    width: 10px;
    transform: translate(-50%, -100%) rotate(45deg);
    border: 2px solid white;
    border-top: transparent;
    border-left: transparent;
    animation: scroll-down 1s ease-in-out infinite;
  }
  .scroll-down::before {
    top: 30%;
    animation-delay: 0.3s;
    /* animation: scroll-down 1s ease-in-out infinite; */

  }
  /*second section of the hikkaduwa turtle hatchery page*/
  .container {
    position: relative;
    height: 100vh;
    width: 100%;
    padding-left: 300px;
  }
  
  .container .row {
    position: relative;
    height: 100%;
    width: 100%;
  
    overflow-x: hidden;
  }
  
  .container .row .heading {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    font-size: 2.5rem;
    font-weight: bold;
  }
  
  .container .row .box-slider {
    position: relative;
    height: 85%;
    width: 100%;
    padding: 50px 80px;
    display: flex;
    gap: 15px;
    overflow: hidden;
  
    transform: skewX(5deg);
  }
  
  .container .row .box-slider .img {
    position: relative;
    display: flex;
    align-items: end;
    justify-content: flex-end;
    height: 100%;
    width: calc(100% / 5);
    transition: 0.5s linear;
    overflow: hidden;
  }
  
  .container .row .box-slider .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.5s linear;
  }
  
  .container .row .box-slider .img:hover {
    width: calc(100% / 0.5);
  }
  
  .container .row .box-slider .img .info {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 20px;
    color: #000;
    font-weight: bold;
    bottom: -100%;
    transition: 0.3s linear;
  }
  
  .container .row .box-slider .img:hover::before {
    background: rgba(0, 0, 0, 0);
  }
  .container .row .box-slider .img::before {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    transition: 0.3s background linear;
  }
  .container .row .box-slider .img:hover .info {
    background: rgba(255, 255, 255, 0.5);
  }
  
  .container .row .box-slider .img:hover .info {
    bottom: 0;
  }

  /* third section of the hikkaduwa hatchery page */
  /* hr tag customization */

.threats-sec-2 hr{
    color: black;
    width:  450px;
    height: 100%;
  }
  

  
  .hikkaduwasection-3 hr{
    width: 100%;
    
  }
  .hikkaduwasection-3 h1{
    color: rgb(0, 0, 0);
    padding-left: 700px;
    
  }
  .hikkaduwasection-3 p{
    width: 100%;
    color: rgb(0, 0, 0);
    justify-content: center;
    align-items: center; 
    
  }
  .hikkaduwasection-4{
    background-color: white;
  }
  .hikkaduwasection-4 hr{
    width: 100%;
  }
  .hikkaduwasection-4 h1{
    color: rgb(0, 0, 0);
    padding-left: 760px;
  
  }
  .hikkaduwasection-4 p{
    width: 100%;
    color: white;
    padding-left: 500px;
  }
  .hikkaduwasection-4 ol{
    text-align: left;
    padding-left: 35px;
  }
  
  .hikkaduwasection-4 ul{
    text-align: left;
    padding-left: 35px;
  }
  .map{
    background-color: white;
    
  }
  .map hr{
    width: 100%;
  }
  .map h1{
    color: rgb(0, 0, 0);
    padding-left: 820px;
  
  }
  .map iframe{
    padding-left: 0px;
  }
 


  @keyframes scroll-down {
    0% {
      /* top:20%; */
      opacity: 0;
    }
    30% {
      opacity: 1;
    }
    60% {
      opacity: 1;
    }
    100% {
      top: 90%;
      opacity: 0;
    }
  }
  /* purchase and donate */
  .purchase{
    width : 100%;
    height : 120vh;
    background-size: cover;
    background-position: center;
    background-color: rgb(44, 48, 100);
  }

  
  .parent{
    width:720px;
    height:600px;
  /*   width:80vw;
    height:80vh; */
    margin:4% auto;
    border:4px solid #F9DC5C;
    display:grid;
  /*   grid-template-columns:1fr 1fr 1fr 1fr;
    grid-template-rows:1fr 1fr 1fr 1fr 1fr 1fr; */
    grid: repeat(6, 100px)/repeat(4,180px);
    cursor:pointer;
    z-index:5;
  }
  .parentheader h1{
    font-size: 40px;
    margin-top: -20px;
    padding-left: 850px;
    color: #000;
  }

  .donationheader h1{
    font-size: 40px;
    padding-left: 850px;
    color: #000;
   background: linear-gradient(90deg, #2919c0c7 60%, #2919c0c7 40.1%);
  }

  .parent div{
    transition:all 0.3s ease-in-out;
  }
  .parent div:nth-of-type(1){
    grid-column:1;
    grid-row:1/span 4;
    background:white;
    background-image:url(orn1.png);
    background-size:cover;
  }
  .parent div:nth-of-type(1):hover{
    background-position:-40px 0;
  }
  .parent div:nth-of-type(2){
    grid-column:1;
    grid-row:5 /span 6;
    background:pink;
    background-image:url(orn2.jpg);
    background-image:url(orn2.jpg);
      background-size:cover;
  }
  .parent div:nth-of-type(3){
    grid-column:2;
    grid-row:1/span 3;
    background:aqua;
    background-image:url(orn3.png);
      background-size:cover;
  }
  .parent div:nth-of-type(3):hover{
    background-position:-16px 0;
  }
  .parent div:nth-of-type(4){
    grid-column:2;
    grid-row:4 / span 6;
    background:lemonchiffon;
    background-image:url(orn4.png);
    background-size:cover;
    background-position:-5px 0;
  }
  .parent div:nth-of-type(4):hover{
    background-position:-40px 0;
  }
  .parent div:nth-of-type(5){
    grid-column:3;
    grid-row:1 / span 2;
    background:chocolate;
    background-image:url(orn5.jpg);
    background-size:cover;
    background-position:-55px 0;
  }
  .parent div:nth-of-type(6){
    grid-column:3;
    grid-row:3 / span 3;
    background:blueviolet;
    background-image:url(orn6.jpg);
    background-size:cover;
  }
  .parent div:nth-of-type(6):hover{
    background-position:0 -10px;
  }
  .parent div:nth-of-type(7){
    grid-column:3;
    grid-row:6;
    background:#e9e9e9;
    background-image:url(orn7.jpg);
    background-size:cover;
  }
  .parent div:nth-of-type(7):hover{
    background-position:0px -10px;
  }
  .parent div:nth-of-type(8){
    grid-column:4;
    grid-row:1/ span 2;
    background:blueviolet;
    background-image:url(orn8.jpg);
    background-size:cover;
  }
  .parent div:nth-of-type(9){
    grid-column:4;
    grid-row:3/ span 6;
    background:pink;
    background-image:url(orn9.jpg);
    background-size:cover;
  }
  .parent div:nth-of-type(9):hover{
    background-position:-20px -10px;
  }
  .parent div:hover{
    transform:scale(1.2);
    box-shadow:2px 2px 24px 0 black;
  }
  .parent text{
    position:absolute;
    top:28%;
    left:-6%;
    font-size:6em;
    font-family: 'Black Han Sans', sans-serif;
    color:#e3e3e3;
    transition:all 1s;
    transform:rotate(-90deg);
    z-index:-1;
  /*   writing-mode:vertical-rl; */
  }
  .me{
    position:absolute;
    bottom:4%;
    right:2%;
    color:#e3e3e3;
    font-size:2em;
    font-family: 'Libre Barcode 39 Extended Text', cursive;
    z-index:-1;
  }
  /* second section */
  .donationer{
    display: flex;
    justify-content: center;
    align-items: center;
    padding:25px;
    min-height: 100vh;
    background: linear-gradient(90deg, #2919c0c7 60%, #2919c0c7 40.1%);
    
  }
  
  .donationer form{
    padding:20px;
    width:700px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
  }
  
  .donationer form .row{
    display: flex;
    flex-wrap: wrap;
    gap:15px;
  }
  
  .donationer form .row .col{
    flex:1 1 250px;
  }
  
  .donationer form .row .col .title{
    font-size: 20px;
    color:#333;
    padding-bottom: 5px;
    text-transform: uppercase;
  }
  
  .donationer form .row .col .inputBox{
    margin:15px 0;
  }
  
  .donationer form .row .col .inputBox span{
    margin-bottom: 10px;
    display: block;
  }
  
  .donationer form .row .col .inputBox input{
    width: 100%;
    border:1px solid #ccc;
    padding:10px 15px;
    font-size: 15px;
    text-transform: none;
  }
  
  .donationer form .row .col .inputBox input:focus{
    border:1px solid #000;
  }
  
  .donationer form .row .col .flex{
    display: flex;
    gap:15px;
  }
  
  .donationer form .row .col .flex .inputBox{
    margin-top: 5px;
  }
  
  .donationer form .row .col .inputBox img{
    height: 34px;
    margin-top: 5px;
    filter: drop-shadow(0 0 1px #000);
  }
  
  .donationer form .submit-btn{
    width: 100%;
    padding:12px;
    font-size: 17px;
    background: #000201;
    color:#fff;
    margin-top: 5px;
    cursor: pointer;
  }
  
  .donationer form .submit-btn:hover{
    background: #000000;
  }
  /* footer */
  .containerr{
    max-width: 1170px;
    margin:auto;
  }
  .row{
    display: flex;
    flex-wrap: wrap;
  }
  ul{
    list-style: none;
  }
  .footer{
    background-color: #24262b;
      padding: 70px 0;
  }
  .footer-col{
     width: 25%;
     padding: 0 15px;
  }
  .footer-col h4{
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
  }
  .footer-col h4::before{
    content: '';
    position: absolute;
    left:0;
    bottom: -10px;
    background-color: #e91e63;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
  }
  
  .footer-col ul li:not(:last-child){
    margin-bottom: 10px;
  }
  .footer-col ul li a{
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: all 0.3s ease;
  }
  .footer-col ul li a:hover{
    color: #ffffff;
    padding-left: 8px;
  }
  .footer-col .social-links a{
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255,255,255,0.2);
    margin:0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
  }
  .footer-col .social-links a:hover{
    color: #24262b;
    background-color: #ffffff;
  }
  .button5 {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007BFF;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
     margin-left: 800px; 
  }
  
  .button5:hover {
    background-color: #0056b3;
  }
  
  
  /*responsive*/
  @media(max-width: 767px){
    .footer-col{
      width: 50%;
      margin-bottom: 30px;
  }
  }
  @media(max-width: 574px){
    .footer-col{
      width: 100%;
  }
  }
  /* references 
  Unsplash (2022). Beautiful Free Images & Pictures. [online] Unsplash.com. Available at: https://unsplash.com/.
Pexels (2023). Free Stock Photos. [online] Pexels.com. Available at: https://www.pexels.com/.
Tripadvisor. (n.d.). Kosgoda, Sri Lanka 2023: Best Places to Visit. [online] Available at: https://www.tripadvisor.com/Tourism-g499082-Kosgoda_Galle_District_Southern_Province-Vacations.html [Accessed 29 May 2023].

Tripadvisor. (n.d.). Turtle Hatchery Hikkaduwa - All You Need to Know BEFORE You Go. [online] Available at: https://www.tripadvisor.com/Attraction_Review-g304134-d3183957-Reviews-Turtle_Hatchery_Hikkaduwa-Hikkaduwa_Galle_District_Southern_Province.html.
www.thrillophilia.com. (n.d.). Turtle Hatchery, Bentota: How To Reach, Best Time & Tips. [online] Available at: https://www.thrillophilia.com/attractions/turtle-hatchery.

  
  
  
  
  