@font-face {
    font-family: 'Inter1';
    src: url('assets/css/font/inter2/web/InterDisplay-Regular.woff2') format('woff2'),
        url('assets/css/font/inter2/web/InterDisplay-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'PlayfairDisplay-Medium';
    src: url('assets/css/font/Playfair_Display/static/PlayfairDisplay-Medium.ttf') format('ttf'),
        url('assets/css/font/Playfair_Display/static/PlayfairDisplay-Regular.ttf') format('ttf');
    font-weight: 700;
    font-style: normal;
}

/*******************************/
/********* General CSS *********/
/*******************************/
body {
    color: #666666;
    background: #dddddd;
    /*background-image: url(./950.jpg);*/
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'Inter' !important;
    font-weight: 400;
    font-size: 15px;
    overflow-x: hidden;
}

button {
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    font-weight: 700;
}

.btn {
    font-family: 'Poppins', sans-serif;
    font-size: 15px !important;
    font-weight: 700 !important;
}

.page-header h2 {
    font-size: 50px;
    font-family: 'PlayfairDisplay-Medium';
    font-weight: 700;
}

.page-header a {
    font-size: 24px;
    font-family: 'Poppins';
    font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #030f27;
}

a {
    color: #666666;
    transition: .3s;
}

a:hover,
a:active,
a:focus {
    color: #fdbe33;
    outline: none;
    text-decoration: none;
}

.btn:focus {
    box-shadow: none;
}

.wrapper {
    position: relative;
    width: 100%;
    /* max-width: 1366px; */
    margin: 0 auto;
    background: #ffffff;
}




.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: #f0f0f0; */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    background-image: url(../Images/360/prebackmain.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.content {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in;
}

.content.show-content {
    display: block;
    opacity: 1;
}

.logo1 {
    width: 250px;
    height: 250px;
    position: relative;
    animation: rotate 5s infinite linear;
    transform-style: preserve-3d;
}

.logo1 img {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
}

.logo1 .back {
    transform: rotateY(180deg);
}

@keyframes rotate {
    from {
        transform: rotateY(0deg);
    }

    to {
        transform: rotateY(360deg);
    }
}

@media screen and (min-width:601px) and (max-width:900px) {
    .logo1 {
        width: 200px;
        height: 200px;
    }

}

@media screen and (min-width:300px) and (max-width:600px) {
    .logo1 {
        width: 250px;
        height: 250px;
    }

}

@media screen and (min-width:1700px) and (max-width:2560px) {
    .logo1 {
        width: 450px;
        height: 450px;
    }

}


.back-to-top {
    position: fixed;
    display: none;
    background: #fdbe33;
    color: #121518;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 9;
}

.back-to-top:hover {
    color: #fdbe33;
    background: #121518;
}

.back-to-top i {
    padding-top: 10px;
}

.btn {
    transition: .3s;
}

.faqs {
    padding: 45px 0;
}

/**********************************/
/********** Top Bar CSS ***********/
/**********************************/
.top-bar {
    position: relative;
    height: 90px;
    background: #fdbe33;
}




.top-bar .logo {
    padding: 15px 0;
    text-align: left;
    overflow: hidden;
}

.top-bar .logo h1 {
    margin: 0;
    color: #030f27;
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
}

.top-bar .logo img {
    max-width: 100%;
    max-height: 60px;
}

.top-bar .top-bar-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-bar .top-bar-icon {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-bar .top-bar-icon [class^="flaticon-"]::before {
    margin: 0;
    color: #030f27;
    font-size: 40px;
}

.top-bar .top-bar-icon [class^="fa-solid"]::before {
    margin: 0;
    color: #030f27;
    font-size: 40px;
}

.top-bar .top-bar-text {
    padding-left: 15px;
}

.top-bar .top-bar-text h3 {
    margin: 0 0 5px 0;
    color: #030f27;
    font-size: 16px;
    font-weight: 400;
}

.top-bar .top-bar-text p {
    margin: 0;
    color: #030f27;
    font-size: 13px;
    font-weight: 400;
}

@media (min-width: 992px) {
    .top-bar {
        padding: 0 60px;
    }
}

@media (max-width: 991.98px) {
    .top-bar .logo {
        text-align: center;
    }
}


/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.nav-bar {
    position: relative;
    background: #fdbe33;
    transition: .3s;
}

.nav-bar .container-fluid {
    padding: 0;
}

.nav-bar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    /* max-width: 1366px; */
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    z-index: 999;
}

.nav-bar .navbar {
    height: 100%;
    background: #030f27 !important;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    padding: 10px 10px 8px 10px;
    color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fdbe33;
    transition: none;
}

.nav-bar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa;
}

.nav-bar .btn {
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 0;
}

.nav-bar .btn:hover {
    color: #030f27;
    background: #fdbe33;
    border-color: #fdbe33;
}

@media (min-width: 992px) {
    .nav-bar {
        padding: 0 75px;
    }

    .nav-bar.nav-sticky {
        padding: 0;
    }

    .nav-bar .navbar {
        padding: 20px;
    }

    .nav-bar .navbar-brand {
        display: none;
    }

    .nav-bar a.nav-link {
        padding: 8px 15px;
        font-size: 15px;
        text-transform: uppercase;
    }
}

@media (max-width: 991.98px) {
    .nav-bar .navbar {
        padding: 15px;
    }

    .nav-bar a.nav-link {
        padding: 5px;
    }

    .nav-bar .dropdown-menu {
        box-shadow: none;
    }

    .nav-bar .btn {
        display: none;
    }
}


/*******************************/
/******** Carousel CSS *********/
/*******************************/
.carousel {
    position: relative;
    width: 100%;
    /*height: calc(100vh - 170px);
    min-height: 400px;*/
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

@media screen and (min-width:300px) and (max-width:600px) {
    .carousel .desk {
        display: none !important;
    }

    .carousel .mobile {
        display: block !important;
    }

    .carousel .carousel-item img {
        height: 100% !important;
    }

}

.carousel .mobile {
    display: none;
}

.carousel .carousel-inner,
.carousel .carousel-item {
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel .carousel-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background: rgba(0, 0, 0, .3);*/
    z-index: 1;
}

.carousel-control-prev-icon {
    filter: invert(1);
}

.carousel-control-next-icon {
    filter: invert(1);
}

.carousel .carousel-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /*height: calc(100vh - 170px);
    min-height: 400px;*/
    display: none;
}

@media screen and (min-width:320px) and (max-width:900px) {
    .carousel .carousel-caption {
        height: calc(100vh - 170px);
        min-height: 400px;
        display: none;
    }

    /*.carousel {
    height: calc(100vh - 170px);
    min-height: 400px;
}*/
    .carousel .carousel-item::after {
        display: none;
    }
}

.carousel .carousel-caption p {
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.carousel .carousel-caption h1 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 35px;
}

.carousel .carousel-caption .btn {
    padding: 15px 35px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 0;
    transition: .3s;
}

.carousel .carousel-caption .btn:hover {
    color: #030f27;
    background: #fdbe33;
    border-color: #fdbe33;
}

@media (max-width: 767.98px) {
    .carousel .carousel-caption h1 {
        font-size: 40px;
        font-weight: 700;
    }

    .carousel .carousel-caption p {
        font-size: 20px;
    }

    .carousel .carousel-caption .btn {
        padding: 12px 30px;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0;
    }
}

@media (max-width: 575.98px) {
    .carousel .carousel-caption h1 {
        font-size: 30px;
        font-weight: 500;
    }

    .carousel .carousel-caption p {
        font-size: 16px;
    }

    .carousel .carousel-caption .btn {
        padding: 10px 25px;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0;
    }
}

.carousel .animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}


