@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&amp;display=swap');

:root {
    --base-color: #e99022;
    --medium-gray: #7b7a7a;
    --dark-gray: #1d1d1d;
    --charcoal-blue: #232323;
    /* --alt-font: 'Space Grotesk', sans-serif;*/
    --alt-font: 'Inter', sans-serif;
    --primary-font: 'Inter', sans-serif;
}

body {
    line-height: 30px;
}

a:hover {
    color: var(--dark-gray);
}

h1,
.h1 {
    line-height: 4rem;
}

h3,
.h3 {
    line-height: 2.813rem;
}

h4 {
    line-height: 2.6rem;
}

.navbar .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 600;
}

.navbar .navbar-nav .nav-link i {
    margin-left: 8px;
}

header .header-button .btn.btn-switch-text.btn-medium>span {
    padding: 12px 22px;
}

header .navbar-brand img {
    max-height: 52px;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    font-size: 15px;
    font-weight: 500;
    color: var(--dark-gray) !important;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover {
    background-color: #f6f4f3;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
    font-size: 30px;
    width: 35px;
}

.ms-100px {
    margin-left: 100px;
}

.ms-80px {
    margin-left: 80px;
}

.mb-minus-50px {
    margin-bottom: -50px;
}

.btn {
    text-transform: none;
    letter-spacing: 0;
}

.btn.btn-extra-large {
    font-size: 16px;
    padding: 16px 32px;
}

.btn.btn-large {
    font-size: 15px;
    padding: 15px 30px;
}

.btn.btn-switch-text.btn-large>span {
    padding: 15px 30px;
}

.btn-gradient-fuel-yellow-blue {
    background-image: linear-gradient(to right, #d18215, #3797a1, #d18215);
    background-size: 200% auto;
    color: var(--white);
}

.left-minus-45 {
    left: -45%;
}

.bottom-minus-200px {
    bottom: -200px;
}

.one-half-screen {
    height: 550px !important;
}

.swiper-pagination-progress .swiper-progress {
    background-color: var(--dark-gray);
}

.magic-drag-cursor #ball-cursor:before {
    font-weight: 500;
}

.logo-type-button {
    background-color: #cfae8b;
    color: white;
}

.logo-type-text {
    color: #cfae8b;
}

.text-gradient-base-color {
    background-image: linear-gradient(to right, #e97522 0%, #1ea3b1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-orange {
    color: #e97522;
}

.text-blue {
    color: #1ea3b1;
}

.bg-gradient-top-very-light-gray {
    background-image: linear-gradient(to right, #fbf3e9, #f9f4eb, #f4f4f0, #f2f4f2, #eff4f4);
}

.bg-linen {
    background: #f6f4f3;
}

.bg-gradient-orange-transparent {
    background: linear-gradient(to right, rgba(233, 117, 34, 1.0) 10%, rgba(255, 255, 255, 0.0) 95%);
}

.bg-gradient-blue-transparent {
    background: linear-gradient(to right, rgba(30, 163, 177, 1.0) 10%, rgba(255, 255, 255, 0.0) 95%);
}

.blog-only-text .card-body:after {
    display: none;
}

.social-icon-style-06 li {
    position: relative;
}

.social-icon-style-06 li:before {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: var(--medium-gray);
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    opacity: .5;
}

.social-icon-style-06 li:last-child:before {
    display: none;
}

.google-maps-link a:hover {
    color: var(--white);
}

footer ul li {
    margin-bottom: 0;
    line-height: 28px;
}

footer a:hover {
    color: var(--white);
}

footer .footer-logo img {
    max-height: 100px;
    margin-top: 20px;
    filter: brightness(0) invert(1);

}

.z-index-99 {
    z-index: 99;
}

@media (min-width: 992px) {
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
        padding: 20px 30px;
    }

    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        width: 285px;
    }
}

@media (max-width: 1199px) {
    .left-minus-45 {
        left: -78%;
    }

    .lg-ms-70px {
        margin-left: 70px;
    }

    .lg-bg-transparent {
        background-color: transparent;
    }

    .one-half-screen {
        height: auto !important;
    }
}

@media (max-width: 991px) {
    [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .nav-item .dropdown-menu a i {
        font-size: 19px;
        vertical-align: middle;
        color: var(--white);
    }

    .md-top-auto {
        top: auto;
    }
}

.fcr-detail {
    width: 100%;
    overflow: hidden;
    padding-bottom: 100px !important;
    padding-top: 100px !important;
    position: relative;
    margin-bottom: 100px;
    margin-top: 80px;
    z-index: 9;
    margin-bottom: 0px;
    padding-bottom: 80px !important
}

.fcr-sub-about {
    margin-top: 0px !important;
    box-shadow: inset 0px 16px 20px -33px black;
}

/*.fcr-detail::before {
    background: #CFAE8B;
    background: linear-gradient(272deg, rgb(207 174 139 / 32%) 0%, rgb(255 255 255 / 0%) 40%);
    width: 100%;
    height: 100%;
    content: "";
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 11;
}
*/
.fcr-detail .bg-image {
    width: auto;
    height: auto;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    z-index: 10;
}

.fcr-detail .main-fcr-content {
    display: flex;
    align-items: start;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    position: relative;
    z-index: 11;
}

.fcr-detail .main-fcr-content .main-title {

    font-family: var(--alt-font);
    font-weight: 600 !important;
    font-size: 2.6rem;

}

.fcr-detail .main-fcr-content .main-texts {}

.fcr-detail .main-fcr-content .main-texts p {
    margin-bottom: 14px;
    line-height: 23px;
}

@media screen and (min-width:1400px) and (max-width:1550px) {
    .fcr-detail .main-fcr-content {
        width: 50%;
    }
}

@media screen and (min-width:1300px) and (max-width:1400px) {
    .fcr-detail {
        padding-bottom: 30px !important;
        padding-top: 30px !important;

    }

   
}


@media screen and (min-width:1200px) and (max-width:1300px) {
    .fcr-detail {
        padding-bottom: 20px !important;
        padding-top: 20px !important;

    }


}


@media screen and (min-width:991px) and (max-width:1200px) {
    .fcr-detail {
        padding-bottom: 20px !important;
        padding-top: 20px !important;

    }

    .fcr-detail .main-fcr-content {
        width: 50%;
    }

    .fcr-detail .bg-image {
        right: -10%;
    }
}


@media screen and (min-width:850px) and (max-width:991px) {
    .fcr-detail {
        padding-bottom: 20px !important;
        padding-top: 20px !important;

    }

    .fcr-detail .main-fcr-content {
        width: 80%;
    }

    .fcr-detail .bg-image {
        right: -25%;
    }
}



@media screen and (min-width:300px) and (max-width:850px) {
    .big-section-logo{
        width: 200px;
    }
    .fcr-detail {
        padding-bottom: 20px !important;
        padding-top: 20px !important;

    }

    .fcr-detail .main-fcr-content {
        width: 100%;
        margin-top: 50px;

    }

    .fcr-detail .bg-image {
        position: unset;
        height: 466px;
        width: 100%;
        object-fit: cover;
    }

    .fcr-detail::before {
        background: linear-gradient(180deg, rgb(207 174 139 / 32%) 0%, rgb(255 255 255 / 0%) 79%);

    }
}

@media screen and (min-width:300px) and (max-width:540px) {
.hero-content h1 {
    font-size: 30px;
}


}

.company-contact-section {
    margin: 100px 0px;
}

.static-map-image {
    width: 100%;
    transform: scale(1.5);
}

.company-contact-wrapper {
    background-color: white;
    padding: 33px;
    width: auto;
    max-width: 400px;
    box-shadow: 0px 0px 10px #f7f7f7;
    border-radius: 4px;
    overflow: hidden;
    z-index: 10;
    position: relative;
}

.company-contact-md-5 {
    display: flex;
    align-items: center;

}

.contact-map-iframe {
    width: 100%;
    height: 500px;
    display: flex;

}

section.tab-selector {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 0px 70px 0px;
}

.tab-selector .button-group {
    display: flex;
    gap: 0px;
    border: 1px solid #b596762e;
    border-radius: 37px;
    overflow: hidden;

    width: fit-content;
    box-shadow: 0px 0px 0px 10px black;
    box-shadow: 3px 7px 20px -10px #aaaaaa;
}


.tab-selector .button-group .group-btn {
    border: unset;
    background-color: white;
    font-weight: 400;
    font-size: 18px;
    padding: 12px 30px;
    letter-spacing: 0px;
    transition: all .4s ease;
}

.tab-selector .button-group .group-btn.active {
    background-color: #cfae8b;
    color: white;
}

.tab-selector .button-group:hover .group-btn {
    background-color: white;
    color: #212529;
}

.tab-selector .button-group .group-btn:hover {
    background-color: #cfae8b !important;
    color: white !important;
}


.press-container {
    display: none;
    margin-top: 50px;
}

.press-container:first-child {

    margin-top: 0px;
}

.press-container:nth-child(3) {

    margin-top: 0px;
}

.press-container.active {
    display: flex;
}


.portfolio-image {
    position: relative;
    height: 270px;
}

.portfolio-image>a {
    height: 100%;
}

.portfolio-image>a>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.portfolio-image .image-tag {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: rgba(128, 128, 128, 0.697);
    border-radius: 16px;
    color: white;
    font-size: 12px;
    padding: 2px 12px;
}



/* FCR Menu Styles */
.fcr-menu {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 0px 2px rgb(0 0 0 / 11%);
    padding: 10px 0;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.fcr-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fcr-menu>ul {
    padding: 0;
}

.fcr-menu li {
    position: relative;
    border-bottom: 1px solid #eee;
}

.fcr-menu li:last-child {
    border-bottom: none;
}

.fcr-menu a {
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
}

.fcr-menu a:hover {
    background-color: #f8f9fa;
    color: #c4a037;
}

.fcr-menu .has-submenu>a::after {
    content: "▾";
    float: right;
    transition: transform 0.3s ease;
}

.fcr-menu .has-submenu.active>a::after {
    transform: rotate(180deg);
}

.fcr-menu ul ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    background-color: #ffffff;
}

.fcr-menu ul ul.expanded {
    max-height: 1000px;
    overflow: scroll;
}

.fcr-menu ul ul li {
    border-bottom: 1px solid #f0f0f0;
}

.fcr-menu ul ul li:last-child {
    border-bottom: none;
}

.fcr-menu ul ul li a {
    padding-left: 30px;
}

.fcr-menu ul ul ul li a {
    padding-left: 45px;
}

.fcr-menu ul ul ul ul li a {
    padding-left: 60px;
}

/* Responsive design */
@media (max-width: 768px) {
    .fcr-menu {
        max-width: 100%;
    }

    .fcr-menu ul ul {
        position: static;
        box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
        margin: 0;
        transform: none;
        border-radius: 0;
    }

    .fcr-menu li:hover>ul {
        transform: none;
    }
}



/* Modal stilleri */
.fcr-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    backdrop-filter: blur(5px);
}

.fcr-modal {
    background: white;
    border-radius: 5px;
    width: 90%;
    max-width: 1100px;
    max-height: 95vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    border: 2px solid #333;
}

.fcr-modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    color: #333;
    z-index: 1001;
    transition: color 0.3s ease;
}

