﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

a {
    text-decoration: none !important;
}

ul {
    list-style-type: none;
    padding: 0;
}

.section-gap {
    padding: 60px 0;
}

/*loader*/

@keyframes rotate {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 1.5px;
}

.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999999999;
    top: 0;
    left: 0;
    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;
    overflow: hidden;
}

    .loading .text-center img {
        width: 200px;
        -webkit-animation-name: scale;
        animation-name: scale;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .loading.hidden {
        -webkit-animation: fadeout 1s;
        animation: fadeout 1s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@-webkit-keyframes fadeout {
    100% {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes fadeout {
    100% {
        opacity: 0;
        visibility: hidden;
    }
}

.loader_in {
    display: flex;
    justify-content: center;
}

.loader__container {
    position: relative;
    display: flex;
    align-items: center;
    height: 40px;
}

.loader__film {
    position: absolute;
    top: -30px;
    left: 0;
    display: flex;
}

.loader__film-img {
    animation: rotate 1.5s linear infinite;
}

/*top btn*/

.backtop {
    display: none;
    position: fixed;
    z-index: 99;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    color: white;
    background-color: rgba(15, 15, 15, 0.75);
    backdrop-filter: blur(5px);
    border-radius: 5px;
    transition: 0.6s ease-in-out;
    justify-content: center;
    align-items: center;
}

/*#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: white;
    color: #d6b46d;
    cursor: pointer;
    border-radius: 40px;
    transition: 0.3s ease-in-out;
}*/
#myBtn i {
    font-weight: 600;
    font-size: 26px;
}

/*nav-menu*/

.top-menu {
    background-color: #0F0F0F;
    z-index: 999;
    transition: 0.3s ease-in-out;
    position: relative;
    top: 0px;
}

    .top-menu.fixed {
        position: fixed;
        top: 0;
        background: rgba(15, 15, 15, 0.75);
        margin: 0 auto;
        -webkit-animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
        animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
        backdrop-filter: blur(5px);
    }

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0);
    }
}

.navbar {
    /*box-shadow: 0px 4px 12px #00000070;*/
    transition: 0.6s ease-in-out;
}

    .navbar .navbar-collapse .navbar-nav .nav-link {
        color: #fff;
        font-weight: 600;
        padding: 25px;
        transition: all 0.6s;
    }

        .navbar .navbar-collapse .navbar-nav .nav-link:hover {
            color: white !important;
        }

.navbar-toggler {
    border-color: white !important;
}

.navbar-toggler-icon {
    background-image: url('../images/menu.png') !important;
}

/*index page*/

/*Slider*/

/*.swiper-scrollbar {
    display: none;
}
*/

.carousel-item img {
    height: 90vh
}

.swiper {
    width: 100%;
    height: 100vh;
}

swiper-container {
    width: 100%;
    height: 100%;
}

swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    swiper-slide img {
        display: block;
        /*width: 100%;*/
        height: 100%;
        object-fit: cover;
    }


/*heading & pra*/


.head-main {
    border-bottom: 2px solid #212121;
    margin-bottom: 10px
}

.heading h5 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    background-color: #212121;
    width: fit-content;
    padding: 2px 10px;
    color: white;
    position: relative;
    direction: ltr;
    display: table-cell;
    overflow: hidden;
    text-align: left;
    vertical-align: top;
    letter-spacing: 3px;
    font-style: italic;
}

/*.heading h5::after{
    position:absolute;
    content:'';
    width:30px;
    height:3px;
    background-color:#212121;
    top:0;
}*/

/* .heading h5::before {
        position: absolute;
        content: '';
        width: 311%;
        height: 3px;
        background-color: #212121;
        bottom: 0;
    }*/

.sub-head {
    font-family: 'Playfair Display',serif, 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #212121;
    text-transform: capitalize;
}

.pra-text {
    font-family: 'Open Sans', sans-serif,'Playfair Display', serif,'Raleway', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}

#our_studio .pra-text p {
    margin-bottom: 0.5rem;
}

.pra-text p span {
    font-weight: 600;
}

.pra-text i {
    color: #212121 !important;
    padding-right: 10px;
    font-weight: 700;
}

/*about-section*/

.about-inner {
    width: 45% !important;
    margin: 0 auto;
}

.color-bg {
    background-color: #212121c7;
}

.img-twice::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 85%;
    top: 10%;
    left: 20%;
    border: 1rem solid #2121211f;
    z-index: -1;
}

/*ourstudio*/