/*******************************/
/******* Page Header CSS *******/
/*******************************/
.page-header {
    position: relative;
    margin-bottom: 45px;
    padding: 90px 0;
    text-align: center;
    background-image: url(./eng.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
}

.page-header h2 {
    position: relative;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.page-header h2::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    left: calc(50% - 50px);
    bottom: 0;
    top: 100%;
    background: #fff;
}

.page-header a {
    position: relative;
    padding: 0 12px;
    font-size: 22px;
    color: #fff;
}

.page-header a:hover {
    color: #000;
}

.page-header a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -2px;
    right: -7px;
    text-align: center;
    color: #fff;
}

.page-header a:last-child::after {
    display: none;
}

@media (max-width: 991.98px) {
    .page-header {
        padding: 60px 0;
    }

    .page-header h2 {
        font-size: 45px;
    }

    .page-header a {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .page-header {
        padding: 45px 0;
    }

    .page-header h2 {
        font-size: 35px;
    }

    .page-header a {
        font-size: 18px;
    }
}


/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
}

.section-header p {
    color: #fdbe33;
    font-family: 'PlayfairDisplay-Medium';
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 5px;
}

.section-header h2 {
    margin: 0;
    position: relative;
    font-size: 50px;
    font-family: 'PlayfairDisplay-Medium';
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .section-header h2 {
        font-size: 30px;
    }
}

.nav-link {
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px;
    font-weight: 500;
}

/*******************************/
/********* Feature CSS *********/
/*******************************/
.feature {
    position: relative;
    margin-bottom: 45px;
}

.feature .col-md-12 {
    background: #030f27;
}

.feature .col-md-12:nth-child(2n) {
    color: #030f27;
    background: #fdbe33;
}

