html{
   scroll-behavior: smooth;
   scrollbar-width: none;
    
}

body{padding: 0;
  margin: 0;
  background-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  font-family: Verdana;
  overflow-x: hidden;}


a{
  text-decoration: none!important;
}  


.header{
/*display: grid;
grid-template-areas: 'divleft divright';*/
display: flex;
flex-wrap: nowrap;
flex-direction: row;
justify-content: space-between;
align-items: center;
column-gap: 0;
background-color: black;
color: rgb(255, 255, 255);
height: 8svh;
position: sticky;
top: 0;
z-index: 10;
}

.center{
  text-align: center;
}

.logo-area{
    grid-area: divleft;

}

.menu-area{
    grid-area: divright;
}

.services{
    display: flex;
    flex-direction: column;
    row-gap: 25px;
    width: 80%;
    text-align: -webkit-center;
    margin-top: 60px;
    

}

#services{
  padding-top: 9dvh;
}


.servbox{
  /*background-color: #eee;*/
  color: #111111;
  border-radius: 15px;
  padding: 55px;
  align-self: center;
  width: -webkit-fill-available;
  padding: 10px;
  /* height: 25svh; */
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

#galerie{
  display: inline-flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding-top: 8dvh;
 }

.diva{
  background-color: rgb(221, 199, 243);
}
.divb{
  background-color: rgb(239, 217, 188);
}

.divc{
  background-color: rgb(198, 243, 228);
}

.ico{
  transform: scale(2.5);
}

.parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 0px;
    /*width: 100vw;*/
    color: rgb(255, 255, 255);
    }

    .parent > div{
        background-color: black;
        color: rgb(255, 255, 255);
        height: 100dvh;
        z-index: 1;
        overflow: hidden;
    }
    
    .div1 { grid-area: 1 / 1 / 2 / 2; }
    .div2 { grid-area: 1 / 2 / 2 / 3; }
    .div3 { grid-area: 2 / 1 / 3 / 2; }
    .div4 { grid-area: 2 / 2 / 3 / 3; }
    .div5 { grid-area: 3 / 1 / 4 / 2; }
    .div6 { grid-area: 3 / 2 / 4 / 3; }
    .div7 { grid-area: 4 / 1 / 4 / 3; }
    .div8 { grid-area: 5 / 1 / 5 / 3; }
    .div9 { grid-area: 6 / 1 / 6 / 2; }
    .div10{ grid-area: 6 / 2 / 6 / 2 ;}

    footer{
      color: #111111;
    }

    .mfooter{
      align-items: center;
    }

  .contbox{
    background-color: #111111;
    color: #ffffff;
    position: absolute;

    z-index: 5;
    height: auto;
      margin-top: -93dvh;
      width: 49dvw;
      margin-left: 0px;
      border-style: none;
      background-color: black;
      display: inline-flex;
      flex-direction: row;
      align-items: flex-start;
      padding: 50px;
  
}

.explain{
  display: none;
  font-size: medium;
}
  
form{
  display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    line-height: 25px;
}

input{
  color: #000 !important;
}

.accept-submit{
  display: flex;
    align-items: flex-start;
    justify-content: center;
    align-content: space-around;
    flex-direction: row;
    flex-wrap: nowrap;
    
}

button, input, select, textarea {
  line-height: normal !important;
}

select{
  color: #000 !important;
}

option:hover{
  color: #000 !important;

}

    .video1{
        position: fixed;
        transform: translateX(-500px);

    }

    .div1{
        text-align: right;
        padding: 10px;
        margin: 0;
       

    }

    .div2{
      clip-path: fill-box;
      min-block-size: -webkit-fill-available;
    }

    .div3{
        text-align: left;
        padding: 0;
        min-height: -webkit-fill-available;

    }


.div4{
    text-align: left;
    padding: 10px;

    
}

