html{
    scroll-behavior: auto;
}

@font-face {
    font-family: trajanPro-regular;
    src: url("/fonts/trajan-pro/TrajanPro-Regular.ttf");
}

@font-face {
    font-family: trajanPro;
    src: url("/fonts/trajan-pro/Trajan-Pro.ttf");
}

@font-face {
    font-family: trajanbold;
    src: url("/fonts/trajan-pro/TrajanPro-Bold.otf");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    color: currentColor;
    font-family: trajanPro;
}

.pr{
    position: relative;
}

a:hover{
    text-decoration: none;
}

body{
    background-color: #f2f2f2;
    overflow: hidden;
    overflow-y: auto;
}

.ofh{
    overflow: hidden;
}

.heading-h3{
    text-align: center;
    font-size: 28px;
    position: absolute;
    left: 0px;
    top: 30%;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    white-space: nowrap;
    z-index: 19;
    background: #f2f2f2;
    padding: 29px 10px 10px 18px;
    border-radius: 50px 0px 0px;
    font-weight: 500;
    color: #00000029;
}

.heading-h3.hh-white{
    color:#ffffff29;
    background-color: transparent;
}

.news-hed{
    font-size: 36px;
    white-space: nowrap;
    background: #f2f2f2;
    font-weight: 400;
    color: #000000;
}

/*--- Loader Css ---*/
.loading-page {
    background: #0d0d0d;
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1025;
}

.loading-page .counter {
    text-align: center;
}

.loading-page .counter h1 {
    color: white;
    font-weight: 900;
    letter-spacing: 20px;
    font-size: 8rem;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px;
    font-family: 'Rubik', sans-serif;
}

.deactivate {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s 2s ease-in-out;
    -o-transition: all 0.3s 2s ease-in-out;
    transition: all 0.3s 2s ease-in-out;
}

/*--- Header Css ---*/

.main-header {
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1024;
}

.main-header.scroll {
    background-color: #f2f2f2a6;
}

.main-header .sitename {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 6px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    padding: 10px;
    cursor: pointer;
}

.main-header.scroll .sitename {
    opacity: 1;
    visibility: visible;
}

.voice-icon {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: white;
    border-radius: 50px;
    padding: 8px;
}

.voice-icon svg:nth-child(1),
.voice-icon.muted svg:nth-child(2) {
    display: none;
}

.voice-icon.muted svg:nth-child(1),
.voice-icon svg:nth-child(2) {
    display: block;
}


.menu-icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 5px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.menu-icon span {
    width: 100%;
    padding: 1.2px;
    margin: 4px 0;
    display: block;
    border-radius: 30px;
    background-color: #000;
    transition: 0.3s;
}

.menu-icon.active span,
.menu-icon:hover span {
    background-color: #000;
}

.menu-icon:hover span:nth-child(1),
.menu-icon.active span:nth-child(1) {
    transform: rotate(45deg);
    margin: -1px;
}


.menu-icon:hover span:nth-child(2),
.menu-icon.active span:nth-child(2) {
    transform: rotate(-45deg);
    margin: -1px;
}


/*--- Main Video ---*/

.main-video{
    position: relative;
    background: #fcfcfc;
    /* overflow: hidden; */
    justify-content: center;
    align-items: center;
    display: flex;
    padding-top: 50%
}

.main-video .video-bx{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 51%;
    overflow: hidden;
}

.main-video .video-bx::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #0000002b;
}

.main-video #home-video{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transform: scale(1.2);
}

.main-video h1{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    transform: translate(-50%, -50%);
    font-size: 75px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 20px;
    white-space: nowrap;
}



/* contact-me */

