
/* #066C5F   green */
/* #ECA376   orange */
/* #032622  foter */
/* #FAF7F2 */

/* Google Fonts - Poppins loaded via <link> in base template for performance */


*{
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

body{
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
}
button :hover{
    background-color: #ECA376;
    color: black;
}
.dropdown-item {
    width: 88% !important;

}

header{
    width: 100%;
    background-color:#066C5F ;
    color: white;
   
   position: fixed;
   opacity: .9;
   z-index: 15;
   height: 60px;
    padding-top: 0px;



}
header .contactInfo{
    margin: 0px 20%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 8px 0px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serifs;

}
header .contactInfo div {
    margin-right: 50px;
}
header hr{
    color: white;
    width: 60%;
    height: 2px !important;
    opacity: 1;
    margin: 0px 20%;


}
.del{
    display: none;
    /* transition-duration: 2s;
    transition:all 2s ease; */
}

nav{
    background-color: #066C5F;
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding: 0% 20% 0% 21%;
    position: fixed;
    
    width: 100%;
    opacity: .9;
    z-index: 15;
    
    top: 50px;
    height: 60px;

    



}
nav svg{
    display: none;
}
.navact{

    top: 0px;
    

}
nav ul{
    list-style: none;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 80%;
}
nav ul li a{
    margin: 0px 10px;
    color: white;
    text-transform: capitalize;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serifs;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}
.nav-item a{
    margin: 0px 10px;
    color: white;
    text-transform: capitalize;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serifs;
    font-size: 20px;
    font-weight: 600;
}

.logo{
    color: white;
    text-transform: capitalize;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serifs;
    font-size: 38px;
    font-weight: 700;
    text-align:center;
    margin-bottom: 15px;
}
.booking{
    display: flex;

}
.booking button{
    background-color:  white;
    text-transform: capitalize;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serifs;
    color: black;
    text-align: center;
    font-weight: 600;
    

    font-size: 18px;
    border-radius: 25px;
    height: 50px;
    width: 150px;



}
.booking button:hover{
    background-color: #ECA376;

    color: black;
   
}
.nav-link{
    color: white !important;

}
.booking div{
    margin: 0px 15px;

}


/* landing section start */
.landing{
    padding: 0% 20%;
    background-color: #066C5F;
    display: flex;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    height: 80vh;
}

.landingCard{
    width:30vw;
    direction: rtl;
   
    padding-right: 3%;
   

}
.landingCard h4{
    color: #ECA376;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serifs;
    font-size: 18px;
    font-weight: 600;
    word-spacing: 1px;
    text-transform: capitalize;

}
.landingCard h2{
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serifs;
    font-size: 30px;
    font-weight: 600;
    word-spacing: 1px;
    


}
.landingCard p{
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serifs;
    font-size: 14px;
    font-weight: 600;
    word-spacing: 1px;
    text-transform: capitalize;

}
.landingCard button{
    background-color: white;
    text-transform: capitalize;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serifs;
    font-size: 20px;
    font-weight: 600;
    color: black;
    border-radius: 30px;
    text-align: center;
    height: 70px;
    padding: 10px 30px;
}
.landingCard button:hover{
    background-color: #ECA376;

    color: black;
   
}
.landingcarousel{
    width: 30vw;
    /* margin-right: 0vw; */
    margin-bottom: -30vh;
    /* clip-path: circle(63.3% at 68% 50%);
    background-color: transparent; */



    
}
.landingcarousel img{
    width: 40vw;
}

/* landing section end */

.threeCard{
    display: flex;
    margin: 15% 20%;
    justify-content: space-between;

}

.threeCard .card {
    display: flex;


    margin: 5px;}
    .threeCard .card-body {
        display: flex;
        flex: 1 1 auto;
        padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
        color: var(--bs-card-color);
        flex-direction: column;
        align-items: center;
    }
    .card-text{
        direction: rtl;
    }
    .threeCard .card-body:hover{
        background-color: #066C5F;
        color: white;

    }
    .card-body ul li{
        margin: 20px 0px;
    }
.card-button{
   

}






#servises{
    width: 100vw;
    color: white;
    height: auto;
    background-color: #066C5F;
    display: flex;
    background-position: 60% 40%;
    background-repeat: no-repeat;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: auto;
    flex-direction: column;



}








