*{

  margin: 0px ;
  padding: 0px ;
  box-sizing: border-box;
  

}

html {
 
  
}



body{
  
    font-family: 'Cormorant Garamond', serif !important;

    color: #252525 !important;
    
    
    font-size: 1.33rem !important;
    
  
  
  

}

.py-2 {
  padding-bottom: 2rem!important;
  padding-top: .5rem!important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
  
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 2px;
 
}

.bignum{

  font-size: 1.5rem !important;
}

.btngold{
  background-color: #b6946f !important;
  color: white;
  border-color: #b6946f !important;
}

#heading1, #heading2, #heading3 {
  animation-delay: 1s;
  animation-duration: 1s;
  animation-iteration-count: 1;
}

#subheading1, #subheading2, #subheading3 {
  animation-delay: 2s;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
}



.carousel-item {
  
 
  overflow: hidden !important;
  
  }

  @-webkit-keyframes zoomz {
    from {
      -webkit-transform: scale(1, 1);
    }
    to {
      -webkit-transform: scale(1.5, 1.5);
    }
  }
  
  @keyframes zoomz {
    from {
      transform: scale(1, 1);
    }
    to {
      transform: scale(1.5, 1.5);
    }
  }
  
  .harihari {
    -webkit-animation: zoomz 40s;
    animation: zoomz 40s;
  }

.kkk{
  background: url("/img/Panoramic.jpg") center;
  
  height: 400px;
 
  
}

.kl{
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ov{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: .5s ease;
  background-color: rgba(0, 0, 0, 0.3);
}


/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}




.form-group i{

  position: absolute !important;
 top: 10px;
 right: 20px;
}
.form-group p{

  position: absolute !important;
 top: 10px;
 right: 60px;
}







.mrl{
  padding-right: 0px;
    padding-left: 0px;
}

.ourvalues{
  
  display:inline;
  margin: auto;
}
.our{

 
}
.idk{
  padding-top: 60px;
  padding-bottom: 0px;
}

.idkk{
  padding-top: 50px;
  padding-bottom: 0px;
}

.floatingbutton{

  position: fixed;
  bottom:225px;
  right: -5px;
  z-index: 99999;
  
 
}

.card-deck .card {

  margin-left: 1px;
  margin-right: 1px;
}


.nav-tabs{

  outline: 0;
  border: 0;
}
.tab-content{

  outline: 0;
  border: 0;

}




.scrolling-active{
  z-index: 1000;
  color: #000 !important;
  background-color: white !important;
  border-radius: 0px 0px 10px 10px !important;
  top: 0;
  box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.2);
  

  
}


.nav-container{
  display: flex;
  align-items: center;
  
  color:white;
  
  position: sticky !important;
  padding: 0;
  transition: 0.5s;
  
  background-color:rgba(53, 17, 17, 0.2);
  border: 1px solid white;
  border-radius: 10px;
  
  
}




.naa{
  
  flex: 1;
  text-align: right;
  
  
}

.naa ul{
    display: inline-block;
    list-style-type: none;


}

.naa ul li{

  display: inline-block;
  margin-right: 20px;

}

.naa ul li a{

  text-decoration: none;
  color: inherit;
}

.logoclass{

 content: url(/img/Logo/V2white.png);
 height: 60px;

}

.logo-active{

  content: url(/img/Logo/v2.png);
 height: 60px;
}

.nl{
  cursor: pointer;
  margin-bottom: 0rem;
  z-index: 9999 !important;
}

.nl ul{
  position:absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  border-radius: 5px;
  opacity: 0;
  
  

  margin: 20px 0 0 0;
  transition: all 0.3s ease-in-out;
  


}

.nl li:hover > ul{

  opacity: 1;
  visibility: visible;
  margin: 0;
  color: #00A2FF;
}

.bgr{
  float: right;
  display:none;
  cursor: pointer;
  margin-right: 20px;
  
}

.bgr div{
  
  width: 25px;
  height: 3px;
  background-color:white;
  margin: 5px;
  
  
}

