img{
    width: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

body {
padding: 0px;
margin: 0px;
overflow-x: hidden;
}
.row{
    margin-right: 0px;
}
.navbar-nav{
    float: right;
}
.anime{

    background-color: rgb(16, 15, 17);
}
.bor{
    border: 1px solid #ba7623;
    padding: 10px;
    margin-bottom: 16px;

}
.box{
    padding: 0px 14px 11px;
}
.anime h1{
  padding-top: 100px;
  padding-bottom: 20px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size:40px;
}
.anime h3{
    padding-top: 20px;
    padding-bottom: 45px;
    color: #c8c8c8;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 18px;
}
.anime p,h5{
    color: #c8c8c8;
    text-align: left;
    margin-bottom: 0px;
    font-size: 30px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}
.services{
    padding-bottom: 70px;

}
.imgs
{
    padding:60px 0 40px 13px;

}

#gall .pics img {
    height: 400px;
    object-fit: cover;
    cursor: pointer;
}

.f1
{
    background-color: rgb(30, 30, 31);
    padding-top: 95px;
    padding: 130px;
    padding-bottom:85px;
    width: 100%;
}
.f1 h6{
    color:rgb(216, 213, 213);
}
.f2{
    background-color: rgb(21, 21, 22);
    color: rgb(225, 225, 225);
     padding-top: 85px;
    padding: 80px;
    padding-bottom: 60px;
}
.f2 h3{
    padding-bottom: 55px;
}
.footer h3{
    color:rgb(216, 213, 213);
}
.msg input{
    background-color: rgb(21, 21, 22);
    color:rgb(216, 213, 213);
    border: none;
    border-bottom: 1px solid rgb(53, 52, 52);
    width: 60%;
}
.msg textarea{
    background-color: rgb(21, 21, 22);
    color:rgb(216, 213, 213);
    width: 60%;
    height: 100px;
}
.msg button{
    background-color: rgb(21, 21, 22);
color:rgb(216, 213, 213);
border: 1px solid rgb(216, 213, 213) ;
}
.last{
    padding-top:25px;
    padding-bottom: 25px;
    background-color: rgb(16, 15, 17); 
}
.last h6{
    text-align: center;
    color:rgb(216, 213, 213);
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 14px;
}

#gall .modal {
    z-index: 9999 !important;
}

#gall .close {
    position: absolute;
    right: 60px;
    cursor: pointer;
    z-index:9999;
}

#contact .f1 img {
    width: 200px;
}

.last a{
    color:rgb(158, 88, 23);
} 
.em a{
    color:rgb(216, 213, 213);
}
.footer{
    width: 100%;
}
.navbar-brand {
    z-index: 9999;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000000de;
  }
  
  .modal-content {
    position: relative;
    background-color: #00000003;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1000px;
  }
  .close{
    color: #fff;
    opacity: 1;
  }
  .prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #6a6464;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.prev:hover{
    color: #c6c5c5;
}
.next:hover{
    color: #c6c5c5;
}
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }

  .mySlides img{
    height: 650px;
    object-fit: contain;
    padding-bottom: 20px;
  }



.navbar {
    background: none;
    position: fixed;
    width: 100%;
    z-index: 999;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    padding: 10px 7%;
}

.navbar-fixed-top.scrolled {
    background-color: #000 !important;
    transition: background-color 200ms linear;
    -webkit-box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 10%);
}

.challenge-btn {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #e6690f;
    border: 1px solid #e6690f;
    border-radius: 3px;
    position: fixed;
    right: 15%;
    padding: 8px 14px;
    text-transform: uppercase;
    transition:0.2s ease-in;
}

.challenge-btn:hover {
    color:#fff;
    background-color:#e6690f;
}

#banner {
    background-color: #000;
}

#banner video {
    width: 100%;
}



@media only screen and (max-width: 767px){
     .box2 {
        width: 100%;
        padding-bottom: 13px;
    }
    .box{
        width: 100%;
        padding-bottom: 10px;
    }
    .anime p{
        font-size: 20px;
    }
        .five img{
            padding-top: 20px;
    }
    .img1 img{
        margin-bottom: 20px;
    }
    .navbar-brand
    {
        width: 150px;
    }
    .anime h1{
        padding-top: 60px;
    }
    .anime h3{
        font-size: 18px;
    }
    .last h6{
        font-size: 12px;
    }
    .f1{
        padding: 45px;
    }
    .f2{
        padding: 45px;
    }
}

