@import '../fonts/fonts.css';

/* ========== Root ========== */
:root {
    --black: #000;
    --white: #fff;
    --transparent: #0000;
    --primary: #8D7640;
    --dark: #121212;
    --light: #F5F5F5;
    --secondary: #707070;
    --fs-50: 50px;
    --fs-48: 48px;
    --fs-46: 46px;
    --fs-40: 40px;
    --fs-38: 38px;
    --fs-30: 30px;
    --fs-28: 28px;
    --fs-24: 24px;
    --fs-22: 22px;
    --fs-20: 20px;
    --fs-18: 18px;
}

/* ========== Common Start ========== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase !important;
}

body {
    font-family: 'Futura LT Pro';
    font-weight: 300;
    color: var(--dark);
}

a {
    text-decoration: none !important;
}

ul {
    list-style: none;
    padding-left: 0 !important;
}

:focus {
    outline: 0;
    box-shadow: none !important;
}

.btn {
    padding: 16px 26px;
    font-size: var(--fs-20);
    font-weight: 500;
    line-height: 27px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.btn-dark-outline {
    border: 1px solid var(--dark);
    background-color: var(--transparent);
    text-decoration: underline !important;
    color: var(--dark);
}

.btn-dark-outline:hover,
.btn-dark-outline:focus,
.btn-dark-outline:active,
.btn:focus-visible {
    border: 1px solid var(--dark) !important;
    background-color: var(--dark) !important;
    text-decoration: underline !important;
    color: var(--white) !important;
}

.btn:hover {
    border: 1px solid var(--dark) !important;
    background-color: var(--dark) !important;
    text-decoration: underline !important;
    color: var(--white) !important;
}

.divider {
    height: 6px;
    width: 100%;
    background-color: var(--primary);
}

.scroll-down {
    position: absolute;
    bottom: 43px;
    left: 90px;
    z-index: 9;
}

.scroll-down a {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.scroll-down a:hover {
    filter: brightness(0) saturate(100%) invert(39%) sepia(83%) saturate(278%) hue-rotate(4deg) brightness(100%) contrast(83%);
    -webkit-filter: brightness(0) saturate(100%) invert(39%) sepia(83%) saturate(278%) hue-rotate(4deg) brightness(100%) contrast(83%);
}
/* ========== Common End ========== */

/* ========== Header Start ========== */

.header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    background: rgb(255, 255, 255, 0.6);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.header .header-container {
    width: 100%;
    max-width: calc(1736px + 40px);
    margin: 0 auto;
    padding-inline: 20px;
}

.navbar .navbar-brand{
    width: 100%;
    max-width: 242px;
    padding: 0;
}

.header .navbar {
    padding: 10px 0;
}

.header .navbar-nav .nav-item p{
    margin: 0;
}

.navbar-nav .nav-item .nav-link{
    font-size: var(--fs-28);
    text-transform: uppercase;
    color: var(--dark);
    line-height: 37px;
    padding: 0;
    margin: 0 80px 0 0;
}

.navbar-nav .nav-item .nav-link:hover {
    color: var(--primary);
}

.navbar-nav .nav-item:last-child .nav-link {
    padding: 0 0 0 80px;
    margin-right: 0;
    position: relative;
}

.navbar-nav .nav-item:last-child .nav-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--primary);
}

.current_page_item.active .nav-link{
    text-decoration: underline !important;
}

.navbar-expand-lg .navbar-nav {
    margin-top: 0px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    padding: 15px 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
    padding: 10px 15px;
}

