
body::-webkit-scrollbar {
    width: 13px;

  }

  body::-webkit-scrollbar-track {
    background:  rgba(0, 0, 0, 0.459);



  }
  body::-webkit-scrollbar-thumb {
    background-color: #00deff ;
    border-radius:0;
    border-color:#00deff;

  }

  /*BACK_TO_TOP*/

  #btn-back-to-top {
    position: fixed ;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color:#00deff;
    border: 2px solid #00deff;
    border-radius: 0;
  }


/*  HEADER */

.nav-link {
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    color:whitesmoke;
    transition: color 0.3s ease-in-out;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;


}

.navbar-scrolled .nav-link {
    color:whitesmoke;
    }

    @media only screen and (max-width: 1000px) {
        .nav-link {
            color:whitesmoke;
        }
      }

.nav-item .underline {
    height: 4px;
    background-color: transparent;
    width: 0;
    transition: width 0.6s, background-color 0.6s;
    border-radius: 70px;
    margin: 0 auto;

}

.nav-item.active-link a {

    color: #f92056 ;
}

.nav-item.active-link .underline {
    width: 100%;
    background-color:  #f92056 ;

}

.nav-item:hover .underline {
    background-color:  #f92056 ;
    width: 100%;

}

.nav-item:hover a {

    color:  #f92056 ;
}


.nav-item:active a {
    transition: none;
}

.nav-item:active .underline {
    transition: none;
    background-color: #f92056 ;

}


::selection {
    background-color: orange;
    color: black;
}


.navbar-nav {
    margin-left: auto;
    gap: 20px;
    font-size: 18px;

}

.navbar {
    background-color: rgba(0,0,0,0);
    transition: background-color 0.3s ease-in-out;

}

.navbar-scrolled {
    background-color: #2a2c31;

}






@media only screen and (max-width: 1000px) {
    .navbar {
        background-color: #2a2c31;
        transition: background-color 0.3s ease-in-out;
    
    }
  }

.navbar-toggler{
    border-color: #00deff !important;
    background-color:#00deff; 
    color: transparent !important;

}
  

.navbar-toggler:hover,.navbar-toggler:active{
    border-color: #00deff !important;
    background-color: #00deff; 
    color: transparent !important;
 

}

@media screen and (width: 1024px) {
    .navbar-nav {
        font-size: 16px;
    }
}

#button,
#button::after {
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
  -o-transition: all 0.5s;
	transition: all 0.5s;
}

#button {
    background: #00deff;
    border: 3px solid #00deff !important;
    border-radius: 5px;
    color:whitesmoke !important;
    font-size: 15px;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px 30px;
    position: relative;
    text-transform: uppercase;
    border-radius:5px;
    transition: 0.5s;
    font-family: 'Lato', sans-serif;

}

#button::before,
#button::after {
    background: #00deff!important;
    content: '';
    position: absolute;
    z-index: -1;
  

}



#button:hover {
    color: whitesmoke !important;
    transform: scale(1);
    box-shadow: 0 0 5px 5px #00deff;

}



/* BUTTON 3 */
.btn-3{
    overflow: hidden;

}
.btn-3::after {
    height: 100%;
    right: -35%;
    top: 0;
    transform: skew(0deg);
    transition-duration: 0.6s;
    transform-origin: bottom right;
    width: 0;

  }
  
  .btn-3:hover:after {
    height: 100%;
    width: 135%;
  }
  



@media screen and (min-width: 200px)and (max-width: 950px) {
    .navbar-nav {
display: inline-block;      
    
    }
    
  }

 /*BUTTONS CLASS*/

/* GENERAL BUTTON STYLING */
#button2,
#button2::after {
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
  -o-transition: all 0.5s;
	transition: all 0.5s;

}

#button2 {
  background: #00deff;
  border: 3px solid #00deff !important;
  border-radius: 5px;
  color:whitesmoke !important;
  font-size: 15px;
  font-weight: bold;
  margin: 1em auto;
  padding: 10px 30px;
  position: relative;
  text-transform: uppercase;
  border-radius:5px;
  transition: 0.5s;
  font-family: 'Lato', sans-serif;

}

#button2::before,
#button2::after {
    
  background: #00deff!important;
  content: '';
  position: absolute;
  z-index: -1;


}

#button2:hover {
  color: whitesmoke !important;
  transform: scale(1);
  box-shadow: 0 0 5px 5px #00deff;


}