.studio-bg {
    background-image: url('../images/line3.png');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.studio-pic .owl-carousel .sub-inner img {
    width: 80%;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
}

/*.owl-nav {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 50px;
    width: 50px;
}*/

/*.owl-nav button{
    color: white;
    font-size: 50px;
    background: blanchedalmond;
    border: 1px solid #212121;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}*/

/*   .owl-nav .owl-prev span, .owl-nav .owl-next span {
        color: white;
        font-size: 50px;
        background: blanchedalmond;
        border: 1px solid #212121;
        padding: 20px;
        border-radius: 50%;
    }*/

.studio-pic .owl-carousel .owl-nav {
    /*display: none;*/
    cursor: pointer;
}

/*.owl-nav:hover {
    display: block !important;
}*/

.owl-nav .owl-prev {
    position: absolute;
    left: 40px;
}

.owl-nav .owl-next, .owl-prev {
    /* position: relative; */
    position: absolute;
    right: 40px;
    top: 42%;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background-color: #ffffffcc !important;
    /*background-color: #ffffff5c !important;*/
    /*border: 3px solid #212121 !important;*/
    /*box-shadow: 0 0em 1em rgb(120 184 51 / 32%);*/
}

    .owl-nav .owl-next span, .owl-prev span {
        font-size: 20px !important;
        color: #212121;
        font-weight: 900;
    }

/*whychooseus*/

/*.section-gap-two {
    padding: 100px 0;
}*/

.choose-main {
    position: relative;
    z-index: 11;
    text-align: center;
}

.choose-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(https://preview.treethemes.com/hazel/demo13/wp-content/uploads/sites/30/2022/05/sigmund-SZGdof7rk7g-unsplash.jpg);
    background-attachment: fixed;
    /*left: -261.5px;*/
    position: relative;
    overflow: hidden;
}

    .choose-bg::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        background-color: #0000009e;
        width: 100%;
        height: 200vh;
        z-index: 1
    }

.heading-two h5 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 20px;
    /* line-height: 42px; */
    text-transform: uppercase;
    margin-bottom: 10px;
    color: white;
    position: relative;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
    letter-spacing: 1.5px;
}

.sub-head-two {
    font-family: 'Playfair Display',serif, 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 40px;
    /*line-height: 30px;*/
    color: white;
    text-transform: capitalize;
}

    .sub-head-two p {
        margin-bottom: 30px;
    }

.choose-main-out {
    padding-top: 50px;
}

.choose-in-out .choose-in {
    background-color: #212121;
    padding: 50px;
    color: white;
    border-radius: 5px;
    position: relative;
    text-align: center;
    transition: transform 1.7s;
    transform-style: preserve-3d;
    margin: 10px;
}

.choose-in-out:hover .choose-in {
    cursor: pointer;
    transform: rotateY(360deg);
}

.choose-in i {
    font-size: 30px
}

.sub-head-count {
    font-family: 'Playfair Display',serif, 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 0;
}

.sub-head-name {
    font-family: 'Playfair Display',serif, 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
}

.fa-face-smile-beam:before {
    content: '\f5b8'
}


/*whower*/


hr {
    margin: 0 auto !important;
    width: 70%;
    color: #f7f7f7 !important;
    opacity: 1.25 !important;
}

.choose-bg-1 {
    position: relative;
    overflow: hidden;
}

    .choose-bg-1::before {
        position: absolute;
        content: "";
        width: 320px;
        height: 30%;
        background-color: #00000003;
        top: 0;
        left: 15%;
        /*animation: animateRight 6s ease-in-out infinite;*/
    }

    .choose-bg-1::after {
        position: absolute;
        content: "";
        width: 320px;
        height: 30%;
        background-color: #00000003;
        bottom: 0;
        right: 15%;
        /*animation: animateLeft 6s ease-in-out infinite;*/
    }

@keyframes animateRight {
    0%, 25% {
        opacity: 1;
        height: 0;
    }

    50% {
        opacity: 0.5;
        height: 50%;
    }

    55%, 100% {
        height: 50%;
        opacity: 0;
    }
}

@keyframes animateLeft {
    0%, 25% {
        opacity: 1;
        height: 0;
    }

    50% {
        opacity: 0.5;
        height: 50%;
    }

    55%, 100% {
        height: 50%;
        opacity: 0;
    }
}

.heading-1 h5 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 42px;
    text-transform: uppercase;
    padding: 2px 10px;
    color: #212121;
    position: relative;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
}