.fcr-modal-close:hover {
    color: #666;
}

.fcr-modal-content {
    display: flex;
    min-height: 500px;
}

.fcr-modal-left {
    flex: 1;

    background: #f9f9f9;
    border-radius: 20px 0 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-right: 2px solid #ddd;
}

.fcr-modal-right {
    flex: 2;
    padding: 40px;
    max-height: 800px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.fcr-modal-avatar {
    width: 100%;
    max-height: 350px;
    border-radius: 0px 0px 10px 10px;

    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 3rem;
    font-weight: bold;

}

.fcr-modal-avatar-img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.fcr-modal-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.fcr-modal-name {
    color: #333;
    font-size: 1.8rem;
    margin-bottom: 10px;
    border-bottom: 2px solid #333;
    padding-bottom: 10px;
    display: inline-block;
}

.fcr-modal-position {
    color: #666;
    font-size: 1.2rem;
    font-weight: 500;
}

.fcr-modal-bio {
    margin-bottom: 20px;
    line-height: 1.6;
    color: #333;
    font-size: 1rem;
}

.fcr-modal-bio p {
    margin-bottom: 15px;
}

/* Responsive tasarım */
@media (max-width: 768px) {
    .fcr-modal-content {
        flex-direction: column;
    }

    .fcr-modal-left,
    .fcr-modal-right {
        padding: 20px;
    }

    .fcr-modal-left {
        border-radius: 20px 20px 0 0;
    }

    .fcr-person-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
    }

    .fcr-title {
        font-size: 2rem;
    }
}