.dropdown-menu[data-bs-popper] {
    left: 80px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: var(--light);
    background: var(--primary);
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:focus-visible {
    outline: none;
}

.navbar-nav .dropdown-toggle::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.dropdown-menu .current-lang .dropdown-item {
    color: var(--primary);
}

/* ========== Header End ========== */

/* banner css */
.home-banner-container {
    width: 100%;
}

.home-banner{
    position: relative;
}

.home-banner-wrp {
    position: relative;
}

.home-banner-wrp .swiper {
    width: 100%;
    height: 100%;
}

.home-banner-wrp .swiper-slide {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-banner-wrp .slide-img *{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination-bullet {
    width: 55px;
    height: 18px;
    margin: 0 10px;
    border: 1px solid var(--secondary);
    background: var(--white);
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.swiper-pagination-bullet .swiper-pagination-bullet-active {
    opacity: 0.72;
}

.swiper-pagination {
    bottom: 40px !important;
}

.home-banner-wrp .swiper-slide .banner-slide-item {
    width: 100%;
    height: 100vh;
    position: relative;
}

.banner-slide-item .slide-img {
    height: 100%;
}

/* .home-banner-wrp .swiper-slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--dark);
    opacity: 0.3;
} */

.home-banner-wrp .slide-content {
    width: 100%;
    max-width: calc(1350px + 40px);
    padding-inline: 20px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.home-banner-wrp .slide-content .main-title {
    margin-bottom: 16px;
}

.home-banner-wrp .slide-content .main-title *{
    font-size: var(--fs-50);
    line-height: 60px;
    color: var(--white);
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: rgba(0, 0, 0, 0.28) 2px 2px 10px !important;
}

.home-banner-wrp .slide-content .sub-title *{
    font-size: var(--fs-40);
    color: var(--white);
    font-weight: 500;
    line-height: 48px;
    margin: 0;
    text-transform: uppercase;
    text-shadow: rgba(0, 0, 0, 0.28) 2px 2px 10px !important;
}
/* banner css */

/* real-estate css  */

.real-estate {
    width: 100%;
    overflow: hidden;
}

.real-estate-container {
    width: 100%;
    max-width: calc(100% + 40px);
    padding-inline: 20px;
}

.real-estate-main {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 40px 0;
}

.real-estate-content {
    width: 50%;
    max-width: 664px;
    margin-right: 100px;
}

.real-estate-content .section-title {
    margin-bottom: 50px;
}

.real-estate-content .section-title *{
    font-size: var(--fs-38);
    font-weight: 500;
    line-height: 48px;
    color: var(--dark);
    text-transform: uppercase;
}

.real-estate-content .details *{
    color: var(--dark);
    font-size: var(--fs-22);
    line-height: 28px;
    font-weight: 300;
}

.rea-estate-btn {
    text-align: right;
    margin: 20px 60px 0 auto;
}

.real-estate-right {
    width: 50%;
    max-width: 972px;
    position: relative;
    margin-right: -25px;
}

.real-estate-img {
    width: 100%;
    max-width: 684px;
    height: 750px;
    margin: 0 auto;
    position: relative;
}

.real-estate-img * {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.real-estate-img::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -140px;
    width: 972px;
    height: 972px;
    border: 80px solid var(--black);
    opacity: 0.18;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
/* real-estate css  */

/* ========== References Start ========== */
.references {
    padding: 110px 0 86px;;
}

.references.services {
    padding: 240px 0 86px;
}

.references.references-page {
    padding: 240px 0 86px;
}

.references .references-container {
    max-width: calc(940px + 40px);
    padding-inline: 20px;
    margin: 0 auto;
}

.references .references-container .heading .title * {
    font-size: var(--fs-38);
    font-weight: 500;
    line-height: 48px;
    margin-bottom: 33px;
    text-transform: uppercase;
}

.references.services .references-container .heading .title * {
    font-size: var(--fs-46);
    font-weight: 500;
    text-transform: uppercase;
}

.references.references-page .references-container .heading .title * {
    font-size: var(--fs-46);
    font-weight: 500;
    text-transform: uppercase;
}

.references .references-card {
    display: flex;
    align-items: stretch;
    gap: 71px;
    flex-wrap: wrap;
}

.references .references-card .card {
    flex: 0 0 calc(33% - 45px);
    display: block;
    width: 100%;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    position: relative;
}

.references .references-card .card::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.28);
    z-index: 1;
}

.references .references-card .card .card-image {
    width: 100%;
    height: 266px;
    overflow: hidden;
}

.references .references-card .card .card-image * {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    transition: transform 0.2s ease-in-out;
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -ms-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.references .references-card .card:hover .card-image img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.references .references-card .card .card-content {
    padding: 14px 12px ;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 2;
}

.references .references-card .card .card-content .disc * {
    font-size: var(--fs-18);
    font-weight: 500;
    line-height: 22px;
    color: var(--white);
    margin-bottom: 0;
    word-break: break-word;
}

.references.services .references-card .card .card-content .disc * {
    font-size: var(--fs-24);
    line-height: 28px;
}

.references.references-page .references-card .card .card-content .disc * {
    font-size: var(--fs-30);
}

.references .action-link a {
    position: relative;
    font-size: var(--fs-20);
    display: inline-flex;
    align-items: center;
    line-height: 24px;
    text-decoration: underline !important;
    color: var(--dark);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.references .action-link {
    margin-top: 42px;
    text-align: end;
}

.references .action-link a:hover {
    filter: brightness(0) saturate(100%) invert(45%) sepia(34%) saturate(585%) hue-rotate(4deg) brightness(95%) contrast(87%);
    -webkit-filter: brightness(0) saturate(100%) invert(45%) sepia(34%) saturate(585%) hue-rotate(4deg) brightness(95%) contrast(87%);
}

.references .action-link a::after {
    content: url('../images/svgs/action-arrow.svg');
    display: inline-block;
    margin-left: 5px;
    height: 16px;
}

/* ========== References End ========== */


/* ========== Contact Us Start ========== */
.contact-us {
    padding: 60px 20px;
}

.contact-us .action {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ========== Contact Us End ========== */


/* ========== Footer Start ========== */
.footer {
    padding: 28px 0;
    background-color: var(--dark);
}

.footer .footer-container {
    max-width: calc(1749px + 40px);
    margin: 0 auto;
    padding-inline: 20px;
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .footer-container .copy * {
    font-size: var(--fs-22);
    color: var(--white);
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 0;
}

.footer .footer-container .social a {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    padding: 10px;
    background-color: var(--white);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.footer .footer-container .social a:hover {
    background-color: var(--primary);
    /* filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(233deg) brightness(103%) contrast(101%);
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(233deg) brightness(103%) contrast(101%); */
}
/* ========== Footer End ========== */


/* reference banner css  */

.reference-banner {
    position: relative;
}

.reference-banner-container {
    width: 100%;
}

.reference-banner-wrp {
    position: relative;
}

.reference-banner-wrp .swiper {
    width: 100%;
    height: 100%;
}

.reference-banner-wrp .swiper-slide {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reference-banner-wrp .slide-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reference-banner-wrp .swiper {
    height: 100%;
}

.reference-banner-wrp .swiper-slide {
    height: auto !important;
}

.reference-slide-item .slide-img {
    height: 100% !important
}

.reference-banner-wrp .swiper-slide .reference-slide-item {
    width: 100%;
    height: 90vh;
    position: relative;
}

.reference-banner-wrp .swiper-slide .reference-slide-item .slide-img {
    height: 100%;
}

.reference-banner-wrp .swiper-slide .reference-slide-item .slide-img * {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reference-banner-wrp .slide-content {
    position: relative;
}

.reference-banner-wrp .slide-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 1;
}

.reference-banner-wrp .slide-content {
    width: 100%;
    position: absolute;
    z-index: 9;
    left: 50%;
    bottom: 0;
    padding-top: 50px;
    padding-bottom: 95px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.reference-banner-wrp .slide-content .main-title {
    width: 100%;
    max-width: calc(1730px + 40px);
    padding-inline: 20px;
    margin: 0 auto;
    z-index: 99;
    position: relative;
}

.swiper-pagination {
    z-index: 9;
}

.reference-banner-wrp .slide-content .main-title *{
    font-size: var(--fs-48);
    font-weight: 500;
    line-height: 66px;
    color: var(--white);
}

/* reference banner css  */

/* reforma-info css  */

.reforma-info {
    width: 100%;
    overflow: hidden;
}

.reforma-info-container {
    width: 100%;
    max-width: calc(100% + 40px);
    padding-inline: 20px;
}

.reforma-info-wrp {
    width: 100%;
    max-width: calc(1920px + 40px);
    padding-inline: 20px;
    margin: 0 auto;
    display: flex ;
    align-items: center;
    justify-content: center;
    padding: 96px 0;
    margin: 0 auto;
}

.reforma-info .reforma-info-left {
    width: 50%;
    margin: 0 auto;
}

.reforma-info .reforma-info-left table {
    margin: 0 auto;
}

.reforma-info-left table td {
    font-size: var(--fs-22);
    line-height: 42px;
}

.reforma-info-left  table td.info {
    font-weight: 300;
}

.reforma-info-left  table td.heading {
    color: var(--dark);
    font-weight: 300;
    margin-right: 65px;
    display: block;
}

.reforma-info-right {
    width: 50%;
    max-width: 856px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.reforma-info-right .details * {
    font-weight: 300;
    font-size: var(--fs-22);
    line-height: 27px;
}

.reforma-info-right .details {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
}

.reforma-info-right:before {
    content: "";
    position: absolute;
    top: -328px;
    left: 48%;
    width: 856px;
    height: 856px;
    border: 80px solid var(--black);
    opacity: 0.18;
    z-index: -1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.reforma-info-left .action-link a {
    position: relative;
    font-size: var(--fs-20);
    display: inline-flex;
    align-items: center;
    line-height: 24px;
    text-decoration: underline !important;
    color: var(--dark);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.reforma-info-left .action-link {
    margin-top: 70px;
    margin-right: 100px;
    text-align: center;
}

.reforma-info-left .action-link a:hover {
    filter: brightness(0) saturate(100%) invert(45%) sepia(34%) saturate(585%) hue-rotate(4deg) brightness(95%) contrast(87%);
    -webkit-filter: brightness(0) saturate(100%) invert(45%) sepia(34%) saturate(585%) hue-rotate(4deg) brightness(95%) contrast(87%);
}

.reforma-info-left .action-link a::before {
    content: url('../images/svgs/back-arrow.svg');
    display: inline-block;
    margin-right: 5px;
    height: 16px;
}
/* reforma-info css  */


/* ========== Services Start ========== */
.services .references-container {
    max-width: calc(1689px + 40px);
}
/* ========== Services End ========== */

/* ========== horizontal-card Start ========== */
.horizontal-card {
    background-color: var(--light);
}

.horizontal-card .horizontal-card-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.horizontal-card .horizontal-card-container.flex-row-reverse {
    flex-direction: row-reverse;
}

.horizontal-card .horizontal-card-container {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.horizontal-card .horizontal-card-container .content {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.horizontal-card .horizontal-card-container.flex-row-reverse .content {
    justify-content: start;
}

.horizontal-card .horizontal-card-container.flex-row-reverse .content .content-details {
    max-width: 619px;
    margin-left: clamp(20px, -186.31px + 20.80vw, 213px);
    /* 20px, viewport: 992px -> 213px, viewport: 1920px */
}

.horizontal-card .content .content-details {
    max-width: 619px;
    margin-right: clamp(20px, -186.31px + 20.80vw, 213px);
    /* 20px, viewport: 992px -> 213px, viewport: 1920px */
}

.horizontal-card .content .content-details .title * {
    font-size: var(--fs-38);
    font-weight: 500;
    line-height: 42px;
    color: var(--dark);
    margin-bottom: 30px;
}

.horizontal-card .content .content-details .disc * {
    font-size: var(--fs-22);
    font-weight: 300;
    color: var(--dark);
    line-height: 27px;
    margin-bottom: 0;
}

.horizontal-card .horizontal-card-container .image {
    width: 50%;
    height: 718px;
    max-height: 100%;
    overflow: hidden;
}

.horizontal-card .horizontal-card-container .image * {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/* ========== horizontal-card End ========== */

/* ========== references-page Start ========== */
.references-page .references-container {
    max-width: calc(1588px + 40px);
}

.references-page .references-tools {
    margin-top: 44px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.references-pagination button {
    background: transparent;
    border: none;
    margin: 0 9px;
}

.references-pagination button > * {
    display: flex;
    align-items: center;
}

/*
.references-page .references-tools > * {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    cursor: pointer;
} */

.references-pagination .references-prev:hover,
.references-pagination .references-next:hover{
    filter: brightness(0) saturate(100%) invert(39%) sepia(83%) saturate(278%) hue-rotate(4deg) brightness(100%) contrast(83%);
    -webkit-filter: brightness(0) saturate(100%) invert(39%) sepia(83%) saturate(278%) hue-rotate(4deg) brightness(100%) contrast(83%);
}

.references-page .references-tools .references-prev {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.references-page .references-tools button[disabled]{
    opacity: 0.4;
    cursor: not-allowed;
}

.references-page .references-tools button[disabled]:hover {
    filter: unset !important;
    -webkit-filter: unset !important;
}

.references-page .references-card .card .card-image {
    height: clamp(280px, 69.41px + 21.23vw, 477px);
    /* 280px, viewport: 992px -> 477px, viewport: 1920px */
}
/* ========== references-page End ========== */

/* ========== Contact Start ========== */
.contact {
    padding: 226px 0 113px;
}

.contact .contact-container {
    max-width: calc(1558px + 40px);
    padding-inline: 20px;
    margin: 0 auto;
}

.contact .contact-container .heading .title * {
    font-size: var(--fs-46);
    font-weight: 500;
    color: var(--dark);
    line-height: 58px;
    margin-bottom: 38px;
    text-transform: uppercase;
    word-break: break-word;
}

.contact .contact-container .heading .disc {
    margin-bottom: 82px;
}

.contact .contact-container .heading .disc * {
    font-size: var(--fs-22);
    font-weight: 300;
    line-height: 27px;
    color: var(--dark);
    margin-bottom: 0;
}

.contact .contact-container .contact-card-group {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.contact .contact-container .contact-card {
    max-width: 336px;
    flex: 0 0 calc(33% - 11px);
}

.contact .contact-card .image {
    max-width: 336px;
    width: 100%;
    height: 336px;
    margin-bottom: 13px;
}

.contact .contact-card .image * {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.contact .contact-card .name * {
    font-size: var(--fs-22);
    line-height: 27px;
    color: var(--dark);
    margin-bottom: 0;
}

.contact .contact-card .phone * {
    display: block;
    font-size: var(--fs-22);
    line-height: 27px;
    color: var(--dark);
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.contact .contact-card .phone *:hover {
    color: var(--primary);
}

.contact .contact-card .email * {
    display: block;
    font-size: var(--fs-22);
    line-height: 27px;
    color: var(--dark);
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.contact .contact-card .email *:hover {
    color: var(--primary);
}

.contact .contact-card .social {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.contact .contact-card .social > * {
    display: block;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    background-color: var(--dark);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.contact .contact-card .social > *:hover {
    background-color: var(--primary);
}

.contact .contact-card .social > * img {
    filter: brightness(0) saturate(100%) invert(89%) sepia(100%) saturate(0%) hue-rotate(224deg) brightness(107%) contrast(105%);
    -webkit-filter: brightness(0) saturate(100%) invert(89%) sepia(100%) saturate(0%) hue-rotate(224deg) brightness(107%) contrast(105%);
}
/* ========== Contact End ========== */

/* error css  */

.section-404 {
    padding: 265px 0;
}

.detail-404 h2 {
    font-size: 60px;
    margin-bottom: 50px;
}

.detail-404 p {
    font-size: var(--fs-28);
    margin-bottom: 50px;
}

.back-home-button {
    margin-bottom: 50px;
}
/* error css  */

/* typography css  */

.typography-section {
    padding: 200px 0 60px ;
}

b,
strong {
    font-weight: 500;
}

.typography-content a {
	text-decoration: none;
	color: var(--dark);
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.typography-content a:hover {
	color: var(--primary);
}

ol,
ul {
	margin-bottom: 20px;
}

ol ol,
ol ul,
ul ol,
ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

ol li,
ul li {
	font-weight: 300;
	font-size: var(--fs-20);
	line-height: normal;
	color: var(--dark);
}

.typography-content .alignnone {
	float: none;
	margin: 20px;
}

.typography-content .alignleft {
	float: left;
	margin: 20px 20px 20px 0;
}

.typography-content .alignright {
	float: right;
	margin: 20px 0 20px 20px;
}

.typography-content .aligncenter {
	float: none;
	display: block;
	margin: 20px auto;
}

.typography-content blockquote {
	padding-left: 30px;
	border-left: 5px solid var(--primary);
	margin-bottom: 20px;
}

.typography-content blockquote * {
	font-size: 150%;
	line-height: 180%;
}

.typography-content .paragraph-large {
	font-size: 24px;
	line-height: 40px;
}

.typography-content h1 {
	font-weight: 500;
	font-size: 60px;
	line-height: 70px;
	color: var(--dark);
	margin-bottom: 35px;
}

.typography-content h2 {
	font-weight: 500;
	font-size: 45px;
	line-height: 65px;
	color: var(--dark);
	margin-bottom: 35px;
}

.typography-content h3 {
	font-weight: 500;
	font-size: 38px;
	line-height: 45px;
	color: var(--dark);
	margin-bottom: 35px;
}

.typography-content h4 {
	font-weight: 500;
	font-size: 33px;
	line-height: 42px;
	color: var(--dark);
	margin-bottom: 25px;
}

.typography-content h5 {
	font-weight: 500;
	font-size: 28px;
	line-height: 35px;
	color: var(--dark);
	margin-bottom: 20px;
}

.typography-content h6 {
	font-weight: 500;
	font-size: 25px;
	line-height: 33px;
	color: var(--dark);
	margin-bottom: 20px;
}

.typography-content p {
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	color: var(--dark);
}

/* typography css  */

body > main > div.reference-banner.banner-class > div.reference-container > div > div.slide-content > div > h1 {
    text-shadow: rgba(0, 0, 0, 0.28) 2px 2px 10px;
}

body > main > div.home-banner.banner-class > div.home-banner-container > div > div.slide-content > div.main-title.text-start > h1 {
    text-shadow: rgba(0, 0, 0, 0.28) 2px 2px 10px !important;
}

.horizontal-card-container > div.content > div > div.disc > p {
    margin-bottom: 12px !important;
}
