@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');
html {
    user-select: none;
}
*, :after, :before {
    box-sizing: border-box;
}
body {
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;

}
a {text-decoration: unset}
* a:focus-visible {
    outline: unset; !important;
}
.swiper-button-next:after, .swiper-button-prev:after {color: #fff}
.ptb-200{padding-top: 200px; padding-bottom: 200px}
.btn-white {display: inline-block; font-size: 16px; letter-spacing: -1px; font-weight: bold; border-radius: 100px; height: 50px; line-height: 50px; padding: 0px 45px; text-transform: uppercase; color: #000; background-color: #fff; overflow: hidden !important; transition: 0.2s transform ease-in-out; will-change: transform;}
.btn-white:hover {color: #000; background-color: #fff; transform: scale(1.05);will-change: transform;}

.btn-white::after {
    background-color: #dfce91;
    border-radius: 3rem;
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-100%, 0) rotate(10deg);
    transform-origin: top left;
    transition: 0.2s transform ease-out;
    will-change: transform;
    z-index: -1;
}
.btn-white:hover::after {
    transform: translate(0, 0);
}

.btn-white-trans {display: inline-block; font-size: 19px; letter-spacing: -1px; font-weight: bold; height: 70px; line-height: 70px; padding: 0px 80px; text-transform: uppercase; color: #000; background-color: rgba(255,255,255,0.78); overflow: hidden; transition: 0.2s transform ease-in-out; will-change: transform;}
.btn-white-trans:hover {color: #000; background-color: #fff; }

.btn-black {display: inline-block; font-size: 19px; letter-spacing: -1px; font-weight: bold; height: 70px; line-height: 70px; padding: 0px 80px; text-transform: uppercase; color: #fff; background-color: rgba(0,0,0,1); overflow: hidden; transition: 0.2s transform ease-in-out; will-change: transform;}
.btn-black:hover {color: #fff; background-color: #000; }

.pes-3 {padding-left: 3rem; padding-right: 3rem}
.pes-5 {padding-left: 5rem; padding-right: 5rem}
.pes-7 {padding-left: 7rem; padding-right: 7rem}

.modal {--bs-modal-zindex:10100}
.modal-backdrop {--bs-backdrop-opacity:0.8}
.modal-header {position: relative; display: block; text-align: center; border-bottom: unset}
.modal-header h1 {font-size: 20px; font-weight: 700; color: #000; text-transform: uppercase}
.modal-header p {font-size: 11px; color: #000; position: relative; margin-top:5px; margin-bottom: 0px; padding-top: 15px; display: block}
.modal-header p:before {
    position: absolute;
    top:0px; left: 50%;
    display: block;
    width: 50px; margin-left: -25px;
    border-top: 4px solid #000;
    content: "";
}
.modal-header .btn-close {position: absolute; right: -30px; top: 9px; background-color: #fff; padding: 10px; color: #000; opacity: 1 !important;}
.modal-dialog {max-width: 644px}
.modal-header {padding: 3rem; padding-bottom: 1rem}
.modal-body {padding: 3rem; padding-top: 0px; padding-bottom: 0px}
.modal-content .form-check label {font-size: 11px}
.modal-content  { border-radius: 5px}
.modal-content * {
    outline: none !important;
    box-shadow: none !important;
}
.modal-content .form-control:focus,#contact-form .form-control:hover {
    border-color: unset;
}
.modal-content .btn-primary {
    display: inline-block;
    padding: 0px 50px;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
    background-color: #1b1a18;
    border: unset;
    border-radius: 50px;
}
.modal-content .btn-primary:hover {
    background-color: #000;
}
.modal-content  .form-check-input:checked {background-color: #1b1a18;border-color: #1b1a18;}
.modal-content .form-check-input:focus {border-color: #1b1a18;}
.modal-content .form-control {font-size: 13px; line-height: inherit;height: 45px;}
.modal-content select {font-size: 13px; line-height: inherit;height: 45px;}
.modal-content label {font-size: 14px; line-height: 28px;}
.modal-content textarea {resize: none; height: 84px !important;}
.modal-content .form-check-input[type=checkbox] {margin-top: 7px}
.modal-footer { display: block; text-align: center; border-top: 0px; padding: 1rem 3rem; }

.main-swiper .swiper-pagination {text-align: right !important;}
.main-swiper .swiper-pagination-bullet-active,
.main-swiper .swiper-pagination-bullet{ position: relative; color:#fff; background: unset !important; height: 16px !important; width: 16px !important; border: solid 1px #fff}
.main-swiper .swiper-pagination-bullet:before{ content: ""; color:#fff; background: #fff; height: 6px; width: 6px; display: inline-block; position: absolute; top: 4px; left: 4px; border-radius: 50%}

.main-swiper iframe {
    width: 100vw;
    height: 58.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#bg-studio header {
    background-color: #000;
    /*
    background-image:url("../img/bg_sub.jpg");
    background-position: top center;
    background-color: #000;
    background-repeat: repeat-x;
    background-attachment: fixed;
     */

}
.studioSwiper_2 {width: 60% !important; height: 600px !important; margin: auto !important;}
.studioSwiper_2 img {width: 100%}
.studioSwiper_2 .swiper-pagination {text-align: right !important;}
.studioSwiper_2 .swiper-pagination-bullet-active,
.studioSwiper_2 .swiper-pagination-bullet { position: relative; color:#fff; background: #fff !important; height: 2px !important; width: 20px !important; border-radius: unset}
.studioSwiper_2 .swiper-pagination-bullet-active { width: 40px !important; }
.studioSwiper_2x .swiper-pagination-bullet:before{ content: ""; color:#fff; background: #fff; height: 2px; width: 6px; display: inline-block; position: absolute; top: 4px; left: 4px; border-radius: 50%}

.studioSwiper_2 .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.studioSwiper_2 .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {margin: 3px}

#studio_1 {
    font-size: 16px; padding: 140px 0px; text-align: center;
    background-image:url("../img/bg_sub_white.png");
    background-position: top center;
    background-color: #fff;
    background-repeat: repeat-x;
    /*background-attachment: fixed;*/
}
#studio_1 h1 {
    font-size: 42px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

#studio_2 {
    font-size: 16px; padding: 140px 0px; text-align: center;
    background-color: #000; color: #fff;
    overflow: hidden;
}
#studio_2 h1 {
    font-size: 42px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
#studio_2 h6 {
     font-size: 24px;
     line-height: 24px;
     font-weight: 100;
     text-transform: uppercase;
     margin-bottom: 2rem;
    letter-spacing: 1px;
 }

#home_mgx {
    padding: 250px 0px 150px 0px;
    background-image: url("../img/bg_home_1.jpg");
    background-position: center center;
    background-size: cover;
}
#home_mgx .heading p {
    font-size: 44px; font-weight: 400; color: #969696; text-transform: uppercase; letter-spacing: -1px;
}
#home_mgx .heading p strong, #home_mgx .heading p b {
    font-weight: 600; color: #fff; display: block;
}
#home_mgx .details {padding-top: 60px}
#home_mgx .details p {
    font-size: 14px; font-weight: 200; color: #fff; text-align: justify;
}





#home_avp {background-color: #e2e2e2}
#home_avp h2 {font-size: 55px; font-weight: 800; color: #292929}
#home_avp h3 {font-size: 18px; font-weight: 800; line-height: 22px; text-transform: uppercase; color: #000; display: block; text-align: center; position: relative; z-index: 2; margin-top:20px}
#home_avp p {font-size: 14px; font-weight: 300; line-height: 18px; color: #292929; opacity:0; text-align: center; position: relative; z-index: 2; max-width: 70%; margin: auto; transition: all 0s ease;}
#home_avp .avp {position: relative; min-height: 100px; padding: 25px 0px 75px 0px}
#home_avp .avp .icon {position: relative; z-index: 2; display: block; max-width: 70%; margin: auto; padding: 47px; text-align: center}
#home_avp .avp .icon img {width: 100%}

/*#home_avp .avp:hover img {filter: brightness(0) invert(1);}*/
#home_avp .avp:hover h3 {color: #fff; transition: 0.1s;}
#home_avp .avp:hover p {opacity: 1; color: #fff; transition: all 0.5s ease;}
#home_avp .avp:hover .icon, #home_avp .active .icon {border-radius: 100px; background-color: #fff; transition:background-color 0.5s ease; }
#home_avp .active h3 {color: #fff; }
#home_avp .active p {display: block}
/*#home_avp .active img {filter: brightness(0) invert(1);}*/


#home_avp .avp::before{
    content: "";
    position: absolute;
    border-radius: 300px;
    top: 0px;
    left: 15px;
    right: 15px;
    bottom: 0px;
    transition: all 0.5s ease;
    transform: scale(0,0);
}

#home_avp .avp:hover::before{

    content: "";
    background-color: #292929;
    position: absolute;
    border-radius: 300px;
    top: 0px;
    left: 15px;
    right: 15px;
    bottom: 0px;
    transition: all 0.5s ease;
    transform: scale(1,1);
}
.ccontrol {
    margin-top: -67px;
    z-index: 51;
}
.ccontrol .carousel-control-next,
.ccontrol div {

    position: unset;
    width: unset; height: auto;
    display: inline-block;

    padding: 15px 20px 10px 20px;

    color: #fff;
    text-align: center;
    background: #000;
    border: 0;
    opacity: 1;
    transition: opacity .15s ease;
}

#home_projects {background-color: #000; position: relative;  overflow: hidden}
#home_projects::after {
    content: "";
    position: absolute;
    left: -200px;
    z-index: 8;
    top: -200px;
    width: 150%;
    height: 150%;
    /* background-color: red; */
    background-image: url("../img/noise.png");
    opacity: 0.95;
    pointer-events: none;
    animation: noise 1s steps(2) infinite;
}
#home_projects h2 { font-size: 55px; line-height: 38px; font-weight: 800; color: #fff; padding: 0; margin: 0px 0px 150px 0px}
#home_projects .project { margin-bottom: 80px; text-transform: uppercase; position: relative; z-index: 9 }
/*#home_projects .project a { width: 100%}*/
#home_projects .project h3 { font-size: 20px; line-height: 22px; font-weight: 700; color: #fff; margin: 0px 0px 20px 0px; padding: 0}
#home_projects .project h3 span {display: inline-block; line-height: 17px; font-weight: 400; color: #c7c7c7; margin-left: 15px; padding-left: 15px; border-left: solid 1px #c7c7c7}
#home_projects .project .screen { position: relative; overflow: hidden }
#home_projects .project .screen img { max-width: 100%; transition: transform 1.5s ease; }
#home_projects .project .screen:hover img {
    transform: scale(1.2);
}
#home_projects .project .screen::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.35);
}

#home_projects .btn-white {position: relative; z-index: 9}



@-webkit-keyframes noise {
    to {
        transform: translate3d(-7rem, 0, 0);
    }
}

@keyframes noise {
    0% {
        transform: translate3d(0, 9rem, 0);
    }

    10% {
        transform: translate3d(-1rem, -4rem, 0);
    }

    20% {
        transform: translate3d(-8rem, 2rem, 0);
    }

    30% {
        transform: translate3d(9rem, -9rem, 0);
    }

    40% {
        transform: translate3d(-2rem, 7rem, 0);
    }

    50% {
        transform: translate3d(-9rem, -4rem, 0);
    }

    60% {
        transform: translate3d(2rem, 6rem, 0);
    }

    70% {
        transform: translate3d(7rem, -8rem, 0);
    }

    80% {
        transform: translate3d(-9rem, 1rem, 0);
    }

    90% {
        transform: translate3d(6rem, -5rem, 0);
    }

    to {
        transform: translate3d(-7rem, 0, 0);
    }
}

.bg-contact {
    background-image:url("../img/bg_contact.jpg");
    background-position: top center;
    background-color: #000;
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-size: cover;
}
.bg-service {
    background-image:url("../img/bg_service.jpg");
    background-position: top center;
    background-color: #000;
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-size: cover;
}
.bg-team {
    background-image:url("../img/bg_team.jpg");
    background-position: top center;
    background-color: #000;
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-size: cover;
}
.bg-virtual {
    background-image:url("../img/bg_virtual.jpg");
    background-position: top center;
    background-color: #000;
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-size: cover;
}
.bg-contact-form {
    background-image:url("../img/bg_sub_2.jpg");
    background-position: top center;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
}
#bg-gallery,#bg-news,#bg-projects,#bg-projects-details  {
    background-image:url("../img/bg_sub.jpg");
    background-position: top center;
    background-color: #000;
    background-repeat: repeat-x;
    background-attachment: fixed;
}

#teams  {
    background-color: #000;
}