@media only screen and (max-width: 499px) {
    .button_container {
        right: 15%;
    }
    .button_container .text span {
        font-size: 12px;
        left: 22px !important;
    }
    .button_container span {
        width: 20px !important;
        left: -6px !important;
    }
    .button_container span:nth-of-type(2) {
        width: 20px !important;
        left: -6px !important;
    }
    .navbar-brand
    {
        width: 100px;
    }
    .navbar {
        padding:10px 3%;
    }
    .challenge-btn {
        right: 29%;
        padding: 5px 9px;
        display: block;
        width: 106px;
        top: 12px;
        font-size: 12px;
        text-align: center;
    }
    .button_container {
        top:22px !important;
    }
}

@media screen and (min-width: 768px) and (max-width:1200px)
{
    .anime p,h3{
        font-size: 20px;
    }
    .anime h5{
        font-size: 15px;
    }
}


.button_container {
    position: fixed;
    top: 6%;
    right: 9%;
    height: 40px;
    width: 45px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease;
    border-radius: 0 !important;
}

.button_container span {
    background: #fff;
    border: 0;
    height: 3px;
    width: 30px;
    position: absolute;
    top: 10px;
    left: 7px;
    transition: all .35s ease;
    cursor: pointer;
}

.button_container span:nth-of-type(2) {
    top: 18px;
    width: 30px;
}

.button_container .text span {
    top: 5px;
    left: 46px;
    background: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #fff;
}

.overlay {
    position: fixed;
    background: #000;
    top: 0px;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s,visibility .35s,height .35s;
    overflow: hidden;
    z-index: 99;
}

.overlay nav {
    position: relative;
    height: 70%;
    top: 46%;
    transform: translateY(-50%);
    font-size: 50px;
    font-family: "Vollkorn",serif;
    font-weight: 400;
    text-align: center;
    padding-top: 100px;
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
}

.overlay ul li {
    display: block;
    min-height: 50px;
    position: relative;
    opacity: 0;
}

.overlay.open li {
    margin-bottom: 1vh;
    -webkit-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
    opacity: 1;
}

.overlay.open li a {
    transition: .2s ease-in;
}

.overlay.open li a:active .overlay.open {
    visibility: hidden;
}

.overlay ul li a {
    display: block;
    position: relative;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    text-decoration: none;
    overflow: hidden;
    font-size: 26px;
}

.overlay ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    transform: translateX(-50%);
    height: 3px;
    background: #FFF;
    transition: .35s;
}

.button_container:hover {
    opacity: .7;
}

.active {
    padding: 7px 13px;
    border-radius: 50px;
}

.button_container.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #FFF;
    width: 30px;
    top: 3px;
    left: 8px;
}

.button_container.active .middle {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #FFF;
    width: 30px;
    top: 25px;
    left: 8px;
}

.overlay.open {
    opacity: .9;
    visibility: visible;
    height: 100%;
}

.overlay.open li a {
    transition: .2s ease-in;
}

#contact .f1 h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 18px;
}

#contact .f2 h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

#contact .f2 input {
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    padding: 10px;
}

#contact .f2 input:focus-visible {
    outline: none;
}

#contact .f2 textarea:focus-visible {
    outline: none;
}

#contact .f2 textarea {
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    padding: 10px;
    border: 1px solid rgb(53, 52, 52);
}

#contact .f2 button {
    border: 1px solid #c8c8c8;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 30px;
    transition: 0.3s ease-in;
}

#contact .f2 button:hover {
    color: #000;
    background-color: #fff;
}



/*/ === lightbox starts === /*/ 

.photo-gallery {
  color:#313437;
  background-color:#fff;
}

.photo-gallery p {
  color:#7d8285;
}

.photo-gallery h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .photo-gallery h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.photo-gallery .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom:0;
}

.photo-gallery .photos {
  padding-bottom:20px;
}

.photo-gallery .item {
  padding-bottom:30px;
}

/*/ === lightbox ends === /*/