body{
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}
@import url('https://fonts.googleapis.com/css?family=Rubik+Mono+One|Roboto+Mono:400,700&display=swap');
@font-face {
    font-family: plusjajartasans ;
    src: url('../fonts/PlusJakartaSans-Regular.ttf');
}
@font-face {
    font-family: plusjakartasans-Medium;
    src: url('../fonts/PlusJakartaSans-Medium.ttf');
}
@font-face {
    font-family: plusjakartasans-bold;
    src: url('../fonts/PlusJakartaSans-Bold.ttf');
}
@font-face {
    font-family:Robotomd;
    src: url('../fonts/Roboto-Medium.ttf');
}
@font-face {
    font-family:Robotorg;
    src: url('../fonts/Roboto-Regular.ttf');
}
@font-face {
    font-family:codec pro;
    src: url('../fonts/CodecPro-Regular.ttf');
}
@font-face {
    font-family:OpenSans;
    src: url('../fonts/OpenSans-Regular.ttf');
}
.plus-icon {
    position: absolute !important;
    /* bottom: 0; */
    right: 0;
    bottom: -4px;

    /* width: 0;
    height: 0;
    border-bottom: 100px solid red;
    border-left: 100px solid transparent; */
}
@media (max-width:767px){
    .plus-icon  svg{
        width: 29px;
        height: 30px;
    }
}
.banner::before{
    content: 'GALLERY';
    position: absolute;
    /* width: 100%; */
    /* height: 100%; */
    color: #ffffff;
    font-family: Robotorg;
    top: 60%;
    left: 5%;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
}
.banner img{
    cursor: context-menu;
}
/* header::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.00) 30%), #d3d3d30f 0px 3.761px / 100% 130.992% no-repeat;
} */
.photo-perant {
    margin-top: -0.7%;
    width: fit-content;
    background: #ffffff;
    border-radius: 20px;
    z-index: 0;
    box-shadow: 1px 1px 18px -7px;
}
.photo-perant .dot{
    margin: 0px;
    padding: 0px;
}
.photo{
    display: flex;
    gap: 30px;
    padding: 66px 38px 45px 40px;
    /* position: relative; */
}
.photo-video {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: -4%;
}
.photo div {
    gap: 50px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.photo-video .photo div .img-div {
    width: 100%;
    height: 100%;
    position: relative;
}
.photo-video div .video-p{
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 72px;
    color: #bcb9b963;
    opacity: 0.5;
    font-family: Robotorg;
    font-weight: 700;
    line-height: 85px;
    letter-spacing: 2px;
    margin: 33px 0px 50px 0px;
    position: relative;
    letter-spacing: 8px;
}
.videobox{
    overflow: hidden;
    position: relative;
    /* background-image: url('../images/gallery/video-btn.png'); */
}

    img {
        width: 100%;
        margin-bottom: -4px;
        border-radius: 0px !important;
        /* opacity: 0.6; */
        cursor: pointer;
    }

.videobox:after{
    width:100%;
    height:100%;
    content:'';
    background:#00000085;
    position:absolute;
    top:0px;
    left:0px;
}
.videobox img:last-child {
    position: absolute;
    z-index: 222;
    left: 44%;
    width: 28px;
    height: 28px;
    top: 40%;
}
p.p-p{
    display: none;
}
@media (max-width:990px){
    .photo-video div .video-p::after{
        content: 'Gallery';
        position: absolute;
        background: #ffffff;
        font-family: Robotorg;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 30%;
        color: #131516;
        font-size: 16.34px;
        font-weight: 600;
        word-wrap: break-word
    }
}
@media(min-width:990px){
    p.p-p {
        display: block;
        width: fit-content;
        text-align: center;
        position: absolute;
        top: 11.6%;
        letter-spacing: 1.8px;
        left: 44%;
        color: #131516 !important;
        font-size: 20.34px;
        font-family: Robotorg;
        font-weight: 600;
        word-wrap: break-word;
        background: #fff;
    }
    .photo-video div .video-p {
        margin-top: 50px;
    }
}
.video-perant{
    width: 80%;
    height: 48%;
    position: relative;
 }
 .video {
    display: flex;
    flex-direction: row;
    gap: 20px;
    /* margin-bottom: 40px; */
    justify-content: center;
}
 .video img{
    width: 203px;
    height: 110px;
 }
 .video img:hover {
    box-shadow: -7px 19px 24px -7px black;
}
 .video div{
     display: flex;
     gap: 44px;
     flex-direction: column;
 }
 .input-2{
    width: 5%;
    margin-left: 40%;
    margin-top: -13px;
    margin-bottom: 17px;
 }
 button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    /* margin-left: 38% !important; */
}
 @media(min-width:250px) and (max-width:630px){
   
    .video img {
        width: 100%;
        height: 100%;
    }
    footer{
        /* margin-top: 75% ; */
    }
 }
 /* @media (min-width: 330px) and (max-width: 500px)
 {
    .logo {
        padding: 27px;
        width: 110px;
        height: 90px;
        margin-right: 10%;
        margin-top: -4%;
    }
  
 }
 @media (min-width: 250px) and (max-width: 330px)
{
.logo {
    padding: 27px;
    width: 98px;
    height: 90px;
    margin-right: 1%;
    margin-top: -30%;
}

} */
@media (min-width: 350px) and (max-width: 400px)
{
.photo-video {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: -1%;
}
}
@media(min-width:730px) and (max-width:990px){
    .banner::before {
        content: 'GALLERY';
        position: absolute;
        /* width: 100%; */
        /* height: 100%; */
        color: #ffffff;
        font-family: Robotorg;
        top: 50%;
        left: 40%;
        font-size: 30px;
        font-weight: 700;
        line-height: 36px;
    }
  
}
 @media(max-width:730px){
    .photo-video .photo div .img-div {
        width: 100%;
        height: 100%;
        position: relative;
    }
   
    .banner::before {
        content: 'GALLERY';
        position: absolute;
        /* width: 100%; */
        /* height: 100%; */
        color: #ffffff;
        font-family: Robotorg;
        top: 36%;
        left: 42%;
        font-size: 20px;
        font-weight: 700;
        line-height: 36px;
    }
 }
 /* @media (min-width:990px) and (max-width:1100px) {
    .photo-perant{
        margin-top: -15%;
    }
 } */
 .arrow-img {
    width: 40px;
 
}
.lf-arrow{
    margin-left: -50%;
}
.rt-arrow{
    margin-right: -137%;
}
 @media (min-width:990px) and (max-width:1200px) {
    .photo-video {
        display: flex;
        align-content: center;
        flex-direction: row;
        justify-content: space-evenly;
    }
    .photo-perant{
        width: 55%;
    }
    .video-perant{
        width: 45%;
        height: 48%;
        padding: 0px 15px;
     }
     .photo-video div .video-p {
        align-items: center;
        justify-content: center;
        display: flex;
        color: #bcb9b963;
        opacity: 0.4;
        font-family: Robotorg;
        font-weight: 700;
        line-height: 85px;
        letter-spacing: 2px;
        /* margin: 115px 0px 50px 0px; */
        position: relative;
        letter-spacing: 8px;
        letter-spacing: 3.64px;
        font-size: 72.72px;
    }
    .photo-perant {
        /* margin-top: -12%; */
        z-index: 0;
    }
    footer{
        margin-top: 50px;
    }
 }