#bg-message {
    background-image:url("../img/bg_sub_white.png");
    background-position: top 110px center;
    background-color: #fff;
    background-repeat: repeat-x;
    background-attachment: fixed;
}
#bg-faq {
    background-color: #fff;
}
#bg-faq #virtual_4{
    background-image:unset;
    background-position: unset;
    background-color: #000;
    background-repeat: unset;
    background-attachment: unset;
}

#team {padding: 300px 0px 100px 0px; height: 100vh; position: relative}
#team .h-title h1 {
    font-size: 78px;
    line-height: 84px;
    font-weight: 700;
    margin: 30px 0px;
    color: #fff;
}
#team .h-title p {
    color: #c9c9c9; font-size: 14px;
    font-weight: 300;
    line-height: 27px;}
#team .grad {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 64%);
}

#teams {padding: 200px 0px;}
#teams h1 {font-size:78px; line-height:84px; font-weight: 700; margin: 30px 0px; color: #fff}
#teams .t-member {border-radius:10px; background-color: #fff; text-align: center; padding: 20px 20px 40px 20px; width: 90%; margin: auto; margin-bottom: 50px;}
#teams .t-member img {width: 100%; border-radius:10px; }
#teams .t-member h2 {font-size:24px; line-height:34px; font-weight: 700; margin: 30px 0px 0px 0px}
#teams .t-member span {font-size:16px; line-height:24px; font-weight: 600; }
#teams .t-member .overflow-hidden { border-radius: 10px }

