﻿@import url('/assets/Fonts/Poppins/stylesheet.css');
@import url('/assets/Fonts/Bebas/stylesheet.css');

@font-face {
    font-family: 'rubik-light';
    src: url('../fonts/rubik/rubik-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rubik-regular';
    src: url('../fonts/rubik/rubik-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rubik-bold';
    src: url('../fonts/rubik/rubik-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --white: #fff;
    --whiteHover: #d9d9d9;
    --gray: #ededed;
    --hoverGray: #787878;
    --footerText: #939393;
    --footerTextHover: #6d6d6d;
    --black: #121212;
    --detailsGray: #d5d5d5;
    --red: #c82127;
    --darkRed: #a0151f;
    --rubik-bold: 'rubik-bold';
    --rubik-regular: 'rubik-regular';
    --rubik-light: 'rubik-light';
}

a {
    text-decoration: none;
    transition: all .6s;
}

    a:hover {
        transition: all .6s;
        /*color: var(--red) !important;*/
    }

.row {
    margin: 0;
}

body {
    font-family: 'rubik-light' !important;
    max-width: 100% !important;
    color: var(--black);
}

*:focus, *:active {
    outline: 0 !important;
    /*box-shadow: none !important;*/
    border-color: none !important;
}

.form-control:active,
.form-control:focus,
.form-control {
    outline: none !important;
    box-shadow: none !important;
    border-color: none !important;
}

.transition {
    transition: all 1s;
}

    .transition:hover {
        transition: all 1s;
    }

.btn-custom {
    border: 1px solid var(--white);
    border-radius: 50px;
    padding: 10px 40px;
    display: inline-block;
    transition: linear .6s;
}

    .btn-custom:hover {
        color: var(--red);
        background-color: var(--white);
        font-weight: bold;
        transition: linear .6s;
    }

.btn-custom-red {
    /*border: 1px solid var(--white);*/
    border-radius: 50px;
    padding: 10px 40px;
    display: inline-block;
    color: var(--white);
    background-color: var(--red);
    transition: linear .6s;
}

    .btn-custom-red:hover {
        color: var(--red);
        background-color: var(--white);
        font-weight: bold;
        transition: linear .6s;
    }

@media (max-width: 720px) {
    .btn-custom {
        padding: 8px 25px;
    }
}


.dp-padding {
    padding: 4rem 8rem !important;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}

.pageContext a {
    color: var(--textGray);
}

.centerElement {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.centered-element {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.background-center {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.circularText {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border: 1px solid white;
    border-radius: 50%;
    line-height: 100px;
    transition: .6s all;
}

.contactDiv:hover .circularText {
    background-color: rgba(255, 255, 255, 0.50);
    transition: .6s all;
}


.indicatorLine::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background: var(--footerTextHover);
    vertical-align: super;
}

/*NAV*/
nav {
    border-color: rgba(0, 0, 0, 0.50) !important;
    color: var(--white);
    min-height: 100vh;
}

    nav .brSm {
        display: block;
        margin-top: 5px;
        line-height: 50px;
    }

    nav p,
    nav h1,
    nav h2,
    nav h3,
    nav h4,
    nav h5 {
        font-size: calc(10.178px + 1.553vw);
    }


h1,
h2,
h3,
h4,
h5 {
    color: var(--red);
    font-weight: bold;
    font-family: var(--rubik-bold);
}

strong {
    font-weight: bold;
    font-family: var(--rubik-bold);
}

.bannerSecondTitle {
    font-weight: 100;
    font-family: var(--rubik-light) !important;
}
/*nav a {
        /*font-size: calc(13.16px + 0.148vw);* /
    }*/
nav .patternAbove {
    background-color: #00000070;
    min-height: 100vh;
    padding: 0;
}

@media (max-width:720px) {
    nav .patternAbove {
        background-color: #00000087;
    }
}

nav .item {
    background-size: cover;
    background-position: center;
    min-height: 100vh;
}

nav .owl-carousel.owl-loaded {
    min-height: 500px;
}

nav .mainLogo {
    width: max-content !important;
    filter: brightness(0) invert(1);
    transition: all .6s;
    padding-left: 12px;
    height: 90px;
    object-fit: contain;
}

    nav .mainLogo:hover {
        filter: unset;
        transition: all .6s;
    }

nav .menuIcon {
    transform: translateY(-50%);
    top: 50%;
    position: relative;
}


nav .bannerDiv .item .patternAbove .row .patternBoxes {
    display: flex !important;
    flex-direction: column;
    align-items: flex-end;
    margin: auto;
    padding-right: 0;
    margin-right: 0 !important;
}

    nav .bannerDiv .item .patternAbove .row .patternBoxes .box {
        height: 30px;
        width: 30px;
        margin-bottom: 3px;
    }

        nav .bannerDiv .item .patternAbove .row .patternBoxes .box:nth-child(1) {
            background-color: #0c83a4;
        }

        nav .bannerDiv .item .patternAbove .row .patternBoxes .box:nth-child(2) {
            background-color: #67aad0;
        }

        nav .bannerDiv .item .patternAbove .row .patternBoxes .box:nth-child(3) {
            background-color: #0eacd1;
        }

nav .bannerContent {
    font-size: 40px;
    min-height: 80%;
}

nav .projectDetails {
    min-height: 20%;
}

@media (max-height: 578px) {
    nav .bannerContent {
        min-height: 70%;
    }

    nav .projectDetails {
        min-height: 30%;
    }

    .bannerBottomShadow {
        display: none;
    }
}

nav .bannerContent h1 {
    margin-bottom: 0;
}



.indicatorSpan {
    font-size: 20px;
    vertical-align: middle;
    display: inline-block;
}

.highlightProjectName {
    /*font-weight: bold;*/
}

nav .bannerContent .indicatorLine::before {
    content: "";
    display: inline-block;
    width: 80px;
    height: 1px;
    background: rgba(255, 255, 255, 0.6);
    vertical-align: baseline;
}

nav .bannerContent .row {
    font-size: 20px;
    font-family: 'bebas_neuebold';
    text-transform: uppercase;
    letter-spacing: 2px;
}

nav .projectDetails .col-md-6,
nav .projectDetails .col-md-5,
nav .projectDetails .col-md-4,
nav .projectDetails .col-md-3,
nav .projectDetails .col-md-2,
nav .projectDetails .col-md-1 {
    /*display:inline;*/
    margin: auto;
}

nav .projectDetails .carouselIndexIndicator:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.6);
    padding: 0 20px;
    margin: auto;
}

nav .projectDetails .carouselIndexIndicator {
    padding-left: 25px;
    margin-right: 0;
    padding-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding: 0 1rem;
}

nav .projectDetails .carouselIndexText span {
    font-size: 60px;
    font-family: 'bebas_neuebold';
    text-transform: uppercase;
}

nav .btn-custom:hover {
    text-shadow: none;
}


/*nav > .container-fluid .menuIcon a {
                color: var(--white) !important;
            }*/

nav .menuSection {
    background-color: rgba(255, 255, 255, 0.5);
}

nav a,
nav svg {
    /*padding:0;*/
    color: var(--white);
}

    nav a:hover {
        /*color:var(--whiteHover);
            transform:scale(1.1);
            transition:all .6s;*/
        color: var(--white);
        text-shadow: 2px 2px 5px #000000;
    }

.contactSection {
    font-size: 40px;
    color: var(--white);
}

.admissionForm {
    font-size: 16px !important;
    width: 90px;
    height: 90px;
    border: 2px solid white;
    border-radius: 50%;
    /*margin: 0 auto;*/
    display: inline-table;
    transition: .6s all;
}

    .admissionForm:hover {
        background-color: rgba(255, 255, 255, 0.50);
        transition: .6s all;
    }

    .admissionForm a {
        /*padding-top: 5px;*/
    }

.pageBanner .admissionForm {
    border: 2px solid var(--red);
}

    .pageBanner .admissionForm:hover {
        background-color: var(--red);
        color: var(--white) !important;
        transition: .6s all;
    }

        .pageBanner .admissionForm:hover a {
            color: var(--white) !important;
            transition: .6s all;
        }

.pageBanner .searchIcon img {
    filter: brightness(0) saturate(100%) invert(19%) sepia(71%) saturate(3306%) hue-rotate(344deg) brightness(88%) contrast(97%);
}

.pageBanner .searchIcon:hover img {
    filter: brightness(0) invert(1);
}

nav .bottomContent {
    position: absolute;
    bottom: 50px;
}

.bannerBottomShadow {
    margin-top: -5px;
}

nav .admissionForm span {
    margin-top: 25px;
    display: block;
}

nav .bannerContent h1:nth-child(2) span img {
    display: inline-block;
    width: inherit;
    margin: 0 14px;
}

nav .bannerContent h1:nth-child(2) .locationText {
    font-family: 'poppinsregular' !important;
    letter-spacing: 0;
    vertical-align: sub;
}

.bannerProjectIcon {
    display: inline-block !important;
    width: 26px !important;
    margin-right: 5px;
    margin-bottom: 4px;
}

nav #homepageBanner .owl-nav {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    margin-top: -125px;
    font-size: 22px;
}

nav #homepageBanner button.owl-prev,
nav #homepageBanner button.owl-next {
    padding: 23px 32px !important;
    border-radius: 50%;
    transition: .6s all;
    color: var(--footerText);
    border: 1px solid var(--white);
    margin: 0 8px;
}

    nav #homepageBanner button.owl-prev:hover,
    nav #homepageBanner button.owl-next:hover {
        background-color: rgba(255, 255, 255, 0.50);
        transition: .6s all;
        border: 1px solid rgba(255, 255, 255, 0.50);
    }

