/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@import url('https://fonts.googleapis.com/css2?family=Alexandria&display=swap');

* {
    scroll-behavior: smooth;

    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "Alexandria", serif;
}

body {

    /* direction: rtl; */
    background-color: #101e1ff7;


    min-height: 100vh;
    background-size: cover;
    background-position: center;
}

.util::-webkit-scrollbar {
    display: none;
}

.header {

    width: 100vw;
    /* height: 10px; */
    min-height: 90vh;
    /* padding: 20%; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 100%;
    background: url('images/bg.png') no-repeat;
    background-size: cover;
    overflow: auto;


}




.topnav {

    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: sticky;
    top: 0px;
    padding: 0 5%;
    z-index: 1;
    background-color: #101e1ff7;
    height: 72px;

}
.topnav img {
    height: 91px;
    width: auto;
  }

.navbar a {
    position: relative;
    font-size: 16px;
    color: white;
    text-decoration: none;
    font-weight: 500;
    margin-right: 20px;
}

.navbar a:hover{
    /* border: #fff solid 2px; */
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    background-color: #ccc;
    color: #101E1F;
}
/* 
.navbar a::before {
    content: '';
    position: absolute;
    top: 130%;
    right: 0;
    width: 0;
    height: 2px;
    background: white;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.navbar a:hover:before {
    width: 100%;
} */

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}
.hamburger{
    display: none;
    cursor: pointer;
}
.bar{
     display: block;
    width: 25px;
    height: 3px;
    background-color: red;
    margin:5px 0;
    -webkit-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;
    background-color: white;
}
/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media (max-width: 768px){
    .topnav img {
        height: 64px;
        width: auto;
      }

    .hamburger{
        display: block;
    }

    .hamburger.active .bar:nth-child(2){
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1){
        -webkit-transform: translateY(8px) rotate(45deg);
            -ms-transform: translateY(8px) rotate(45deg);
                transform: translateY(8px) rotate(45deg);
    } 

    .hamburger.active .bar:nth-child(3){
        -webkit-transform: translateY(-8px) rotate(-45deg);
            -ms-transform: translateY(-8px) rotate(-45deg);
                transform: translateY(-8px) rotate(-45deg);
    }

    .topnav .navbar{
        position: fixed;
        left:  -100%;
        top: 60px;
        gap: 0;
        padding: 16px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        background-color: #101e1ff7;
        width: 100%;
        text-align: center;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;


    }

    .topnav .navbar a{
        margin: 16px ;

    }

    .topnav .navbar.active{
        left: 0;
        
    }
    .navbar a {
        display: block;
        position: relative;
        font-size: 16px;
        color: white;
        text-decoration: none;
        text-align: start;
        font-weight: 500;
        padding: 8px 0;
        padding-right: 48px;
        margin-right: 20px;
    }

}

.header-container {
    /* background-color: red; */
    position: relative;
    margin: 10% auto;
    /* display: table-row; */



}

.big-title {
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 6rem;
    font-weight: 700;
    line-height: 122px;
    word-wrap: break-word
}



.slogan {

    text-align: center;
    color: white;
    font-size: 1.5rem;
    font-weight: 300;
    word-wrap: break-word;
    

}

@media (max-width: 830px) {
    .big-title {
        text-align: center;
        text-transform: uppercase;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        color: white;
        font-size: 8rem;
        
        font-weight: 700;
        line-height: 222px;
        word-wrap: break-word
    }



    .slogan {

        text-align: center;
        color: white;
        font-size: 2rem;
        
        font-weight: 300;
        word-wrap: break-word;
        margin-top: 20px;

    }
}

@media (max-width: 660px) {
    .big-title {
        text-align: center;
        text-transform: uppercase;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        color: white;
        font-size: 6rem;
        
        font-weight: 700;
        line-height: 175px;
        word-wrap: break-word
    }



    .slogan {

        text-align: center;
        color: white;
        font-size: 1.5rem;
        
        font-weight: 300;
        word-wrap: break-word;
        margin-top: 20px;

    }
}