.bbgr{
  float: right;
  display:none;
  cursor: pointer;
  margin-right: 20px;
  
}


.bbgr div{
  
  width: 25px;
  height: 3px;
  background-color:black;
  margin: 5px;
  
  
}




@media screen and (max-width:1024px){

  
}

@media screen and (max-width:989px){

  .nl{

    position: fixed;
    left: 0px;
    height: 50vh;
    top:65px;
    text-align: center;
    
   
    background-color: #b6946f;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    transition: transform 0.5s ease-in;
    
    margin: 0px !important;
    padding: 0px !important;
    box-sizing: border-box !important;
    z-index: 9999;
    }

    .nl li{
      opacity: 1;
      display: block !important;
      padding-top: 50px;
    }
    
    .bgr{

      display: block;
    }
    

    .ggfooter{
  

      
      text-align:center !important;
      
    
    }
    .tpsec{
      display: none;
    }
    .nav-container{
      
      border-radius: 0px 0px 10px 10px !important;
      
    }

}

.bgr-active{

  transform: translateX(0%);



}



.pt-5{
  padding-top: 0.2rem!important

}



.nav-link {
  
  padding-top: 0.5rem;
  padding-right: 0rem;
  padding-bottom: 0.5rem;
  padding-left: 0rem;
}

.pr{
  padding-right: 0rem;

}

.pb{
  padding-right: 0rem;
  padding-left: 0rem;
}





.country-block {
  font-size: 12px !important;
  
  color: white;
  text-align: center;
  line-height: 1;
  display: block;
  position: absolute;
  right: 0px;
  top: 10px;
  background-color: rgba(44, 44, 44, 0.8);
  padding: 5px 8px 7px 8px;
  
  max-width: 180px;
  z-index: 10;
  font-weight: bold;
}

.night-block {
  font-size: 12px !important;
  
  color: white;
  text-align: center;
  line-height: 1;
  display: block;
  position: absolute;
  left: 0px;
  top: 10px;
  background-color: #93AE31;
  padding: 5px 8px 7px 8px;
  
  max-width: 180px;
  z-index: 10;
  font-weight: bold;
}



.welcome-font{

  font-family: 'Permanent Marker', cursive;
  font-size: 50px;
}

.welcome-font1{

  font-family: 'Permanent Marker', cursive;
  font-size: 30px;
}

.welcome-font2{

  
  color: #b6946f !important;
  
}

.bb{
  
  margin-top: -110px;
  z-index: -100 !important;

   
    
  

  

}

.bii{
  
  padding: 6rem 2rem;
   
    
  background-image: url("https://www.turnefferesort.com/wp-content/themes/Turneffe-2019/build/images/jpg/turneffe-watercolour-fade.jpg");
  background-position: top;
  background-repeat: no-repeat;
   
    position: relative;
    z-index: 4;

}

.bi{

  background-color: #0b5886;

}

.bxshadow{
box-shadow: 0 1px 1px white !important;

z-index: 100 !important;


}

.tophd{
  display: flex;
  
  justify-content:space-evenly;

  
  
  margin-bottom: 0px;
  

font-size: 11px;

margin: 0px !important ;
padding: 0px !important ;
box-sizing: border-box !important;

}

.tophdsubmain a{

  color:white;
  font-size: 12px;

}
.tophdsubmain{
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  
  
  
 
margin-bottom: 0px;
font-size: 11px;

margin: 0px !important ;
padding: 0px !important ;
box-sizing: border-box !important;

}

.tophdsub1{
  display: inline-flex;
  
  
  
 

font-size: 11px;

margin: 0px !important ;
padding: 0px !important ;
box-sizing: border-box !important;

}

.ele{

  padding: 0em 0.4em !important;
}

.tophdsub2{
display: inline-flex;



  

font-size: 11px;

margin: 0px !important ;
padding: 0px !important ;
box-sizing: border-box !important;

}

.goog-te-gadget-simple {
  margin: 0px !important ;
  padding: 0px !important ;
  box-sizing: border-box !important;
}

  







.ff li a{
 color:black !important; 

}