@media (max-width: 1200px) {
    nav #homepageBanner .owl-nav {
        position: absolute;
        left: 0;
        margin-left: 18.66666667%;
        margin-top: -68px;
        left: inherit;
        transform: inherit;
    }

    nav #homepageBanner button.owl-prev,
    nav #homepageBanner button.owl-next {
        padding: 6px 15px !important;
        margin: 0 2px;
    }

    nav .projectDetails .carouselIndexIndicator:before {
        display: none;
    }
}

@media (max-width: 768px) {
    nav #homepageBanner .owl-nav {
        position: absolute;
        left: 22px;
        margin-top: -68px;
        margin-left: 0;
    }

    nav .contactSection {
        font-size: 20px;
    }


    nav .admissionForm span {
        margin-top: 11px;
        display: block;
    }

    .circularText {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    nav .bannerDiv .item .patternAbove .row .bannerLogo {
        margin: auto;
    }

    nav .bannerDiv .item .patternAbove .row .patternBoxes .box {
        height: 20px;
        width: 20px;
        margin-bottom: 2px;
    }

    nav .bannerContent h1:nth-child(2) span:nth-child(1)::before {
        width: 20px;
    }

    nav .bannerContent h1:nth-child(2) span img {
        margin: 0 5px;
        width: 20px;
    }

    nav .bannerContent h1:nth-child(2) .locationText {
        font-size: 14px;
    }
}

/*MAIN*/
.projectsTitle:nth-child(1) h1 {
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #4a4949;
    line-height: 0;
    margin: 10px 0 20px;
    letter-spacing: 2px;
    color: #4a4949;
}

    .projectsTitle:nth-child(1) h1 span {
        background: #fff;
        padding: 0 20px;
    }

.projectsTitle {
    width: 100%;
    margin: 0 auto;
}

/*MAIN CAROUSEL*/

#ourProjects .owl-stage-outer {
    padding: 20px 0;
}

#ourProjects .owl-nav {
    margin-top: 0;
}