.media-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 98%;
    padding-right: 8%;
    border-right: 1px solid #e2e2e2;
    position: sticky;
    top: 140px;
    max-height: 800px;
    overflow-y: scroll;
    overflow-x: hidden;
}


.media-list .media-item {
    width: calc((100% - 8px) / 2);
    height: 200px;
}

.media-list .media-item a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.media-list .media-item a img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    border-radius: 3px;

}

.media-list .media-item a i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: #e2e2e2;
    box-shadow: 0px 0px 10px #000000;

}

.sub-investor-page-btn-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}

.sub-investor-page-btn {
    padding: 5px 10px;
    border: 1px solid #e2e2e2;
}

.home-about-right-content {
    margin-left: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-content: center;
}



.investor-relation-files {
    border: 1px solid #e0e0e0;
    margin-top: 4%;

}

.investor-relation-files h6 {

    padding: 5px 20px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
    border-bottom: 1px solid #e0e0e0;
}

.investor-relation-files ul {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.investor-relation-files ul li {
    width: fit-content;
}


.investor-relation-files ul li a {

    padding: 8px 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 1px solid #e0e0e0;

}

.investor-relation-files ul li a:hover {
    background-color: #6c757d;
    color: white;

}

.investor-relation-files ul li a span {}

.home-video-box-1 {
    position: relative;
    z-index: 9
}

.graident-layer {
    position: relative;
    display: flex;
    z-index: 10;
    padding: 0px;
    margin: 0px;
    height: 0px;
}

.graident-layer:aftesr {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 500px;
    background: #ffffff;
    background: linear-gradient(130deg, rgba(255, 255, 255, 0) 27%, rgb(234 224 213) 100%);
}

.home-video-box-1 .home-video-1 {
    max-height: 800px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}





.quote-section {
    padding-bottom: 0px;
}


.quote-section .quote-container {
    max-width: 880px;
    margin: auto;

    position: relative;
}

.quote-section .quote-container .quote-left {
    position: absolute;
    left: -50px;
    top: -30px;
    width: 40px;
    height: auto;
}

.quote-section .quote-container .quote-right {
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 40px;
    height: auto;

}

.quote-section .quote-container .quote-title {

    font-size: 30px;
    line-height: 36px;
    color: black;
    text-align: center;
    letter-spacing: -1px;
    font-weight: 300;

}








.project-slider-section {
    padding-top: 60px;
}

.project-slider-section .container-fluid {
    padding: 0px;
}

.project-slider-section .slider-container {
    position: relative;
}

.project-slider-section .project-slider {
    width: 100%;
    height: 100%;
}

.project-slider-section .swiper-slide {
    text-align: center;
    font-size: 18px;

    display: flex;
    justify-content: center;
    align-items: center;
    width: 1000px;
}

.project-slider-section .swiper-slide .project-slider-image {
    max-width: 1000px;
    height: 660px;
}

.project-slider-section .swiper-slide .project-slider-image>a {
    width: 100%;
    height: 100%;
}

.project-slider-section .swiper-slide .project-slider-image>a>svg {
    width: 55px;
    height: auto;
    position: absolute;
    left: 50;
    top: 50%;
    transform: translate(-50%, -50%);
}

.project-slider-section .project-slider .swiper-slide .project-slider-image>a>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.project-swiper-custom-btn {
    background-color: #A87924;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 10;

    transition: all 0.3s ease;
}

.project-swiper-custom-btn:hover {
    width: 58px;
}


.project-swiper-custom-btn svg {
    width: 25px !important;
    ;
    height: 22px !important;
}

.project-swiper-custom-btn.left {
    left: 0px;
    border-radius: 0px 50px 50px 0px;
}


.project-swiper-custom-btn.left svg {
    transform: rotate(180deg);
}


.project-swiper-custom-btn.right {
    right: 0px;
    border-radius: 50px 0px 0px 50px;
}



.project-detail-section {
    padding-top: 50px;
}




.project-detail-section .detail-header {
    display: flex;
    justify-content: space-between;

    flex-wrap: wrap;
}

.project-detail-section .detail-header .project-detail-title {
    color: var(--dark-gray);
    font-weight: bold;
    font-size: 40px;
    line-height: 35px;
    letter-spacing: -2px;
}

.project-detail-section .detail-header .project-detail-title br {}

.project-detail-section .detail-header .project-contaict-form-btn {

    background-color: #B28930;
    font-size: 17px;
    width: fit-content;
    color: white;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 8px 15px;
    height: fit-content;
}

.project-detail-section .detail-header .project-contaict-form-btn svg {
    width: 32px;
    height: auto;
}

.project-detail-section .detail-header .project-contaict-form-btn svg #SVGRepo_iconCarrier {}

.project-detail-section .detail-header .project-contaict-form-btn svg #SVGRepo_iconCarrier #layer1 {}

.project-detail-section .detail-header .project-contaict-form-btn svg #SVGRepo_iconCarrier #layer1 #Path_1 {}

.project-detail-section .detail-content {}

.project-detail-section .detail-content .detail-content-type-1 {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.project-detail-section .detail-content .detail-content-type-1 .detail-content-type-1-title {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 8px;
    color: var(--dark-gray);
}

.project-detail-section .detail-content .detail-content-type-1 .detail-content-type-1-text {
    color: var(--dark-gray);
    font-weight: 300;
    font-size: 16px;
    line-height: 29px;
}

.project-detail-section .detail-content .detail-content-type-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 65px;
    margin-top: 32px;
}

.project-detail-section .detail-content .detail-content-type-2 .type-2-item {
    width: auto;
    max-width: 500px;
    display: flex;
    flex-wrap: wrap;
    align-content: start;
}

.project-detail-section .detail-content .detail-content-type-2 .type-2-item .type-2-title {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 8px;
    color: var(--dark-gray);
    width: 100%;
    border-bottom: 1px solid black;
}

.project-detail-section .detail-content .detail-content-type-2 .type-2-item .type-2-content {}

.project-detail-section .detail-content .detail-content-type-2 .type-2-item .type-2-content ul {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 6px;
}

.project-detail-section .detail-content .detail-content-type-2 .type-2-item .type-2-content ul li {
    font-size: 16px;
    font-weight: 300;
    color: var(--medium-gray);
}

.project-detail-section .detail-content .detail-content-type-2 .type-2-item .type-2-content ul li b {
    font-weight: 500;
}

.swiper-lazy-preloader {
    z-index: 999;

}



@media screen and (min-width:768px) and (max-width:1300px) {

    h1,
    .h1 {
        line-height: 3rem;
        font-size: 3rem;
    }

    .h2,
    h2 {
        font-size: 2.5rem;
        line-height: 2.6rem;
    }

    h3,
    .h3 {
        font-size: 2.2rem;
        line-height: 2.24rem;
    }

    .xxl-fs-100 {
        font-size: 6.25rem;
        line-height: 6.25rem;
    }

    .fcr-detail .main-fcr-content {
        width: 100%;
    }

    section.full-screen .col-xl-5 {
        padding: 100px 0px;
    }

}

@media screen and (min-width:768px) and (max-width:991px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 95%;
    }

    .sm-mb-0,
    .sm-my-0 {
        margin-bottom: 0 !important;
    }
}