.sub-head-1 {
    font-family: 'Playfair Display',serif, 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 46px;
    color: #212121;
    text-transform: capitalize;
}

.pra-text-1 {
    font-family: 'Open Sans', sans-serif,'Playfair Display', serif,'Raleway', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 12px;
}

/*.choose-main-out-1 {
    padding-top: 40px;
}*/

.choose-in-out-1 .choose-in-1 {
    padding: 50px;
    padding-bottom: 0;
    color: #212121;
    border-radius: 5px;
    position: relative;
    text-align: center;
    transition: transform 1.7s;
    transform-style: preserve-3d;
}

.sub-head-count-1 {
    font-family: 'Playfair Display',serif, 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 0;
}

.sub-head-name-1 {
    font-family: 'Playfair Display',serif, 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase
}

/*contact us*/

.contact-font h5, .contact-font p {
    color: #212121;
    text-align: center;
}

label {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 16px;
}

.form-control, .form-select {
    font-family: 'Raleway', sans-serif;
    border-radius: 0px 0px !important;
    border: 1px solid black !important;
    margin-bottom: 15px;
}

.form-group span {
    color: red;
    font-family: 'Raleway', sans-serif;
    font-size: 25px;
    font-weight: 400;
}

input, select {
    height: 50px !important;
}

.form-select-lg {
    font-size: 1rem !important;
}

button {
    background-color: transparent;
    border: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

.btn-submit {
    width: 150px;
    height: 50px;
    border: 2px solid #212121;
    font-size: 20px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
    transition: 1s;
    margin: 0 auto;
}

    .btn-submit::before, .btn-submit::after {
        position: absolute;
        background: white;
        z-index: -1;
        transition: 1s;
        content: '';
    }

    .btn-submit::before {
        height: 50px;
        width: 130px;
    }

    .btn-submit::after {
        width: 150px;
        height: 30px;
    }


    .btn-submit:hover::before {
        width: 0px;
        background: #fff;
    }

    .btn-submit:hover::after {
        height: 0px;
        background: #fff;
    }

    .btn-submit:hover {
        background: #fff;
    }

/*testimonial*/

/*.owl-item {
    background: #212121;
    padding: 20px;
    border-radius: 10px;
    color: white;
}

    .owl-item .client-img img {
        height: 100px !important;
        border-radius: 50%;
        width: 100px !important;
        margin: 0 auto;
        border: 1px solid white;
        padding: 8px;
        background: #ffffffe8;
    }

    .owl-item .client-opinion {
        font-family: "Lato", sans-serif;
        font-weight: 300;
        font-size: 15px;
        line-height: 24px;
        text-align: center;
        font-style: italic;
        margin: 0 auto;
        padding-top: 10px;
    }

    .owl-item .client-detail {
        display: flex;
        justify-content: space-around;
        margin: 0 auto;
        padding-top: 15px;
        font-style: italic
    }

    .owl-item .clients {
        text-align: end;
        text-transform: capitalize
    }

    .owl-item .clients .client-name {
        margin-bottom: 0
    }*/



.shadow-effect {
    background: #fff;
    padding: 15px;
    border-radius: 6px;
    text-align: center;
    border: 1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}

#customers-testimonials .shadow-effect p {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    font-style: italic;
    margin: 0 0 17px 0;
}

.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #212121;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}

#customers-testimonials .item {
    text-align: center;
    padding: 5px;
    margin-bottom: 30px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto;
    border-radius: 10px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: white;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

    #customers-testimonials.owl-carousel .owl-dots .owl-dot {
        display: inline-block;
    }

        #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
            background: white;
            display: inline-block;
            height: 20px;
            margin: 0 2px 5px;
            transform: translate3d(0px, -50%, 0px) scale(0.3);
            transform-origin: 50% 50% 0;
            transition: all 250ms ease-out 0s;
            width: 20px;
            border-radius: 50%;
        }


/*works&services*/