#ourProjects button.owl-prev,
#ourProjects button.owl-next {
    background-color: var(--gray);
    padding: 11px 18px !important;
    border-radius: 50%;
    transition: .6s all;
    color: var(--footerText);
}

    #ourProjects button.owl-prev:hover,
    #ourProjects button.owl-next:hover {
        color: var(--white);
    }

    #ourProjects button.owl-prev:hover,
    #ourProjects button.owl-next:hover {
        background-color: var(--red);
        transition: .6s all;
    }

#ourProjects .item {
    height: 300px;
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    transition: .6s all;
    transform: scale(.9);
    z-index: 1;
    position: relative;
}

    #ourProjects .item:hover {
        transform: scale(1);
        transition: .6s all;
        z-index: 10;
        position: relative;
    }

        #ourProjects .item:hover .itemContent {
            background-color: #00000040;
        }

        #ourProjects .item:hover,
        #ourProjects .item:hover .itemContent {
            border-radius: 20px;
        }

#ourProjects .container {
    padding: 0 !important;
}

#ourProjects,
#ourProjects a {
    color: var(--white);
}

    #ourProjects .itemContent h1 {
        margin-bottom: 0;
    }

        #ourProjects .itemContent h1:nth-child(2) {
            font-size: 20px;
            text-transform: capitalize;
            padding: 10px 2px;
        }

    #ourProjects a {
        bottom: 50px;
        position: absolute;
        border: 1px solid var(--white);
        border-radius: 50px;
        padding: 10px 40px;
    }

    #ourProjects .item:hover .itemContent a {
        color: var(--red);
        background-color: var(--white);
        font-weight: bold;
    }

    #ourProjects .itemContent {
        /*background-color: #00000040;*/
        background-color: rgba(0, 134, 170, 0.80);
        position: absolute;
        top: 0;
        padding: 40px;
        width: 100%;
        height: 100%;
    }


/*FOOTER*/
footer {
    background-color: var(--gray);
    padding: 3rem 0;
}

    footer,
    footer a {
        color: var(--footerText);
    }

        footer a:hover {
            color: var(--red) !important;
            border-color: var(--red) !important;
        }

        /*footer > .container > .row:nth-child(1) img {
            height: 50px;
            width: 220px;
        }*/

        footer > .container > .row:nth-child(2) > .col-md-4:nth-child(odd) {
            margin-top: 26px;
        }

@media (max-width: 720px) {
    footer > .container > .row:nth-child(2) > .col-md-4:nth-child(odd) {
        margin-top: 0;
    }
}

footer > .container > .row:nth-child(4) {
    border-bottom: 1px solid white;
    font-size: 24px;
}

    footer > .container > .row:nth-child(4) a {
        margin-right: 5px;
    }

/*footer > .container > .row:nth-child(5) a::before {
            content: '';
            border-left: 1px solid var(--footerText);
            position: relative;
            display: inline-flex;
            height: 60%;
            left: 0;
            top: 1px;
            padding-left: 10px;
        }*/

footer > .container > .row:nth-child(5) a {
    padding: 0 10px;
}

/*Project detail render gallery*/
.projectDetailPage {
    color: var(--black) !important;
}

#pageGallery .owl-item.active.center .item {
    height: 400px;
    width: 400px;
    transition: all .6s;
}

#projectRenderGallery .item,
#pageGallery .item {
    /* min-height: 650px;
    border-radius: 20px; */
    background-size: cover;
    background-position: center;
    display: block;
    height: 300px;
    width: 300px;
    border-radius: 50%;
    cursor: pointer;
    transition: all .6s;
    object-fit: contain;
    border: 2px solid #939393;
}

#pageGallery .owl-stage-outer.owl-height {
}

@media(max-width:768px) {
    #pageGallery .owl-item.active.center .item {
        height: 400px;
        width: 400px;
        transition: all .6s;
    }
}

#pageGallery .owl-stage {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

#pageGallery .owl-item {
    display: flex;
    align-content: center;
    justify-content: center;
}

@media (max-width:720px) {
    #projectRenderGallery .item, #pageGallery .item {
        min-height: 320px;
    }
}

#projectRenderGallery .owl-nav {
    font-size: 16px;
    margin: 40px 0;
    color: var(--gray);
}

#projectRenderGallery button.owl-prev,
#projectRenderGallery button.owl-next {
    padding: 23px 32px !important;
    border-radius: 50%;
    transition: .6s all;
    color: var(--footerText);
    border: 4px solid var(--gray);
    margin: 0 8px;
}

    #projectRenderGallery button.owl-prev:hover,
    #projectRenderGallery button.owl-next:hover {
        background-color: rgba(255, 255, 255, 0.50);
        transition: .6s all;
        border: 1px solid rgba(255, 255, 255, 0.50);
    }

/*.projectDetailPage .projectIconDetails h1:nth-child(1) {
    font-size: calc(12.6px + 0.438vw);
}*/

.projectDetailPage .projectIconDetails h1:nth-child(1) {
    font-size: calc(32px + 2.5vw);
    font-family: 'bebas_neuebold';
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.projectDetailPage .projectIconDetails h1:nth-child(2) {
    font-size: calc(17.4px + 0.813vw);
}

.projectDetailPage .projectIconDetails .projectIcons {
    margin-top: 16px;
}

    .projectDetailPage .projectIconDetails .projectIcons img {
        margin: auto;
        display: flex;
        margin-bottom: 10px;
        height: 50px;
    }

    .projectDetailPage .projectIconDetails .projectIcons p {
        text-align: center;
        /*font-weight: bold;*/
        margin: 0;
        font-size: calc(10.4px + 0.188vw);
    }

.customOwlNavigation {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-top: 20px;
}

.dpTitle {
    font-size: 40px;
    margin: auto 0;
    color: var(--detailsGray);
    font-family: 'bebas_neuebold';
    text-transform: uppercase;
}

.customOwlNavigation p {
    font-size: calc(30.4px + 0.5vw);
    margin: auto 0;
    color: var(--detailsGray);
    font-family: 'bebas_neuebold';
    text-transform: uppercase;
}

.customOwlNavigation .indicatorLine {
    padding: 0 20px;
}

    .customOwlNavigation .indicatorLine::before {
        content: "";
        display: inline-block;
        width: 16vw;
        height: 4px;
        background: var(--detailsGray);
        vertical-align: middle;
    }

.customOwlNavigation .prev,
.customOwlNavigation .next {
    border-radius: 50%;
    transition: .6s all;
    color: var(--footerText);
    background-color: var(--detailsGray);
    margin: 0 4px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 18px;
}

#homepageBanner .customOwlNavigation .prev,
#homepageBanner .customOwlNavigation .next {
    height: 86px;
    width: 86px;
    font-size: 30px;
}