.btn-1 {
    overflow: hidden;
  }
  
  .btn-1::after {
    height: 0;
    left:0;
    top: 0;

    width: 100%;

  }
  
  .btn-1:hover:after {
    height: 100%;
    width: 100%;
  }




@media screen and (min-width: 200px)and (max-width: 950px) {
    .navbar-nav {
display: inline-block;      
    
    }
    
  }
  
 
/** FOOTER **/

.footer {
    background: url(images/abigail-lynn-51615-unsplash.jpg) #00051cc2;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
    font-family: 'Poppins', sans-serif;
    background-blend-mode: multiply;
}
.footer p{
    text-align: left;
    color: whitesmoke;

}

.footer h3 {
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: whitesmoke;
    margin-bottom: 15px;
    border-bottom: #A3BB98 solid 3px;
    padding-bottom: 3px;
    display: table;
}

ul.conta, ul.social_icon, ul.link_menu{
    padding: 0;
}

ul.conta li {
    color: whitesmoke;
    text-align: left;
    padding-bottom: 20px;
    font-size: 17px;
list-style: none;
}


@media only screen and (max-width: 300px) {
    ul.conta li {
        font-size: 14px;
    }
  }

ul.conta li i {
    padding-right: 15px;
    text-align: center;
    font-size: 20px;
}

ul.conta li a {
    color: whitesmoke;
}


ul.link_menu li {
    display: block;
    text-align: left;
}

ul.link_menu li.active a {
    color: #A3BB98;
    fill: #A3BB98 !important;

}

ul.link_menu li a {
    color: whitesmoke;
    font-size: 17px;
    line-height: 28px;
    display: inline-block;
    width: -moz-max-content;
    text-decoration: none;
    transition: 0.5s;
    font-weight: 600;
    fill: whitesmoke;

}





ul.social_icon {
    width: 100%;
    float: left;
    text-align: left;
}

ul.social_icon li {
    display: inline-block;
}

ul.social_icon li a {
    display: flex;
    align-items: start;
    justify-content: flex-start;
    font-size: 27px;
    border-radius: 30px;
    margin: 0 9px;
}


.copyright {
    margin-top: 100px;
    background-color: #2a2c31;
    border: #f92056 solid 3px;
    border-right: inherit;
    border-left: inherit;
}

.copyright p {
    color: white;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    border-top:0;
    padding-top: 25px;
}



.footer .logo a {
    justify-content: center !important;
    position: relative;
    text-decoration: none;
}


.footer-widget p{
    color: #00deff;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.footer-widget h3{
    font-family: "Poppins", Sans-serif;
    font-weight: 700;
    letter-spacing: 15px;
    fill: #f92056;
    color: #f92056;
    background-color: rgba(0,0,0,0);
    border-style: dashed;
    border-width: 3px 3px 3px 3px;
    border-color: #f92056;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 35px 15px 40px;
    transition: 0.3s;
}

.footer-widget h3:hover{

    fill: #00deff;
    color: #00deff;
  
    border-color: #00deff;

}


.footer .social_icon  li {
    list-style: none;
    display: inline-block;
    background: transparent; 
    height: 40px;

    color:#f92056;
    border-radius: 0;
    transition: 0.3s;
}

.footer .social_icon li a {
    height: 40px;
    width: 40px;
    display: block;
    background: rgba(255, 255, 255, 0.05); 
    position: relative;
    border-radius:0 ;
    transition: 0.3s;
}


.footer .social_icon li a:hover  {
    background: #f92056;
}


.footer .social_icon  li a span {
    position: absolute;
    font-size: 18px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.footer .social_icon  li a svg {
    fill:whitesmoke;
}

#logo  img {
    width: 12%;
}

@media screen and (max-width: 1000px) {
    #logo  img {
        width: 30%;
    }
}

@media screen and (max-width: 700px) {

    #logo {
        text-align: center;
    }
}


    .footer p, ul.social_icon,.heading-2{
    text-align: center;
 }


 .footer h3{
    text-align: center;
 display: inline-block;
  }


ul.link_menu li{
transition: 0.5s;}


ul.link_menu li a:hover{
    transform: translate(10px);
}

@media only screen and (max-width: 500px) {
    .copyright p {
font-size: 13px;    }
  }

  
@media only screen and (max-width: 1300px) {
    ul.conta li, .footer p, ul.social_icon,.heading-2, ul.link_menu li{
    text-align: center;
    float: center;
 }}