.feature .feature-item {
    min-height: 250px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.feature .feature-icon {
    position: relative;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature .feature-icon::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    top: -20px;
    left: -10px;
    border: 2px dotted #ffffff;
    border-radius: 60px;
    z-index: 1;
}

.feature .feature-icon::after {
    position: absolute;
    content: "";
    width: 79px;
    height: 79px;
    top: -18px;
    left: -9px;
    background: #030f27;
    border-radius: 60px;
    z-index: 2;
}

.feature .col-md-12:nth-child(2n) .feature-icon::after {
    background: #fdbe33;
}

.feature .feature-icon [class^="flaticon-"]::before {
    position: relative;
    margin: 0;
    color: #fdbe33;
    font-size: 60px;
    line-height: 60px;
    z-index: 3;
}

.feature .feature-icon [class^="fa-solid"]::before {
    position: relative;
    margin: 0;
    color: #fdbe33;
    font-size: 60px;
    line-height: 60px;
    z-index: 3;
}

.feature .feature-text {
    padding-left: 30px;
}

.feature .feature-text h3 {
    margin: 0 0 10px 0;
    color: #fdbe33;
    font-size: 25px;
    font-weight: 600;
}

.feature .feature-text p {
    margin: 0;
    color: #fdbe33;
    font-size: 19px;
    font-weight: 400;
}

.feature .col-md-12:nth-child(2n) [class^="flaticon-"]::before,
.feature .col-md-12:nth-child(2n) h3,
.feature .col-md-12:nth-child(2n) p {
    color: #030f27;
}

.feature .col-md-12:nth-child(2n) [class^="fa-solid"]::before,
.feature .col-md-12:nth-child(2n) h3,
.feature .col-md-12:nth-child(2n) p {
    color: #030f27;
}

@media screen and (min-width:1000px) and (max-width:1334px) {

    .feature .feature-text p {
        font-size: 11px !important;
    }

    .feature .feature-text h3 {
        font-size: 20px !important;
    }

}

/* @media screen and (min-width:1335px) and (max-width:1380px) {
    .feature .feature-text p {
        font-size: 18px !important;
    }
}
@media screen and (min-width:1630px) and (max-width:1700px) {
    .feature .feature-text p {
        font-size: 19px !important;
    }
}
@media screen and (min-width:1701px) and (max-width:1749px) {
    .feature .feature-text p {
        font-size: 22px !important;
    }
} */

.error {
    justify-content: center;
    display: flex;
    align-items: center;
    color: red;
    font-size: 11px;
}

/*******************************/
/********** About CSS **********/
/*******************************/
.about {
    position: relative;
    width: 100%;
    padding: 45px 0;
}


.about-text h5 {
    color: #000;
    font-family: 'poppins', sans-serif;
}

.about .section-header {
    margin-bottom: 30px;
}

.about .about-img {
    position: relative;
    height: 100%;
}

.about .about-img:before {
    content: '';
    position: absolute;
    background-color: #fdbe15;
    top: 30px;
    left: -30px;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.about .about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.about .about-text p {
    font-size: 16px;
}

.about .about-text a.btn {
    position: relative;
    margin-top: 15px;
    padding: 15px 35px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #030f27;
    border-radius: 0;
    background: #fdbe33;
    transition: .3s;
    border-radius: 15px;
}

.about .about-text a.btn:hover {
    color: #fdbe33;
    background: #030f27;
}

@media (max-width: 767.98px) {
    .about .about-img {
        margin-bottom: 30px;
        height: auto;
    }
}

.birds {
    display: flex;
    justify-content: space-between;
}

.birds img {
    width: 20%;
}

/*******************************/
/********** Fact CSS ***********/
/*******************************/
.fact {
    position: relative;
    width: 100%;
    padding: 45px 0 0;
}

.fact .col-12 {
    display: flex;
}


.fact .col-6 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.fact .fact-icon {
    position: relative;
    margin: 7px 15px 0 15px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.fact .fact-icon [class^="flaticon-"]::before {
    margin: 0;
    font-size: 60px;
    line-height: 60px;
    background-image: linear-gradient(#ffffff, #fdbe33);
    -webkit-background-clip: text;

}

.fact .fact-icon [class^="fa-solid"]::before {
    margin: 0;
    font-size: 60px;
    line-height: 60px;
    background-image: linear-gradient(#ffffff, #fdbe33);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fact .fact-right .fact-icon [class^="flaticon-"]::before {
    background-image: linear-gradient(#ffffff, #030f27);
}

.fact .fact-right .fact-icon [class^="fa-solid"]::before {
    background-image: linear-gradient(#ffffff, #030f27);
}

.fact .fact-left,
.fact .fact-right {
    padding-top: 60px;
    padding-bottom: 60px;
}

.fact .fact-text h2 {
    font-size: 35px;
    font-weight: 700;
    display: inline;
}

.fact .fact-text p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.fact .fact-left {
    color: #fdbe33;
    background: #030f27;
}

.fact .fact-right {
    color: #030f27;
    background: #fdbe33;
}

.fact .fact-left h2 {
    color: #fdbe33;
}


/*******************************/
/********* Service CSS *********/
/*******************************/
.service {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
    margin-top: -150px;
    z-index: 9 !important;
}

.service .service-item {
    position: relative;
    /*width: 100%;*/
    text-align: center;
    margin-bottom: 30px;
}

.service .service-img {
    position: relative;
    overflow: hidden;
}

.service .property-finder {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px;
}

.service select {
    border-radius: 20px;
    padding: 5px 10px 5px 20px;
    margin: 10px;
    width: 190px;
}

.service .service-img img {
    width: 100%;
}

.service .service-item a.btn1 {
    margin-top: 30px;
}

.service .service-item a.btn img {
    width: 30px;
}

.service .service-item a.btn:hover img {
    filter: invert(1);
}

.service #movingImage {
    width: 20%;
    z-index: -1;
    opacity: 0.5;
}


.birds {
    top: 50%;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}

.birds img {
    width: 20%;
    overflow: hidden;
}

#birdsLeft {
    left: 0 !important;
}

@media screen and (min-width:310px) and (max-width:700px) {
    .service .property-finder {
        flex-direction: column;
    }

    .service {
        margin-top: -50px;
    }

    .fact .fact-text h2 {
        font-size: 20px;
    }

    .fact .fact-text p {
        font-size: 12px;
    }

    .fact .fact-icon [class^="flaticon-"]::before {
        font-size: 45px;
    }

    .fact .fact-icon [class^="fa-solid"]::before {
        font-size: 45px;
    }
}


/* effect-2 styles */
.effect.effect-2 {
    transition: all 0.2s linear 0s;
}

.effect.effect-2:before {
    content: "";
    font-family: FontAwesome;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: -30px;
    width: 30px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 0px 6px 6px 0px;
    transition: all 0.2s linear 0s;
    text-align: center;
}

.effect.effect-2:hover {
    text-indent: -30px;
}

.effect.effect-2:hover:before {
    right: 0;
    text-indent: 0px;
}

body .container .button-effect a:hover {
    background-color: #fdbe33;
    color: #000 !important;
}

.effect {
    text-align: center;
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #fdbe33 !important;
    text-transform: capitalize;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    padding: 10px 0px;
    width: 150px;
    border-radius: 6px;
    overflow: hidden;
    background-color: #000;
    margin: 10px;
}



.service .service-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(3, 15, 39, .7);
    transition: .5s;
    opacity: 0;
}

.service .service-item:hover .service-overlay {
    opacity: 1;
}

.service .service-overlay p {
    margin: 0;
    color: #ffffff;
}

.service .service-text {
    display: flex;
    align-items: center;
    height: 60px;
    background: #030f27;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.service .service-text h3 {
    margin: 0;
    padding: 0 15px 0 25px;
    width: calc(100% - 60px);
    font-size: 20px;
    font-weight: 700;
    color: #fdbe33;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.service .service-item a.btn {
    width: 155px;
    height: 60px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 60px;
    font-weight: 500;
    color: #030f27;
    background: #fdbe33;
    border-radius: 0;
    transition: .3s;
}

.service .service-item a.btn1 {
    width: 60px;
    height: 60px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    line-height: 60px;
    font-weight: 500;
    color: #030f27;
    background: #fdbe33;
    border-radius: 0;
    transition: .3s;
}


.service .service-item:hover a.btn {
    color: #ffffff;
}

/*******************************/
/********** Assistance CSS **********/
/*******************************/
.why-proptiger-wrap {
    padding: 30px 20px 0;
    background-color: #fff;
    transition: all 500ms ease-in-out;
}

.why-proptiger-wrap .end-to-end {
    font-size: 36px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 42px;
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-family: 'PlayfairDisplay-Medium';
    font-weight: 700;
}

.why-proptiger-wrap .sub-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.89;
    text-align: center;
    color: #777;
}

.why-proptiger-wrap .slider-wrap {
    height: 600px;
    position: relative;
    text-align: center;
    margin-top: 20px;
    overflow: hidden;
    background: url(../Images/bgimg.jpg);
    background-size: cover;
    background-position: center;
    transition: all 500ms ease-in-out;
}

.why-proptiger-wrap .slider-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.mob .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.mob {
    color: #fff;
}

.mob .end-to-end {
    font-size: 30px;
    color: #fff;
    /* font-size: 50px; */
    font-family: 'PlayfairDisplay-Medium';
    font-weight: 700;
}

.why-proptiger-wrap .slider-wrap .line {
    background: #fff;
    height: 1px;
    position: absolute;
    width: calc(100% - 100px);
    top: 29%;
    left: calc(100% - 81px);
}

.why-proptiger-wrap .slider-wrap .circle {
    width: 84px;
    height: 84px;
    border: solid 1px #979797;
    border-radius: 50%;
    background-color: transparent;
    text-align: center;
    margin: 0 auto;
    transition: all 300ms ease-in-out;
}

.why-proptiger-wrap .slider-wrap .circle i {
    font-size: 36px;
    padding: 23px 0 0;
    display: inline-block;
    color: #fff;
}

.why-proptiger-wrap .slider-wrap .label {
    max-width: 120px;
    margin: 0 auto;
    font-size: 21px;
    color: #fff;
    line-height: 1.1;
    margin-top: 10px;
    transition: color 300ms ease-in-out;

    font-size: 20px;
    font-family: 'poppins', sans-serif;
    font-weight: 600;
}

.why-proptiger-wrap .slider-wrap .label.br {
    max-width: 60px;
}

.why-proptiger-wrap .slider-wrap .short-txt {
    position: absolute;
    height: 0;
    opacity: 0;
    width: 100%;
    transition: all 500ms ease-in-out;
    margin-top: 10px;
    font-size: 18px;
    color: #fff;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
}

.why-proptiger-wrap .slider-wrap .short-txt p {
    max-width: 130px;
    margin: 0 auto;
    display: inline-block;
    font-size: 16px;
    line-height: 1.2;
}

.why-proptiger-wrap .slider-wrap .short-txt .get-in-touch {
    width: 140px;
    height: 40px;
    border-radius: 4px;
    border: solid 1px #fff;
    text-align: center;
    padding: 8px 10px;
    color: #fff;
    font-size: 13px;
    margin: 16px auto 0;
    transition: all 300ms ease-in-out;
}

.why-proptiger-wrap .slider-wrap .short-txt .get-in-touch:hover {
    background-color: #fff;
    color: #000;
}

.why-proptiger-wrap ul {
    text-align: center;
    position: relative;
    z-index: 3;
    padding: 0;
    display: flex;
}

.why-proptiger-wrap ul li {
    display: inline-block;
    vertical-align: middle;
    width: 19%;
    margin: 21% 0 0;
    cursor: pointer;
    position: relative;
    padding-bottom: 10px;
}

.why-proptiger-wrap .option .short-txt {
    width: 100%;
    height: 0;
    opacity: 0;
    transition: all 500ms ease-in-out;
}

.why-proptiger-wrap .option:hover .short-txt {
    height: auto;
    opacity: 1;
}

.why-proptiger-wrap .option:hover .circle {
    background-color: #f58220;
    border-color: #f58220;
}

.why-proptiger-wrap .option:hover .label {
    color: #fdbe33;
}

/*.line1{
    background: #fff;
    height: 1px;
    position: absolute;
    width: calc(100% - 100px);
    top: 95px;
    left: calc(100% - 81px);
    left: 20%;
}*/


@media screen and (min-width:901px) and (max-width:1000px) {
    .why-proptiger-wrap .slider-wrap .line {
        left: calc(100% - 36px);
        width: calc(100% - 100px);
    }

}

@media screen and (min-width:1001px) and (max-width:1100px) {
    .why-proptiger-wrap .slider-wrap .line {
        left: calc(100% - 40px);
        width: calc(100% - 120px);
    }

}

@media screen and (min-width:1101px) and (max-width:1180px) {
    .why-proptiger-wrap .slider-wrap .line {
        left: calc(100% - 46px);
        width: calc(100% - 120px);
    }

}

@media screen and (min-width:1181px) and (max-width:1330px) {
    .why-proptiger-wrap .slider-wrap .line {
        left: calc(100% - 55px);
        width: calc(100% - 130px);
    }

}

@media screen and (min-width: 1331px) and (max-width: 2560px) {
    .why-proptiger-wrap .slider-wrap .line {
        left: calc(100% - 55px);
        width: calc(100% - 150px);
    }
}

.desktop {
    display: block;
}

.mob {
    display: none;
}

@media screen and (min-width:300px) and (max-width:900px) {
    .desktop {
        display: none;
    }

    .mob {
        display: block;
    }

}

.mob .circle {
    width: 84px;
    height: 84px;
    border: solid 1px #fff;
    border-radius: 50%;
    background-color: transparent;
    text-align: center;
    margin: 0 auto;
    transition: all 300ms ease-in-out
}

.mob i {
    font-size: 36px;
    padding: 23px 0 0;
    display: inline-block;
    color: #fff
}

.mob .short-txt {
    /* font-size: 50px; */
    font-family: 'Inter';
    font-weight: 400;
}


.mob .carousel .carousel-inner,
.carousel .carousel-item {
    position: relative;
    width: 100%;
    height: 100%;
}

.mob .carousel-inner {
    padding: 20px 0 20px 0;
    height: 400px !important;
}

.mob .heading {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 17px;
    font-size: 24px;
    color: #fff;
    /* font-size: 50px; */
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.mob .get-in-touch {
    width: 140px;
    height: 40px;
    border-radius: 4px;
    border: solid 1px #fff;
    text-align: center;
    padding: 8px 10px;
    color: #fff;
    font-size: 13px;
    margin: 16px auto 0;
    transition: all 300ms ease-in-out;
}

.mob .get-in-touch:hover {
    background-color: #fff;
    color: #000
}

/*******************************/
/********** Video CSS **********/
/*******************************/
.video1 {
    position: relative;
    margin: 45px 0;
    height: 100%;
    min-height: 320px;
    /*background: linear-gradient(rgba(3, 15, 39, .9), rgba(3, 15, 39, .9)), url(../img/carousel-1.jpg);*/
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
}

.video {
    position: relative;
    margin: 45px 0;
    height: 75%;
    min-height: 320px;
    /*background: linear-gradient(rgba(3, 15, 39, .9), rgba(3, 15, 39, .9)), url(../img/carousel-1.jpg);*/
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
}

.video .btn-play {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
    opacity: 0.7;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #fdbe33;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #fdbe33;
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play:hover:after {
    background-color: darken(#fdbe33, 10%);
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #030f27;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}


/*******************************/
/*********** Team CSS **********/
/*******************************/

/* ----------- SLIDER ------------ */
.team {
    margin-top: 45px;
    margin-bottom: 45px;
}

/* ======= Base Reset ======= */
/* .team {
    padding: 40px 15px;
    background-color: #f8f9fa;
} */

/* .team .section-header p {
    font-size: 18px;
    color: #888;
    margin-bottom: 5px;
}

.team .section-header h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 25px;
} */

/* ======= Swiper Section ======= */

.mySwiper {
    width: 100%;
    padding: 30px 0;
    box-sizing: border-box;
}

.mobile .controls {
    position: relative;
    margin-top: 45px;
}

.swiper-slide {
    background: #fff;
    border-radius: 10px;
    padding: 20px 15px;
    /* box-shadow: 0 4px 8px rgba(0,0,0,0.08); */
    transition: transform 0.3s ease;
    height: auto;
    text-align: center;
}

.back1 {
    border: 1px solid rgb(255, 193, 7);

}

.swiper-slide .img1 {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 15px;
    border: 2px solid #eee;
}

.swiper-slide .stars {
    margin-bottom: 10px;
}

.swiper-slide .stars i {
    color: #ffc107;
    margin-right: 2px;
}

.swiper-slide h6 {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 5px;
    /* text-align: center; */
    display: contents;
}

.swiper-slide p {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}

/* ======= Swiper Buttons ======= */
.swiper-button-next,
.swiper-button-prev {
    color: #333;
    font-weight: bold;
}

.swiper-pagination {
    margin-top: 10px;
}

/* ======= Responsive Design ======= */
@media (max-width: 768px) {
    .swiper-slide {
        padding: 15px;
    }

    .team .section-header h2 {
        font-size: 22px;
    }

    .team .section-header p {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .swiper-slide .img1 {
        width: 60px;
        height: 60px;
    }

    .swiper-slide h6 {
        font-size: 15px;
    }

    .swiper-slide p {
        font-size: 13px;
    }
}

/*******************************/
/*********** Blog CSS **********/
/*******************************/
.blog {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.blog .blog-item {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.blog .blog-img {
    position: relative;
    overflow: hidden;
    /* Updated to allow the image to overflow */
    background: #000;
}

.blog .blog-img img:hover {
    transform: rotate(5deg) scale(1.05);
}

.blog .blog-img img {
    width: 100%;
    position: relative;
    display: block;
    background: #0b0b0b;
    overflow: visible;
    /* This line can be removed, as it's redundant */
    transition: all 0.3s ease-in-out;

}


.blog .blog-title {
    display: flex;
    align-items: center;
    height: 60px;
    background: #030f27;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.blog .blog-title h3 {
    margin: 0;
    padding: 0 15px 0 25px;
    width: calc(100% - 60px);
    font-size: 18px;
    font-weight: 700;
    color: #fdbe33;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.blog .blog-title a.btn {
    width: 60px;
    height: 60px;
    padding: 3px 0 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    line-height: 60px;
    font-weight: 100;
    color: #030f27;
    background: #fdbe33;
    border-radius: 0;
    transition: .3s;
}

.blog .blog-item:hover a.btn {
    color: #ffffff;
}

.blog .blog-meta {
    position: relative;
    padding: 25px 0 10px 0;
    background: #f3f6ff;
}

.blog .blog-meta::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    left: calc(50% - 50px);
    bottom: 0;
    background: #fdbe33;
}

.blog .blog-meta p {
    display: inline-block;
    margin: 0;
    padding: 0 3px;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    color: #666666;
}

.blog .blog-meta p a {
    margin-left: 5px;
    font-style: normal;
}

.blog .blog-text {
    padding: 10px 25px 25px 25px;
    background: #f3f6ff;
}

.blog .blog-text p {
    margin: 0;
    font-size: 16px;
}

.blog .pagination .page-link {
    color: #030f27;
    border-radius: 0;
    border-color: #fdbe33;
}

.blog .pagination .page-link:hover,
.blog .pagination .page-item.active .page-link {
    color: #fdbe33;
    background: #030f27;
}

.blog .pagination .disabled .page-link {
    color: #999999;
}

@media screen and (min-width:300px) and (max-width:600px) {
    .blog .swiper-horizontal {
        margin-top: -150px !important;
    }

    .blog .swiper-button-next,
    .blog .swiper-button-prev {
        width: calc(var(--swiper-navigation-size) / 20* 60) !important;
    }
}

.blog .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0 !important;
}

.blog .swiper-button-prev {

    top: var(--swiper-navigation-top-offset, 100%);
    color: #000 !important;
}

.blog .swiper-button-next {

    top: var(--swiper-navigation-top-offset, 100%);
    color: #000 !important;

}

.blog .dlg {
    height: 530px !important;
    overflow: hidden;
}

@media screen and (min-width:600px) and (max-width:1000px) {

    .blog .swiper-pagination-bullets.swiper-pagination-horizontal {
        top: var(--swiper-pagination-top, 100%);
    }

    .blog .swiper-horizontal {
        width: 50% !important;
    }
}

.blog .swiper-button-next,
.blog .swiper-button-prev {
    width: calc(var(--swiper-navigation-size) / 20* 100);
}

:root {
    --swiper-theme-color: #000 !important;
}


/*******************************/
/******* Single Post CSS *******/
/*******************************/
.single {
    position: relative;
    padding: 45px 0;
}

.single .single-content {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.single .single-content img {
    margin-bottom: 20px;
    width: 100%;
}

.single .single-tags {
    margin: -5px -5px 41px -5px;
    font-size: 0;
}

.single .single-tags a {
    margin: 5px;
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    border: 1px solid #dddddd;
}

.single .single-tags a:hover {
    color: #fdbe33;
    background: #030f27;
}

.single .single-bio {
    margin-bottom: 45px;
    padding: 30px;
    background: #f3f6ff;
    display: flex;
}

.single .single-bio-img {
    width: 100%;
    max-width: 100px;
}

.single .single-bio-img img {
    width: 100%;
}

.single .single-bio-text {
    padding-left: 30px;
}

.single .single-bio-text h3 {
    font-size: 20px;
    font-weight: 700;
}

.single .single-bio-text p {
    margin: 0;
}

.single .single-related {
    margin-bottom: 45px;
}

.single .single-related h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .related-slider {
    position: relative;
    margin: 0 -15px;
    width: calc(100% + 30px);
}

.single .related-slider .post-item {
    margin: 0 15px;
}

.single .post-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.single .post-item .post-img {
    width: 100%;
    max-width: 80px;
}

.single .post-item .post-img img {
    width: 100%;
}

.single .post-item .post-text {
    padding-left: 15px;
}

.single .post-item .post-text a {
    font-size: 16px;
    font-weight: 400;
}

.single .post-item .post-meta {
    display: flex;
    margin-top: 8px;
}

.single .post-item .post-meta p {
    display: inline-block;
    margin: 0;
    padding: 0 3px;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
}

.single .post-item .post-meta p a {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
}

.single .related-slider .owl-nav {
    position: absolute;
    width: 90px;
    top: -55px;
    right: 15px;
    display: flex;
}

.single .related-slider .owl-nav .owl-prev,
.single .related-slider .owl-nav .owl-next {
    margin-left: 15px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #030f27;
    background: #fdbe33;
    font-size: 16px;
    transition: .3s;
}

.single .related-slider .owl-nav .owl-prev:hover,
.single .related-slider .owl-nav .owl-next:hover {
    color: #fdbe33;
    background: #030f27;
}

.single .single-comment {
    position: relative;
    margin-bottom: 45px;
}

.single .single-comment h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .comment-list {
    list-style: none;
    padding: 0;
}

.single .comment-child {
    list-style: none;
}

.single .comment-body {
    display: flex;
    margin-bottom: 30px;
}

.single .comment-img {
    width: 60px;
}

.single .comment-img img {
    width: 100%;
}

.single .comment-text {
    padding-left: 15px;
    width: calc(100% - 60px);
}

.single .comment-text h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
}

.single .comment-text span {
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
}

.single .comment-text .btn {
    padding: 3px 10px;
    font-size: 14px;
    color: #030f27;
    background: #dddddd;
    border-radius: 0;
}

.single .comment-text .btn:hover {
    background: #fdbe33;
}

.single .comment-form {
    position: relative;
}

.single .comment-form h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .comment-form form {
    padding: 30px;
    background: #f3f6ff;
}

.single .comment-form form .form-group:last-child {
    margin: 0;
}

.single .comment-form input,
.single .comment-form textarea {
    border-radius: 0;
}

.single .comment-form .btn {
    padding: 15px 30px;
    color: #030f27;
    background: #fdbe33;
}

.single .comment-form .btn:hover {
    color: #fdbe33;
    background: #030f27;
}


/**********************************/
/*********** Sidebar CSS **********/
/**********************************/
.sidebar {
    position: relative;
    width: 100%;
}

@media(max-width: 991.98px) {
    .sidebar {
        margin-top: 45px;
    }
}

.sidebar .sidebar-widget {
    position: relative;
    margin-bottom: 45px;
}

.sidebar .sidebar-widget .widget-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 5px;
    font-size: 30px;
    font-weight: 700;
}

.sidebar .sidebar-widget .widget-title::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #fdbe33;
}

.sidebar .sidebar-widget .search-widget {
    position: relative;
}

.sidebar .search-widget input {
    height: 50px;
    border: 1px solid #dddddd;
    border-radius: 0;
}

.sidebar .search-widget input:focus {
    box-shadow: none;
}

.sidebar .search-widget .btn {
    position: absolute;
    top: 6px;
    right: 15px;
    height: 40px;
    padding: 0;
    font-size: 25px;
    color: #fdbe33;
    background: none;
    border-radius: 0;
    border: none;
    transition: .3s;
}

.sidebar .search-widget .btn:hover {
    color: #030f27;
}

.sidebar .sidebar-widget .recent-post {
    position: relative;
}

.sidebar .sidebar-widget .tab-post {
    position: relative;
}

.sidebar .tab-post .nav.nav-pills .nav-link {
    color: #fdbe33;
    background: #030f27;
    border-radius: 0;
}

.sidebar .tab-post .nav.nav-pills .nav-link:hover,
.sidebar .tab-post .nav.nav-pills .nav-link.active {
    color: #030f27;
    background: #fdbe33;
}

.sidebar .tab-post .tab-content {
    padding: 15px 0 0 0;
    background: transparent;
}

.sidebar .tab-post .tab-content .container {
    padding: 0;
}

.sidebar .sidebar-widget .category-widget {
    position: relative;
}

.sidebar .category-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar .category-widget ul li {
    margin: 0 0 12px 22px;
}

.sidebar .category-widget ul li:last-child {
    margin-bottom: 0;
}

.sidebar .category-widget ul li a {
    display: inline-block;
    line-height: 23px;
}

.sidebar .category-widget ul li::before {
    position: absolute;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fdbe33;
    left: 1px;
}

.sidebar .category-widget ul li span {
    display: inline-block;
    float: right;
}

.sidebar .sidebar-widget .tag-widget {
    position: relative;
    margin: -5px -5px;
}

.single .tag-widget a {
    margin: 5px;
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    border: 1px solid #dddddd;
}

.single .tag-widget a:hover {
    color: #fdbe33;
    background: #030f27;
}

.sidebar .image-widget {
    display: block;
    width: 100%;
    overflow: hidden;
}

.sidebar .image-widget img {
    max-width: 100%;
    transition: .3s;
}

.sidebar .image-widget img:hover {
    transform: scale(1.1);
}


/*******************************/
/******** Portfolio CSS ********/
/*******************************/
.portfolio {
    position: relative;
    padding: 45px 0;
}

.portfolio1 {
    position: relative;
    padding: 45px 0;
}

.portfolio-container h4,
h5 {
    color: #dbdbdb;

}

.portfolio #portfolio-flters {
    padding: 0;
    margin: -15px 0 25px 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}

.portfolio #portfolio-flters li,
.portfolio .load-more .btn {
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    padding: 8px 15px;
    color: #030f27;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0;
    background: #fdbe33;
    border: none;
    transition: .3s;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    background: #030f27;
    color: #fdbe33;
}

.portfolio .load-more {
    text-align: center;
}

.portfolio .load-more .btn {
    padding: 15px 35px;
    font-size: 16px;
    transition: .3s;
}

.portfolio .load-more .btn:hover {
    color: #fdbe33;
    background: #030f27;
}

.portfolio .portfolio-warp {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.portfolio .portfolio-img {
    position: relative;
    overflow: hidden;
}

.portfolio .portfolio-img img {
    width: 100%;
    transition: .3s;
}

.portfolio .portfolio-item:hover img {
    transform: scale(1.1);
}

.portfolio .portfolio-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(3, 15, 39, .7);
    transition: .5s;
    opacity: 0;
}

.portfolio .portfolio-warp:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio .portfolio-overlay p {
    margin: 0;
    color: #ffffff;
}

.portfolio .portfolio-text {
    display: flex;
    align-items: center;
    height: 60px;
    background: #030f27;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.portfolio .portfolio-text h3 {
    margin: 0;
    padding: 0 15px 0 25px;
    width: calc(100% - 60px);
    font-size: 20px;
    font-weight: 700;
    color: #fdbe33;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.portfolio .portfolio-warp a.btn {
    width: 60px;
    height: 60px;
    padding: 3px 0 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    line-height: 60px;
    font-weight: 100;
    color: #030f27;
    background: #ffffff;
    border-radius: 0;
    transition: .3s;
}

.portfolio .portfolio-warp:hover a.btn {
    color: #ffffff;
    background: #fdbe33;
}


/*******************************/
/********* Contact CSS *********/
/*******************************/
.contact {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.contact .col-md-6 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.contact .col-md-6:first-child {
    background: #030f27;
}

.contact .col-md-6:last-child {
    background: #fdbe33;
}

.contact .contact-info {
    position: relative;
    width: 100%;
    padding: 0 15px;
}

.contact .contact-item {
    position: relative;
    margin-bottom: 30px;
    padding: 30px;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    border: 1px solid rgba(256, 256, 256, .2);
}

.contact .contact-item [class^="flaticon-"]::before {
    margin: 0;
    color: #fdbe33;
    font-size: 40px;
}

.contact .contact-item [class^="fa-solid"]::before {
    margin: 0;
    color: #fdbe33;
    font-size: 40px;
}

.contact .contact-text {
    position: relative;
    width: auto;
    padding-left: 20px;
}

.contact .contact-text h2 {
    color: #fdbe33;
    font-size: 20px;
    font-weight: 600;
}

.contact .contact-text p {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
}

.contact .contact-item:last-child {
    margin-bottom: 0;
}

.contact .contact-form {
    position: relative;
    padding: 0 15px;
}

.contact .contact-form input {
    color: #000;
    height: 40px;
    border-radius: 10px;
    border-width: 1px;
    border-color: #000;
    background: transparent;
}

.contact .contact-form textarea {
    color: #000;
    height: 185px;
    border-radius: 10px;
    border-width: 1px;
    border-color: #000;
    background: transparent;
}

.contact .contact-form input:focus,
.contact .contact-form textarea {
    box-shadow: none;
}

.contact .contact-form .form-control::placeholder {
    color: #000;
    opacity: 1;
}

.contact .contact-form .form-control::-ms-input-placeholder {
    color: #000;
}

.contact .contact-form .form-control::-ms-input-placeholder {
    color: #000;
}

.contact .contact-form select .form-control::-ms-input-placeholder {
    color: #000;
}

.contact .contact-form .btn {
    padding: 16px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #fdbe33;
    background: #030f27;
    border: none;
    border-radius: 0;
    transition: .3s;
}

.contact .contact-form .btn:hover {
    color: #030f27;
    background: #ffffff;
}

.contact .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/***************************************/
/********* Popuop Form Submit **********/
/***************************************/


.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    overflow: auto;
    z-index: 99999;
}

.popup-content {
    background-color: white;
    padding: 20px;
    max-width: 610px;
    background-position: right;
    background-size: cover;
    margin: 50px auto;
    border-radius: 25px;
    background-image: url('./Popupbg.jpg');
}

.faded {
    position: relative;
    display: inline-block;
    color: white;

    &:after {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-collapse: separate;
    }

    @include faded($faded-offset, $faded-blur-radius, $faded-spread-radius);

    &.faded-narrow {
        @include faded($faded-narrow-offset, $faded-narrow-blur-radius, $faded-narrow-spread-radius);
    }

    &.faded-wide {
        @include faded($faded-wide-offset, $faded-wide-blur-radius, $faded-wide-spread-radius);
    }
}

.faded.faded-all:after,
.faded.faded-left.faded-top.faded-right.faded-bottom:after {
    box-shadow: inset 0 0 13px 12px;
}

.faded.faded-wide.faded-all:after,
.faded.faded-wide.faded-left.faded-top.faded-right.faded-bottom:after {
    box-shadow: inset 0 0 80px 28px;
}

.getpopup h4,
.getpopup .form-group label {
    color: #fff !important;
}

.getpopup input,
.getpopup select {
    color: #fff !important;
    border: 1px solid #fff !important;
}

.getpopup ::placeholder {
    color: #fff !important;
}

.getpopup option {
    color: #000;
}

.getpopup {
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.5));
    background: rgba(0, 0, 0, 0.3);
    padding: 7px;
    border-radius: 15px;
}

.getpopup::before {
    box-shadow: inset 0 0 13px 12px;
}

.popup .btn {
    color: #fff;
    border: 2px solid #d7e3f6;
    border-radius: 0;
    background: #2f3569;
}

.popup .btn:hover {
    color: #030f27;
    background: #fdbe33;
    border-color: #fdbe33;
    border: 2px solid #000;
}

.close {
    color: #ffffff;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: rgb(255, 133, 133);
    text-decoration: none;
    cursor: pointer;
}

.carousel-item a {
    display: block;
}

.carousel-item a {
    display: block;
    width: 100%;
    height: 100%;
}

/* .carousel-item img {
    pointer-events: none;
} */

.pointer-event {
    pointer-events: auto !important;
}

#carousel a {
    pointer-events: auto !important;
}


@media screen and (min-width:0px) and (max-width:767px) {
    .popup-content {
        background-image: none !important;
    }

    .top-bar {
        display: none;
    }

    /* #popupForm .col-lg-6 .form-group label, input{
        color: #fff !important;
    }*/
    .close.mob {
        color: #000;
        float: right;
        font-size: 32px;
        font-weight: bold;
        top: -60px;
        position: absolute;
        right: 5px;
        z-index: 999;
        background: #fff;
        border-radius: 47px;
        padding: 9px;
        opacity: 0.899;
    }

    .close.desk {
        display: none;
    }

    .getpopup {
        background: none;
    }

    .getpopup h4,
    .getpopup .form-group label {
        color: #000 !important;
    }

    .getpopup input,
    .getpopup select {
        color: #000 !important;
        border: 1px solid #000 !important;
    }

    .getpopup ::placeholder {
        color: #000 !important;
    }

    .getpopup option {
        color: #000;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .popup-content .col-lg-6 {
        width: 50% !important;
    }

}

@media screen and (min-width:768px) and (max-width:2560px) {

    .popup-content .dis img {
        display: none !important;
    }
}

/***************************************/
/********* Popuop Form Submit **********/
/***************************************/



/*******************************/
/********* Form Submit **********/
/*******************************/



.section .form {
    width: 100%;
    background: url(../css/form-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;

    justify-content: center;
}

.form-group {
    margin: 5px 5px 10px 5px;

}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #000;

}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
select[type="select"],
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #000;
    border-radius: 15px;
    background: transparent;

}

textarea {
    height: 100px;
    width: 100%;
    resize: none;
}

.section form button {
    width: 40%;
    padding: 10px;
    background-color: #fdbe33;
    color: #000;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}



.section form button:hover {
    background-color: #000;
    color: #fff;
}

@media (max-width: 600px) {
    .form {
        width: 100%;
    }

    .award-form {
        display: flex;
        flex-direction: column;
    }

    .form-group {
        width: 100%;
    }
}

.award-form {
    display: flex;
}

.awards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.awards .img {
    width: 100%;
    display: contents;
}

.awards .img img {
    width: 33%;
    height: 30%;
    padding: 5%;

}

.line {
    border-bottom: 2px solid #fdbe33;
    width: 70px;
    /*margin-bottom: 20px;*/

}

.gap {
    border: 1px solid transparent;
}

.awards h3 {
    display: flex;
    justify-content: center;

}

.header {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}



.commitment h1 {
    color: #242424;
    font-size: 30px;
    font-family: 600;
    text-align: start;
    margin-left: 20px;
}

.commitment h1 span {
    color: #b8292f;
    font-weight: 700;
    font-size: 30px;
}

@font-face {
    font-family: Quicksand;
    src: url(font/Quicksand-VariableFont_wght.ttf);
}

.commitment .row {
    display: flex !important;
    justify-content: center;

}

@font-face {
    font-family: 'rock';
    src: url('css/Fonts/ROCK.TTF');

}

@media screen and (min-width:320px) and (max-width:375px) {
    .commitment .row {
        display: flex !important;
        justify-content: flex-start;
        flex-direction: column;
    }

    .commitment h1 {
        margin-left: 18%;
    }
}

@media screen and (min-width:375px) and (max-width:767px) {
    .commitment .row {
        display: flex !important;
        justify-content: flex-start;
        flex-direction: column;
    }

    .commitment h1 {
        margin-left: 25%;
    }

}

@media screen and (min-width:768px) and (max-width:1000px) {
    .commitment h1 {
        font-size: 25px;
    }
}

.commitment h4 {
    color: #000;
    font-size: 16px;
    text-transform: none;
    text-align: left;
    letter-spacing: 1.2px;
    line-height: 1.6rem;
    font-family: 'Quicksand';
    font-weight: 500;

}


/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
    position: relative;
    margin-top: 45px;
    padding-top: 90px;
    background: #030f27;
    color: #ffffff;
}

@media screen and (min-width:320px) and (max-width:767px) {
    .feature .feature-text p {
        font-size: 15px !important;
    }

    .feature .feature-text h3 {
        font-size: 20px !important;
    }

    .feature .feature-item {
        min-height: 170px;
        padding: 15px;
    }

    .enquire-button {
        padding: 20px 3px 20px 50px !important;
    }

    .enquire-button1 {
        padding: 20px 3px 20px 50px !important;
    }
}


.enquire-button {
    position: fixed;
    top: 200px;
    right: 0px;
    margin: 0;
    background-color: #87e133;
    color: #000;
    padding: 30px 5px 30px 57px;
    border-radius: 5px;
    cursor: pointer;
    writing-mode: vertical-rl;
    z-index: 1000;
    clip-path: polygon(55% 10%, 100% 0, 100% 100%, 55% 90%);
    transition: all 0.3s;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

.enquire-button:hover {
    background-color: #000;
    color: #fdbe33;
    /* Change text color on hover */
}


.enquire-button1 {
    position: fixed;
    top: 400px;
    right: 0px;
    margin: 0;
    background-color: #87e133;
    color: #000;
    padding: 30px 5px 30px 57px;
    border-radius: 5px;
    cursor: pointer;
    writing-mode: vertical-rl;
    z-index: 1000;
    clip-path: polygon(55% 10%, 100% 0, 100% 100%, 55% 90%);
    transition: all 0.3s;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

.enquire-button1:hover {
    background-color: #000;
    color: #fdbe33;
    /* Change text color on hover */
}

@media screen and (min-width:320px) and (max-width:900px) {
    .footer .ntg {
        display: none;
    }
}

.footer .footer-contact,
.footer .footer-link,
.footer .newsletter {
    position: relative;
    margin-bottom: 45px;
}

.footer h2 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #fdbe33;
}

.footer h2::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #fdbe33;
}

.footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
    transition: .3s;
}