.project-item {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

    .project-item img {
        position: relative;
        border-radius: 3px;
    }

    .project-item:hover {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    }

    .project-item::before {
        position: absolute;
        content: '';
        top: -100%;
        right: 100%;
        height: 100%;
        width: 100%;
        background-color: #0000007d;
        z-index: 1;
        transition: all .5s ease-in;
    }

    .project-item::after {
        position: absolute;
        content: '';
        bottom: -100%;
        left: 100%;
        height: 100%;
        width: 100%;
        background-color: #0000007d;
        z-index: 1;
        transition: all .5s ease-in;
    }

    .project-item:hover::before {
        top: 0%;
        right: 0;
        opacity: 0.7;
        transition: all .5s ease-in;
        /*backdrop-filter:  blur(5px);*/
    }

    .project-item:hover::after {
        bottom: 0%;
        left: 0;
        opacity: 0.7;
        transition: all .5s ease-in;
        /*backdrop-filter: blur(5px);*/
    }

    .project-item span {
        position: absolute;
        content: '';
        bottom: -100%;
        right: 100%;
        z-index: 3;
        background: rgba(15, 15, 15, 0.75);
        width: 60px;
        height: 60px;
        border-radius: 50%;
        align-items: center;
        display: flex;
        justify-content: center;
        /*transform: translate(-50%, -50%);*/
        font-size: 25px;
        color: #FFF;
        backdrop-filter: blur(5px);
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        transition: all .5s ease-in;
        visibility: hidden;
    }

        .project-item span a {
            color: #ffffff9c;
        }

    .project-item:hover span {
        top: 38%;
        right: 40%;
        visibility: visible;
        transition: all 0.5s ease-in;
    }

    .project-item .project-title {
        position: absolute;
        content: '';
        top: auto;
        bottom: 20px;
        left: 2rem;
        padding: 1rem;
        text-align: center;
        background: #ffffffba;
        transition: .5s;
        color: #212121;
        transition: all .5s ease-in;
        transform: translateX(-50%);
        left: 50%;
        right: auto;
        width: 250px;
        border-radius: 3px;
        backdrop-filter: blur(2px);
    }

    .project-item:hover .project-title {
        visibility: hidden;
        bottom: -100%;
        transition: all 0.5s ease-in;
    }

.footer-1 {
    background-color: #212121;
    margin-top: 30px;
}

.footer-p {
    padding-top: 25px;
    color: white;
}

    .footer-p ul {
        list-style-type: none;
        padding-left: 0px;
    }

.footer-logo {
    background-color: white;
    height: 350px;
    padding-top: 25px;
    padding-left: 50px;
    position: relative;
}

.follow {
    bottom: 0px;
    position: absolute;
    margin: 0 auto;
}

    .follow span {
        border: 1px solid black;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: inline-block;
    }

.footer-name {
    background-color: #EBECEC;
    height: 50px;
}

    .footer-name p {
        margin: auto;
        text-align: center;
        font-family: Verdana;
        padding: 10px;
    }

    .footer-name span {
        color: green;
        font-family: Verdana;
        font-weight: 600;
    }

.teamimg img {
    width: 316px;
}

.team {
    position: relative;
}

.team-text {
    position: absolute;
    top: 40px;
    left: 50px;
}

    .team-text span p {
        position: absolute;
        top: 98px;
        left: 0px;
    }

.team-soc {
    position: absolute;
    top: 240px;
    left: 0px
}

    .team-soc span {
        border: 1px solid black;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: inline-block;
        margin-right: 5px;
    }

.team-text h3 {
    font-family: "Playfair Display";
    font-weight: 600;
}

.team-text p {
    font-size: 15px;
    font-family: Arial;
    position: absolute;
    top: 100px;
    left: 0px;
    width: 250px;
}

#arrow {
}

.arrow {
    transform: rotate(45deg);
    position: absolute;
    background-color: white;
    width: 50px;
    height: 50px;
    top: 40%;
    left: -12px;
}

.arrow-1 {
    transform: rotate(45deg);
    position: absolute;
    background-color: white;
    width: 50px;
    height: 50px;
    top: 40%;
    right: -35px;
}

.footer-bg {
    background-color: #212121
}

.footer-in {
    border-bottom: 1px solid #8f8f8f;
    padding-bottom: 1rem;
}

.social-link {
    margin: 10px 0;
    /*border-bottom: 1px solid #8f8f8f;
    margin-bottom: 60px;
    padding-bottom: 60px;*/
}


    .social-link a {
        border: 1px solid #eeeeee;
        border-radius: 50%;
        color: #eeeeee;
        display: inline-block;
        height: 37px;
        line-height: 35px;
        margin: 0 5px;
        width: 37px;
        transition: all .5s ease-in;
    }

        .social-link a:hover {
            transform: scale(1.2);
            color: #eeeeee;
            transition: all .5s ease-in;
        }

.contact .icon {
    font-family: 'Raleway', sans-serif;
    border: 2px solid white;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    height: 75px;
    line-height: 71px;
    width: 75px;
    margin-bottom: 15px;
}