#teams .t-member-sub {border-radius:10px; background-color:#333333; text-align: center; color: #d2cece; padding: 125px 0px 75px 0px; transition: all 500ms ease; width: 90%; margin: auto; margin-bottom: 50px; }
#teams .t-member-sub:hover {background-color:#fff; color: #333333; }
#teams .t-member-sub h2 {font-size:24px; line-height:34px; font-weight: 500; width: 80%; margin:auto; margin-bottom: 50px; padding: 0px 20px}
#teams .t-member-sub span {font-size:16px; line-height:24px; font-weight: 300; }

#teams .t-member .ss {position: absolute; top: 0; left: -200px; width: 0px; height: 100%; background-color: rgba(0,0,0,0.7); transition: all 500ms ease}
#teams .t-member:hover .ss {width: 100%; left: 0; transition: all 500ms ease}
#teams .t-member .ss ul {margin: 0px; padding: 0px; list-style-type: none; display: block; text-align: center; width: 100%; transition: all 3s ease}
#teams .t-member .ss ul li {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    border: solid 1px #aaa8a4;
    margin: 0px 7px;
}
#teams .t-member .ss ul li a { display: block; color: #fff; transition: all 0.3s;}
#teams .t-member .ss ul li:hover {border: solid 1px #fff;background-color: #fff;color: #000;}
#teams .t-member .ss ul li a:hover { color: #000;}