.footer .footer-link a::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .footer-link a:hover {
    color: #fdbe33;
    letter-spacing: 1px;
}

.footer .footer-link a:hover p {
    color: #ffffff !important;
}

.footer .footer-link ul {
    list-style: none;
    display: flex;
    padding: 0;
}

.footer .footer-link li {
    margin-left: 10px;
}

.footer .footer-contact p i {
    width: 25px;
}

.footer .footer-social {
    position: relative;
    margin-top: 20px;
}

.footer .footer-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 7px 0;
    text-align: center;
    border: 1px solid rgba(256, 256, 256, .3);
    border-radius: 60px;
    transition: .3s;
}

.footer .footer-social a i {
    font-size: 15px;
    color: #ffffff;
}

.footer .footer-social a:hover {
    background: #fdbe33;
    border-color: #fdbe33;
}

.footer .footer-social a:hover i {
    color: #030f27;
}

.footer .newsletter .form {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}

.footer .newsletter input {
    height: 50px;
    border: 2px solid #121518;
    border-radius: 0;
}

.footer .newsletter .btn {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 40px;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fdbe33;
    background: #121518;
    border-radius: 0;
    border: 2px solid #fdbe33;
    transition: .3s;
}

.footer .newsletter .btn:hover {
    color: #121518;
    background: #fdbe33;
}