@media (min-width:1200px){
    .photo-video {
        display: flex;
        align-content: center;
        flex-direction: row;
        justify-content: space-evenly;
    }
    .photo-perant {
        /* margin-top: -5%; */
        z-index: 0;
    }
    .video-perant{
        width: 40%;
        height: 48%;
        /* margin-top: -25%; */
     }
     .photo-video div .video-p {
        align-items: center;
        justify-content: center;
        display: flex;
        color: #bcb9b963;
        opacity: 0.5;
        font-family: Robotorg;
        font-weight: 700;
        line-height: 85px;
        letter-spacing: 2px;
        /* margin: 115px 0px 50px 0px; */
        position: relative;
        letter-spacing: 8px;
        font-size: 72.72px;
        letter-spacing: 3.64px;
    }
    footer{
        margin-top: 50px;
    }
}



/* light box */
.pt-vo{
    display: flex;
    flex-direction: row;
}



/* slider */
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 100% !important;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #000;
    left: 28% !important;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
    /* background: black; */
}
.carousel-control-next{
    margin-left: 25% !important;
}
.video {
    display: flex;
    flex-direction: row;
    gap: 40px;
    /* margin-bottom: 70px !important; */
    margin-bottom: 38px !important;
    justify-content: center;
}
footer {
    /* galr 214 */
    margin-top: 50px !important;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #000 !important;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}
.carousel-control-next svg ,.carousel-control-prev svg{
    width: 30px !important;
    height: 33px !important;
}


/* gallery slider */

@media (min-width:730px){
    .photo-perant {
        width: 690px;
    }
}


/* light box and slider icons */
.carousel-control-next svg, .carousel-control-prev svg{
    position: absolute;
    bottom: 0;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #000;
    left: 28% !important;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
    /* background: black; */
}
.video-perant .carousel-control-next svg{
transform: rotate(180deg);
left: 0% !important;
}
.video-perant .carousel-control-prev svg{
    left: 100% !important;
    }
 .video-perant .carousel-control-next svg,.video-perant .carousel-control-prev svg {
    position: absolute;
    top: 8% !important;
    bottom: 0;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28% !important;
    padding: 0;
    color: #000;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
    /* background: black; */
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #000 !important;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}
#content{
    width: 90%;
    height: 90%;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width:630px){
    #content {
        width: 90%;
        height: 50%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 25%;
    }
}

    #lightbox {
      position:fixed; /* keeps the lightbox window in the current viewport */
      top:0; 
      left:0; 
      width:100%; 
      height:100%; 
      background:url(https://assets.codepen.io/210284/overlay.png) repeat; 
      text-align:center;
    }
    #lightbox p {
      text-align:right; 
      color:#fff; 
      margin-right:20px; 
      font-size:25px; 
    }
    #lightbox img {
      box-shadow:0 0 25px #111;
      max-width:940px;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    top: -1227%;
    display: flex;
    position: absolute;
}
.photo-perant .carousel-indicators{
    top: 2%;
    height: 4%;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 21px !important;
    height: 21px !important;
    padding: 0;
    border-radius: 100%;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #323030 !important;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 15px !important;
    height: 15px !important;
    background-color: #323030 !important;
}
.carousel-indicators {
    position: absolute;
    left: -5% !important;
   
}



/* light box */
#fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
  }
  
  #light {
    display: none;
    position: absolute;
    /* top: 50%; */
    /* left: 50%; */
    /* max-width: 600px; */
    /* max-height: 360px; */
    /* margin-left: -300px; */
    /* margin-top: -180px; */
    border: 2px solid #FFF;
    background: #FFF;
    z-index: 1002;
    overflow: visible;
}
  
  #boxclose {
    float: right;
    cursor: pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 3px;
    background: #222222;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1002;
    opacity: 0.9;
  }
  
  .boxclose:before {
    content: "×";
  }
  
  #fade:hover ~ #boxclose {
    display:none;
  }
  
  .test:hover ~ .test2 {
    display: none;
  }

.fancybox-slide.fancybox-slide--video.fancybox-slide--current.fancybox-slide--complete {
    opacity: 1;
    background-color: black;
}