#news {padding: 200px 0px;}
#news h1 {font-size:78px; line-height:84px; font-weight: 700; margin: 30px 0px; color: #fff}
#news .n-member {background-color: #fff; margin-bottom: 50px}
#news .n-member .details{background-color: #fff; padding: 30px 30px;}
#news .n-member h2 {font-size:14px; line-height:22px; min-height: 66px; font-weight: 500; margin: 0px 0px 25px 0px}
#news .n-member a {font-size:14px; line-height:22px; font-weight: 400; color: #000; text-decoration: underline }
#news .n-member a i { margin-left: 5px }
#news .n-member img {width: 100%; transition: all 0.5s;}
#news .n-member:hover img {transform:scale(0.95, 0.95); transition: all 0.5s;}

#faq {padding: 170px 0px 50px 0px;}
#faq h1 {font-size:78px; line-height:84px; font-weight: 700; margin: 30px 0px; color: #000}

#gallery {padding: 200px 0px;}
#gallery h1 {font-size:78px; line-height:84px; font-weight: 700; margin: 30px 0px; color: #fff}
#gallery .g-item {margin-bottom: 30px}
#gallery .g-item img {width: 100%; transition: all 0.5s;}
#gallery .g-item:hover img {transform:scale(0.95, 0.95); transition: all 0.5s;}

#projects {padding: 200px 0px;}