@media (max-width: 500px) {

    .header-container {
        /* background-color: red; */
        position: relative;
        margin: 0;
        /* display: table-row; */
    
    
    
    }
    .big-title {
        text-align: center;
        text-transform: uppercase;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        color: white;
        font-size: 4.5rem;
        
        font-weight: 700;
        line-height: 125px;
        word-wrap: break-word
    }



    .slogan {

        text-align: center;
        color: white;
        font-size: 1rem;
        
        font-weight: 300;
        word-wrap: break-word;
        margin-top: 20px;

    }
}

.intro {
    width: 100vw;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background: url('images/pineapple.png') no-repeat, #101E1F;
    background-size: 100% 100%, cover;
    background-blend-mode: multiply;
    /* padding: 20% 30%; */
    position: relative;
    /* overflow: visible; */
    overflow: hidden;



}

.container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: justify;
    /* height: 100; */
    /* background-color: red; */
    position: relative;
    margin: 20%;
    

}

.title {
    color: white;
    font-size: 32px;
    
    font-weight: 300;
    line-height: 48px;
    text-align: center;
    word-wrap: break-word
}


.content {
    color: white;
    font-size: 32px;
    font-weight: 300;
    line-height: 64px;
    word-wrap: break-word;

}@media (max-width:800px){


.intro {
  
    /* padding: 20% 30%; */
    /* overflow: visible; */



}
.content{
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    word-wrap: break-word;

}
}

.gallery{
    width: 100vw;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #101E1F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10% 0;
    overflow: hidden;
}

.title-gallery{
    color: white;
    font-size: 32px;
    
    font-weight: 300;
    line-height: 48px;
    text-align: center;
    word-wrap: break-word;
    margin-bottom: 24px;
}

/* .wrapper i{
    height: 45px;
    width: 45px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
    line-height: 45px;
    border-radius: 0%;
    color: white;
    font-size: 24px;
    position: relative;
    cursor: pointer;
    background-color: #101e1fcd;

    
position: absolute;
} */

/* 
.wrapper .carousel{
    white-space: nowrap;
    cursor: pointer;
    font-size: 0px;
    overflow: hidden;
}

.carousel img{
    margin-right: 14px;
    -o-object-fit: cover;
       object-fit: cover;
    height: 720px;
    width: calc(100% /3 );
}
.carousel img:first-child{
    margin-right: 0px;

}
@media (max-width: 900px){
    .carousel img{
        width: calc(100% / 2 );
    }
}

@media (max-width: 550px){
    .carousel img{
        -o-object-fit: cover;
           object-fit: cover;
        max-height: 180px;
        padding: 0 24px;
    }
}
 */
 .slider {
    width: 100%;
    position: relative;
  }
  
  .slider-container {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    height: 400px;
  }
  
  .slider-container img {
    margin:  0 10px;
    width: 100%;
    object-fit: cover;
  }
  
  .slider-controls {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .prev-btn,
  .next-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 1.2rem;
    color: #fff;
    margin: 0 10px;
    outline: none;
  }
  
  .prev-btn:hover,
  .next-btn:hover {
    color: #ccc;
  }
.big-image {
    width: 100vw;
    height: 100vh;
    background: url('images/bg1.png') no-repeat, #101E1F;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.services {
    width: 100vw;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 50px;

    background: white;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.title-light {
    color: black;
    font-size: 32px;
    
    font-weight: 300;
    line-height: 48px;
    text-align: center;
    word-wrap: break-word
}

.content-light {
    color: black;
    font-size: 32px;
    
    font-weight: 300;
    line-height: 48px;
    word-wrap: break-word;

}

.services-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    /* background-color: red; */
    position: relative;
    margin-bottom: 5%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

}


.service-title {
    color: black;
    font-size: 32px;
    
    font-weight: 300;
    line-height: 48px;
    text-align: center;
    word-wrap: break-word
}

.service {
    width: 300px;
    margin: 20px;
    text-align: center;
}

.service-image {
   
    margin-bottom: 20px;
}

.service-image img {
    width: 100%;
}