.bannerMenuIcon {
    cursor: pointer;
}

.pageBannerImage {
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -1px;
}


@media (max-width: 992px) {
    .customOwlNavigation .prev, .customOwlNavigation .next {
        height: 40px;
        width: 40px;
        font-size: 12px;
    }

    #homepageBanner .bannerMenuIcon {
        cursor: pointer;
    }


    #homepageBanner .next,
    #homepageBanner .prev {
        font-size: 20px;
        height: 60px !important;
        width: 60px !important;
    }

    #homepageBanner .bannerMenuIcon svg {
        font-size: 30px;
    }



    nav .admissionForm {
        font-size: 8px !important;
        width: 38px;
        height: 38px;
    }

        nav .admissionForm img {
            font-size: 18px !important;
            height: 17px !important;
            width: 17px !important;
        }
}


.customOwlNavigation .prev:hover,
.customOwlNavigation .next:hover {
    transition: .6s all;
    background-color: var(--red);
    color: var(--white) !important;
}

.container-fluid.ourApartments {
    padding: 0;
}

.projectDetailPage .ourApartments {
    background-color: var(--detailsGray);
    font-family: 'bebas_neuebold';
    text-transform: uppercase;
    color: var(--black);
}

    .projectDetailPage .ourApartments h1 {
        font-size: 60px;
    }

    .projectDetailPage .ourApartments h3 {
        font-family: 'poppinsregular';
        font-size: 25px;
        letter-spacing: -1px;
    }

.projectDetailPage .projectIconDetails .projectDetailTitles {
    margin: auto;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

@media (max-width: 1200px) {
    .dp-padding {
        padding: 1rem 0.5rem !important;
    }

    .customOwlNavigation .prev,
    .customOwlNavigation .next {
        padding: 9px 12px !important;
    }

    .customOwlNavigation .indicatorLine {
        padding: 0 5px;
    }

    .pageAccordion .accordion-custom-btn {
        padding: 6px 15px !important;
    }

    .accordion-button > .row > .col {
        padding: 0 4px;
    }
}

.scrollDownIcon {
    -webkit-animation: up-and-down 1s infinite alternate;
    animation: up-and-down 1s infinite alternate;
}

@media (max-width:720px) {
    .scrollDownIcon {
        width: 26px;
    }
}

@-webkit-keyframes up-and-down {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes up-and-down {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}


/*PROJECT DETAILS GENERAL CAROUSEL*/
#smprojectGeneralGallery .itemImg {
    height: 180px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    border: 10px solid white;
}

@media (max-width:720px) {
    #smprojectGeneralGallery .itemImg {
        height: 160px;
    }
}

#projectGeneralGallery .itemImg {
    height: 280px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    border: 10px solid white;
}

#smprojectGeneralGallery .middleRow,
#projectGeneralGallery .middleRow {
    border-top: 0;
    border-bottom: 0;
    margin: 10px 0 -6px 0;
}

.accordion-button::after {
    content: none;
}

.accordion-titles {
    border-radius: 10px;
    background-color: #1c1c1c !important;
    color: var(--white) !important;
    padding: 16px 20px;
}

.projectAccordion .accordion-button:not(.collapsed) {
    background-color: var(--hoverGray);
    color: var(--white);
    border-radius: 10px;
}

.accordion-button {
    background-color: var(--hoverGray);
    color: var(--white);
    font-weight: bold;
    padding: 20px;
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    margin-left: -20px;
    font-weight: 500;
    box-shadow: none !important;
}

    .accordion-button::before {
        content: "";
        left: 0;
        bottom: -20px;
        height: 20px;
        width: 20px;
        background-color: #4a4949;
        position: absolute;
        clip-path: polygon(0 0, 100% 0, 100% 100%);
    }


.accordion-item {
    background-color: inherit;
    border: none;
    margin-bottom: 20px;
}

.accordion-button:hover {
    background-color: #626161;
}

    .accordion-button:hover .accordion-custom-btn {
        background-color: #626161;
    }

.accordion-button:not(.collapsed) {
    background-color: var(--red);
    color: var(--white);
}

    .accordion-button:not(.collapsed)::after,
    .accordion-button:not(.collapsed)::before {
        background-color: #a0151f !important;
    }

.projectAccordion .accordion-button:not(.collapsed),
.projectAccordion .accordion-flush .accordion-item .accordion-button {
    font-size: calc(10.2px + 0.25vw);
}

@media(max-width:720px) {
    .projectAccordion .accordion-flush .accordion-item .accordion-button,
    .projectAccordion .accordion-button:not(.collapsed) {
        padding: 8px 12px;
    }
}

.pageAccordion {
    color: var(--black);
}

    .pageAccordion .accordion-item {
        background-color: #eeeeee !important;
        border-radius: 0;
        margin-top: 5px;
    }

    .pageAccordion .accordion-custom-btn {
        background-color: #0cb7e0;
        border-radius: 10px;
        padding: 8px 50px;
        color: white;
        display: inline-block;
        width: max-content;
    }

.accordion-item img {
    cursor: pointer;
    object-fit: contain;
    /*height: 7vw;*/
}

#accordionFlushExample .accordion-item img {
    height: 7vw;
}