.slide-container{
    max-width: 1120px;
    width: 100%;
    padding: 40px 0;
  }
  .slide-content{
    margin: 0 40px;
    overflow: hidden;
  }
  .card{
    background-color: #FFF;
  }
  .image-content,
  .card-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
  }
  .image-content{
    position: relative;
    row-gap: 5px;
    padding:  0px;
  }
  
  .card-image{
    position: relative;
    
    background: #FFF;
    
  }
  .card-image .card-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
   
  }
  .name{
    font-size: 18px;
    font-weight: 500;
    color: #333;
  }
  .description{
    font-size: 14px;
    color: #707070;
    text-align: center;
    height: 100px;
  }
  .button{
    border: none;
    font-size: 16px;
    color: #FFF;
    padding: 8px 16px;
    background-color: #066C5F;
    border-radius: 6px;
    margin: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .button:hover{
    background-color: #ECA376;
  }
  
  .swiper-navBtn{
    color: #6E93f7;
    transition: color 0.3s ease;
  }
  .swiper-navBtn:hover{
    color: #4070F4;
  }
  .swiper-navBtn::before,
  .swiper-navBtn::after{
    font-size: 35px;
  }
  .swiper-button-next{
    right: 0;
  }
  .swiper-button-prev{
    left: 0;
  }
  .swiper-pagination-bullet{
    background-color: #6E93f7;
    opacity: 1;
  }
  .swiper-pagination-bullet-active{
    background-color: #4070F4;
  }
  
  @media screen and (max-width: 768px) {
    .slide-content{
      margin: 0 10px;
    }
    .swiper-navBtn{
      display: none;
    }
  }




















.aboutDoc{
    width: 60%;
    display: grid;
    grid-template-columns:30px repeat(19 ,1fr);
    grid-template-rows: repeat(20 ,5%);
    margin:10% 20%;
    /* border: 3px solid gray; */
    
}
.aboutDoc .card-body {

}
.docCard{
    grid-column: 2/21;
    grid-row: 2/22;

    display: flex;
    flex-direction: row;
    align-items: stretch;
    background-color: white;
}

.outLay{
    grid-column: 1/9;
    grid-row: 1/19;
    background-color: #ECA376;
    

   
}






/* importantquest */

#importantquest{
    width: 100vw;
    color: white;
    height: auto;
    padding: 10% 20%;
    background-color: #066C5F;
    display: flex;
    background-position: 60% 40%;
    background-repeat: no-repeat;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: auto;
    flex-direction: column;



}
#accordionPanelsStayOpenExample{
    width: 60vw;

}
.accordion-body {
    direction: rtl;
}
.accordion-button {
    position: relative;
}

.accordion-button::after {
    
    margin-left: inherit !important;
    margin-right: auto !important;
} 

@media screen and (max-width:600px) {
    #importantquest{
        
        padding: 0% 5%;
    }
    #accordionPanelsStayOpenExample{
        width: 90vw;
    
    }
    
}












/* contact form  */


