/* Xavia By TeamXcel */

/*  ==========================================================================
    Table of Contets
    ==========================================================================

    1.0 Common Styles
    2.0 Header Section
    3.0 Hero Section
    4.0 About Section
    5.0 Services Section
    6.0 Counter Section
    7.0 Portfolio Section
    8.0 Review Section
    9.0 Contact Section
    10.0 Widget Section
    11.0 Footer Section
    12.0 Scroll To Top

    ==========================================================================
    Xavia Personal Portfolio 0.1
    ========================================================================== */
/* 
@import 'https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&family=Teko:wght@300;400;500;600;700&display=swap" rel="stylesheet'; */
@import url('https://db.onlinewebfonts.com/c/e5061e5758a17d96a9432e9df12c8774?family=Binary+ITC+Std+Bold');


/*  ==========================================================================
    Common Styles
    ========================================================================== */
@font-face {
    font-family: 'Urbanist-Medium';
    src: url('/fonts/fonts/Urbanist-Medium.woff2') format('woff2');
    font-weight: 200;
}

* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #fff;
    font-family: "Urbanist-Medium", sans-serif;
    font-size: 16px;
    color: #040825;
    font-weight: 400;
    position: relative;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "std_light", sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #DA2128;
}

h1 {
    font-size: 50px;
    font-weight: 600;
    line-height: 55px;
    margin: 0 0 10px;
    color: #fff;
}

h2 {
    font-size: 36px;
    color: #DA2128;
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.5px;
}