.contact h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    line-height: 11px;
    margin-bottom: 15px;
}

.contact p a, .contact p {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.footer-bottom {
    background: #111111;
    padding: 0;
}

.copyright p {
    color: #ddd;
    margin-bottom: 0;
}

.heart-icon {
    color: #db1a48;
    margin: 0 4px;
    font-size: 13px;
}

.copyright p a {
    color: white;
}

.footer-menu nav ul li {
    display: block;
    float: left;
    margin-left: 30px;
}

    .footer-menu nav ul li a {
        color: #ddd;
    }

.team-outer {
    padding: 20px;
    box-shadow: 10px 10px 15px #dfdfdf, -10px -10px 15px #e7e7e7;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    margin: 10px auto;
}

    .team-outer img {
        /*width: 150px;
        height: 151px;*/
        /*border-radius: 50%;*/
        border: 1px dotted #2121216b;
        filter: drop-shadow(2px 4px 6px #2121216b);
        padding: 8px;
        /* margin: auto; */
        margin-bottom: 20px;
    }

    .team-outer .team-name h5 {
        font-family: 'Raleway', sans-serif;
        font-weight: 900;
        font-size: 20px;
        line-height: 20px;
        text-transform: capitalize;
        color: #212121;
        margin-bottom: 10px;
    }

    .team-outer .team-prof h6 {
        font-family: 'Raleway', sans-serif;
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
        text-transform: capitalize;
        font-style: italic;
        color: #212121;
        text-align: center;
        margin-bottom: 10px;
    }

    .team-outer .team-social i {
        border: 1px solid black;
        border-radius: 50%;
        color: #212121;
        width: 35px;
        height: 35px;
        line-height: 35px;
        display: inline-block;
        margin: 20px 3px;
        transition: all .5s ease-in;
    }

        .team-outer .team-social i:hover {
            transform: scale(1.2);
        }

.navbar-brand {
    position: relative;
}
    /*.navbar-brand .camera-top .flash {
        position: absolute;
        top: -6px;
        right: 20px;
        width: 58px;
        height: 46px;*/
    /*background: radial-gradient(ellipse at center, #828181 0%, #403e3f 70%, #403e3f 100%);*/
    /*border: 2px solid #312F2F;
        border-radius: 3px;
        box-shadow: inset 0 8px 8px -8px #FDFDFD;
    }*/

    /*.navbar-brand .camera-top .flash:before,
        .navbar-brand .camera-top .flash:after {
            display: block;
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }*/

    /*.navbar-brand .camera-top .flash:before {
            width: 90%;
            height: 70%;
            background: radial-gradient(ellipse at center, #696767 0%, #1e1e1e 50%, #1e1e1e 100%);
        }*/

    /*.navbar-brand .camera-top .flash:after {
            width: 16px;
            height: 14px;
            background: #797979;
            border-top-left-radius: 8px 2px;
            border-top-right-radius: 8px 2px;
            border-bottom-left-radius: 8px 2px;
            border-bottom-right-radius: 8px 2px;
        }*/

    .navbar-brand .camera-top .flash .light {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 20px;
        height: 20px;
        background: radial-gradient(ellipse at center, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
        border-radius: 100%;
        z-index: 2;
        -webkit-animation: 1s flash infinite;
        animation: 1s flash infinite;
        z-index: -1
    }

@-webkit-keyframes flash {
    0% {
        width: 0;
        height: 0;
    }

    20% {
        width: 100px;
        height: 100px;
    }

    25% {
        width: 0;
        height: 0;
    }

    45% {
        width: 200px;
        height: 200px;
    }

    50% {
        width: 0;
        height: 0;
    }

    100% {
        width: 0;
        height: 0;
    }
}

@keyframes flash {
    0% {
        width: 0;
        height: 0;
    }

    20% {
        width: 200px;
        height: 200px;
    }

    25% {
        width: 0;
        height: 0;
    }

    45% {
        width: 200px;
        height: 200px;
    }

    50% {
        width: 0;
        height: 0;
    }

    100% {
        width: 0;
        height: 0;
    }
}


/*.gallery-3 {
    margin-top: 200px;
}*/

#gallery-1 {
    display: grid;
    height: calc(100vh - 10px);
    grid-template: repeat(6, 1fr)/repeat(6, 1fr);
    grid-gap: 0.5em;
}

@media (max-width: 800px) {
    #gallery-1 {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        justify-content: center;
    }

        #gallery-1 > div {
            width: 48%;
            margin: 1%;
        }
}