#contact {
    width: 100%;
    height: 100%;
    margin-bottom: 10vh;
  }
  
  .section-header {
    text-align: center;
    margin: 0 auto;
    padding: 40px 0;
    
    color: #000;
    
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serifs;
    font-size: 48px;
    font-weight: 600;
  }
  
  .contact-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    max-width: 840px;
  }
  
  /* Left contact page */
  .form-horizontal {
    /*float: left;*/
    max-width: 400px;
    font-family: 'Lato';
    font-weight: 400;
  }
  
  .form-control, 
  textarea {
    max-width: 400px;
    background-color: #000;
    color: #fff;
    letter-spacing: 1px;
  }
  
  .send-button {
    margin-top: 15px;
    height: 34px;
    width: 400px;
    overflow: hidden;
    transition: all .2s ease-in-out;
  }
  /* submit button hover inside contact: change to brand orange */
  #contact .send-button:hover,
  #contact .send-button:focus {
    background-color: #ECA376;
    color: #000;
    border-color: #ECA376;
  }

  /* ensure inner alt-send-button inherits background on hover */
  #contact .send-button:hover .alt-send-button,
  #contact .send-button:focus .alt-send-button {
    background-color: #ECA376;
    color: #000;
  }



  
  .alt-send-button {
    width: 400px;
    height: 34px;
    transition: all .2s ease-in-out;
  }
  
  .send-text {
    display: block;
    margin-top: 10px;
    font: 700 12px 'Lato', sans-serif;
    letter-spacing: 2px;
  }
  
  .alt-send-button:hover,
  .send-button:hover .alt-send-button {
    transform: translate3d(0px, -29px, 0px);
  }
  
  /* Begin Right Contact Page */
  .direct-contact-container {
    max-width: 400px;
  }
  
  /* Location, Phone, Email Section */
  .contact-list {
    list-style-type: none;
    margin-left: -30px;
    padding-right: 20px;
  }
  
  .list-item {
    line-height: 4;
    color: #aaa;
  }
  
  .contact-text {
    font: 300 18px 'Lato', sans-serif;
    letter-spacing: 1.9px;
    color: #bbb;
  }
  
  .place {
    margin-left: 62px;
  }
  
  .phone {
    margin-left: 56px;
  }
  
  .gmail {
    margin-left: 53px;
  }
  
  .contact-text a {
    color: #bbb;
    text-decoration: none;
    transition-duration: 0.2s;
  }
  
  .contact-text a:hover {
    color: black;
    text-decoration: none;
  }
  
  
  /* Social Media Icons */
  .social-media-list {
    position: relative;
    font-size: 22px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  
  .social-media-list li a {
    color: #eee;
  }
  
  .social-media-list li {
    position: relative; 
    display: inline-block;
    height: 60px;
    width: 60px;
    margin: 10px 3px;
    line-height: 60px;
    border-radius: 50%;
    color: #fff;
    background-color: rgb(27,27,27);
    cursor: pointer; 
    transition: all .2s ease-in-out;
  }
  
  .social-media-list li:after {
    
    
  }
  
  .social-media-list li:hover {
    background-color: #ECA376; 
  }
  
  .social-media-list li:hover:after {
    opacity: 1;  
    transform: scale(1.12);
    transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65);
  }
  
  .social-media-list li:hover a {
    color: #000;
  }
  
  
  
  hr {
    border-color: rgba(255,255,255,.6);
  }
  
  @media screen and (max-width: 850px) {
    .contact-wrapper {
      display: flex;
      flex-direction: column;
    }
    .direct-contact-container, .form-horizontal {
      margin: 0 auto;
    }  
    
    .direct-contact-container {
      margin-top: 60px;
      max-width: 300px;
    }    
    .social-media-list li {
      height: 60px;
      width: 60px;
      line-height: 60px;
    }
    .social-media-list li:after {
      width: 60px;
      height: 60px;
      line-height: 60px;
    }
  }
  
  @media screen and (max-width: 569px) {
  
    .direct-contact-container, .form-wrapper {
      float: none;
      margin: 0 auto;
    }  
    .form-control, textarea {
      
      margin: 0 auto;
    }
   
    
    .name, .email, textarea {
      width: 280px;
    } 
    
    .direct-contact-container {
      margin-top: 60px;
      max-width: 280px;
    }  
    .social-media-list {
      left: 0;
    }
    .social-media-list li {
      height: 55px;
      width: 55px;
      line-height: 55px;
      font-size: 2rem;
    }
    .social-media-list li:after {
      width: 55px;
      height: 55px;
      line-height: 55px;
    }
    
  }
  
  @media screen and (max-width: 460px) {
    .send-button {
      width: 99%;
    }
    .alt-send-button {
        width: 80vw;
        height: 34px;
        transition: all .2s ease-in-out;
    }
    .contact-text {
      font: 300 15px 'Lato', sans-serif;
      letter-spacing: -0.1px;
      color: #bbb;
  }
    .sectionText h2{

    }
    .contact-wrapper {
     
      padding: 0px;
      
    }
  }





















/* bookNow start */
.bookNow{
    display: flex;
    width: 100vw;
    height: 70vh;
    overflow: hidden;
}
.bookNow img,
.bookNow picture,
.bookNow > .ie-img-wrap {
  width: 50vw;
  height: 100%;
  display: block;
  flex-shrink: 0;
  position: relative;
}
.bookNow picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bookNow > .ie-img-wrap picture {
  width: 100%;
  height: 100%;
}
.bookSide{
    width: 50vw;
    background-color: #066C5F;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    padding: 10vw;
    direction: rtl;
    align-items: center;

}
.bookSide em{
    color: #ECA376;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serifs;
    font-size: 18px;
    font-weight: 600;
    word-spacing: 1px;
    text-transform: capitalize;

}
.bookSide h2 {
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serifs;
    font-size: 32px;
    font-weight: 600;
    word-spacing: 1px;
    text-transform: capitalize;


}