.contact-me{
    /* height: 80vh; */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    background-image: url(/img/patten4.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 10px;
}


.contact-me .mail-link h3{
    font-size: 36px;
    text-align: center;
    margin: 0;
}


.contact-me .mail-link a{
    color: black;
    font-size: 70px;
    font-weight: bold;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px;
    transition: all 0.3s ease;
    line-height: normal;
    margin-top: 20px;
    display: block;
    font-family: 'Rubik', sans-serif;
}


.contact-me .mail-link a:hover{
    -webkit-text-fill-color: black;
    text-decoration: none;
}

.phone-link{
    width: 100%;
    max-width: 768px;
}

.phone-link a{
    text-align: center;
    color: rgba(0,0,0);
    font-weight: 600;
    font-size: 24px;
    transition: all 0.3s ease;
    margin: 10px 0;
    padding: 0 5px;
    display: block;
    width: fit-content;
    opacity: 0.7;
    margin: 10px auto;
}

.phone-link a:hover{
    opacity: 1;
    text-decoration: underline;
}

.social-link-bx{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding: 10px;
    margin-top: 10%;
    flex-wrap: wrap;
}

.social-link-bx a{
    color: rgba(0,0,0,.25);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
    transition: all 0.3s ease;
    margin: 10px 0;
    padding: 0 10px;
    display: inline-block;
}

.social-link-bx a:hover{
    text-decoration: none;
    color: #000;
}

.social-link-bx a.insta-link:hover{
    text-decoration: none;
    color: #8a3ab9;
}

.social-link-bx a.snap-link:hover{
    text-decoration: none;
    color: #cac700;
}

.social-link-bx a.yt-link:hover{
    text-decoration: none;
    color: #ff0000;
}

.social-link-bx a.face-link:hover{
    text-decoration: none;
    color: #3b5998;
}

.social-link-bx a.ld-link:hover{
    text-decoration: none;
    color: #0077b5;
}

.social-link-bx a.tw-link:hover{
    text-decoration: none;
    color: #00aced;
}

.social-link-bx a svg{
    width: 18px;
    height: 18px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    fill: currentColor;
}

.social-link-bx a:hover svg{
    opacity: 1;
    visibility: visible;
}

/*------ footer css ------*/
footer{
    background-color: black;
}

.copyright {
    color: #929292;
    font-size: 13px;
    margin: 0;
    /* margin-bottom: 10px; */
}

.mede-with {
    color: #929292;
    font-size: 13px;
    margin: 0;
    /* margin-bottom: 10px; */
    display: inline-block;
}

.mede-with a {
    color: #929292;
}

.mede-with a:hover {
    color: #dc493a;
}

.icons-box-made {
    /* border: 1px solid red; */
    width: 14px;
    height: 14px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 3px;
}

.icons-box-made .fa-heart,
.icons-box-made .fa-heart-o {
    position: absolute;
}

.mede-with .fa-heart-o {
       color: #d1d1d1;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}

.mede-with .fa-heart {
    color: #d1d1d1;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.mede-with:hover .fa-heart-o {
    opacity: 0;
}

.mede-with:hover .fa-heart {
    opacity: 1;
    color: #dc493a;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


/* about sectin */

.about-section{
   /* position:fixed;
   top: 0;
   left: 0;
   background-color: #fff;
   width: 100%;
   height: 100vh;
   opacity: 0;
   visibility: hidden;
   transition: all 0.3s ease;
   overflow: hidden;
   overflow-y: auto;
   z-index: 1023; */
}

.about-section.active{
   opacity: 1;
   visibility: visible;
}

.about-section .about-img-bx{
    background-image: url(/img/about/Vijaygiri4.jpg);
    background-position: 76%, 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh; 
}



.about-section .about-img{
    width: 90%;
    margin: auto;
    display: block;
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
    /* animation: img-fill 5s ease 2s forwards; */
    filter: grayscale(1);
}



.about-section .about-text{
    width: 100%;
    /* max-width: 768px; */
    margin: auto;
}

.about-section .about-text span{
    color: gray;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    font-family: trajanPro;
    text-decoration: underline;
}

.about-section .about-text span:hover{
    color: black;
    cursor: pointer;
}

.about-section .about-text h3{
    /* text-align: center; */
    margin: 100px 0 20px 0;
    font-size: 60px;
}

.about-section .about-text p{
    font-size: 16px;
    color: black;
}


/*------ media section ------*/
.media-item{
    display: block;
    padding: 10px;
}

.media-item .media-img{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 56%;
    position: relative;
    margin-bottom: 10px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 28%);
    border-radius: 5px;
}
.media-item .media-img img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.media-item:hover .media-img img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.media-item .media-text span.date{
    text-transform: uppercase;
    color: #444444;
    letter-spacing: 0.2em;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 10px;
}

.media-item .media-text h6{
    font-weight: 600;
    font-size: 18px;
    margin-top: 3px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.50;
    overflow: hidden;
    margin-bottom: 0;
    color: #000000;
}

.media-item .media-text p{
    color: #444444;
    font-weight: 400;
    font-size: 14px;
    margin-top: 3px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 0;
    line-height: 1.75;
}


.news-bx{
    margin-bottom: 30px;
    display: inline-flex;
    justify-content: center;
    width: 49%;
    cursor: pointer;
    padding-right: 15px;
}

.news-bx img{
    width: 150px;
    height: 90px;
    flex: 0 0 150px;
    background-color: #f2f2f2;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s ease-in-out;
    margin-right: 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 0px 1px #d3d3d354, rgb(33 35 38) 0px 10px 10px -10px;
}

.news-bx:hover img{
    transform: scale(1.05);
}

.news-bx .news-content-bx{
    display: inline-block;
}

.news-bx span{
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #525252;
}

.news-bx h5{
    display: block;
    color: #525252;
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: lowercase;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.news-bx:hover h5{
    color: black;
}


.imgslider .imgslider-inner img{
    width: 250px;
    height: 250px;
    object-position: top center;
    object-fit: cover;
}








/*------ Porfolio  ------------------------------------------------*/

.gallery-filters{
    text-align: center;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
}

.gallery-filters .gallery-filter{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
    padding: 5px 5px;
    margin: 0px 10px;
    color: #121212;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
    width: fit-content;
    opacity: 0.8;
    border-bottom: 2px dotted transparent;
}

.gallery-filters .gallery-filter:hover{
    color: black;
    opacity: 1;
}

.gallery-filters .gallery-filter.active{
    border-color:  black;
    color:  black;
    opacity: 1;
}

.gallery-items {
	width:100%;
	position:relative;
}

.gallery-item{
	width: 20%;
	position:relative;
	float:left;
    padding: 5px 5px 10px 5px;
}

.gallery-item a{
    overflow: hidden;
    border-radius: 5px;
    display: block;
    position: relative;
}

.gallery-item a .gallery-over {
    padding: 5px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: radial-gradient(#00000042, #0000003d);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-item a .gallery-over .fa{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    color: var(--color1);
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    display: none;
}

.gallery-item a:hover .gallery-over {
    opacity: 1;
    visibility: visible;
}

.gallery-item img{
	width: 100%;
	height: auto;
	position:relative;
	z-index:1;
    filter: grayscale(1);
    transition: all 0.3s ease-in-out;
}

.gallery-item a:hover img{
    filter: grayscale(0);
}

.gallery-item .gallery-text{
    padding: 5px 0px;
    display: none;
}

.gallery-item .gallery-text h6 {
    font-weight: 600;
    font-size: 16px;
    color: rgb(0, 0, 0);
    margin-bottom: 2px;
}

.gallery-item .gallery-text p {
    color: var(--color4);
    font-size: 12px;
    margin-bottom: 0;
}




.dismiss {
    position: absolute;
    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;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    right: 0px;
    top: 0px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 1;
}

.dismiss:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    border-radius: 50%;
}

.dismiss .closes {
    position: absolute;
    width: 50%;
    height: 1.5px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.dismiss.closes-bgcw .closes {
    background-color: white;
}

.dismiss.closes-bgcb .closes {
    background-color: rgb(0, 0, 0);
}

.dismiss:hover .closes {
    background-color: rgb(223, 7, 7);
  }

.dismiss .closes:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.dismiss .closes:nth-child(2) {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}



.movies-item {
    position: relative;
}

.movies-img {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 162%;
    position: relative;
    margin-bottom: 10px;
    margin-left: auto;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 1px #d3d3d3e0, rgb(33 35 38 / 58%) 0px 10px 10px -10px;
}

.movies-img .movies-over {
    padding: 15px 15px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: radial-gradient(#00000042, #000000bd);
    opacity: 0.5;
    visibility: visible;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.movies-item:hover .movies-over {
    opacity: 1;
    visibility: visible;
}


.movies-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    transform: scale(1);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.movies-img img:hover{
    transform: scale(1.05);
}

.movies-text{
    display: none;
}

.movies-text h6 {
    font-weight: 400;
    font-size: 16px;
    color: black;
    margin-bottom: 4px;
}

.movies-text p {
    color: black;
    font-size: 10px;
    margin-bottom: 0;
}


.movies-play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fd4f00;
    font-size: 20px;
    background-color: white;
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.movies-play-btn:hover {
    color: white;
    background-color: #fd4f00;
}

.movies-play-btn::before,
.movies-play-btn::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: rgba(255, 255, 255, 0.644);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor;
    opacity: .6;
    z-index: -1;
}

.movies-play-btn::after {
    -webkit-animation: button-ripple 4s infinite;
    animation: button-ripple 4s infinite;
}

.movies-play-btn::before {
    -webkit-animation: button-ripple 3s infinite;
    animation: button-ripple 3s infinite;
}

@-webkit-keyframes button-ripple {
    70% {
        -webkit-box-shadow: 0 0 0 15px currentColor;
        box-shadow: 0 0 0 15px currentColor;
        opacity: 0
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 currentColor;
        box-shadow: 0 0 0 0 currentColor;
        opacity: 0
    }
}

@keyframes button-ripple {
    70% {
        -webkit-box-shadow: 0 0 0 15px currentColor;
        box-shadow: 0 0 0 15px currentColor;
        opacity: 0
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 currentColor;
        box-shadow: 0 0 0 0 currentColor;
        opacity: 0
    }
}

.movies-play-btn .fa {
    position: relative;
    left: 2px;
}



/*------ owl buttons css ------*/
.owl-style .owl-nav {
    position: absolute;
    top: -50px;
    right: -30px;
    text-align: center;
    margin: 0;
    transform: translateX(-50%);
    z-index: 2;
}
/* .owl-style-invert .owl-nav {
    filter: invert(1);
} */

.owl-style .owl-nav .owl-next,
.owl-style .owl-nav .owl-prev {
    width: 30px !important;
    height: 30px !important;
    background-color: rgb(51 51 51 / 0%) !important;
    border-radius: 50% !important;
    font-size: 24px !important;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #000000 !important;
    opacity: 0.5;
}

.owl-style .owl-next svg {
    width: 30px;
    height: 30px;
    position: relative;
    right: -1px;
}

.owl-style .owl-prev svg {
    width: 30px;
    height: 30px;
    position: relative;
    left: -1px;
}

.owl-style .owl-next:hover,
.owl-style .owl-prev:hover {
    opacity: 1;
}

.owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.owl-dots .owl-dot span {
    width: 9px !important;
    height: 9px !important;
    margin: 4px 4px !important;
    background-color: #dedede !important;
}

.owl-dots .owl-dot.active span {
    background: #000 !important;
}



.videopopup .modal-dialog {
    margin: 0 auto;
    height: 100%;
}

.videopopup .modal-content {
    background-color: transparent;
    border-radius: 0px;
    border: none;
    height: 100%;
    padding: 5px 0;
}

.popupvideo-container {
    width: 100%;
    /* padding-top: 56%; */
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
}

.popupvideo-container video,
.popupvideo-container iframe {
    position: absolute;
    max-width: 100%;
    width: -moz-fit-content;
    width: fit-content;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    object-position: center;
    max-height: 100%;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 5px;
}






/* founder-popup */
.founder-popup h3 {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.founder-popup img {
    width: 140px;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 1px #e9e9e954, rgb(0 0 0) 0px 10px 10px -10px;
    float: left;
    margin-right: 16px;
    margin-bottom: 10px;
}

.founder-popup p {
    color: #333;
    font-size: 16px;
    line-height: 1.5;
}




/* --- upcoming-films --- */
.upcoming-films{
    height: 350px;
    overflow: hidden;
    position: relative;
}

.images-slider-bx{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.images-slider-bx img{
    width: 320px;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.upcoming-text-bx{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgba(0, 0, 0, 0.432), black);
    backdrop-filter: blur(3px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.upcoming-text-bx .utb-img{
    width: 100px;
}

.upcoming-text-bx .utb-lable{
    color: white;
    font-weight: 500;
    font-size: 16px;
}

.upcoming-text-bx .utb-text{
    color: white;
    font-weight: 600;
    font-size: 36px;
    margin: 20px 0;
    text-align: center;
}

.upcoming-text-bx .utb-link{
    color: white;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid white;
    padding: 8px 14px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    display: block;
}

.upcoming-text-bx .utb-link:hover{
    color: black;
    border: 1px solid white;
    background-color: white;
}







@media (max-width:1400px) {
    .heading-h3{
        display: none;
    }
}

@media screen and (max-width:1200px) {
    .gallery-item {
        width: 25% !important;
    }
    .social-link-bx a{
        width: 33.33%;
    }
}

@media (max-width:1100px) {

    .main-video h1{
        font-size:60px ;
        letter-spacing: 10;
        animation: hideMe 10s forwards;
    }
    @keyframes hideMe{
        0%{
            opacity: 1;
        }
        50%{
            opacity: 1;
        }
        100%{
            opacity: 0;
        }
    }

    .main-header{
        background-color: white;
        position: sticky;
    }

    .main-header.scroll{
        background-color: white;
    }

    .main-header .sitename {
        font-size: 18px;
        letter-spacing: 0px;
        margin-left: 10px;
        margin-bottom: 0;
    }

    .main-header {
        justify-content: flex-start;
    }

    .main-header .sitename{
        visibility:visible;
        opacity: 1;
    }
}

@media screen and (max-width:992px) {
    .gallery-item {
        width: 33.3% !important;
    }
    .main-video h1{
        font-size:60px ;
        letter-spacing: 5px;
    }
}

@media (max-width:950px) {

    .main-video h1{
        font-size:60px ;
    }
}

@media (max-width:900px) {
    .contact-me .mail-link h3{
        font-size: 60px;
    }
    .contact-me .mail-link a{
        font-size: 40px;
    }
}

@media (max-width:800px) {

    .main-video h1{
        font-size:40px ;
        letter-spacing: 0px;
    }

    .main-video{
        padding-top: 51%
    }

}

@media (max-width:768px) {

    .news-bx{
        flex-direction: column;
    }
    .news-bx img{
        margin-bottom: 15px;
    }

    .gallery-item {
        width: 50% !important;
    }

    .upcoming-text-bx .utb-text{
        font-size: 28px;
    }
    .social-link-bx a{
        width: 50%;
    }

    .phone-link a{
        font-size: 20px;    
    }

}

@media (max-width:650px) {

    .main-video h1{
        font-size:28px ;
        letter-spacing: 0;
    }
}

@media (max-width:576px) {
    .contact-me .mail-link h3{
        font-size: 50px;
    }
    .contact-me .mail-link a{
        font-size: 30px;
    }
    
    .loading-page .counter h1 {
        letter-spacing: 7px;
        font-size: 6rem;
    }

    .news-bx{
        width: 100%;
    }
    .news-bx{
        flex-direction: row;
    }

    .main-video h1{
        font-size:24px;
    }

    .phone-link a{
        font-size: 16px;    
    }
}

@media (max-width:460px) {
    .founder-popup h3 {
        font-size: 24px;
    }

    .upcoming-text-bx .utb-text{
        font-size: 24px;
    }
    .social-link-bx a{
        width: 100%;
        text-align: center;
    }
}

@media (max-width:420px) {
    .founder-popup img {
        float: none;
        margin: 0 auto 15px;
        display: block;
    }

    .founder-popup h3 {
        text-align: center;
    }
    .main-video h1{
        font-size:22px;
    }
}

@media (max-width:380px) {
    .contact-me .mail-link h3{
        font-size: 40px;
    }
    .contact-me .mail-link a{
        word-break: break-all;
        font-size: 26px;
    }
    .loading-page .counter h1 {
        font-size: 4rem;
    }
    .main-video h1 {
        font-size: 26px;
        letter-spacing: 0;
    }
    .main-video h1{
        font-size:20px;
    }
}


@media screen and (max-width:340px) {
    .gallery-item {
        width: 100% !important;
    }
}