h3,
h4 {
    margin: 0 0 10px;
    font-weight: 400;
    line-height: 1.7;
    color: #DA2128;
    letter-spacing: -0.01em;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

h5,
h6 {
    font-size: 14px;
    margin: 0 0 10px;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    margin-bottom: 15px;
}

a,
a:hover {
    text-decoration: none;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #999 !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #999 !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999 !important;
}

button {
    border: none;
    background: none;
}

/* Helper Class */
.padding {
    padding: 125px 0;
}

.no-padding {
    padding: 0;
}

.padding-15 {
    padding: 15px;
}

.padding-20 {
    padding: 20px;
}

.bg-white {
    background-color: #fff;
}

.bg-grey {
    background-color: #fff9ed;
}

.bg-dark {
    background-color: #232323;
}

.bd-top {
    border-top: 1px solid #eaeaea;
}

.bd-bottom {
    border-bottom: 1px solid #eaeaea;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.fz-28 {
    font-size: 28px;
}

.fz-24 {
    font-size: 24px;
}

.fz-22 {
    font-size: 22px;
}

.fz-20 {
    font-size: 20px;
}

.fz-18 {
    font-size: 18px;
}

.fz-16 {
    font-size: 16px;
}

.text-black {
    color: #333;
}

.text-white {
    color: #ffffff;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.fl-right {
    float: right;
}

.fl-left {
    float: left;
}

.display-table {
    width: 100%;
    height: 100%;
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.overlay {
    width: 100%;
    position: relative;
    z-index: 1;
}

.overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

/* Preloader Styles */
.site-preloader-wrap {
    position: fixed;
    background-color: transparent;
    z-index: 9999999;
    height: 100%;
    width: 100%;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.site-preloader-wrap .spinner-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 33333;
}

.site-preloader-wrap.loaded {
    opacity: 0;
    visibility: hidden;
}

.site-preloader-wrap:before,
.site-preloader-wrap:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 50%;
    background-color: #fff;
    -webkit-transition: 0.7s all ease;
    -o-transition: 0.7s all ease;
    transition: 0.7s all ease;
}

.site-preloader-wrap:before {
    top: 0;
    left: 0;
}

.site-preloader-wrap:after {
    top: 0;
    right: 0;
}

.site-preloader-wrap.loaded:before,
.site-preloader-wrap.loaded:after {
    width: 0%;
}

.spinner {
    width: 70px;
    height: 70px;
    background-color: #DA2128;
    border-radius: 100%;
    -webkit-animation: dl-scaleout 1s infinite ease-in-out;
    animation: dl-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes dl-scaleout {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes dl-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

/* Button Style */
.btn_group {}

.btn_group a {
    margin: 5px;
}

.btn_group_left a {
    margin-right: 15px;
    margin-bottom: 15px;
}

.default-btn {
    background-color: #caa45f;
    font-family: "Urbanist-Medium", sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    display: inline-block;
    padding: 15px 15px 10px;
    position: relative;
    z-index: 1;
}

.default-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.2);
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}

.default-btn:hover {
    color: #fff;
    transform: translateY(-3px);
}

.default-btn:hover:before {
    transform-origin: left center;
    transform: scale(1, 1);
}

/*Section Heading*/
.section-heading h2 {
    font-size: 46px;
    margin-bottom: 50px;
    font-weight: 100 !important;
    font-family: 'Binary ITC Std Bold', sans-serif;
    text-align: center;
}

@media (max-width: 992px) {
    .section-heading h2 {
        font-size: 48px;
    }
}

/* Transition Effect */
a,
a:hover,
.overlay,
img,
.form-control,
.form-control:hover,
button {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/* ==========================================================================
   Header Section
   ========================================================================== */
.header-section {
    background-color: #fff;
    width: 100%;
    height: 80px;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    padding: 10px 0;
}

.navbar-fixed-top.header-section {
    background-color: #fff;
    -moz-box-shadow: 0 2px 5px rgba(16, 16, 16, 0.07);
    -webkit-box-shadow: 0 2px 5px rgba(16, 16, 16, 0.07);
    box-shadow: 0 2px 5px rgba(16, 16, 16, 0.07);
    height: 70px;
    border-bottom: 0;
    padding: 0;
}

.mainmenu .signup-btn {
    background-color: #DA2128 !important;
    border-radius: 2px;
    display: inline-block;
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff !important;
    font-weight: 600;
    line-height: 25px;
    margin: 14px 0;
    letter-spacing: 0.5px;
}

.navbar-fixed-top .mainmenu .signup-btn {
    background-color: #DA2128;
    color: #fff;
}

.mainmenu .signup-btn:hover {
    color: #fff !important;
    -webkit-box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
    box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
    opacity: 0.8;
}

.logo-light,
.navbar-fixed-top .logo-light,
.logo-dark,
.navbar-fixed-top .logo-dark,
.navbar-fixed-top.header-section,
.header-section {
    transition: all 0.3s ease-in-out;
}

.navbar {
    border: medium none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0;
    position: relative;
    padding: 0;
}

.navbar-header {
    padding: 17px 0;
}

.navbar-header .brand {
    font-size: 25px;
    color: #333;
    font-family: "std_light", sans-serif;
    letter-spacing: -1px;
    margin-left: 13px;
}

.navbar-header .nav-btn {
    padding: 8px;
    border-radius: 1px;
}

.navbar-header .nav-btn .icon-bar {
    background-color: #fff;
    width: 18px;
}

.navbar-fixed-top .navbar-header .nav-btn .icon-bar {
    background-color: #777;
}

.navbar-header .nav-btn:hover,
.navbar-header .nav-btn:focus {
    opacity: 0.8;
}

/* Nav Menu */
#navbar {
    z-index: 999;
    padding: 0 15px;
}

ul.nav {}

ul.nav>li {}

ul.nav>li>a {
    color: #000;
    font-family: "std_light", sans-serif;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    letter-spacing: 0.5px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 70px;
    z-index: 1;
}

ul.nav>li>a:hover,
ul.nav>li>a:focus,
ul.nav>li>a.active {
    background: none;
    color: #DA2128;
    opacity: 1;
}

.navbar-fixed-top ul.nav>li>a {
    color: #040825;
}

.navbar-fixed-top ul.nav>li>a:hover,
.navbar-fixed-top ul.nav>li>a:focus,
.navbar-fixed-top ul.nav>li>a.active {
    color: #DA2128;
}

.menu-btn {
    margin-left: 10px;
    margin-top: 10px;
}

/*Mobile Menu */
.menu-wrap {
    position: relative;
}

.slicknav_menu {
    background: none;
    padding: 4px 0;
    display: none;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.slicknav_nav {
    background-color: #fff;
}

.slicknav_btn {
    background-color: transparent;
    margin: 17px 5px 19px;
}

.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row,
.slicknav_nav a,
.slicknav_nav a:hover {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    padding: 15px 20px;
    margin: 0;
    color: #040825;
    font-size: 18px;
    line-height: 1;
}

.slicknav_nav a .caret {
    display: none;
}

.slicknav_nav ul {
    margin: 0;
}

.slicknav_nav ul li a {
    padding-left: 30px;
    font-size: 12px;
}

.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover {
    background-color: transparent;
    color: #DA2128;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */

.hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

/* Slider common */
.hero-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.hero-slider img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.hero-slider img.active {
    opacity: 1;
}

/* Desktop */
.desktop-slider {
    display: block;
}

.mobile-slider {
    display: none;
}

/* 🔥 MOBILE FIX */
@media (max-width: 767px) {

    .hero-section {
        height: auto;
    }

    .desktop-slider {
        display: none;
    }

    .mobile-slider {
        display: block;
        position: relative;
        overflow: hidden;
    }

    .mobile-slider img {
        position: relative;
        width: 100%;
        height: auto;
        object-fit: contain;
        display: none;
        /* IMPORTANT */
    }

    .mobile-slider img.active {
        display: block;
        /* sirf ek image show */
    }
}

/* ==========================================================================
   About Section
   ========================================================================== */
.about-content h2 {
    font-size: 50px;
    line-height: 1.1;
}

.about-content h2 span {
    display: inline-block;
}

.cv-btn,
.skill-items,
.about-content {
    padding-left: 30px;
    margin-top: 27px;
}

.about-bg img {
    width: 100%;
    border-radius: 5px;
}

.skill-items {
    margin: 30px 0;
}

.skill-item {
    overflow: hidden;
    margin: 0 0 20px 0;
}

.skill-item h5 {
    font-size: 16px;
    margin-bottom: 5px;
    letter-spacing: -0.5px;
    font-family: "std_light", sans-serif;
}

.skill-item .progress {
    height: 5px;
    background-color: #ddd;
    box-shadow: none;
    margin-bottom: 0;
    overflow: visible;
}

.skill-item .progress .progress-bar {
    line-height: 5px;
    background-color: #DA2128;
    position: relative;
    border-radius: 3px;
}

.skill-item .progress .progress-bar span {
    position: absolute;
    top: -17px;
    right: -15px;
    color: #040825;
    font-size: 14px;
    font-weight: 600;
}

.skill-item .progress .progress-bar span::before {
    content: "";
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: calc(50% - 4px);
    bottom: -4px;
}

.cv-btn a i {
    margin-right: 10px;
}

@media (max-width: 992px) {

    .cv-btn,
    .skill-items,
    .about-content {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .about-content h2 {
        font-size: 36px;
    }
}

/* ==========================================================================
   Service Section
   ========================================================================== */
.service-item {
    background-color: #fff;
    padding: 40px 30px;
    transition: all 0.2s ease-in-out;
    height: 395px;
    margin-bottom: 25px;
}

.service-item:hover {
    cursor: pointer;
    transform: translateY(-3px);
    -moz-box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in-out;
}

.service-item h3 {
    font-size: 18px;
    line-height: 1.1;
    font-weight: 100;
    color: #da2128;
    position: relative;
    margin: 15px 0 25px;
    transition: all 0.2s ease-in-out;
    z-index: 1;
}

.service-item h3 span {
    /*! background: linear-gradient(to left, #fff0 10%, #ecbf79 100%); */
    /*! padding: 10px 20px 8px; */
    /*! display: inline-block; */
    z-index: 1;
    /*! font-family: 'Urbanist-Bold'; */
    letter-spacing: 0.3px;
}

.service-item i {
    font-size: 40px;
    color: #DA2128;
    margin-bottom: 15px;
}

.service-item p {
    line-height: 1.5;
    margin-bottom: 0;
}

/* ==========================================================================
   Counter Section
   ========================================================================== */
.counter-section {
    background-image: url(../img/02.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    z-index: 1;
}

.counter-section:before {
    background-color: #040825;
    opacity: 0.5;
}

.counter-item i {
    color: #DA2128;
    font-size: 50px;
}

.counter-item h3 {
    font-size: 70px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 3px;
    margin: 20px 0 15px;
}

.counter-item h4 {
    font-weight: 600;
    color: #fff;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
}

@media (max-width: 992px) {
    .counter-wrap {
        margin: -40px 0;
    }

    .counter-wrap .sm-padding {
        padding: 40px 0;
    }
}

/* ==========================================================================
   4.0 Work Section
   ========================================================================== */
.work-items .col-md-4 {
    padding: 10px;
}

.work-items-wrap {
    text-align: center;
}

.work-box {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.work-box img {
    width: 100%;
}

.work-thumb {
    transition: all 0.3s ease-in-out;
}

.work-titles {
    white-space: nowrap;
    background: linear-gradient(to right, #DA2128, #DA2128);
    font-family: "Urbanist-Medium", sans-serif;
    font-size: 13px;
    color: #fff;
    position: fixed;
    padding: 2px 7px 3px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
}

.work-titles.visible {
    opacity: 1;
    visibility: visible;
}

/* .work-titles .work__cat {
    position: absolute;
    background: #ffffff;
    top: 100%;
    left: 0;
    margin-top: 0;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: #040825;
    padding: 5px 15px;
} */

.entry {
    position: relative;
}

.edrea_tm_portfolio_image_main {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/*Work Filter*/
.work-filter {
    padding-left: 10px;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 30px;
}

.work-filter li {
    display: inline-block;
    position: relative;
    margin-right: 20px;
    font-family: "std_light", sans-serif;
    color: #040825;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.work-filter li a {
    display: inline-block;
}

.work-filter li:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 15px;
    left: 0;
    width: 100%;
    height: 8px;
    background: #DA2128;
    -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;
    border-radius: 2px;
}

.work-filter li.active:before,
.work-filter li:hover:before,
.work-filter li:focus:before,
.work-filter li:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.work-filter li:hover,
.work-filter li:focus,
.work-filter li:active {
    cursor: pointer;
}

/* ==========================================================================
   Testimonial Section
   ========================================================================== */
.testimonial-section {
    position: relative;
    padding: 120px 0;
}

.testimonial-section .bg-shape {
    background-image: url(../img/bg-shape-2.png);
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    width: 500px;
    height: 607px;
    left: 0;
    top: 0;
    z-index: -1;
}

.testimonial-section h2 {
    margin-bottom: 20px;
}

.clients-thumb {
    position: relative;
}

.clients-thumb .ct-thumb {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    left: 0;
    top: 0;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}

.clients-thumb .ct-thumb.thumb-1 {
    background-image: url(../img/testi-1.jpg);
    width: 100px;
    height: 100px;
    -webkit-animation: thumb-scale-up-one 7s infinite linear;
    animation: thumb-scale-up-one 7s infinite linear;
}

.clients-thumb .ct-thumb.thumb-2 {
    background-image: url(../img/testi-2.jpg);
    width: 120px;
    height: 120px;
    left: 150px;
    top: -50px;
    -webkit-animation: thumb-scale-up-two 6s infinite linear;
    animation: thumb-scale-up-two 6s infinite linear;
}

.clients-thumb .ct-thumb.thumb-3 {
    background-image: url(../img/testi-3.jpg);
    width: 90px;
    height: 90px;
    top: 170px;
    left: 50px;
    -webkit-animation: thumb-scale-up-three 8s infinite linear;
    animation: thumb-scale-up-three 8s infinite linear;
}

.clients-thumb .ct-thumb.thumb-4 {
    background-image: url(../img/testi-4.jpg);
    width: 110px;
    height: 110px;
    left: 300px;
    top: 100px;
    -webkit-animation: thumb-scale-up-one 4s infinite linear;
    animation: thumb-scale-up-one 4s infinite linear;
}

.clients-thumb .ct-thumb.thumb-5 {
    background-image: url(../img/testi-5.jpg);
    width: 130px;
    height: 130px;
    left: 150px;
    top: 230px;
    -webkit-animation: thumb-scale-up-three 8s infinite linear;
    animation: thumb-scale-up-three 8s infinite linear;
}

.testi-item p {
    margin-bottom: 30px;
}

.testi-item .testi-thumb {
    display: flex;
    align-items: center;
}

.testi-item .testi-thumb img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 20px;
}

.testi-item .testi-thumb h3 {
    font-weight: 700;
    font-size: 22px;
    display: inline-block;
    margin-bottom: 0;
    line-height: 1;
    letter-spacing: 0.2px;
}

.testi-item .testi-thumb h3 span {
    display: block;
    font-size: 16px;
    color: #333;
    letter-spacing: 0;
}

.owl-nav {
    margin-top: 40px;
    line-height: 1;
}

.owl-nav div {
    display: inline-block;
    margin-right: 20px;
    font-size: 32px;
    line-height: 1;
    color: rgba(34, 34, 34, 0.3);
    transition: all 0.2s ease-in-out;
}

.owl-nav div:hover {
    color: rgba(34, 34, 34, 0.5);
    transition: all 0.2s ease-in-out;
}

@-webkit-keyframes thumb-thumb-scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes thumb-scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes thumb-scale-up-two {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    40% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@keyframes thumb-scale-up-two {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    40% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@-webkit-keyframes thumb-scale-up-three {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    40% {
        -webkit-transform: scale(0.4);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}

@keyframes thumb-scale-up-three {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    40% {
        -webkit-transform: scale(0.4);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}

/* ==========================================================================
   Contact Section
   ========================================================================== */
.contact-form .form-horizontal .form-group {
    margin-bottom: 0;
}

.contact-form .form-horizontal .form-group:not(:first-of-type) {
    margin-top: 30px;
}

.contact-form .form-control {
    border: 1px solid #eaeaea;
    border-radius: 0;
    height: 45px;
    background-color: transparent;
    outline: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    padding: 15px;
}

.contact-form .form-control:focus,
.contact-form .form-control:hover {
    box-shadow: none;
    border: 1px solid #ddd;
}

.contact-form .form-control.message {
    height: 150px;
}

#form-messages {
    display: none;
    margin-bottom: 0;
    margin-top: 30px;
}

#form-messages.alert-danger,
#form-messages.alert-success {
    display: block;
}

.contact-form .default-btn:hover {
    cursor: pointer;
}

/* ==========================================================================
   Widget Section
   ========================================================================== */
.widget-section {
    background-color: #040825;
    padding: 125px 0;
    position: relative;
    z-index: 1;
}

.widget-section:before {
    background-image: url(../img/cta-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.2;
    z-index: -1;
}

.widget-content {}

.widget-content h2 {
    color: #fff;
    font-size: 70px;
    line-height: 1;
    margin-bottom: 20px;
}

.widget-content h2 span {
    color: #DA2128;
}

.widget-content a {
    font-size: 22px;
    color: #fff;
    display: block;
}

.widget-content a:hover {
    color: #DA2128;
}

/* ==========================================================================
   Footer Section
   ========================================================================== */
.footer-section {
    background-color: #040825;
    display: block;
    color: #fff;
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-social li {
    display: inline-block;
    margin-right: 15px;
}

.footer-social li a {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    color: #fff;
}

.footer-social li a:hover {
    color: #DA2128;
    text-decoration: underline;
}

.copyright {
    text-align: right;
}

.footer-section p {
    font-size: 16px;
    line-height: 1;
    color: #fff;
    margin: 0;
}

/* ==========================================================================
   Scroll To Top
   ========================================================================== */
#scroll-to-top {
    background-color: #DA2128;
    display: none;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    line-height: 45px;
    color: #fff;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
}

#scroll-to-top:hover {
    background-color: #DA2128;
    color: #fff;
    opacity: 0.8;
}

/* ==========================================================================
   Responsive Query
   ========================================================================== */

/* ---- Start of max-width 992px CSS ---- */
@media (max-width: 992px) {
    .sm-padding {
        padding: 15px;
    }

    .clients-thumb .ct-thumb.thumb-4 {
        left: 200px
    }

    .counter-section {
        height: auto;
    }

    .menu-btn,
    .menu-wrap ul.nav {
        display: none;
    }

    .slicknav_menu {
        display: block;
    }
}

/* ---- End of max-width 992px CSS ---- */


/* ---- Start of max-width 767px CSS ---- */
@media all and (max-width: 767px) {
    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 16px;
    }

    p br {
        display: none;
    }

    .padding {
        padding: 30px 0;
    }

    .xs-padding {
        padding: 15px;
    }

    .navbar-brand {
        padding: 11px 0;
    }

    .footer-social,
    .copyright {
        text-align: center;
    }

    .footer-social {
        margin-bottom: 10px;
    }

    .widget-content h2 {
        font-size: 45px;
        margin-bottom: 10px;
    }

    .widget-content a {
        font-size: 22px;
        line-height: 1;
    }

    .contact-form .colum-row .col-sm-6:first-child {
        margin-bottom: 20px;
    }

    .contact-form .form-horizontal .form-group:not(:first-of-type) {
        margin-top: 20px;
    }

    #scroll-to-top {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
        right: 25px;
        bottom: 25px;
    }
}

/* ---- End of max-width 767px CSS ---- */
.amenities-section {
    padding: 80px 0;
    background: #f2f2f2;
}

.amenities-img img {
    width: 100%;
    border-radius: 10px;
}

.section-title {
   font-size: 46px;
  margin-bottom: 50px;
  font-weight: 100 !important; 
  text-align: center;
  font-family: 'Binary ITC Std Bold', sans-serif;

}

.section-title1 {
    font-size: 40px;
    font-family: 'Binary ITC Std Bold', sans-serif;
    font-weight: 100 !important;
}


.amenities-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.amenity-item {
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    transition: 0.3s;
}

.amenity-item img {
    width: 40px;
    margin-bottom: 10px;
}

.amenity-item p {
    font-size: 14px;
    margin: 0;
    margin-bottom: 4px;
    line-height: 19px;
}

.amenity-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
    .amenities-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 576px) {
    .amenities-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-title {
        text-align: center;
    }
}

.speci-li {
    text-align: left;
    list-style-type: disc;
    /*! font-family: 'Urbanist-Medium'; */
    font-size: 15px;
}

.neighborhood-section {
    padding: 80px 0;
    background: #fff;
}

/* Image */
.neighborhood-img img {
    width: 100%;
    border-radius: 15px;
}

/* Content */
.neighborhood-content h2 {
    font-size: 46px;
    margin-bottom: 50px;
    font-family: 'std_light';
    text-align: center;
}

.neighborhood-content p {
    color: #777;
    margin-bottom: 25px;
}

/* Grid */
.neighborhood-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

/* Box */
.neighborhood-box {
    /*! background: #fff; */
    padding: 18px;
    border-radius: 12px;
    transition: 0.3s;
    /*! box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05); */
}

.neighborhood-box:hover {
    transform: translateY(-6px);
}

.box-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.box-header img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.box-header h4 {
    margin: 0;
}

/* List ko heading ke niche align karne ke liye */
.neighborhood-box ul {
    margin-top: 10px;
    margin-left: 0px; /* icon ke width + gap ke equal */
    padding-left: 0px;
}

/* Header */
.box-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    margin-left: -10px;
}

.box-header img {
    width: 28px;
    margin-right: 10px;
}

.box-header h4 {
    font-size: 17px;
  margin: 0;
  color: #da2128;
  line-height: 19px;
  font-weight: 100;
}

/* Text */
.neighborhood-box p {
    font-size: 14px;
    margin: 4px -3px;
    color: #444;
    line-height: 20px;
}

.map-container {
    width: 100%;
}

.map-container iframe {
    width: 100%;
    height: 800px;
    border: 0;
}

.contact-split-section {
    padding: 80px 0;
    background: #f8f9fb;
}

.contact-split {
    display: flex;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

/* LEFT */
.split-left {
    width: 50%;
    background: #DA2128;
    color: #fff;
}

.split-left .content {
    padding: 50px;
}

/* RIGHT */
.split-right {
    width: 50%;
    background: #fff;
}

.split-right .content {
    padding: 50px;
}

/* TEXT */
h2 {
    margin-bottom: 25px;
}

.info-block {
    margin-bottom: 18px;
}

.info-block h4 {
    color: #fff;
    margin-bottom: 6px;
    font-size: 17px;
    line-height: 21px;
    /*! font-family: Urbanist-Medium; */
}

.info-block p {
    color: #fff;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 20px;
}

/* FORM */
form input,
form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

form button {
    background: #E6C67C;
    color: #fff;
    padding: 12px;
    border: none;
    border-radius: 8px;
    width: 100%;
}

/* QR */
.rera-qr img {
    width: 75px;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .contact-split {
        flex-direction: column;
        height: auto;
    }

    .split-left,
    .split-right {
        width: 100%;
    }
}

.main-footer {
    background: #4a4a4a;
    ;
    color: #fff;
    padding-top: 60px;
}

/* Logo */
.footer-logo {
    width: 150px;
    margin-bottom: 20px;
}

/* Social */
.social-icons a {
    display: inline-block;
    margin-right: 10px;
}

.social-icons img {
    width: 22px;
    transition: 0.3s;
}

.social-icons img:hover {
    transform: scale(1.2);
}

/* Titles */
.footer-box h4 {
    margin-bottom: 20px;
    color: #caa45f;
    /*! font-family: std_light; */
    font-size: 20px;
}

.footer-links-grid {
    display: flex;
    gap: 40px;
}

.footer-links-grid ul {
    list-style: none;
    padding: 0;
    /*! font-family: "Urbanist-Bold"; */
    font-size: 16px;
}

.footer-links-grid li {
    margin-bottom: 8px;
}

.footer-links-grid a {
    color: #ccc;
    text-decoration: none;
}

.footer-links-grid a:hover {
    color: #fff;
}

/* Credits */
.footer-credits {
    list-style: none;
    padding: 0;
    /*! font-family: "Urbanist-Bold"; */
    font-size: 16px;
}

.footer-credits li {
    margin-bottom: 10px;
    color: #ccc;
    font-size: 14px;
}

/* Bottom */
.footer-bottom {
    text-align: center;
    padding: 15px;
    background: #4a4a4a;
    ;
    margin-top: 40px;
}

.footer-bottom p {
    margin: 0;
    font-size: 14px;
}

.footer-bottom a {
    color: #fff;
}

@media (max-width: 576px) {
    .footer-links-grid {
        flex-direction: column;
        gap: 10px;
    }
}

.social-icons {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.social-icons li a {
    width: 40px;
    height: 40px;
    background: #caa45f;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    transition: 0.3s;
}

/* Hover colors */
.social-icons li a:hover {
    background: #DA2128;
    ;
}



.full-img-section {
    width: 100%;
    height: 85vh;
}

.full-img-section img {
    object-fit: initial;
}

.work-section {
    padding-top: 40px;
    background: #f2f2f2;
}

.neighborhood-box ul {
    font-size: 14px;
    list-style-type: disc;
    /*! font-family: 'Urbanist-Medium'; */
}

.section-title h2 {
    font-size: 40px;
    font-family: 'Binary ITC Std Bold', sans-serif;
    text-align: left;
    font-weight: 100 !important;
}

.floor-plan-section {
    padding: 60px 0;
}

.floor-img {
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.floor-img img {
    width: 100%;
    transition: transform 0.4s ease;
}

.floor-img:hover img {
    transform: scale(1.05);
}

/* Section spacing */
.floor-plan-section {
    padding: 60px 0;
}

/* Image box */
.floor-img {
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 20px;
}

/* Blur Effect */
.floor-img img {
    width: 100%;
    filter: blur(4px);
    transform: scale(1.05);
    /* zoom thoda for premium feel */
    transition: all 0.4s ease;
}



/* Button Center */
.floor-btn {
    margin-top: 20px;
}

/* Button Style */
.download-btn {
    background: #E6C67C;
    color: #fff;
    padding: 12px 28px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}

.whatsapp-float {
    position: fixed;
    bottom: 104px;
    right: 54px;
    background: #25D366;
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    line-height: 46px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 999;
    transition: 0.3s;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    /* important */
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.popup-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    width: 320px;
    position: relative;
    text-align: center;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
}

.popup-box input,
.popup-box textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
}

.popup-box button {
    width: 100%;
    padding: 10px;
    background: #DA2128;
    color: #fff;
    border: none;
}

@media (max-width: 767px) {
    .full-img-section img {
        width: 100%;
        height: auto;
        /* full image show */
        object-fit: contain;
        /* no crop */
        display: block;
    }
    .full-img-section {
    height: 15vh;
}
}

@media (max-width: 767px) {

    /* Right content spacing */
    .neighborhood-content {
        margin-top: 20px;
    }

    /* Grid → single column */
    .neighborhood-grid {
        display: block;
    }

    /* Each box */
    .neighborhood-box {
        margin-bottom: 20px;
        padding: 15px;
        border-radius: 10px;
        background: #fff;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    }

    /* Header (icon + title) */
    .box-header {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .box-header img {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }

    .box-header h4 {
        font-size: 16px;
        margin: 0;
    }

    /* List styling */
    .neighborhood-box ul {
        padding-left: 0;
        margin: 0;
        list-style: none;
    }

    .neighborhood-box ul li {
        font-size: 14px;
        margin-bottom: 5px;
        color: #555;
    }

    .main-footer {
        padding-left: 12px;
    }

    .social-icons {
        margin-bottom: 20px;
    }

    .footer-box h4 {
        margin-bottom: 2px;

    }
}

@media (max-width: 767px) {

    .whatsapp-float {
        width: 37px;
        height: 36px;
        font-size: 27px;
        line-height: 37px;
        bottom: 73px;
        right: 28px;
    }
}
.yt-walkthrough {
  padding: 80px 0;
  background: #f9f9f9;
}

.yt-content h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}

.yt-content p {
  font-size: 16px;
  color: #666;
  margin-bottom: 25px;
}

.yt-btn {
  display: inline-block;
  padding: 12px 25px;
  background: #ff3d00;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s;
}

.yt-btn:hover {
  background: #d83200;
}

/* Video Box */
.yt-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  overflow: hidden;
  border-radius: 10px;
}

.yt-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .yt-content {
    text-align: center;
    margin-bottom: 30px;
  }
}