.bookSide p{
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serifs;
    font-size: 14px;
    font-weight: 600;
    word-spacing: 1px;
    text-transform: capitalize;

}
.bookSide div button{
    background-color: transparent;
    text-transform: capitalize;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serifs;
    font-size: 20px;
    font-weight: 600;
    color: white;
    border-radius: 30px;
    text-align: center;
    height: 70px;
    width: 130px;
    border-color: white;
    margin: 20px 20px 20px 0px;
}
.bookSide button:hover{
    background-color: #ECA376;

    color: black;
   
}
/* bookNow end */

/* video section start */
.vedioSection{
    margin:20vh 0px ;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.vedioSection h2{
    color: black;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serifs;
    font-size: 36px;
    font-weight: 600;
    word-spacing: 1px;
    text-transform: capitalize;

}
.vedioSection h4{
    color: #ECA376;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serifs;
    font-size: 18px;
    font-weight: 600;
    word-spacing: 1px;
    text-transform: capitalize;

}
.vidHolder{
    width: 80vw;
    height: 80vh;
    display: grid;
    grid-template-columns: 60% 30% 10%;
    grid-template-rows: 10% 40% 40% 10%;

    
}

.videoCard{
    grid-column: 2/4;
    grid-row: 2/4;
    background-color: #FAF7F2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 5%;
    

}
.videoCard.del{
    display: none;
}
.closebtn{
    content: " ";
    width: 25px;
    height: 25px;
    position: relative;
    left: 75%;
    background-color: black;
    clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
    top: 45%;

}
.closebtn.convert{
    clip-path: circle(50% at 50% 50%);
}
.videoCard h3{
    color: black;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serifs;
    font-size: 30px;
    font-weight: 600;
    word-spacing: 1px;
    text-transform: capitalize;

}
.videoCard button{
    background-color: #066C5F;
    text-transform: capitalize;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serifs;
    font-size: 20px;
    font-weight: 600;
    color: white;
    border-radius: 30px;
    text-align: center;
    height: 70px;
    width: 160px;
    border-color: white;
    margin: 20px 20px 20px 0px;

}
#vButton:hover{
    background-color: #ECA376;
    color: black;
}

.vidHolder iframe{
    grid-column: 1/3 ;
    grid-row: 1/5;
    width: 70vw;
    height: 80vh; 
}

/* video  section end */








#gallary{
    background-color:#066C5F;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      width: 100%;
  
  border: 0px;
  margin: 10vh 0px;
  }
  
  
  .scbutton{ background-color: white;
    text-transform: capitalize;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serifs;
    color: black;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    border-radius: 25px;
    height: 50px;
    width: 150px;
    margin-top: 50px;


}
    .scbutton:hover{
        background-color:#ECA376;
    }
  
  
  #galaryholder{
    display: flex;
      width: 100%;
      height: 70%;
      justify-content: center;
      align-items: center;
        }
    #galaryholder h2{
      font-size: 36px;
      font-weight: bold;
      margin: 50px 0px;
  
    }
    .gallery {
      width: 90%;
      display: grid;
      grid-template-columns: repeat(20, 1fr);
      gap: 10px;
      margin: 0 auto;
      }

      /* 5 صور في الصف الأول — كل منها يملأ 4/20 */
      .gallery > * {
        grid-column: span 4;
      }

      /* 4 صور في الصف الثاني — نفس عرض الصف الأول (span 4)، تبدأ من العمود 3 لتتمركز */
      .gallery > *:nth-child(9n+6) {
        grid-column: 3 / span 4;
      }
      .gallery > *:nth-child(9n+7),
      .gallery > *:nth-child(9n+8),
      .gallery > *:nth-child(9n+9) {
        grid-column: span 4;
      }

      .gallery img,
      .gallery picture {
        width: 100%;
        display: block;
        cursor: pointer;
      }
      .gallery picture img {
        width: 100%;
        object-fit: cover;
        display: block;
        cursor: pointer;
        border-radius: 6px;
      }
      .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }
  
  /* Modal Content (image) */
  .modal-content {
  margin: auto;
  display: block;
  max-width: 40%;
  max-height: auto;
  }
  
  /* The Close Button */
  .close {
  position: absolute;
  top: 100px;
  right:100px;
  color: #d31b1b;
  font-size: 72px;
  font-weight: bold;
  cursor: pointer;
  z-index: 99;
  }
  
  .close:hover,
  .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
  }
  @media (max-width:600px) {
  
    .section {
      
      display: contents;
  } 
  .display-4 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
  
  }
  
  #galaryholder{
  
        }
    #galaryholder h2{
      font-size: 36px;
      font-weight: bold;
      margin: 50px 0px;
  
    }
    .gallery {
    width: 96vw;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
      }

      .gallery > * {
        grid-column: span 1;
      }

      .gallery > *:nth-child(9n+6),
      .gallery > *:nth-child(9n+7),
      .gallery > *:nth-child(9n+8),
      .gallery > *:nth-child(9n+9) {
        grid-column: span 1;
      }

      .gallery img,
      .gallery picture {
        width: 100%;
        height: auto;
        display: block;
      }
      .gallery picture img {
        width: 100%;
        height: 140px;
        object-fit: cover;
        display: block;
        border-radius: 6px;
      }
     
  
  /* Modal Content (image) */
  .modal-content {
  
  max-width: 60%;
  max-height: auto;
  transform: translate(0% , 80%);
  }
  .close {
  position: absolute;
  transform: translate(200% , 30%);
  color: #d31b1b;
  font-size: 72px;
  font-weight: bold;
  cursor: pointer;
  z-index: 99;
  }



}