.container.footer-menu {
    text-align: center;
}

.footer-menu h2::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 2px;
    background: #fdbe33;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.footer .footer-menu .f-menu {
    position: relative;
    padding: 15px 0;
    font-size: 0;
    text-align: center;
    border: 1px solid rgba(256, 256, 256, .1);

    display: flex;
    justify-content: center;
}

@media (max-width:600px) {
    .footer .footer-menu .f-menu a {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        border-right: none !important;
        justify-content: center;
    }

    .footer .footer-menu .f-menu {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;

    }

    .fact .fact-icon {
        margin: 4px 10px 0 10px;
    }

}


.footer .footer-menu .f-menu a {
    color: #ffffff;
    font-size: 16px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu .f-menu a:hover {
    color: #fdbe33;
}

.footer .footer-menu .f-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}


.footer .copyright {
    padding: 30px 15px;
    text-align: center;
}

.footer .copyright p {
    margin: 0;
    color: #ffffff;
}

.footer .copyright .col-md-6:last-child p {
    text-align: right;
}

.footer .copyright p a {
    color: #fdbe33;
    font-weight: 500;
    letter-spacing: 1px;
}

.footer .copyright p a:hover {
    color: #ffffff;
}

@media (max-width: 768px) {

    .footer .copyright p,
    .footer .copyright .col-md-6:last-child p {
        margin: 5px 0;
        text-align: center;
    }
}