.accordion-button > .row > .col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*Curtain Menu*/
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: var(--white);
    /*background-image: linear-gradient(137deg, #0086aa 0%, #2d3544d4 100%);*/
    overflow-x: hidden;
    transition: 0.5s;
    background-color: #c82127e8;
}

#myNav .overlay-content {
    position: relative;
    top: 50%;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    transform: translateY(-50%);
}



.overlay a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    color: var(--white);
    font-size: calc(14.4px + 1.125vw);
    text-decoration: none;
    padding: 0.1em 0.5em;
    margin: 0.4em;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
}

    .overlay a:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--white);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .overlay a:hover {
        color: var(--red) !important;
    }

        .overlay a:hover::before, .overlay a:focus {
            -webkit-transform: scaleX(1);
        }

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media (max-width: 720px) {
    .overlay .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 60px;
        padding: 0;
        margin: 0;
    }

    .overlay .languageButton {
        top: 3px;
        right: 90px;
        font-size: 30px !important;
    }
}

.curtainMenu .card-header,
.curtainMenu .card {
    background-color: transparent;
    border: none;
    text-align: start;
    padding: 0;
}

.curtainMenu .card-body {
    padding: 0;
}

    .curtainMenu .card-body a {
        font-size: calc(11.6px + 0.75vw);
        padding-left: 30px;
    }

@media (max-width:768px) {
    .curtainMenu .card-body a {
        padding-left: 15px;
    }
}


/*Form elements*/
.contactForm .form-control {
    padding: 1rem 1.2rem;
    background-color: #f4f4f4;
    border-radius: 0;
    border: none;
    color: black;
}

.contactFormWhite .form-control {
    padding: 1rem 1.5rem;
    background-color: var(--white);
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.45) inset !important;
}

.contactFormWhite select {
    font-weight: bold;
}

.contactForm .formInputs {
    background-color: #f6f6f6;
    padding: 0;
}

.contactForm .navMenu {
    font-size: calc(14.8px + 0.375vw);
    color: var(--black);
}

    .contactForm .navMenu a {
        margin-bottom: 1em;
    }

    .contactForm .navMenu .col-1 {
        margin: auto;
    }

.contactForm .formTopTitle {
    background-color: #000000;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: white;
}

    .contactForm .formTopTitle p {
        margin-bottom: 0;
        font-size: calc(10.4px + 0.5vw);
    }

.btn-custom-outline-red {
    background-color: var(--white);
    border-radius: 20px;
    color: var(--red);
    padding: 10px 80px;
    transition: linear .6s;
    border-color: var(--red);
    width: auto;
}

    .btn-custom-outline-red:hover {
        color: var(--white) !important;
        background-color: var(--red);
        transition: linear .6s;
    }

#homepageBanner .customOwlNavigation .prev, #homepageBanner .customOwlNavigation .next {
    border: 2px solid var(--white);
    background-color: #d5d5d500;
}

    #homepageBanner .customOwlNavigation .prev:hover, #homepageBanner .customOwlNavigation .next:hover {
        background-color: #ffffff70;
    }

#homepageBanner .customOwlNavigation .indicatorLine::before {
    height: 2px;
}

#homepageBanner .customOwlNavigation .slider-counter,
#homepageBanner .customOwlNavigation .slider-counter-manual {
    font-size: calc(56px + 0.625vw);
    font-family: 'bebas_neuebold';
    text-transform: uppercase;
}


nav .youtube-background {
    z-index: -5 !important;
}


/*Tab menu*/



.tabMenuText {
    background-color: var(--gray);
    color: var(--black);
    font-size: 16px;
    padding: 0;
}

.pageTab {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#loading-animation {
    display: block;
    position: fixed;
    z-index: 99999;
    height: 100%;
    width: 100%;
    background-color: rgb(255 255 255 / 90%);
    top: 0;
}



    #loading-animation img {
        animation: breathe 1.4s linear infinite;
        width: 80px;
        height: 80px;
        margin-left: -40px;
        margin-top: -40px;
        /*animation: rotate .4s linear infinite;*/
    }

/* Dönme animasyonu */
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.loading-spinner {
    content: " ";
    display: block;
    width: 160px;
    height: 160px;
    margin-left: -80px;
    margin-top: -80px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: var(--red) transparent #a0151f transparent;
    animation: lds-dual-ring 1.2s linear infinite;
    /*margin: -110px -40px !important;*/
}

#loading-animation img,
.loading-spinner {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: fixed;
    z-index: 99999;
}

@keyframes breathe {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.projectApartmentTypes {
    font-size: calc(12.8px + 0.5vw);
    padding: 0;
}

.swal2-styled.swal2-confirm {
    background-color: var(--red) !important;
}

    .swal2-styled.swal2-confirm:focus {
        box-shadow: none !important;
    }

.cpTitle {
    letter-spacing: 2px;
    color: var(--red);
    font-weight: bold;
    text-transform: uppercase;
    margin: 30px 0;
}


@media only screen and (max-width: 360px) {
    .g-recaptcha {
        transform: scale(0.8);
        transform-origin: 0 0;
        justify-content: unset !important;
    }
}

.dropdown-container {
    position: relative;
    display: inline-block;
}

    .dropdown-container select {
        padding-right: 20px;
    }

    .dropdown-container::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.7em solid;
        border-right: 0.5em solid transparent;
        border-bottom: 0;
        border-left: 0.5em solid transparent;
        position: absolute;
        top: 50%;
        right: 25px;
        background-color: white;
        transform: translateY(-50%);
    }