/* testmotional start  */
.customerSay{
    direction: rtl;
    display: flex;
    width: 90vw;
    padding-left: 10vw;
    flex-direction: column;
    align-items: center;
}

.customerSay h4{
    color: #066C5F;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serifs;
    font-size: 18px;
    font-weight: 600;
    word-spacing: 1px;
    text-transform: capitalize;
    align-self: baseline;
}
.sectionText{
    width: 100%;
    display: flex;
    justify-content: space-between;
    
}
.sectionText h2{
    width: 40%;
    }

.sectionText p{
        display: inline-block;
        width: 60%;
        }

.facecard{
    display: flex;
    justify-content: space-between;

}
.facecard iframe{
    width: 25vw !important;
    min-width: 300px!important;
    min-height: 360px !important;
    margin: 5px;
}
.customerSay button{
    background-color: #066C5F;
    text-transform: capitalize;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serifs;
    font-size: 20px;
    font-weight: 600;
    color: white;
    border-radius: 30px;
    text-align: center;
    height: 70px;
    width: 182px;
    border-color: white;
    margin: 20px 20px 20px 0px;

}
.customerSay button:hover{
    background-color: #ECA376;

    color: black;
   
}

/* testmotinal end */


/* gallary section */

.portfolio-menu {
    text-align: center;
}

.portfolio-menu ul li {
    display: inline-block;
    margin: 0;
    list-style: none;
    padding: 10px 15px;
    cursor: pointer;
    -webkit-transition: all 05s ease;
    -moz-transition: all 05s ease;
    -ms-transition: all 05s ease;
    -o-transition: all 05s ease;
    transition: all 0.5s ease;
}

.portfolio-item {
    /*width:100%;*/
}

.portfolio-item .item {
    /*width:303px;*/
    float: left;
    margin-bottom: 10px;
}

/*  */

/* end of gallary section */


/* footer start  */

footer{
    background-color: #066C5F;
    color: white;
    
}

footer a{
    color: white !important;
  }
footer h6{
    color: white !important;
  }
footer #button-addon1 {
    color: white;
  }
  
footer i {
    color: #0000cc;
    font-size: 20px;}
  
footer .form-control::placeholder {
    font-size: 0.95rem;
    color: white;
    font-style: italic;
  }
  
footer .form-control.shadow-0:focus {
    box-shadow: none;
  }
  
   
footer .display-3{
    font-family: 'Sanchez', serif;
  }
  
footer p{
    font-family: 'Tajawal', sans-serif;
    color: white !important;
  }
  
footer .lead{
    font-family: 'Sanchez 200', serif;
    color: white !important;
  }
  .mb-2{
    color: white !important;
  
  }