@media (max-width: 800px) and (max-width: 350px) {
    #gallery-1 > div {
        width: 98%;
    }
}

#gallery-1 > div:nth-child(6n+1) {
    grid-column: span 2;
    grid-row: span 2;
}

#gallery-1 > div:nth-child(2) {
    grid-column: span 3;
    grid-row: span 3;
}

#gallery-1 > div:nth-child(4) {
    grid-column: span 1;
    grid-row: span 2;
}

#gallery-1 > div > a {
    opacity: 0;
    position: absolute;
    color: #000;
    background-color: #000;
    font: bold 4em "Helvetica";
    text-shadow: 0 -1px 5px #fff, -1px 0px 5px #fff, 0 1px 5px #fff, 1px 0px 5px #fff;
    padding: 2rem;
    mix-blend-mode: difference;
    width: 100%;
    height: 100%;
    transition: all ease 1s;
}

#gallery-1 > div > img {
    width: 100%;
    min-height: 100%;
    transition: all ease 1s;
}

#gallery-1 > div:hover img {
    /*filter: blur(4px);*/
    transform: scale(1.2);
}

#gallery-1 > div:hover a {
    opacity: 1;
}

#gallery-1 > div {
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 20px 0 rgba(0, 0, 0, 0.19);
}

#gallery-1 div,
#gallery-1 a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

[id^=lightbox-] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgb(0 0 0 / 89%);
    display: flex;
    opacity: 0;
    transition: opacity 450ms ease-in-out;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

    [id^=lightbox-]:target {
        opacity: 1;
        pointer-events: inherit;
        z-index: 99999999;
    }

        [id^=lightbox-]:target img {
            filter: blur(0);
        }

    [id^=lightbox-] .content {
        max-width: 90%;
        position: relative;
        color: #fff;
        cursor: pointer;
    }

        [id^=lightbox-] .content > a.close {
            opacity: 1;
            transform: scale(1, 1);
        }

        [id^=lightbox-] .content:hover > .title {
            opacity: 1;
            transform: translateY(-3px);
        }

            [id^=lightbox-] .content:hover > .title::after {
                opacity: 1;
            }

        [id^=lightbox-] .content > * {
            transition: all 450ms ease-in-out;
        }

    [id^=lightbox-] .title {
        display: block;
        margin: 0;
        padding: 1em;
        position: absolute;
        bottom: 0;
        width: 100%;
        transform: translateY(50%);
        font-size: 1.5em;
        opacity: 0;
    }

        [id^=lightbox-] .title::after {
            content: " ";
            background-color: rgba(0, 0, 0, 0.4);
            bottom: 0;
            left: 0;
            height: 100%;
            width: 100%;
            position: absolute;
            transition: all 350ms ease-in-out 250ms;
            opacity: 0;
            transform-origin: bottom;
            mix-blend-mode: soft-light;
        }

    [id^=lightbox-] img {
        max-height: 90vh;
        max-width: 100%;
        margin: 0;
        padding: 0;
        filter: blur(50px);
    }

    [id^=lightbox-] a.close {
        width: 2em;
        height: 2em;
        right: 100px;
        top: 0;
        position: absolute;
        background-color: rgb(0 0 0 / 73%);
        display: flex;
        align-items: center;
        justify-content: center;
        transform: scale(0, 0);
        opacity: 0;
        transform-origin: right top;
        text-decoration: none;
        color: #fff;
        right: 0;
        font-size: 26px;
        font-weight: 700;
    }

        [id^=lightbox-] a.close::after {
            content: "X";
        }

/*slider 2 */
.gallery-main {
    /* display: flex; */
    /* justify-content: center; */
    /* flex-wrap: wrap; */
    /* gap: 30px; */
}

#lightgallery img {
    margin-bottom: 0;
    /* padding-left: 15px; */
    float: left;
    height: 250px;
    margin: auto;
    object-fit: contain;
    width: 250px;
}


.demo-gallery > ul > li {
    margin-bottom: 15px;
    display: inline-block;
    /* margin-right: 15px; */
    border: 1px solid #ddd;
    list-style: outside none none;
    transition: 0.3s ease-in-out;
}

    .demo-gallery > ul > li:hover {
        transition: 0.3s ease-in-out;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    }
.demo-gallery #lightgallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    margin:0;
    padding:0;
}

.lg-toolbar .lg-download:after {
}

#lg-download-1.lg-download.lg-icon {
    display: none
}   