/*PROJECT DETAILS VIDEO*/
.bg-video {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .bg-video,
    .bg-video .patternAbove {
        height: 500px;
        border-radius: 20px;
        background-color: transparent;
        background-image: linear-gradient(137deg, #0086aa 0%, #2d3544d4 100%);
    }

@media (max-width:968px) {
    .bg-video,
    .bg-video .patternAbove {
        height: 400px;
    }

    .videoModal iframe {
        height: 40vh !important;
    }
}

@media (min-width:968px) {

    .videoModal .modal-dialog {
        max-width: 70%;
    }
}

.bg-video .videoContent {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'bebas_neueregular';
    letter-spacing: 2px;
    text-align: center;
}

    .bg-video .videoContent h1 {
        font-size: calc(20.4px + 2.063vw);
    }

        .bg-video .videoContent h1:nth-child(1) {
            font-family: 'bebas_neuethin';
            border-bottom: 4px solid white;
            transition: .6s all;
            text-transform: uppercase;
        }

        .bg-video .videoContent h1:nth-child(2) {
            font-family: 'bebas_neuebold';
        }

    .bg-video .videoContent, .bg-video .videoContent svg {
        color: var(--white);
        transition: .6s all;
    }


.videobtn {
    width: 100%;
}

    .videobtn:hover svg {
        transition: .6s all;
        transform: scale(1.3);
    }

    .videobtn .bg-video {
        transition: .6s all;
    }

    .videobtn:hover .bg-video .videoContent h1:nth-child(1) {
        padding: 0 60px;
        transition: .6s all;
    }

    .videobtn:hover .bg-video {
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.4);
        box-shadow: 0px 8px 8px 8px rgba(0,0,0,0.16), 0px 8px 8px 0px rgba(0,0,0,0.4);
        transition: .6s all;
    }

.videoModal .modal-content {
    background-color: transparent;
    border: none;
}

.videoModal .modal-header {
    border: none;
}

.videoModal .modal-body {
    padding: 0px;
}

.videoModal iframe {
    width: 100%;
    height: 80vh;
}

.floatingWhatsappIcon {
    border-radius: 100%;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    height: 50px;
    width: 50px;
}

    .floatingWhatsappIcon img {
        height: 50px;
        top: 50%;
        position: relative;
        transform: translateY(-50%);
    }

@media (max-width:768px) {
    .floatingWhatsappIcon {
        left: unset;
        right: 10px;
        bottom: 10px;
        height: 45px;
        width: 45px;
    }

        .floatingWhatsappIcon img {
            height: 34px;
        }
}

.pageCircleText {
    font-size: calc(25.325px + 0.764vw) !important;
    /*width: 180px;
    height: 180px;*/
    /*border: 4px solid var(--white);*/
    text-align: center;
    align-items: center;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    justify-content: center;
    padding: 60px 0px !important;
    color: white;
    flex-direction: column;
    transition: all .4s;
}

    .pageCircleText img {
        height: 80px;
        width: 80px;
    }

.pageContextBtn {
    background-color: var(--red);
    border-radius: 10px;
    color: white !important;
    padding: 10px 80px;
    transition: linear .6s;
    border: 2px solid var(--red);
}

    .pageContextBtn:hover {
        background-color: transparent;
        color: var(--red) !important;
        transition: linear .6s;
        border: 2px solid var(--red);
    }

.pageCircleText span {
    height: 1px;
    width: 30%;
    background-color: white;
    margin: 20px 0;
}

.productGroups {
    background-color: var(--gray);
}

    .productGroups .accordion-button {
        padding-left: 39px;
    }

.productGroupImage {
    border-radius: 10px;
    margin-left: 50px;
}

footer .socialMediaIcons li {
    border: 2px solid #939393;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    transition: all .6s;
}

    footer .socialMediaIcons li:hover {
        transition: all .6s;
        border-color: var(--red);
        color: var(--red);
    }

        footer .socialMediaIcons li:hover a {
            transition: all .6s;
            border-color: var(--red);
            color: var(--red);
        }

footer .socialMediaIcons {
    display: inline-flex;
    /*justify-content:end;*/
}

.rubik-bold-text {
    font-weight: 900;
    font-family: 'rubik-bold';
    font-size: 30px;
}

.footerNavLinks li {
    margin-bottom: 14px;
}

.languageButton {
    position: absolute !important;
    top: 21px;
    right: 130px;
    font-size: 60px;
}

.languageButton, .closebtn {
    padding: 6px !important;
    margin: 14px !important;
    height: 80px;
    width: 80px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.overlay .overlayMain {
    border-right: 2px solid #0000002b;
}

    .overlay .overlayMain ul li a {
        font-weight: bold;
        text-transform: uppercase;
        color: var(--white);
        display: flex;
        text-align: center;
    }

.overlay .overlaySub ul li a {
    font-weight: bold;
    text-transform: capitalize;
    color: var(--white);
    font-size: calc(10px + 1.125vw);
    padding: 0 15px;
    margin: 4px 12px;
}

.overlay .overlayMain ul,
.overlay .overlaySub ul {
    list-style-type: none;
    padding-left: 0;
}

.pageBanner .mainLogo {
    width: max-content !important;
    transition: all .6s;
    padding-left: 12px;
    height: 90px;
    object-fit: contain;
}

.pageBanner {
    border-bottom: 5px solid var(--red);
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    z-index: 100;
    position: relative;
}

    .pageBanner a,
    .pageBanner svg {
        color: var(--red);
        border-color: var(--red);
    }

.breadcrumbLine {
    background-color: var(--hoverGray);
    color: var(--white);
    margin-top: -1px;
    padding: 8px 0;
    letter-spacing: 4px;
}

    .breadcrumbLine .breadcrumb {
        margin-bottom: 0;
    }

        .breadcrumbLine .breadcrumb a {
            color: var(--white);
            text-transform: uppercase;
            font-size: clamp(0.6875rem, 0.6382rem + 0.1974vw, 0.875rem);
        }

            .breadcrumbLine .breadcrumb a:hover {
                color: var(--detailsGray);
            }

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--white);
    content: var(--bs-breadcrumb-divider, ">");
    padding: 0px 5px;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
}