/** end footer **/






/*BANNER-VIDEO*/


.bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;

  }
  video {
    min-width: 100%;
    min-height: 100vh;
    z-index: 1;

  }

  .video-container .video{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.video-container::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
}
 

.pinned_over_content {
 
    position: absolute;
    text-align: center;
    padding: 0 60px;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
}

@media (max-width: 767px) {
    .pinned_over_content {
        padding:0 15px
    }
}

.pinned_over_content h2 {
    color: #00deff;
    font-family: "Poppins", Sans-serif;
    font-weight: 300;
    text-transform: capitalize;
    letter-spacing: 2px; 
}


.pinned_over_content h1 {
    color: #ffffff;
    font-family: "Poppins", Sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    text-shadow: 4px 3px 0px #f92056; 
}

.title-info{
    padding: 30px;
    background-color: transparent;
    background-image: linear-gradient(270deg, rgba(65,170,185,0) 8%, rgba(65,170,185,0.52) 100%);
 border-style: solid;
 border-width: 0px 0px 8px 8px;
 border-color: #f92056;
 text-align: center;
 max-width: 750px;
 width: 100%;
 height: 30%;
 display: inline-block;
}

/*ABOUT _AREA*/
.about_area{
    background: url(images/geert-pieters-684286-unsplash.jpg) ;
    background-position: center;
    background-blend-mode: multiply;
    background-size: cover;
    background-attachment: fixed;
}

.about_area .col-lg-7{
background: rgba(24,78,186,0.21);
padding: 100px;
}

@media only screen and (max-width: 600px) {
    .about_area .col-lg-7{
        padding: 50px;
    }
  }
.about_area .col-lg-7 h1, .about_area .col-lg-5 h1{
    color: #ffffff;
    font-family: "Poppins", Sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 3px 0px #f92056;
}


.about_area .col-lg-7 h6{
    color: #ffffff;
    font-family: "Poppins", Sans-serif;
    letter-spacing: 2px;
}

img.zoom {
    width: 100%;
    display: block;
    margin: 0 auto;
    object-fit: cover;
    transition: all .3s ease-in-out;
}