#projects h1 {font-size:78px; line-height:84px; font-weight: 700; margin: 30px 0px; color: #fff}
#projects .list-type i {color: #fff;font-size: 32px;margin-left: 20px;cursor: pointer;}
#projects .p-item {position: relative; overflow: hidden }
#projects .p-item .p-item-img::before{
    content: "";
    position: absolute;
    left: 0; top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    z-index: 1;
}
#projects .p-item:hover .p-item-img::before{
    opacity: 0.6;
    transition: all 1s ease;
}
#projects .p-item .p-item-img {display: block; position: relative}
#projects .p-item .p-item-img img {width: 100%; max-width: 100%; }
#projects .p-item .p-item-desc {position: absolute; z-index: 2; left: 50%;top: 50%;transform: translate(-50%, -50%);}
#projects .p-item .p-item-desc h2 {font-size: 24px;font-weight: 600;line-height: 26px; color: #fff; text-transform: uppercase; text-align: center; margin-bottom: 3px}
#projects .p-item .p-item-desc span {font-size: 18px;font-weight: 400;line-height: 30px; color: #fff; text-transform: uppercase; display: block; position: relative; text-align: center}
#projects .p-item .p-item-desc span:before {left: calc(50% - 25px);width: 50px;border-top: 1px solid #fff;margin-top: 0; position: absolute; display: block; content: ""; text-align: center}

#projects .p-item-list {width: 100%; transition: height 1s ease-out;}
#projects .p-item-list .p-item-desc h2 {font-size: 94px;line-height: 120px;}
#projects .p-item-list .p-item-desc span {font-size: 34px;line-height: 38px;}
#projects .p-item-list .p-item-desc span:before {left: calc(50% - 25px);width: 70px;border-top: 3px solid #fff;}

#projects .filter-button,
#gallery .filter-button {font-size: 15px; letter-spacing: 1px; text-transform: uppercase; border: 0px solid #fff;border-radius: 5px;text-align: center;color: #fff;}

#projects .filter-button:hover,
#projects .filter-button-active,
#gallery .filter-button:hover,
#gallery .filter-button-active {color: #fff; text-decoration: underline; text-underline-offset: 5px;}

#projects-details {padding: 100px 0px 200px 0px;}
#projects-details  .details { position: relative}
#projects-details  .details .cont { position: absolute;
    z-index: 2;
    top: 50%;
    transform: translate(0%,-50%);}
#projects-details  .details h1 {
    display: block;
    color: #fff;
    font-size: 55px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

#projects-details  .details .oh {
    position: relative;
    overflow: hidden;
    margin-top: 1rem;
    margin-bottom: 2rem;
    color: #fff
}

#projects-details  .details span {
    display: block;
    color: #fff;
    font-size: 32px;
    line-height: 65px;
    font-weight: 300;
    text-transform: uppercase;
}

#projects-details  .details span:before {
    position: absolute;
    left: 0;
    display: block;
    width: 70px;
    border-top: 2px solid #fff;
    content: "";
}

#projects-details  .details p,
#projects-details  .details p span{
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}
#projects-details .details p span {
    display: inline-block;  text-transform: unset;
    min-width: 100px; font-weight: 600; line-height: unset;
}
#projects-details .details p b {font-weight: 600; margin-right: 5px}

#projects-details  .details .imgs img {
    max-height: 45px;
}

#projects-details  .details p span:before {
    content: unset;
}

#projects-details  .tag p { width: 100%; display: inline-flex}

#bg-projects-details #go-bottom {display: none!important;}

#message {padding: 200px 0px 300px 0px; position: relative}
#message h2 {font-size:34px; line-height:44px; font-weight: 700; margin: 10px 0px 5px 0px; color: #000; text-transform: uppercase; position: relative; z-index: 3}
#message p {font-size:14px; line-height:27px; font-weight: 300; margin: 0px 0px 15px 0px; color: #000; text-align: justify; position: relative; z-index: 3}
#message img {position: relative; z-index: 3}
#message:after  {
    content: "";
    height: 80vh;
    width: 100%;
    background-color: #edecec;
    z-index: 2;
    position: absolute;
    bottom: 0;
}

#service {padding: 300px 0px 100px 0px; height: 100vh}
#service .h-title h1 {
    font-size:46px; line-height:62px; text-transform: uppercase; font-weight: 600; color: #fff;
}