.ll li{
padding-top: 0px;
scroll-padding-bottom: 0px;
margin-top: 0px;
margin-bottom: 0px;

}



.pm1{
  border-radius: 0px 10px 0px 0px ;
  padding: 5px;
  
  
  background-color:#13A4CC;
  color: white;

}

.pm2{
  border-radius: 10px;
  color:#13A4CC;

}

.mm{
  
  max-width: 350px;
 
  
}






.container{

padding-top: 1px !important;
padding-bottom: 1px !important;

}



.pw{

  padding-top: 10px;
}

.paw {
  position: absolute;
  bottom: 0;
  max-width: 100%;
  z-index: -1;
}

/*
hr{
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 162, 255, 0.75), rgba(0, 0, 0, 0));
}

*/
.parallax{
  background-color: #001e30;
  /*background: url("/img/download5.jpg") no-repeat 100% fixed;*/
  
  
  
 
}

.dark{

 
   
   background-color:rgba(0, 0, 0, 0.3);
   
    
}


.ggfooter{
  padding-top: 10px;
  font-size: 16px;
  /*background-color:rgba(0, 0, 0, 0.3);*/
  color: white;
  margin-bottom: 0px !important;
  text-align: left;
  padding-bottom: 2px !important;

}



.ggfooter a{
  color:white !important;
  

}


.lowft{
font-size: 14px;
background-color: black !important;
color: white !important;

padding-top: 0px;
overflow-x: hidden;


}
.lowft a{

  
  color: white !important;
  
  }



.map-container{
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
  }
  .map-container iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
  }


  

  .fa {
   
    font-size: 15px;
    
    
    margin-right: 8px !important;
    border-radius: 50px !important;
    box-shadow: 0px 0px 3px #fff;
    padding: 0.6em 0.7em !important;
    
  }

  .fab {
   
    font-size: 15px;
    
    
    margin-right: 8px !important;
    border-radius: 50px !important;
    box-shadow: 0px 0px 3px #fff;
    padding: 0.6em 0.7em !important;
  }

  .fb{

    font-size: 15px;
    
    
    margin-right: 2px !important;
    border-radius: 0px !important;
    box-shadow: 0px 0px 0px #fff !important;
    padding: 0.2em 0.4em !important;


  }

  .fc {
   
    font-size: 11px;
    
    
    margin-right: 2px !important;
    
    box-shadow: none !important;
    padding: 0em 0em !important;
    
  }
  
  .fa:hover {
      opacity: 0.7 !important;
  }
  
  .fa-facebook {
    
    color: white !important;
  }

  .fa-google {
    color: white !important;
  }
  
  .fa-linkedin {
    color: white !important;
  }
  
  .fa-youtube {
    color: white !important;
  }
  
  .fa-instagram {
    color: white !important;
  }

  
.qq {
  color: #000 !important;
  font-size: 40px !important;

}



mark{
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(-100deg, rgba(255, 255, 255, 0), yellow 85%, rgba(255, 255, 255, 0));

}




:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}





.second-nav{
 
  font-size: 0.9rem;
  background-color:rgba(0, 0, 0, 0);
  color: #000;
  
  
}




.tt li a{
  
  color:#13A4CC;
  font-size: 25px;
  
}

.tt li a.active{
  
  background-color:#13A4CC !important;
  color: white !important;
  
}

.tt li a:hover{
  
  background-color:#13A4CC;
  color: white;

}





.navbar a:hover {
 text-decoration: underline;
}




.menu-item{

letter-spacing: 1px !important;
color:black !important;
transition: color .5s !important;

}



.xyz {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.innerzoom{

overflow: hidden;


}

.innerzoom img{

  transition: all 1.5s ease;
}

.innerzoom:hover img{

transform: scale(1.5);

}





/* Contact Section
--------------------------------*/

#contact {
  padding: 60px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #13A4CC;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #13A4CC;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

#contact .form #sendmessage {
  color: #13A4CC;
  border: 1px solid #13A4CC;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #13A4CC;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #13A4CC;
}