.pageContentText {
    padding-left: 20px;
    border-left: 6px solid var(--red);
}

    .pageContentText:before {
        /*content: "";
        position: absolute;*/
        /* left: 0; */
        /* bottom: 0; */
        /*background-color: var(--red);
        height: 100px;
        width: 5px;
        margin-left: -20px;*/
        /*        content: "";
        background: #bdc3c7;
        height: 100%;
        width: 2px;
        position: absolute;
        top: 20px;
        left: 7px;*/
    }

    .pageContentText:after {
        content: "";
        position: relative;
        left: 0;
        bottom: 0;
        background-color: #c82127;
        height: 50px;
        width: 12px;
        margin-left: -29px;
        display: block;
    }

.google-maps {
    width: 100%;
    min-height: 500px;
}

.contactInfos {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

    .contactInfos:last-child {
        margin-bottom: 0;
    }

    .contactInfos svg {
        color: var(--red);
        border: 2px solid var(--red);
        border-radius: 4px;
        padding: 4px;
        height: 16px;
        width: 16px;
        margin-right: 10px;
    }

.errorImage {
    max-height: 250px;
    width: auto;
}

input#searchInput {
    background-color: transparent;
    border-radius: 30px;
    padding: 20px;
    color: var(--white);
    font-size: 30px;
    border: 2px solid var(--white);
}

    input#searchInput::placeholder {
        color: var(--white);
    }

.searchbar-submit {
    border-radius: 50%;
    border: 2px solid var(--white);
    color: var(--white);
    padding: 20px 30px;
    display: flex;
    align-content: flex-end;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}

    .searchbar-submit:hover,
    .searchbar-submit:focus,
    .searchbar-submit::after {
        color: var(--white);
        border-color: var(--white);
    }

.pageBannerImage input#searchInput {
    background-color: var(--white);
    color: var(--red);
}

    .pageBannerImage input#searchInput::placeholder {
        color: var(--red);
    }

.pageBannerImage .searchbar-submit {
    background-color: var(--white);
    color: var(--red);
}

.searchResult:hover {
    background-color: var(--red);
}

    .searchResult:hover svg {
        color: var(--white);
    }

.searchResult p,
.searchResult a,
.searchResult h3 {
    margin-bottom: 0;
    color: var(--red);
    transition: .6s all;
}

.searchResult:hover p,
.searchResult:hover h3 {
    color: var(--white);
    transition: .6s all;
}

.searchResult svg {
    color: var(--red);
}


@media(max-width:992px) {

    .searchbar-submit {
        font-size: 14px;
        padding: 20px 24px;
    }

    input#searchInput {
        font-size: 14px;
    }

    .pageBanner a, .pageBanner svg {
        font-size: 30px;
    }

    .admissionForm {
        width: 36px;
        height: 36px;
    }

        .admissionForm img {
            font-size: 18px !important;
            height: 17px !important;
            width: 17px !important;
        }
}


#smProductGallery .productPieces,
#productGallery .productPieces {
    height: 300px;
    width: 300px;
    /*margin-bottom: 50px;*/
    border-radius: 10px;
    cursor: pointer;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#productGallery .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

#productGallery .grid-item img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

#productGallery .item {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
}

#productGallery .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 sütun */
    grid-gap: 80px;
}

@media (max-width: 768px) {
    #productGallery .grid {
        grid-template-columns: repeat(2, 1fr); /* tablet için 2 sütun */
    }
}

@media (max-width: 480px) {
    #productGallery .grid {
        grid-template-columns: 1fr; /* mobil için 1 sütun */
    }
}

#productGallery .grid-item {
    background-size: cover;
    background-position: center;
    min-height: 120px; /* opsiyonel: resim yüksekliği */
    width: 100%;
    display: block;
}


.second-row-title span,
.second-row-title strong {
    color: var(--white);
}

.second-row-title strong {
    margin-top: -10px;
}

.second-row-title h4 {
    font-family: var(--rubik-light);
    font-weight: 100;
}

.second-row-title h1 {
    margin-top: -42px;
}

.pagecontent-title.second-row-title span,
.pagecontent-title.second-row-title strong {
    color: var(--red) !important;
    font-size: 34px;
    font-size: clamp(34px, 2.5vw + 10px, 44px);
}

#smProductGallery .ribbon,
#productGallery .ribbon {
    top: 20px;
    position: relative;
    background-color: var(--white);
    padding: 5px 30px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-left: -20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: table;
}


    #smProductGallery .ribbon::before,
    #productGallery .ribbon::before {
        /*   content: "";
        left: 0;
        bottom: -20px;
        height: 20px;
        width: 20px;
        background-color: #4a4949;
        position: absolute;
        clip-path: polygon(0 0, 100% 0, 100% 100%);*/
        content: "";
        left: 0;
        bottom: -25px;
        height: 25px;
        width: 25px;
        background-color: #4a4949;
        position: absolute;
        clip-path: polygon(0 0, 100% 0, 100% 100%);
        z-index: -1;
    }

.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

@media (max-width: 991px) {
    .grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .grid-item:nth-child(n+4) {
        display: none;
    }
}

#smProductGallery .item {
    display: flex;
    justify-content: center;
}

#accordionFlushExample .accordion-header {
    margin-left: -20px;
    margin-right: -20px;
}

#accordionFlushExample .accordion-button {
    margin: 0;
    border-radius: 0 !important;
    padding: 20px 50px;
}

    #accordionFlushExample .accordion-button:after {
        content: "";
        right: 0;
        bottom: -20px;
        height: 20px;
        width: 20px;
        background-color: #4a4949;
        position: absolute;
        clip-path: polygon(100% 0, 0% 100%, 0 0);
        transform: none !important;
        background-image: none !important;
    }

#myTab .nav-item:first-child .nav-link::before {
    content: "";
    position: absolute;
    left: -20px;
    bottom: -20px;
    width: 20px;
    height: 20px;
    clip-path: polygon(0 -1%, 100% -1%, 100% 100%);
}

#myTab .nav-item:first-child .nav-link {
    position: relative;
    padding-left: 20px;
}

    #myTab .nav-item:first-child .nav-link::after {
        content: "";
        position: absolute;
        left: -20px;
        bottom: 0;
        width: 20px;
        height: 100%;
    }