.video-placeholder {
    position: relative;
    width: 470px;
    height: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;

}

.btn-play {
    position: absolute;
    width: 64px;
    height: 64px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-play span {
    width: 0;
    height: 0;
    border-left: 20px solid white;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}


/*///////// Faq \\\\\\\\\*\

/** Faq info start **/
.faq-info .nav-tabs {
    background: transparent;
    border-bottom: none;
    margin-bottom: 30px;
}

.faq-info p {
    margin-bottom: 0;
}

.faq-info .nav-tabs .nav-link {
    display: block;
    padding: 12px 20px 12px;
    border-radius: 0;
    background: #fff;
    color: #343434;
}

.faq-info .nav-tabs .nav-link.active {
    color: #fff;
}

.faq-info .nav-tabs .nav-link:hover {
    color: #fff;
}

.faq-info .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    font-weight: 400;
    padding: 20px;
    font-size: 16px;
    color: #262525;
    text-align: left;
    background-color: #f7f7f7;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    margin-bottom: 10px;
}

.faq-info .accordion-button:focus {
    z-index: 3;
    outline: 0;
    background-color: #f7f7f7;
    box-shadow: none;
}

.faq-info .accordion-item {
    border: none;
}

.faq-info .accordion-body {
    padding: 20px 20px 30px;
    margin-bottom: 10px;
    background: #001b50;
    color: white;
}