.service-title {
    font-size: 24px;
    
    font-weight: medium;
    margin-bottom: 24px;
}

.service-content {
    font-size: 16px;
    
    text-align: justify;




    line-height: 1.5;
}

.about-us {
    width: 100vw;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;


}

.about-image {
    width: 40%;
    background-image: url(images/serv3.jpg);
    background-repeat: no-repeat;
    background-size: cover;

}

.about-container {
    width: 60%;
    background-color: rgb(239, 244, 241);
    padding: 32px;
}

.about-title {
    color: black;
    font-size: 32px;
    
    font-weight: 400;
    line-height: 48px;
    text-align: left;
    word-wrap: break-word;
    margin-bottom: 16px;
}

.about-content {
    color: black;
    font-size: 26px;
    
    font-weight: 200;
    line-height: 48px;
    word-wrap: break-word;
    text-align: justify;
}
@media (max-width:700px){
    .about-content {
        
        font-size: 18px;
        line-height: 32px;

        
    } 
}

.contact-us {
    width: 100vw;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: rgb(239, 244, 241);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10% 0;
}

.contact-us-title {
    color: black;
    font-size: 32px;
    
    font-weight: 300;
    line-height: 48px;
    text-align: center;
    word-wrap: break-word;
    margin-bottom: 24px;
}

.contact-us-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    /* background-color: red; */
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 32px;
}

.contact {
    width: 300px;
    margin: 20px;
    text-align: center;
    border: 1px solid rgb(202, 202, 202);

    padding: 48px 16px;

}

.contact:hover {
   /* From https://css.glass */
background: rgba(255, 255, 255, 0.52);
-webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(14.1px);
-webkit-backdrop-filter: blur(14.1px);
border: 1px solid rgba(255, 255, 255, 1);
}

.contact-title {
    font-size: 24px;
    
    font-weight: medium;
    margin-bottom: 24px;
    margin-top: 32px;
}

.contact-content {
    font-size: 16px;
    
    text-align: center;
    line-height: 2;
}

.contact-content a {
    color: black;
    text-decoration: none;

    
}

.contact-content a:hover {
    color: #12bd84;
    text-decoration: none;
    
}



footer {

    width: 100vw;
    background-color: #f8f9fa;
    padding: 50px 0;
    /* position: fixed; */
    bottom: 0;
    left: 0;
    margin-top: auto;
    overflow: hidden;


}

.footer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1200px;
    margin: 0 32px;
}

.footer-logo img {
    height: 50px;
}

.footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-links li {
    margin-right: 20px;
}

.footer-links a {
    color: #212529;
    text-decoration: none;
}

.footer-links a:hover {
    color: #12bd84;
}

.footer-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-social li {
    margin-right: 20px;
}

.footer-social a {
    color: #212529;
    text-decoration: none;
}

.footer-social a:hover {
    color: #12bd84;
}
@media (max-width: 768px) {
    .footer-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .footer-links {
        margin-bottom: 20px;
    }
}

@media (max-width: 500px) {
    .footer-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .footer-links {
        margin-bottom: 20px;
    }
}

@media (max-width: 400px) {
    .footer-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .footer-links {
        margin-bottom: 20px;
    }
}

@media (max-width: 300px) {
    .footer-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .footer-links {
        margin-bottom: 20px;
    }
}


.new-slider {
    width: 100%;
    height: 50vh;
    overflow: hidden;
    position: relative;
  }
  
  .slide {
    /* margin: 0 100px ; */
  
  
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    
  }
  
  .slide img {

    /* width: 100%; */
    height: 100%;
    object-fit: cover;
    display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 64px rgb(0, 0, 0);



  }


  .slider-button{
    width: 50px;
    height: 50px;
    background-color: #ffffff2d;
    border: none;
    cursor: pointer;
    outline: none;
    color: white;
    font-size: 24px;
    z-index: 10;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    margin: 32px 8px;
  }

  #silder-indicator{
    /* position: absolute; */
    /* bottom: 20px; */
    /* left: 50%; */
    color: white;
    display: inline;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
  }