/* footer end */
@media (max-width:700px){
    header {
        display: none;
    }
    nav{
        display: flex;
        width: 100vw;
        height: auto;
        flex-direction: column;
        flex-wrap: wrap;
        position: fixed;
        top: 0px;
    }

    nav svg{
        width: 50px;
        height: 50px;
        color: black;
        display: block;
        /* pointer-events: all; */
        position: fixed;
        left: 80vw;
        top: 0px;

    }
    nav ul {
       
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .navact {
        background-color: #066C5F;
        display: flex;
        align-content: center;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        justify-content: space-between;
        padding: 0% 9% 0% 11%;
        position: fixed;
        top: 0px;
        width: 100vw;
        opacity: .9;
        z-index: 15;
    }
    #logo{
        position: fixed;
        left: 5vw;
        top: 0px;

    }
    .optionList {
        padding-top: 50px;
    }


    
    .navcon {
        display: none;
    }
    .navcon.rem{
        display: flex;
    }
    .addMoreMargin{
        margin-bottom: 150px;
    }

    /* landing section start */
    .landing{
        padding: 0px;
        margin: 0px;
        background-color: #066C5F;
        display: flex;
        background-image: url(../images/pngfind.com-wavy-line-png-374381.png);
        background-image: image-set(url('../images/wavy-line.webp') type('image/webp'), url('../images/pngfind.com-wavy-line-png-374381.png') type('image/png'));
        background-position: 97% 11%;
        background-repeat: no-repeat;
        align-content: center;
        justify-content: space-evenly;
        align-items: center;
        height: auto;
        flex-wrap: wrap;
        margin-top: 50px;

    }

    .landingCard{
        width: 80vw;
        position: absolute;
        top: 30vh;
        z-index: 10;
    }
    .landingCard h4{
        color: black;
        font-size: 16px;
        font-weight: 700;

    }
    .landingCard h2{
        color: black;
        font-size: 32px;
        font-weight: 700;
        word-spacing: 1px;
        


    }
    .landingCard p{
        color: black;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serifs;
        font-size: 14px;
        font-weight: 700;
        word-spacing: 1px;
        text-transform: capitalize;

    }
    .landingCard button{
        font-size: 18px;
        font-weight: 600;
        color: black;
        border-radius: 30px;
        text-align: center;
        height: 60px;
        padding: 5px 18px;
    }
    .landingCard button:hover{
        background-color: #ECA376;

        color: black;
    
    }
    .landingcarousel{
        width: 100vw;
    /* margin-right: 0vw; */
    margin-bottom: 0vh;



        
    }
    

    /* landing section end */
        
    
    .threeCard {

            display: flex;
            margin: 150px 5%;
            justify-content: space-evenly;
            flex-wrap: wrap;
            height: 100vh;
    
    }
    .threeCard .card {
            
        margin: 20px !important;
    }

       



        .aboutDoc {
            width: 90%;
            display: grid;
            grid-template-columns: 30px repeat(19 ,1fr);
            grid-template-rows: repeat(20 ,5%);
            margin: 5%;
           
            margin-bottom: 100px;
          
        }    


    /* bookNow start */
    .bookNow {
        display: flex;
        width: 100vw;
        height: auto;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    
    .bookNow img,
    .bookNow picture,
    .bookNow > .ie-img-wrap {
        width: 100vw;
        display: block;
        height: auto;
        position: relative;
    }
    .bookNow picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    .bookNow > .ie-img-wrap picture {
        width: 100%;
        height: auto;
    }
    
    .bookSide {
            width: 100vw;
                background-color: #066C5F;
                display: flex;
                flex-direction: column;
                align-content: center;
                justify-content: center;
                padding: 5vw;
                align-items: center;
    
     }
    
        .bookSide em {
            font-size: 14px;
    
        }
    
        .bookSide h2 {
            font-size: 24px;
    
    
        }
    
        .bookSide p {
            font-size: 12px;
    
        }
    
        .bookSide div button {
            font-size: 12px;
            border-radius: 19px;
            height: 40px;
            width: 97px;
            border-color: white;
            margin: 0px 15px 0px 0px;
        }
    
        
    
        /* bookNow end */
                .vedioSection {
                    margin: 10vh 0px;
                }

        .vidHolder {
            width: 96vw;
            height: 84vh;
        }

        .vidHolder iframe {
            grid-column: 1/4;
            grid-row: 1/3;
            width: 96vw;
            height: 100%;
        }




                .videoCard {
                    grid-column: 1/4;
                        grid-row: 3/5;
                        background-color: #FAF7F2;
                        display: flex;
                        flex-direction: column;
                        justify-content: center;
                        align-items: flex-start;
                        padding: 3% 1%;
                }
                .closebtn{
                    display: none;
                }         

.videoCard h3 {
   
    font-size: 24px;
   
}
.videoCard p {
    margin-top: 0;
    margin-bottom: 0rem;
}


.videoCard ul {
    margin-top: 0;
    margin-bottom: -1rem;
}
.videoCard button{
    height: 50px;
    width: 160px;
    border-color: white;
    margin: 23px 20px 0px 0px;

}







    .facecard{
        display: flex;
            justify-content: flex-start;
            align-content: center;
            flex-wrap: wrap;
    }

        .sectionText {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
        }

.facecard iframe {
    width: 25vw !important;
    min-width: 300px !important;
    min-height: 360px !important;
}


}

@media (min-width:768px) and (max-width:825px) {
    



    header .contactInfo {
        margin: 0px 0%;
        justify-content: center;
    }
    header hr {
        
        width: 100%;
        margin: 0px 0%;
    }
    nav {
        padding: 0%;
        width: 100%;
        align-items: center;
        justify-content: space-evenly;
    }
    .logo {
        font-size: 32px;
    }
    nav ul li a {
        font-size: 14px;
    }
    .nav-item a {
        font-size: 14px;
    }
    .booking button {
        
        height: 60px;
        width: 160px;
    }
    
    .landing {
        padding:0%;
        height: 60vh;
        padding-top: 200px;

    }
    .landingCard {
        width: 40vw;
        padding: 2vw;
    }
    .landingCard h2 {
       
        font-size: 36px;
        
    }
    .landingcarousel {
        width: 55vw;
        margin-bottom:0vh;
       
    }


    .threeCard {
       
        margin: 20% 5%;
        justify-content: space-between;
    }
    .threeCard .card {
        display: flex;
        margin: 20px;
    }



    .aboutDoc {
        width: 90%;
        margin: 15% 5%;
        
    }
    .bookNow {
        display: flex;
        width: 100vw;
        height: auto;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    
    .bookNow img,
    .bookNow picture {
        width: 100vw;
        display: block;
    }
    .bookNow picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    
    .bookSide {
            width: 100vw;
                background-color: #066C5F;
                display: flex;
                flex-direction: column;
                align-content: center;
                justify-content: center;
                padding: 5vw;
                align-items: center;
    
     }
    
        .bookSide em {
            font-size: 14px;
    
        }
    
        .bookSide h2 {
            font-size: 24px;
    
    
        }
    
        .bookSide p {
            font-size: 12px;
    
        }
    
        .bookSide div button {
            font-size: 12px;
            border-radius: 19px;
            height: 40px;
            width: 97px;
            border-color: white;
            margin: 0px 15px 0px 0px;
        }
    
        
    
        /* bookNow end */

        .vidHolder {
            width: 90vw;
            height: 80vh;
            display: grid;
            grid-template-columns: 60% 30% 10%;
            grid-template-rows: 10% 40% 40% 10%;
        }
        .vidHolder iframe {
            grid-column: 1/3;
            grid-row: 1/5;
            width: 80vw;
            height: 80vh;
        }

















        .customerSay {
            display: flex;
            width: 100vw;
            
            flex-direction: column;
           
            padding: 5%;
        }



   
        .facecard{
            display: flex;
                justify-content: flex-start;
                align-content: center;
                flex-wrap: wrap;
        }
    
            .sectionText {
                display: flex;
                justify-content: center;
                flex-wrap: wrap;
            }
    .facecard iframe {
        width: 25vw !important;
        min-width: 300px !important;
        min-height: 330px !important;
        margin: 5px;
    }
    

}


@media (min-height:900px)and (min-width:900px){
    header {
       
        height: 80px;
       padding-top: 10px;
        
    }
    nav { 
        
        top: 70px;
        height: 60px;
        height: 80px;
    }
    .booking button {
       
        font-size: 20px;
        border-radius: 30px;
        height: 70px;
        width: 182px;

    }

    
}

@media (max-height:500px){
    
}
@media (max-height:500px){
    
}
@media (max-height:500px){
    
}