#services_1 {font-size: 16px; padding: 140px 0px}
#services_1 strong {text-decoration: underline}
#services_1 ul {
    margin: 0;
    padding: 0px 20px;
}
#services_1 ul li {
    width: 50%; float: left;
    padding: 0px 10px;

    font-weight: 600;
    line-height: 34px;
}

#services_2 { background-color: #f0f0f0; color: #0b0a0a }
#services_2 h2 {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 60px;
    font-size: 25px; font-weight:700; line-height: 30px; text-transform: uppercase;
}
#services_2 h2:after {
    position: absolute;
    left: calc(50% - 35px);
    display: block;
    width: 70px;
    border-top: 4px solid #000;
    content: "";
    margin-top: 10px;
}
#services_2 h3 {
    display:block; text-align: center;
    font-size: 18px; font-weight:600;
}
#services_2 span {
    display: block; text-align: center;
    font-size: 13px; font-weight:400;
}
.directorsSwiper {max-width: 100%;}
.directorsSwiper .swiper-slide {text-align: center;}
.directorsSwiper .swiper-slide img {
    width: auto !important; max-width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 30px;
    border: solid 20px rgba(255,255,255,0);
    transition: all 1s ease;
}
.directorsSwiper .swiper-slide:hover img {border: solid 20px #fff;}

#services_3 { background-color: #000; color: #fff }
#services_3 h2 {
    color: #fff;
    position: relative;
    display: block;
    text-align: center;
    margin-top: 60px;
    font-size: 25px; font-weight:700; line-height: 30px; text-transform: uppercase;
}
#services_3 h2:after {
    position: absolute;
    left: calc(50% - 35px);
    display: block;
    width: 70px;
    border-top: 4px solid #fff;
    content: "";
    margin-top: 10px;
}
#services_3 h3 {
    display:block; text-align: center;
    font-size: 16px; font-weight:600;
}
#services_3 span {
    display: block; text-align: center;
    font-size: 13px; font-weight:400;
}
#services_3 .dfile a { color: #fff}
#services_3 .dfile img { max-width: 100%; border-radius: 10px}
#services_3 p { color: #999}
#services_3 .d-block {position: relative;}
#services_3 .dover {position: absolute; top: 0; left: -200px; width: 0px; height: 100%; background-color: rgba(0,0,0,0.7); transition: all 500ms ease}
#services_3 .dover i {font-size: 32px}
#services_3 a:hover .dover {width: 100%; left: 0; transition: all 500ms ease}

/**/
#virtual {padding: 300px 0px 100px 0px; height: 100vh}
#virtual .h-title h1 {
    font-size:46px; line-height:62px; text-transform: uppercase; font-weight: 600; color: #fff;
}

#virtual_1 {font-size: 16px; padding: 140px 0px;
    background-image:url("../img/bg_sub_white.png");
    background-position: top center;
    background-color: #fff;
    background-repeat: repeat-x;
    /*background-attachment: fixed;*/
}
#virtual_1 strong {text-decoration: underline}
#virtual_1 ul {
    margin: 0;
    padding: 0px 20px;
}
#virtual_1 ul li {
    width: 50%; float: left;
    padding: 0px 10px;
    font-weight: 600;
    line-height: 34px;
}

#virtual_2 {padding: 100px 0px 200px 0px; background-color: #edecec; position: relative}
#virtual_2 h2 {
    width: 100%; text-align: center;
    margin-top: 60px; margin-bottom: 80px;
    font-size: 45px; font-weight:700; line-height: 70px; text-transform: uppercase;
}
#virtual_2 h2:after {
    position: absolute;
    left: calc(50% - 35px);
    display: block;
    width: 70px;
    border-top: 8px solid #000;
    content: "";
}

#virtual_2 .mp-0 {
    padding: 0;
}



.virtualGaleri .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
}

.virtualGaleri .swiper {
    width: 100%;
    height: 100%;
}

.virtualGaleri .swiper-slide {
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.virtualGaleri .swiper-slide img {
    display: block;
    width: 80%;
    object-fit: cover;
}

.virtualGaleri .swiper-slide .details {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 37%;
    padding: 60px 50px;
    background-color: #000;
    color: #fff;
    text-align: left;
    font-size: 16px; font-weight: 300; line-height: 26px;
}

.virtualGaleri .swiper-slide .details h3{
    color: #e3cda2;
    text-transform: uppercase;
    letter-spacing: 7px;
}

#virtual_2 .btn {
    border-radius: 200px !important;
    padding: 5px 14px !important;
}