#myTab .nav-item:last-child .nav-link::before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 20px;
    height: 20px;
    clip-path: polygon(100% -1%, 0 100%, 0% -1%);
}

#myTab .nav-item:last-child .nav-link {
    position: relative;
    padding-left: 20px;
}

    #myTab .nav-item:last-child .nav-link::after {
        content: "";
        position: absolute;
        right: -20px;
        bottom: 0;
        width: 20px;
        height: 100%;
    }

    #myTab .nav-item:last-child .nav-link.active::after,
    #myTab .nav-item:first-child .nav-link.active::after {
        background-color: var(--red);
    }

    #myTab .nav-item:last-child .nav-link.active::before,
    #myTab .nav-item:first-child .nav-link.active::before {
        background-color: #a0151f;
    }

    #myTab .nav-item:last-child .nav-link::after,
    #myTab .nav-item:first-child .nav-link::after {
        background-color: #d9d9d9;
    }

    #myTab .nav-item:last-child .nav-link::before,
    #myTab .nav-item:first-child .nav-link::before {
        background-color: #4a4949;
    }

#myTab .nav-item .nav-link:hover,
#myTab .nav-item .nav-link:hover::after {
    background-color: #CBCBCB;
}

    #myTab .nav-item .nav-link,
    #myTab .nav-item .nav-link::after,
    #myTab .nav-item .nav-link:hover,
    #myTab .nav-item .nav-link:hover::after,
    #myTab .nav-item .nav-link:hover::before,
    #myTab .nav-item:last-child .nav-link::before,
    #myTab .nav-item:first-child .nav-link::before,
    #myTab .nav-item:last-child .nav-link.active::after,
    #myTab .nav-item:first-child .nav-link.active::after {
        transition: .6s all;
    }

#accordionFlushExample {
    background-color: #eeeeee !important;
}

    #accordionFlushExample .accordion-item {
        margin-bottom: 30px;
    }

#accordionDocument {
    background-color: #eeeeee;
}

.pageDocuments {
    border: 2px solid #565555;
    border-top-right-radius: 20%;
    border-bottom-left-radius: 20%;
    transition: none !important;
}

    .pageDocuments:hover {
        filter: brightness(0) saturate(100%) invert(14%) sepia(100%) saturate(3843%) hue-rotate(350deg) brightness(88%) contrast(87%);
        border-color: var(--red);
        transition: none !important;
    }

.pinkPattern {
    height: 500px;
    background-color: #7878788a;
    position: absolute;
    box-shadow: rgba(27, 31, 35, 0.3) 1px 9px 23px, rgba(255, 255, 255, 1) 0px 1px 0px inset;
}

.footerVideo {
    height: 500px;
    width: 100%;
    object-fit: cover;
    padding: 0
}

#myTab {
    padding-top: 3rem !important;
    background-color: #ededed;
}

.pageTab .nav-item {
    display: flex !important;
    color: var(--black);
}

@media (max-width:968px) {

    .footerParallax,
    .pinkPattern,
    .footerVideo {
        height: 350px !important;
    }
}

.pageTab .nav-tabs .nav-item .nav-link {
    background-color: #d9d9d9;
    color: var(--black);
    border-radius: 0;
    font-size: 18px;
    font-weight: 600;
    padding: 16px;
    margin: 0 !important;
    border: none;
}

    .pageTab .nav-tabs .nav-item .nav-link:hover {
        background-color: #CBCBCB;
    }

    .pageTab .nav-tabs .nav-item .nav-link.active {
        background-color: var(--red) !important;
        color: var(--white);
        border: none;
    }

.pageTab .tab-content p {
    font-size: 16px;
    color: var(--black);
}



#smContent .accordion-item {
    background-color: rgba(255, 255, 255, 0.00);
    margin-bottom: 0 !important;
}

#smContent .accordion {
    --bs-accordion-bg: rgba(255, 255, 255, 0.00);
    --bs-accordion-active-color: rgba(255, 255, 255, 0.00);
    --bs-accordion-btn-focus-border-color: rgba(255, 255, 255, 0.00);
    --bs-accordion-border-color: var(--cream);
    padding: 0 !important;
}

#smContent .accordion-button:not(.collapsed) {
    background-color: rgba(255, 255, 255, 0.00);
}

#smContent .accordion-item.accordion-header.accordion-button:focus {
    border-color: none !important;
}

#smContent .accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23b6a081'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#smContent .accordion .accordion-header {
    margin: 0;
}

#smContent .accordion-flush .accordion-collapse {
    border-width: 0;
    background-color: var(--darkRed);
    border-radius: 0;
}

#smContent .accordion .accordion-button::after, #smContent .accordion .accordion-button::before {
    content: none;
}

#smContent .accordion-button {
    background-color: var(--darkRed);
    justify-content: center;
}

    #smContent .accordion-button:not(.collapsed) {
        background-color: rgb(135 18 26);
    }

#smContent .accordion-button {
    padding: 15px 0px;
}

#smContent .accordion-body {
    padding: 0;
    border-bottom: 1px solid #00000045;
    background-color: #cb1f2b5e;
}

#smContent a:before {
    content: none;
}

#smContent a:hover {
    color: var(--white) !important;
}

    #smContent a:hover::before, #smContent a:focus {
        -webkit-transform: none;
    }

#smContent.overlay-content {
    position: unset;
    width: 100%;
    display: flex;
    transform: none;
    padding-top: 100px;
}


#references .item img {
    object-fit: contain !important;
    height: 120px;
    /*filter: grayscale(1);*/
    transition: all .3s;
    padding: 15px;
    border: 1px solid #e5e5e5;
    /*border-radius: 10px;*/
}

    #references .item img:hover {
        /*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
        transition: all .3s;
    }

.footerParallax {
    background-image: url(../image/Bilya_Hirdavat/banners/3lu-rulman.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    height: 500px;
    background-size: cover;
}

@media (max-width:1024px) {
    .footerParallax {
        background-attachment: unset;
    }
}