.serv_img{
  clip-path: fill-box;
  transform: translateX(-390px);
}

    .title{
        margin-top: 50dvh;
        font-family: "Audiowide", sans-serif;
    }

 
    .gradient{
        font-size: 2rem;
       background: linear-gradient(45deg,#eee,#62cdff);
       background-clip: text;
       -webkit-text-fill-color: transparent;
       -moz-text-fil-color:transparent;
       -webkit-background-clip: text;
       -moz-background-clip: text;
    }

    .gradient1{
        font-size: 1.5rem;
       background: linear-gradient(45deg,#eee,#62cdff);
       background-clip: text;
       -webkit-text-fill-color: transparent;
       -moz-text-fill-color: transparent;
       -webkit-background-clip: text;
       -moz-background-clip: text;
      }

    .btn-sm{
      font-size: 1.2rem !important;
      padding: 10px !important;
    }

    #testimSlide{
      width: 100%;
      align-self: center;
    }

    .div5{
      text-align: -webkit-center;
    }

    .div7{
      padding: 10px;
    }

    .heightauto{
      height: auto !important;
    }

    
    #testimonials{
      /*padding-top: 9dvh;*/
      display: inline-flex;
      flex-direction: column;
      align-content: center;
      justify-content: space-evenly;
      align-items: stretch;
  
    }

    .btn {
        line-height: 50px;
        height: 50px;
        text-align: center;
        width: 170px;
        cursor: pointer;
      }

      .btn-one {
        color: #FFF;
        transition: all 0.3s;
        position: relative;
      }
      .btn-one span {
        transition: all 0.3s;
      }
      .btn-one::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0;
        transition: all 0.3s;
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-top-style: solid;
        border-bottom-style: solid;
        border-top-color: rgba(255,255,255,0.5);
        border-bottom-color: rgba(255,255,255,0.5);
        transform: scale(0.1, 1);
      }
      .btn-one:hover span {
        letter-spacing: 2px;
      }
      .btn-one:hover::before {
        opacity: 1; 
        transform: scale(1, 1); 
      }
      .btn-one::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        transition: all 0.3s;
        background-color: rgba(255,255,255,0.1);
      }
      .btn-one:hover::after {
        opacity: 0; 
        transform: scale(0.1, 1);
      }

      /*--------------------------------sidebar*/
.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    /*left: 0;*/
    right: 0;
    background-color: #111111;
    overflow-x: hidden;
    transition: 0.7s;
    padding-top: 60px;
  }
  
  .sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .sidebar a:hover {
    color: #f1f1f1;
  }
  
  .sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

  .menu-btn {
    font-size: 30px;
    cursor: pointer;
    color: white;
    background-color: #00000000;
    padding: 10px 17px;
    border-style: none;
    font-weight: bolder;
    
  }
  
  .menu-btn:hover {
    font-weight: bolder;
    color: #FFF;
  }
  #main{
    /*transition: margin-left .5s;y*/
    transition: margin-right .5s;y;
    padding: 15px;
  }

  #menubtn{
    /*display: none;*/
    text-align-last: right;
  }
/*-----------------------------------------*/

/* Slideshow container */
.slideshow-container {
  position: relative;
  background: #000000f1;
  
}

.height35{
  height: 35vh;
}

.slideshow-containergallery{
  position: relative;
}

/* Slides */
.mySlides {
  display: none;
  padding: 40px;
  text-align: center;
}

.mySlides1 {
  display: none;
  padding: 40px;
  text-align: center;
}

.mySlides2 {
  display: none;
  padding:10px;
  text-align: center;
}


.displayb{
  display: block;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  text-decoration: none !important;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;

}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 20px;
  background: #ffffff;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
/*.active, .dot:hover {
  background-color: #717171;
}*/

/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.author {color: cornflowerblue;}

/*------counter--------*/
.row{
  text-align: center;
    font-size: 1rem;
    font-family: Audiowide;
    margin: -top;
    margin-top: 0px;
  
}

.accordion {
  background-color: #000000;
  color: #badfff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

#date{
  min-height: 20px;
}


.modal-dialog{
  margin-top: 70px !important;
  color: #000;
}

.gallery{
  display: flex;
  height: 500px;
  width: 100%;
  overflow-y: hidden;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  margin-top: 10dvh;
}

.galimg{
display: inline-flex;
scroll-snap-align: start;
}

/*Animation*/