.faq-info .accordion-body p {
    margin-bottom: 0;
}

.faq-info .accordion-button:not(.collapsed)::after {
    background-image: url(../assets/Images/down-arrow.png);
    transform: rotate(-180deg);
}

.faq-info.other-features .accordion-button {
    font-size: 16px;
    color: #383737;
    font-weight: 500;
    background-color: transparent;
    margin-bottom: 30px;
    padding: 0 0 0 30px !important;
}

.faq-info.other-features .accordion-button::after {
    margin-right: auto;
    position: absolute;
    left: 0;
}

.faq-info.other-features .accordion-body {
    padding: 0 0 10px;
}

.faq-info.other-features .checkbox label::before {
    left: 0;
    margin-left: -18px;
    border-radius: 0;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125)
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg)
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button::after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.accordion-header {
    margin-bottom: 0;
    background-color: #d0d2d3;
}

.accordion-item {
    border: 1px solid rgba(0, 0, 0, .125)
}

.accordion-item:first-of-type {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);

}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;


}

.accordion-body {
    padding: 1rem 1.25rem;
    background-color: #f3f4f7;
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.accordion-flush .accordion-item:first-child {
    border-top: 0
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
    background-color: #ffcc5c;
}



.contact .contact-form select {
    color: #000;
    height: 40px;
    border-radius: 10px;
    border-width: 1px;
    border-color: #000;
    background: transparent;
}

.contact .contact-form option {
    color: #000;
}


/*popupform2*/


.column5 {
    float: left;
    width: 40%;
    padding: 0 10px;
}

.content2 {
    padding-bottom: 10px;
    /*float: left;*/
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;

}

.ul1 {
    list-style: none;
    margin: 10px 0 10px 1px;
    padding: 15px;
}

.card3 .btn:hover {
    color: #000;
    background: #fdbe33;
    border-color: #000;
}

.card3 .btn {
    border: 2px solid #fdbe33;
    border-radius: 0;
    color: #fdbe33;
    background-color: #000;
    padding: 14px;
}

.h7 {
    color: #000;

}

.card3 h2 {
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-weight: 700;
    padding: 5px;
    font-size: 20px;
}

.ul1 li,
h6,
.h7 {
    margin-bottom: 4px;
    margin-left: 10px;
    justify-content: space-between;
    display: flex;
    align-items: center;

}

.h7 {
    font-size: 15px;

}

.card3 {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    /*text-align: center;*/
    background-color: #f1f1f1;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: start;
    align-items: center;
    height: 600px;
}

.cls {
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .column5 {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }

    .card3 {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        height: 560px;
    }

    .ul1 li,
    h6,
    .h7 {
        font-size: 14px !important;
    }

    .ul1 {
        list-style: none;
        margin: 10px 0 10px 1px;
        padding: 0px;
    }

    .contact .contact-text p {
        margin: 0;
        color: #ffffff;
        font-size: 14px;
    }

    .card3 .btn {
        padding: 10px;
    }

    .contact1 .contact-form1 {
        width: 100% !important;
    }

    .popup-content2 h2 {
        font-size: 15px;
    }
}

@media screen and (min-width:768px) and (max-width: 1199px) {

    .card3 {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: start;
        align-items: center;
        height: 550px;
    }

    .ul1 li,
    h6,
    .h7 {
        font-size: 13px !important;
    }

    .ul1 {
        list-style: none;
        margin: 10px 0 10px 1px;
        padding: 0;
    }

    .card3 .btn {
        padding: 10px;
    }
}


.popup2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    overflow-x: hidden;
}

