* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    list-style: none;
}

a {
    text-decoration: none;
    transition: all .4s ease;
}

@keyframes pulse {
    from {
        transform: scale(1);
        opacity: .4;
    }

    to {
        transform: scale(1.3);
        opacity: 0;
    }
}

/* p {
    margin: 0;
} */
figure {
    margin: 0;
}

img {
    max-width: 100%;
    transition: all .4s ease;
}

ul {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
    padding-top: 110px;
}

.container {
    max-width: 1600px;
}

.btn-n1 {
    border-radius: 8px;
    background: #E9B166;
    height: 53px;
    padding: 0px 16px;
    align-items: center;
    display: flex;
    border: none;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    text-align: center;
    border: 1px solid #E9B166;
    font-weight: 500;
    line-height: normal;
}

.btn-n1:hover {
    background: transparent;
    border: 1px solid #E9B166;
    color: #E9B166;
    transition: 0.5s ease-in-out;
}

.form-control {
    height: 50px;
    border-radius: 8px;
    background: #FFF;
    color: var(--Gray_primery, #7C7C7C);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.tittle-h {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.form-p {
    color: #F4F4F4;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.iti {
    width: 100%;
}



.hero-slider img {
    width: 100%;
}



header .navbar {
    background: #253646;
    height: 110px;
    position: fixed;
    top: 0;
    z-index: 9999;
    left: 0;
    right: 0;
}.detailMOdal {
    z-index: 99999;
}

.navbar-nav a {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.navbar-nav li:hover a {
    transition: 0.5s ease-in-out;
    color: #E9B166;
}

.navbar-nav {
    gap: 36px;
    margin: 0px auto;
}

.hero-tittle {
    color: #000;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.hero-tittle span {
    color: #E9B166;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.hero-left-con {
    position: absolute;
    left: 100px;
    right: 0px;
    margin: auto;
    top: 100px;
}

.hero-slider .slick-slide {
    position: relative;
}

.hero-con {
    max-width: 838px;
}

.hero-section {
    position: relative;
    max-height: 905px;
    overflow: hidden;
}

.hero-right-con {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 85px;
}

.hero-form>form>span {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
    display: block;
}

.hero-form .btn-n1 {
    margin-top: 50px;
}


.hero-form {
    border-radius: 8px;
    background: #11202ec4;
    max-width: 400px;
    padding: 30px 30px 60px 30px;
    margin-left: auto;
    position: relative;
    min-height: 500px;
}

.hero-form::after {
    display: block;
    content: url(../../images/line.svg);
    width: 42px;
    height: 36px;
    position: absolute;
    top: -25px;
    left: -30px;
}

.hero-form::before {
    display: block;
    content: url(../../images/line.svg);
    width: 42px;
    height: 36px;
    position: absolute;
    bottom: -25px;
    right: -30px;

    transform: rotate(176deg);
}

.hero-form .btn-n1 {
    width: 100%;
    display: grid;
}

.trusted-partners-section {
    background: #F8F8F8;
}



.container-flud-2 {
    max-width: 1980px;
    margin: auto;
    padding-left: 70px;
    padding-right: 70px;
}

.container-flud-3 {
    max-width: 1980px;
    margin: auto;
    padding-left: 40px;
    padding-right: 40px;
}

.why-p {
    color: #7C7C7C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.why-company-box span {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    margin-top: 10px;
    font-weight: 400;
    line-height: normal;
}

.why-row {
    row-gap: 40px;
}

.why-company-section {
    padding-top: 140px;
    padding-bottom: 80px;
    position: relative;
}

.why-dot {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}

.why-line {
    position: absolute;
    right: 0px;
    top: -108px;
    z-index: -1;
}

.why-company-box {
    max-width: 143px;
}

.gallery-section {
    padding: 60px 0px;
    background: #F8F8F8;
}

.gallery-img-box {
    border-radius: 40px;
    overflow: hidden;
}

.gallery-img-box:hover img {
    transition: 1s ease-in-out;
    transform: scale(1.2);
}

.tab-btn-new {
    margin-bottom: 75px;
}

.tab-btn-new .nav-link {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.tab-btn-new .nav-link.active {
    border-radius: 20px;
    background: #000;
    color: #FFF;
    padding: 8px 28px;
}

.gallery-btn {
    display: flex;
    margin-top: 55px;
}

.gallery-btn .btn-n1 {
    margin: auto;
}

.category-left-img {
    overflow: hidden;
}

.category-left-box:hover .category-left-img img {
    transition: 1s ease-in-out;
    transform: scale(1.2);
}

.category-left-name h4 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.category-left-name p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.tittle-p {
    /* max-width: 703px; comment by developer*/
    text-align: center;
    margin: auto;
    color: var(--Gray_primery, #7C7C7C);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.category-left-name {
    background: rgba(0, 0, 0, 0.50);
    padding: 20px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.category-left-box {
    position: relative;
}

.category-right-img {
    overflow: hidden;
}

.category-right-box:hover .category-right-img img {
    transition: 1s ease-in-out;
    transform: scale(1.2);
}

.category-right-name {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 3px;
}

.category-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.row-new2 {
    row-gap: 20px;
}

.category-btn {
    display: flex;
}

.tittle-sub {
    color: #000;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.tr-img {
    overflow: hidden;
    border-radius: 20px 20px 0px 0px;
}

.tr-img:hover img {
    transition: 1s ease-in-out;
    transform: scale(1.2);
}

.cat-images {
    border-radius: 8px;
}

.cat-section {
    margin-top: 85px;
}

.luxuries-right {
    position: relative;
}

.luxuries-right::after {
    display: block;
    content: url(../../images/line.svg);
    width: 42px;
    height: 36px;
    position: absolute;
    top: -25px;
    left: -30px;
}

.luxuries-right::before {
    display: block;
    content: url(../../images/line.svg);
    width: 42px;
    height: 36px;
    position: absolute;
    bottom: -25px;
    right: -30px;

    transform: rotate(176deg);
}

.btn-n2 {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 8px;
    background: #32475A;
    height: 40px;
    padding: 9px 12px;
    width: 147px;
}

.luxuries-left {
    display: grid;
    gap: 30px;
    position: relative;
}

.luxuries-left::after {
    content: url(../../images/cricle.svg);
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -98px;
    right: 100px;
}

.luxuries-left .tittle {
    display: grid;
    gap: 30px;
}

.luxuries-left .tittle-p {
    text-align: left;
    margin: 0;
    /*max-width: 500px; comment by developer*/
}

.luxuries-right {
    max-width: 632px;
    margin-left: auto;
}

.luxuries-section {
    padding: 80px 0px;
    background: #F8F8F8;
}

.interior-section {
    position: relative;
}

.interior-left {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    z-index: -1;
}

.interior-right {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    z-index: -1;
}

.steps-span {
    color: #E9B166;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}



.wizard>div.wizard-inner {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}

.connecting-line {
    height: 2px;
    position: absolute;
    width: 70%;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 1;
    border-top: 2px dashed #D7D7D7;
}

.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}

.wizard .nav-tabs>li {
    width: 33.33%;
    position: relative;
}

.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:hover,
.wizard .nav-tabs>li.active>a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

.wizard .nav-tabs>li a {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #F8F8F8;
    border: 0px;
    position: relative;
    padding: 0px 0px;
    margin: 0px 0px;
    z-index: 2;
}

span.round-tab {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #F8F8F8;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    cursor: pointer;
}

.wizard li .active span.round-tab {
    background: #000;
    color: #fff;
}

.round_tab_section {
    position: relative;
    z-index: 2;
    margin-bottom: 24px;
}

.wizard .nav-tabs>li.active>a i {
    color: #0db02b;
}

.round_tab_section .nav-link {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #F8F8F8;
    font-size: 15px;
    color: #0e214b;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    padding: 0;
}


.round_tab_section .nav-tabs {
    max-width: 230px;
    justify-content: space-between;
}

.round_tab_section .nav-link.active {
    background: #000;
    color: #fff;
}

.wizard .nav-tabs>li a i {
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 700;
    color: #000;
}

.wizard {
    max-width: 300px;
}

.steps-section {
    padding: 80px 0px;
    position: relative;
}

.steps-left {
    max-width: 588px;
    margin-left: auto;
    position: relative;
}

.steps-left::after {
    display: block;
    content: url(../../images/line.svg);
    width: 42px;
    height: 36px;
    position: absolute;
    top: 30px;
    left: 79px;
}

.steps-left::before {
    display: block;
    content: url(../../images/line.svg);
    width: 42px;
    height: 36px;
    position: absolute;
    bottom: 36px;
    right: 31px;
    transform: rotate(176deg);
}

.steps-left-bg {
    position: absolute;
    left: 0px;
    bottom: -35px;
    margin: auto;
    z-index: -1;
}

.steps-section .row>div:first-child {
    position: relative;
}

.steps-section .row>div:first-child:after {
    background: #fff;
    content: "";
    width: 509px;
    height: 100%;
    display: block;
    position: absolute;
    right: 0px;
    top: 25px;
    z-index: -1;
}

.steps-right .tittle-h {
    font-size: 32px;
}

.steps-right .luxuries-left::after {
    display: none;
}

.blog-inner-box {
    width: 80%;
    margin: auto;
}

.blog-section {
    background: #F8F8F8;
    padding: 80px 0px;
}

.blog-date {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.blog-name {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.blog-box:hover .blog-name {
    color: #E9B166;
    transition: 0.5 ease-in-out;
}

.blog-box:hover {
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
}

.blog-p {
    color: #7C7C7C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.blog-read {
    color: #E9B166;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.blog-box {
    border-radius: 20px;
    background: #FFF;
    transition: 0.5s ease-in-out;
}

.blog-contant {
    gap: 20px;
    display: grid;
    padding: 20px 16px 40px 16px;
}


.footer-bottom {
    background: #253646;
    padding-bottom: 60px;
}

.footer-bottom-inner,
.footer-top-inner {
    width: 80%;
    margin: auto;
}

.stores-box {
    border-radius: 40px;
    background: #F8F8F8;
    padding: 40px;
}

.stores-inner h5 {
    color: #000;
    ;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.stores-inner p {
    color: var(--Gray_primery, #7C7C7C);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
}

.stores-box-new {
    display: grid;
    gap: 40px;
}

.footer-links {
    margin-top: 120px;
}

.footer-p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-li P {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.footer-li li {
    margin-bottom: 13px;
}

.footer-li a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-bottom {
    position: relative;
    z-index: 1;
}

.footer-bottom::after {
    background: #fff;
    content: "";
    height: 150px;
    width: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: -1;
}

.footer-top {
    padding-top: 80px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
}

.why-dot2 {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.why-line2 {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -1;
}

.so-links li {
    display: inline-block;
    margin-right: 10px;
}

.so-links li a {
    width: 30px;
    height: 30px;
    background: #32475A;
    border-radius: 50px;
    display: block;
    text-align: center;
    line-height: 27px;
    border:1px solid transparent;
}

.so-links li a:hover {
    border: 1px solid #E9B166;
}

.footer-p {
    margin: 30px 0px;
    max-width: 406px;
}

.footer-b {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-top: 1px solid #32475A;
    text-align: center;
    background: #253646;
    padding: 20px 0px;
    margin: 0px 0px;
}

.footer-li a:hover {
    color: #E9B166;
}

.footer-bottom-img-1 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: auto;
    width: auto;
    max-width: 500px;
}

.stores-box {
    position: relative;
    overflow: hidden;
}

.rh_box {
    background: #000;
    width: 100%;
    height: 200px;
    margin: 10px;
    overflow: hidden;
}

.rh_box2 {
    background: #E9B166;
    width: 100%;
    height: 200px;
    margin: 10px;
    overflow: hidden;
}



.slick-active .testimonials-box {
    width: 1100px !important;
}

.testimonials-box {
    display: flex;
    gap: 40px;
    margin: 10px;
}

.testimonials-p {
    color: #7C7C7C;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.testimonials-name {
    display: flex;
    gap: 16px;
    align-items: center;
}

.testimonials-contant {
    width: 569px;
    display: grid;
    margin-top: 40px;
    justify-content: space-between;
    height: 100%;
}

.testimonials-right {
    display: none;
}

.slick-active .testimonials-right {
    display: block;
}

.testimonials-inner {
    max-width: calc(1920px - 160px);
    margin-left: auto;
}

.testimonials-p {
    color: #7C7C7C;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
}

.testimonials-p::after {
    content: url(../../images/t1.svg);
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: -25px;
    left: 0px;
}

.testimonials-p::before {
    content: url(../../images/t2.svg);
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    bottom: -25px;
    right: 0px;
}

.testimonials-r-img {
    width: 90px;
    height: 90px;
    border-radius: 90px;
    object-fit: cover;
    display: block;
    justify-content: center;
    display: flex;
}

.testimonials-name h6 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.testimonials-name span {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.testimonials-section {
    padding: 80px 0px;
    background: #F8F8F8;
}

.play-btn {
    width: 48px;
    height: 48px;
    background: radial-gradient(#e9b166ad 60%, rgba(255, 255, 255, 1) 62%);
    border-radius: 50%;
    position: relative;
    display: block;
    margin: auto;
    box-shadow: 0px 0px 25px 3px #e9b166ad 60%;
}

/* triangle */
.play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    transform-origin: center center;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 12px solid #fff;
    z-index: 100;
    -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* pulse wave */
.play-btn-inner:before {
    display: block;
    position: absolute;
    z-index: -1;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    opacity: 0;
    content: '';
    animation: pulse 1.5s infinite;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    margin: auto;
}

.play-btn-inner {
    position: relative;
}

@-webkit-keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;

    }
}

@keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;

    }
}

.testimonials-left {
    position: relative;
}

.play-btn-inner {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: grid;
    justify-content: center;
    margin: auto;
    align-items: center;
    border-radius: 20px;
    text-align: center;
    margin: auto;
    background: rgba(0, 0, 0, 0.3);
}

.testimonials-inner {
    overflow: hidden;
}

.hero-slider .slick-active .hero-con {

    animation-name: fadeInBottom;
    animation-duration: 2s;
    animation-fill-mode: both;
}

@keyframes fadeInBottom {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
    }
}




.iti__country-list {
    max-width: 348px;
}

.category-img-slider img {
    width: 100%;
}

.luxuries-section .cat-images {
    border-radius: 0px;
}

.cr-9 {
    position: absolute;
    left: 149px;
    bottom: -15px;
}

 
.slick-slide {
    margin: 0 15px;  
}

 
.slick-list {
    margin: 0 -15px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.testimonials-section {
    margin-top: 40px;
}

.footer-bottom-inner .row {
    position: relative;
    z-index: 999;
}





/*----------------------= Modular Kitchen 24-1-2024=---------------- */

.formOnBanner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 80px;
    z-index: 2;
    bottom: 0;
}

.inner-page-banner {
    position: relative;
    padding-bottom: 0;
}

.inner-page-banner:after {
    position: absolute;
    content: "";
    background: linear-gradient(2deg, black, transparent);
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    z-index: 1;
}

.modularkitchenBannerOuter .pageTitle {
    position: absolute;
    bottom: 24px;
    top: auto;
    color: #ffff;
    z-index:9;
}


.modularkitchenBannerOuter .pageTitle span {
    width: 3px;
    height: 36px;
    background-color: #e9b166;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.textInfo {
    padding: 24px 0;
}

.textInfo p {
    max-width: 850px;
}


.breadcrumb-item a {
    color: #faa937;
}

.proCaption {
    padding: 10px 0;
}

.proCaption a {
    font-size: 14px;
}

.proCaption a h5 {
    font-size: 16px;
    color: #333;
    margin: 0 0 5px 0;
}

.proCaption a p {
    color: #7C7C7C;
    margin: 0;
}

.filter_head {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.filter_head .btn {
    margin-right: 5px;
    font-size: 13px;
    background: #efefef;
    border: none;
    color: #000;
}

.filter_head strong {
    margin-right: 20px;
}

.filter_head strong i {
    margin-left: 10px;
    font-size: 22px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}


.clearFilter a {
    padding-left: 10px;
    font-size: 14px;
    color: #000;
}

.clearFilter a i {
    margin-left: 6px;
}
.cat-images{position: relative;}
.ProWishlist {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    display: block;
    width: 44px;
    height: 44px;
    background: #00000059;
    margin: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color:#fff;
    font-size:20px;
}

 .pro_listing{padding:72px 0 44px 0;}
 
 .detailMOdal  .modal-dialog {
    max-width: 100%;
    border-radius: 0;
    height: 100vh;
    margin: 0;
    border: none;
    background: #333;
    padding: 50px;
}

.detailMOdal .modal-dialog .modal-content {
    border-radius: 0;
    background: #000;
    padding: 36px;
    height: calc(100vh - 72px);
}

.detailMOdal  .modal-header {
    padding: 0;
    border: none;
}

.detailMOdal .modal-header .btn-close {
    position: absolute;
    right: -30px;
    top: -30px;
    background-color: #fff;
}

.detailMOdal .modal-body {
    padding: 0;
    height: 100%;
}

.detailMOdal_img_slider {
    overflow: hidden;
    flex: 0 0 65%;
    max-width: 65%;
    height: 100%;
    width: 65%;
}

.detailMOdal_row {
    display: flex;
    flex-wrap: wrap;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
}

.detailMOdal_img_detail {
    flex: 0 0 35%;
    max-width: 35%;
    background: #fff;
    padding: 32px;
    height: 100%;
    overflow-y: auto;
}

/* width */
.detailMOdal_img_detail::-webkit-scrollbar {
    width: 10px;
  }
 
.detailMOdal_img_detail p {
    font-size: 14px;
    color: #7C7C7C;
}

.detailMOdal_img_detail p a {
    color: #E9B166;
}

.detailMOdal_img_detail .why-company-icon img {
    max-height: 40px;
}

 
.detailMOdal_img_detail .why-company-icon span {
    font-size: 12px;
}

.detailMOdal_img_detail .why-company-box span {
    font-size: 13px;
}

.detailMOdal_img_detail .why-row {
    row-gap: 20px;
    margin: 0 0 24px 0;
}

.detailMOdal_img_detail .btn-n1 {width: 100%;margin: 15px 0;text-align: center;justify-content: center;}

.detailMOdal_img_detail .btn-border {
    width: 100%;
    padding: 10px;
    background: #fff;
    border: 1px solid #333;
    border-radius: 10px;
}

.detailBloack {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.detailBloack > strong {
    margin-bottom: 10px;
    display: block;
}

.related_img ul {
    display: flex;
    flex-wrap: wrap;
}

.related_img ul li {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 6px;
}

.related_img ul li a {
    border-radius: 8px;
    overflow: hidden;
    display: block;
    height:100%;
    width:100%;
}
.related_img ul li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position:center;
}
.draggable .slick-slide img {
    max-width: 100%;
    height: 100%;
}

 /* blog page */


 .blogPage{padding:0px 0 64px 0;}

 .blogPage .breadcrumb{padding:24px 0;}

 .blog_wrapper {
     max-width: 1280px;
     margin: auto;
     padding: 0 15px;
 }
 
 .blog_row  {
     background-color: #f8f8f8;
     border-radius: 24px;
     padding: 50px 30px;
     border: 1px solid #f8f8f8;
 }
 
 .news_date {
     width: 70px;
     height: 70px;
     border-radius: 6px;
     box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
     text-align: center;
     padding: 14px 6px;
     font-size: 16px;
     font-weight: 500;
     color: #333;
     position: absolute;
     bottom: -31px;
     background: #fff;
     left: 15px;
     line-height: 1.2;
     border-top: 4px solid #292929;
 }
 .blog_grid .blog_detail_page {
    padding: 32px 15px 15px;
}
 .blog_grid figcaption h5 a {
     color: #000;
     font-weight: 700;
     margin-bottom: 15px;
     /* white-space: nowrap;
     text-overflow: ellipsis; */
     width: 100%;
     /* overflow: hidden; */
     text-decoration: none;
     font-size: 20px;
     display: block;
 }
 
 .blog_grid figcaption p {
     color: #7C7C7C;
     font-size: 16px;
     line-height: 1.5;
 }
 
 .blog_grid figcaption {
     padding: 32px 15px 15px;
 }
 
 .blog_grid {
     border-radius: 20px;
     background-color: #fff;
     overflow: hidden;
     margin-bottom: 20px;
     height: calc(100% - 20px);
     box-shadow: 0 0 10px rgba(0, 0, 0, .1);
 }

 .blog_grid_detail{
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 20px;
    height: calc(100% - 20px);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
 }
 
 .blog_grid figure img {
     max-width: 100%;
 }
 
 .blog_grid figure {
     height: 207px;
     overflow: hidden;
     width: 100%;
     margin: 0;
 }
 
 .blog_grid figure img {
     width: 100%;
     height: 100%;
     object-fit: cover;
 }
 
 .blog_grid figcaption a h5 {
     color: var(--bs-dark);
     font-family: Playfair Display, serif;
     font-weight: 700;
     margin-bottom: 15px;
     white-space: nowrap;
     text-overflow: ellipsis;
     width: 100%;
     overflow: hidden;
 }
 
 .blog_grid figcaption h5 {
     margin: 15px 0;
 }
 
 .blog_grid .position-relative {
     position: relative;
 }
 .blog_grid figcaption .more-link {
    background: #e9b166;
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    margin: 10px 0;
    display: inline-block;
}

/* blog-detail */

/* blog-detail */
.blog_detail_page {
    padding: 20px;
}

.blog_detail_page p {
    font-size: 15px!important;
    color: #7c7c7c!important;
    font-weight: 500;
}

.blog_detail_page h2 {
    font-size: 24px;
    margin-bottom: 1rem;
}

.blog_detail_page img {
    background: #fff;
    padding: 5px;
    border: 1px solid #ddd;
    max-width: 100%;
}

.blog_detail_page gigure {
    margin: 15px 0;
}

.blog_detail_page h3 {
    font-size: 20px;
    margin-bottom: 1rem;
}

.blog_detail_page h4 {
    font-size: 18px;
    margin-bottom: 1rem;
}

.blog_detail_page .link-dark {
    background: #e9e9e9;
    padding: 6px 20px;
    border-radius: 100px;
}

.blog_detail_page h1 {
    font-size: 24px;
    margin: 24px 0 15px 0;
}

.platforms_news_detail .blog_wrapper {
    padding: 0;
}

.widget_block  {
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}

.wp-block-categories li a {
    text-decoration: none;
    background: #fbfbfb;
    border: 1px solid #d5d5d5;
    padding: 5px 15px;
    border-radius: 30px;
    color: #333;
    display: inline-block;
}
.wp-block-categories li a:hover{background-color: #009de0; color:#fff; border-color: #009de0;}
.breadcrumbs a:hover, .wp-block-latest-posts a:hover {color: #009de0; } 
.wp-block-latest-posts a {
    display: block;
    padding: 6px 0;
    color: #333;
    text-decoration: none;
    font-size: 14px;
}
.wp-block-categories li {
    list-style: none;
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 14px;
}
.widget  h2 {
    font-size: 23px;
}
.wp-block-categories {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    margin:8px 0 0 0 !important;
}
.CTA_banner img{width:100%;}

.platforms_news_detail .blog_grid {
    border-radius: 8px;
}
.blog_detail_page li {
    padding: 4px 0;
    font-weight: 500;
    list-style: circle;
    font-size:15px;
}

.blog_detail_page ul {
    margin: 24px 0;
    padding: 0 0 0 16px;
}

.blog_grid_detail figure img {
    width: 100%;
}

.recentPost li a{color:#333; font-size:15px;}
.recentPost li a:hover{color:#e9b166;}
.detailMOdalSlider, .detailMOdalSlider .slick-list, .detailMOdalSlider, .detailMOdalSlider .slick-track {
    height: 100%;
}
.slick-prev,.slick-next {
    position: absolute;
    top: 50%;
    background: #00000082;
    width: 40px;
    height: 40px;
    transform: translate(0);
    z-index: 99;
    font-size: 0;
    padding: 0;
    left: 10px;
    opacity: 1;
}

.slick-prev:hover,.slick-next:hover,.slick-prev:focus,.slick-next:focus{background-color:#000;}

.slick-next {
    right: 10px;
    left: auto;
}