#virtual_3 .details {
    padding-left:100px;
    padding-right:100px;
    position: relative;
}
#virtual_3 .details h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase; margin-bottom: 2rem;
}
#virtual_3 .details p {
    font-size: 16px; font-weight: 300; line-height: 32px; margin-bottom: 2rem;
}
#virtual_3 .details:before{
    content: "";
    position: absolute;
    left: 0; top: 0;
    display: block;
    width: 24%;
    height: 100%;
    background-color: #dfdddd; z-index: -1;
}

#virtual_4 {
    background-image:url("../uploads/studio/a1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#virtual_4 .accordion-item{
    background-color: unset;
    border-bottom: solid 2px #fff;
    position: relative;
}

#virtual_4 .accordion-header, #virtual_4 .accordion-body{
    position: relative;
    z-index: 3;
}
/*
#virtual_4 .accordion-item .show::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0);
    z-index: 2;
    transition: all 1s ease;
}
#virtual_4 .accordion-item .show::before {
    background-color: rgba(255,255,255,1);
    transition: all 1s ease;
}*/
#virtual_4 .accordion-item:last-child{
    border-bottom: unset !important;
}
#virtual_4 .accordion-button{
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    background-color: unset;
    line-height: 100px;
}

#virtual_4 .accordion-item [aria-expanded="true"]{
    color: #322f2a;
    background-color: #eae5e5;
}
#virtual_4 .accordion-item .accordion-body{
    font-size: 16px; line-height: 32px;
    color: #4b4545;
    background-color: #eae5e5;
}

#virtual_4 .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}
#virtual_4 .accordion-button::after {filter:brightness(0) invert(1)}
#virtual_4 .accordion-item [aria-expanded="true"]::after{filter:brightness(0) invert(0)}

#virtual_4 .accordion-item::before {
    content: "";
    position: absolute;
    left: 0; top: 0; right: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #dfdddd; z-index: 2;
}


#virtual_5 {}
#virtual_5 .col-6 {position: relative; min-height: 320px; border-bottom: solid 1px #edecec; border-right: solid 1px #edecec}
#virtual_5 .logo {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    transition: all 1s ease;
}
#virtual_5 .col-6 { opacity: 0.6; transition: all 0.7s ease; }
#virtual_5 .col-6:hover { opacity: 1}

#virtual_5 .col-6 img {filter:grayscale(100%); transition: all 0.7s ease; max-width: 100%;}
#virtual_5 .col-6:hover img {filter:unset; transition: all 0.7s ease;}
#virtual_5 .col-6 p {
    transition: all 1s ease;
    opacity: 1;
    margin: auto;
    color: #726f6f;
}


#virtual_6 .justify-content-center { background-color: #f8f7f7; }
#virtual_6 .cnt {
    padding: 150px 100px;
    position: relative;

}

#virtual_6 .cnt:nth-child(2) {background-color: #f2f0f0;}
#virtual_6 .justify-content-center h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
#virtual_6 .justify-content-center p {
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 2rem;
}

#virtual_6 .col-4 {position: relative; min-height: 320px; border-bottom: solid 1px #edecec; border-right: solid 1px #edecec}
#virtual_6 .logo {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    transition: all 1s ease;
}
#virtual_6 .col-4 { opacity: 0.6; transition: all 0.7s ease; }
#virtual_6 .col-4:hover { opacity: 1}
#virtual_6 .col-4 img { max-height:120px;  filter:grayscale(100%); transition: all 0.7s ease; }
#virtual_6 .col-4:hover img {filter:unset; transition: all 0.7s ease; opacity: 1}
#virtual_6 .col-4 p {
    transition: all 1s ease;
    opacity: 1;
    margin: auto;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
#virtual_6 .col-4:hover p {color: #726f6f;}

#contact {padding: 200px 0px; height: 60vh}
#contact .h-title {display: inline-block; text-align: center}
#contact .h-title h1 {
    font-size:60px; line-height:80px; font-weight: 800; color: #fff; text-transform: uppercase;
}
#contact .h-title h1 span {font-weight: 400}