.popup-content2 {
    background: linear-gradient(to right, #d3cce3, #e9e4f0);
    margin: 30px auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    /*max-width: 400px;*/

}

.close2 {
    float: right;
    cursor: pointer;
    font-size: 30px;
    position: absolute;
}

.close2:hover,
.close2:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;

}

.contact1 .contact-form1 input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
select[type="select"],
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #000;
    border-radius: 15px;
    background: transparent;
}

.contact1 {
    position: relative;
    width: 100%;
    padding: 30px 0 0 0;
    display: flex;
    flex-wrap: wrap;

}

.contact1 .contact-form1 {
    position: relative;
    padding: 0 15px;
    width: 50%;
    margin-top: 5px;
}

.btn {
    border: 2px solid #fdbe33;
    border-radius: 0;
    color: #fdbe33;
    background-color: #000;
    padding: 8px 14px 8px 14px;

}

.btn:hover {
    color: #000;
    background: #fdbe33;
    border-color: #000;
}

.popup-content2 h2 {
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-weight: 700;
    padding: 5px;
    font-size: 20px;
}

.popup-center {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Optional styling for fullscreen mode */
:fullscreen::backdrop {
    background-color: rgba(0, 0, 0, 0.9);
    /* Dim the background */
}

canvas {
    display: block;
    width: 100%;
    height: 100%;
}

/* body {
    overflow: hidden;
    margin: 0px;
} */

.arrow-button {
    position: absolute;
    bottom: 60px;
    right: 0;
    transform: translateX(-50%);
    cursor: pointer;
    width: 35px;
    padding: 5px;
    filter: invert(1);
    background-color: #ffffffa3;
    border-radius: 30px;
}

.visible {
    display: none !important;
}

.arrow-button:hover {
    background-color: #fff;
    border-radius: 30px;
}

.image2 {
    position: absolute;
    bottom: 0;
    background: black;
    width: 100%;

}

#container {
    width: 100%;
    height: 70vh !important;
    overflow: hidden;
    cursor: grab;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 15px;
    border: 1px solid #00325e;
}

canvas {
    transition: all 0.5s;
    width: 100% !important;

    transition: all 0.3s ease;
}

.grabbing {
    cursor: grabbing !important;
    transition: all 0.3s ease;
}

.image-container {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #0000008c;
    padding: 5px;
    border-radius: 5px;
    width: 100%;
    display: block;
    transition: all 0.3s;
}

.image-container img {
    width: 90px;
    /* Adjust as needed */
    height: auto;
    margin: 5px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.image-container img:hover {
    transform: scale(1.1);
}

#evrbbthlsctr {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.3s ease;
}

@media screen and (min-width: 320px) and (max-width: 767px) {

    #pauseButton,
    #fullscreenButton {
        width: 65px;
        font-size: 12px;
        padding: 5px;
    }

    #fullscreenButton {
        right: 75px;
    }

    #pauseButton {
        right: 10px;
    }

    /*#container{
        height: 50vh;
    }*/

}

#pauseButton:hover,
#fullscreenButton:hover {
    background-color: #f0f0f0;
    color: #000;
}

#fullscreenButton {
    right: 140px;
}

#pauseButton {
    right: 50px;
}

#pauseButton,
#fullscreenButton {
    position: absolute;
    top: 10px;
    z-index: 10;
    padding: 10px 20px;
    background-color: #fff;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 12px;
    width: 87px;
    display: flex;
    justify-content: center;
}

.fullscreen-prompt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 15px 20px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    z-index: 100;
    display: none;
    pointer-events: none;
    /* Lets mouse events pass through */
}

/* Overlay that appears when hovering over the container */
.hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 50;
    display: none;
    pointer-events: none;
    /* Lets mouse events pass through */
}

/* Highlight effect for the fullscreen button */
#container:hover #fullscreenButton {
    box-shadow: 0 0 15px 5px rgba(255, 215, 0, 0.7);
    background-color: #ffcc00;
    color: #000;
    transform: scale(1.1);
}

.image-container {
    display: flex;
    overflow-y: scroll;
}

.container1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container2 {
    width: 80%;

}

.deskbg {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    padding: 13px;
}


.whatsapp-float {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    background-color: #25D366;
    color: white;
    font-size: 28px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    animation: bounce 2s infinite;
    transition: transform 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    text-decoration: none;
}

/* Bounce Animation */
@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

input#phone {
    width: 100%;
}

input#phone1 {
    width: 100%;
}

input#phone2 {
    width: 100%;
}

.d-none {
    display: none !important;
}

.auto-scroll {
    height: 180px;
    /* Adjust height as needed */
    overflow: hidden;
    position: relative;
}

.auto-scroll a {
    display: block;
    padding: 10px 0;
    color: #dddddd;
    text-decoration: none;
    font-size: 16px;
}

.enquire-button1 i {
    rotate: 90deg;
}

.auto-scroll .scrolling-content {
    display: inline-block;
    animation: scroll-up 80s linear infinite;
    text-align: start;
}

@keyframes scroll-up {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-100%);
    }
}

.auto-scroll:hover .scrolling-content {
    animation-play-state: paused;
}

#Call a {
    color: #000;
}

#Call a:hover {
    color: #fdbe33;
}
/* 
#carousel .carousel-control-next:hover {
    cursor: url('/assets/Images/next.png'), all-scroll !important;
}

#carousel .carousel-control-prev:hover {
    cursor: url('/assets/Images/prev.png'), all-scroll;
} */

.newflats{
    position: relative;
    width: 100%;
    padding: 45px 0;
}
.ongoingprojects .list-inline li a{
    color: #000;
    font-size: 17px;
}
.ongoingprojects .list-inline li a:hover{
    color: #f7bd00;
}