.transition {

    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.thumb{
    overflow: hidden;
    border-style: dashed;
    border-width: 2px 2px 2px 2px;
    border-color: rgba(255,255,255,0.54);}


    .about_area .col-lg-5{
        background: rgba(0,0,0,0.5);
        padding: 100px;
        }

        @media only screen and (max-width: 1000px) {
            .about_area .col-lg-5{
                text-align: center;
                }
          }

        .about_area .col-lg-5 h1{
            margin: 0px 0px 40px 0px;
            padding: 0px 0px 10px 0px;
            border-style: dotted;
            border-width: 0px 0px 2px 0px;
            border-color: rgba(255,255,255,0.73);           
         }

 

         .about_area .col-lg-5 p{
            color: #ffffff;
            font-family: "Poppins", Sans-serif;
            font-size: 20px;
            line-height: 2.4em;
            letter-spacing: 0.5px;
                  }

                  .about_area .col-lg-5 p strong{
                font-weight: bold;
                          }

                          @media only screen and (max-width: 600px) {
                            .about_area .col-lg-5{
                                padding: 30px;
                            }
                          }

                          .about_area .col-lg-5 h2{
                            margin: 0px 0px 40px 0px;
                            padding: 0px 0px 10px 0px;
                            border-style: dotted;
                            border-width: 0px 0px 2px 0px;
                            border-color: rgba(255,255,255,0.73);     
                            color: #ffffff;
                            font-family: "Poppins", Sans-serif;
                            font-weight: 700;
                            text-transform: uppercase;
                            letter-spacing: 2px;
                            text-shadow: 2px 3px 0px #41aab9;      
                         }

                         
                         .about_area .col-lg-5 h5{
                    
                            color: #ffffff;
                            font-family: "Poppins", Sans-serif;
                            font-weight: 700;
                            text-transform: uppercase;
                            letter-spacing: 2px;
                            text-shadow: 2px 3px 0px #41aab9;      
                         }

                         .about_area .col-lg-5 h6{
                    
                            color: #00deff;
                            font-family: "Poppins", Sans-serif;
                            font-weight: 400;
                            text-transform: uppercase;
                            font-style: italic;
                            line-height: 1em;
                            letter-spacing: 2px;    
                         }


/*INFO*/   
.info .col-lg-4{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 280px 35px 30px 35px;
    transition: 0.5s;
}     

#pic1{
    background-image: linear-gradient(210deg, rgba(51,51,51,0) 25%, #000000 100%), url(images/drew-murphy-752267-unsplash.jpg);
    transition: background-color 1s;

}


#pic1:hover{
    background-image: linear-gradient(210deg, #f92056 5%, rgba(51,51,51,0)  100%), url(images/drew-murphy-752267-unsplash.jpg);
    transition: background-color 1s;
 
}


#pic2{
    background-image:linear-gradient(210deg, rgba(51,51,51,0) 25%, #000000 100%), url(images/michael-discenza-199756-unsplash.jpg);
    transition: 0.5s;

}


#pic3{
    background-image:
    linear-gradient(210deg, rgba(51,51,51,0) 25%, #000000 100%),
    url('images/henri-pham-356887-unsplash.jpg');
    transition: 0.5s;

}



.info .col-lg-4 h6{
color: #ffffff;
font-family: "Poppins", Sans-serif;
font-weight: bold;

}      

.info .col-lg-4 h1{
    color: #ffffff;
    font-family: "Poppins", Sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    text-shadow: 2px 3px 0px #f92056;
    
    }   

    

#pic2:hover{
    background-image: linear-gradient(210deg, #41aab9 5%, rgba(51,51,51,0)  100%), url(images/michael-discenza-199756-unsplash.jpg);
}

#pic3:hover{
    background-image: linear-gradient(210deg, #f92056 5%, rgba(51,51,51,0)  100%), url(images/henri-pham-356887-unsplash.jpg);
}

/*FACILITIES*/
.facilities{
    background: url(images/107100914_3333281676703348_7090659332634861329_n.jpg) #07445E;
    background-blend-mode: multiply;
    padding-top: 100px;
    padding-bottom: 100px;

}

.facilities .col-lg-12 h1{
    color: #ffffff;
    font-family: "Poppins", Sans-serif;
    font-size: 41px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 3px 0px #f92056;
}

.facility h4,.facility h6{
    color: #ffffff;
    font-family: "Poppins", Sans-serif;
    font-weight: bold;
}


.facility h3{
    color: #ffffff;
    font-family: "Poppins", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 3px 0px #41aab9;
}

/*GALLERY*/
.gallery{
    background: url(images/marcela-laskoski-118684-unsplash.jpg) #2a1c2da2;
    background-blend-mode: multiply;
    padding-top: 100px;
    padding-bottom: 100px;
}

.gallery .col-lg-12 h1{
    color: #ffffff;
    font-family: "Poppins", Sans-serif;
    font-size: 41px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 3px 0px #f92056;
  
}

hr{
    border-bottom: 4px solid white;
    display: inline-block;
    width: 50px;
    opacity: 1;
}


img.zooms {
    height: 50vh;

    width: 100%;
    display: block;
    margin: 0 auto;
    object-fit: cover;
    transition: all .3s ease-in-out;
    
}

img.zooms:hover {
 -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    background: rgba(0,0,0,0.5);
    
}



.gal{
    overflow: hidden;
    
}

/*TESTIMONIALS*/
.testimonials{
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(images/alexander-popov-522100-unsplash.jpg) #000000a1;
    background-position: center;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: cover;

}

@media only screen and (max-width: 600px) {
    .testimonials .col-lg-6 {
padding: 20px;    }
  }
  @media only screen and (min-width: 600px) {
    .testimonials .col-lg-6 {
padding: 50px;    }
  }
.testimonials .col-lg-6 h3{
    color: #00deff;
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
    letter-spacing: 2px;

}

.testimonials .col-lg-6 h1{
    color: #ffffff;
    font-family: "Poppins", Sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 3px 0px #f92056;
    

}

#hr{
    border-bottom: 4px solid #00deff;
    display: inline-block;
    width: 50px;
    opacity: 1;
}

.testimonials .col-lg-6 h6{
    color: #cccccc;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    letter-spacing: 0.5px;
}

.testimonials .col-lg-6 h4{
    color: #ffffff;
    font-family: "Poppins", Sans-serif;
    font-size: 41px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 3px 0px #f92056;

}

.testimonials .col-lg-6 h5{
    color: #ffffff;
    font-family: "Poppins", Sans-serif;
font-weight: bold;

}

@media only screen and (min-width: 600px) {
    #test-col {
display: flex;
justify-content: space-between;
align-items: center;
}
  }