@media screen and (min-width:300px) and (max-width:450px) {

    h1,
    .h1 {
        line-height: 3rem;
        font-size: 3rem;
    }

    .h2,
    h2 {
        font-size: 2.5rem;
        line-height: 2.6rem;
    }

    h3,
    .h3 {
        font-size: 2.2rem;
        line-height: 2.24rem;
    }

    .xxl-fs-100 {
        font-size: 6.25rem;
        line-height: 6.25rem;
    }

    .fcr-detail .main-fcr-content {
        width: 100%;
    }

    section.full-screen .col-xl-5 {
        padding: 0px 0px 30px 0px;
    }

    .clients-style-06 .client-box .ref-logo img {
        max-width: max-content;
        width: 70%;
        height: auto;
        transition: all .3s ease;
    }

    .home-video-box-1 .home-video-1 {

        height: 400px;
    }

    .fcr-detail {
        padding-top: 0px !important;
        margin-top: 0px;
    }

    div.position-absolute.right-minus-130px.top-60px.md-top-auto.md-bottom-minus-50px.fs-170.lg-fs-120.lg-right-minus-80px.md-right-0px.md-left-0px.text-center.text-lg-start.alt-font.z-index-9.fw-600.text-dark-gray.opacity-3 {
        opacity: 1;
        text-shadow: 0 0 6px #ffffff45;
        color: black;
    }

    #misyonvizyon>div>div>div.col-lg-12.md-mb-20px.sm-mb-20 {
        margin-bottom: 20px !important;
    }

    div.col-xl-5.col-lg-5.d-flex.justify-content-center.align-items-center.ps-10.xxl-ps-6.xl-ps-4.md-ps-4.sm-ps-0.position-relative.order-2.order-lg-1 {
        display: flex !important;
        flex-direction: column;
    }

    .vertical-title-center .title {
        -webkit-transform: unset;
        transform: unset;
        writing-mode: unset;
    }

    .vertical-title-center {
        width: 100% !important;
        height: fit-content;
    }

    .one-half-screen {
        margin-bottom: 20px !important;
    }

    div.col-lg-9.appear.anime-child.anime-complete.ps-4 {
        margin-top: 20px;
    }

    div.border-start.border-color-extra-medium-gray.ps-40px.sm-ps-20px.position-relative.z-index-9>h2 {
        text-align: center;
        letter-spacing: -1px !important;
    }

    .tab-selector .button-group .group-btn {
        padding: 12px 17px;
    }

    .portfolio-caption {
        margin-bottom: 30px;
    }

    .porfoy-title-number,
    .porfoy-title {
        text-align: center;
    }

    .portfoy-video-box {
        height: 400px;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

    .portfoy-main-title {
        padding: 0px;
        text-align: center;
    }

    .quote-section .quote-container .quote-title {
        line-height: 22px;
        font-size: 21px;
    }

    .quote-section .quote-container .quote-left {
        left: -10px;
        width: 30px;
    }

    .quote-section .quote-container .quote-right {
        right: -13px;
        bottom: -26px;
        width: 30px;
    }

    .project-slider-section .swiper-slide .project-slider-image {
        max-width: 100%;
        height: 350px;
    }

    .project-detail-section {
        padding-top: 0px;
    }

    .project-detail-section .detail-header .project-detail-title {

        font-size: 2.2rem;
        line-height: 2.24rem;
    }

    .project-detail-section .detail-header .project-contaict-form-btn {
        background-color: #B28930;
        font-size: 15px;
        width: fit-content;
        color: white;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 8px 10px;
        height: fit-content;
    }

    .project-detail-section .detail-header .project-contaict-form-btn svg {
        width: 25px;
    }

    .project-detail-section .detail-content .detail-content-type-1 .detail-content-type-1-text {
        color: var(--medium-gray);
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
    }

    .project-detail-section .detail-content .detail-content-type-1 .detail-content-type-1-title {
        margin-bottom: 20px;
    }

    .project-detail-section .detail-content .detail-content-type-2 .type-2-item .type-2-content ul {
        gap: 0px;
    }

    .project-detail-section .detail-content .detail-content-type-2 {
        gap: 30px;
    }

    .lightbox .lightbox-content {
        width: 100vw !important;
        height: 100vh !important;

    }

    .lightbox .lightbox-content .media-container {

        width: 100% !important;
    }

    .lightbox .lightbox-content .media-container img,
    .lightbox .lightbox-content .media-container video {
        border-radius: 0px !important;
    }

    .lightbox .lightbox-content .prev-btn,
    .lightbox .lightbox-content .next-btn {
        top: unset !important;
        bottom: 12dvh;
    }

    button.prev-btn {
        left: 10px !important;
    }

    button.next-btn {
        right: 10px !important;
    }
}