.blackbg{
  background: #000;
}

.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}
.active.fade-bottom {
  animation: fade-bottom 0.5s ease-in;
}
.active.fade-left {
  animation: fade-left 0.5s ease-in;
}
.active.fade-right {
  animation: fade-right 0.5s ease-in;
}

.delay1{
  animation-delay: 1s;
}

.delay2{
  animation-delay: 2s;
}

@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.flyin{
 animation-name: flytitle ;
 animation-duration: 1s;
 }

 @keyframes flytitle {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
 }

 .social{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  margin-top: 60px;

 }

 .icon{
  filter: invert(92%) sepia(0%) saturate(0%) hue-rotate(342deg) brightness(111%) contrast(101%);
  width: 40px;
  height: 40px;
 }

:hover.icon.tw{
  filter: invert(75%) sepia(48%) saturate(428%) hue-rotate(169deg) brightness(97%) contrast(93%);
}

:hover.icon.fb{
  filter: invert(25%) sepia(66%) saturate(5279%) hue-rotate(212deg) brightness(105%) contrast(105%);
}

:hover.icon.yt{
  filter: invert(38%) sepia(93%) saturate(5254%) hue-rotate(359deg) brightness(100%) contrast(107%);
}

.explain{
 display: none;
}

.gallimg{
  max-height: 50dvh;
}

@media only screen and (max-width:958px){
  #aboutbtn{
    width: 98%;
  }
  .video1{
  transform: translateX(-1300px);
  }

  .title{
   margin-top: 10dvh;
  }

  .titlewc{
   margin-top: 30dvh !important;
  }

  .gradient{
    font-size: 1.7rem;
  }
  
  .parent > div{
   height: 130svh;
  }
  
  #services{
   padding-top: 4svh;
  }
  .services{
    row-gap: 3px;
    margin-top: 0;
  }
 .ico{
  transform: scale(1.5);
  }
  
  .portre{
    transform: translate(-35%,0px);  
    height: -webkit-fill-available;
  }  

  .btn-sm{
    font-size: 1.2rem;
    padding: 10px;
  }
  
  .row{
    margin-top: 160px;
  }
  
  .gallery{
      height: 450px;
     
    }
  
   .servbox{
      padding: 10px;
     }
  
  
     .contbox{
      background-color: #111111;
      color: #ffffff;
      border-style: solid;
      border-width: 5px;
      border-color: #ffffff;
      position: absolute;
      margin-top: -125svh;
      z-index: 5;
      height: auto;
      width: 80%;
      margin-left: 10%;
      padding: 10px;
      display: block;
      /*border-left: hidden;*/
     }
  
  
  
  .explain{
        display: none;
        font-size: medium;
        }
}
    
@media screen and (min-width:1200px){

}

      
@media screen and (min-width:959px){
  .title{
    margin-top: 40dvh;
  }

 

  .portre{
    /*transform: translate(-900px,-540px);*/
    /*scale: .7;*/
    /*transform: translate(-25%,0px);*/
    max-height: -webkit-fill-available;
    transform: translate(-25%,0px);
  }

  .title2{
    margin-top: 40dvh;
    font-family: "Audiowide", sans-serif;
  } 
  .services{
    row-gap: 5px;
    margin-top: 0;
  }
  .servbox{
    padding: 20px;
    padding-bottom: 3px;
  }
  .topmg{
    margin-top: 7dvh;
  }
  .row{
    display: flex;
    /* column-gap: 20px; */
    flex-wrap: nowrap;
    justify-content: space-around;
    margin-top: 3dvh;
  }

  #testimSlide{
    width: 80%;
  }
  .div10{
    height: 160dvh!important;
  }
  .contbox{
    margin-top: -160dvh;
  }



}


.myBox {
  border: none;
  padding: 5px;
  font: 12px/24px sans-serif;
  width: auto;
  height: 400px;
  overflow: scroll;
  background-color: rgb(0, 0, 0);
  /*color: #000 !important;*/
  }

  .fadeimg {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }

  .anpc{
    display: flex;
    flex-direction: column;
  }

  .btn-info{
    background-color: #000!important;
  } 