#contact-form .bg-darker {background-color: #0e0e0e}
#contact-form .bg-dark {background-color: #1e1e1e}
#contact-form .h-title {text-align: right; padding-right: 0px}
#contact-form .h-title h1 {
    font-size:60px; line-height:80px; font-weight: 800; color: #fff;
}
#contact-form .darea {width: 50%; margin: auto}
#contact-form h2 {font-size:40px; line-height:60px; font-weight: 400; color: #fff;}
#contact-form strong {font-weight: 800;}
#contact-form ul { list-style-type: none; margin:0; padding: 0;}
#contact-form ul li { float: left}
#contact-form .address-list li {display: block; width: 100%; font-size: 16px; font-weight: 400; color: #fff; line-height: 50px}
#contact-form .address-list li a {color: #fff}
#contact-form .address-list li i {font-size: 14px}
#contact-form .smedia li {
    display: inline-block;
    text-align: center;
    font-size: 24px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    border: solid 1px #aaa8a4;
    margin: 0px 7px;
}
#contact-form .smedia li a { display: block; color: #fff; transition: all 0.3s;}
#contact-form .smedia li:hover {border: solid 1px #fff;background-color: #fff;color: #000;}
#contact-form .smedia li a:hover { color: #000;}

#contact-form {}
#contact-form .col-12 {padding-top: 175px; padding-bottom: 175px}
#contact-form .h-title {text-align: center; }
#contact-form .h-title h1 {
    font-size:74px; line-height:74px; font-weight: 700; color: #fff;
    display: inline-block;
    text-align: left;
}
#contact-form .form-control {
    padding: .575rem .75rem;
}

#contact-form * {
    outline: none !important;
    box-shadow: none !important;
}
#contact-form .form-control:focus,#contact-form .form-control:hover {
    border-color: unset;
}
#contact-form button {
    display: block; width: 100%;
    font-size: 26px;
    font-weight: 600;
    line-height: 70px;
    text-transform: uppercase;
    padding: 0rem .75rem;
    background-color: #686060;
    border: unset;
}
#contact-form button:hover {
    background-color: #443f3f;
}

#lokasyonmap {
    position: relative;

    width: 100%;
    height: 100%;
}
.lokasyonmapHome {
    height: 440px !important;
}



footer {padding:70px 0px 30px 0px; text-transform: uppercase; background-color: #fff}
footer .logo  img {max-height: 36px}
footer .logo  p {display: block;}
footer ul { list-style-type: none; margin:0; padding: 0;}
footer ul li { float: left}

footer .menus {display: inline-block}
footer .menus li {margin: 0px 20px; font-size: 15px; font-weight: 800}
footer .menus li:first-child {margin: 0px 20px 0px 0px}
footer .menus li:last-child {margin: 0px 0px 0px 20px}
footer .menus li a {color: #312f2f}
footer .menus li a:hover {text-decoration: underline}

footer .terms {display: inline-block}
footer .terms li {padding: 0px 15px; font-size: 11px; font-weight: 500; line-height: 12px; border-left: solid 1px #807c7c}
footer .terms li:first-child {padding: 0px 15px 0px 0px; border-left:unset}
footer .terms li a {color: #807c7c}
footer .terms li a:hover {text-decoration: none}


footer .smedia li {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    line-height: 37px;
    width: 37px;
    height: 37px;
    border-radius: 50px;
    border: solid 1px #aaa8a4;
    margin: 0px 7px;
}
footer .smedia li a { display: block; color: #000; transition: all 0.5s ease;}
footer .smedia li:hover {border: solid 1px #000;background-color: #000;color: #fff; transition: all 0.5s ease;}
footer .smedia li a:hover { color: #fff; transition: all 0.5s ease;}

footer .cptxt p { font-size: 12px; font-weight: 500; color: #807c7c; margin: 0px; padding: 0px }

footer .tel {
    display: inline-block;
    height: 46px; line-height: 40px;
    padding: 2px 20px 0px 2px;
    border-radius: 50px;
    border: solid 1px rgba(44,43,43,0.6);
}
footer .tel i {
    color: #000;
    float: left;
    text-align: center;
    height: 40px; width: 40px; line-height: 40px;
    border-radius: 50px;
    background-color: rgba(0,0,0,0.1);
}
footer .tel span {float: left; margin-left: 15px; font-size: 18px; font-weight: 600; color: #2b2929;}

