@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');



/***** General CSS *****/



body {

    word-break: break-word;

    font: 15px/25px 'Poppins', sans-serif;

    color: #393939;

    overflow-x: hidden;

    background-color: #000;

}



a {

    text-decoration: none;

    color: #28b16d;

    white-space: initial;

}



a:hover,

a:focus {

    text-decoration: none;

    color: #393939;

}



a:hover {

    /* transition: all 0.5s ease-in-out; */

    /* -webkit-transition: all 0.5s ease-in-out; */

    -moz-transition: all 0.5s ease-in-out;

}



img {

    max-width: 100%;

}



input[type="text"]:focus,

textarea:focus,

input[type="password"]:focus,

select:focus,

input[type="email"]:focus,

input[type="url"]:focus,

input[type="tel"]:focus,

input[type="number"]:focus {

    transition: all 0.5s ease;

    -webkit-transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;

    outline: none;

}



select,

input[type="text"],

input[type="password"],

input[type="email"],

input[type="url"],

input[type="number"],

textarea,

input[type="tel"] {

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

}



ul {

    margin: 0 0 20px;

    padding: 0;

    list-style-type: none;

}



p {

    font-weight: 500;

    line-height: 25px;

    font-family: 'montserrat-text';

}





/***** Font Files *****/

@font-face {

    font-family: 'garet-font-sd';

    src: url(../font/Garet-Heavy.otf);

    font-weight: 400;

    font-style: normal
}

@font-face {

    font-family: 'race-font-one';

    src: url(../font/RACE1\ Brannt\ Plus\ NCV.otf);

    font-weight: 400;

    font-style: normal
}



@font-face {

    font-family: 'race-font';

    src: url(../font/RACE1\ Brannt\ Plus\ Chiseled\ NCV.ttf);

    font-weight: 400;

    font-style: normal
}



@font-face {

    font-family: 'montserrat-bold';

    src: url(../font/Montserrat-Bold.ttf);

    font-weight: 400;

    font-style: normal
}



@font-face {

    font-family: 'montserrat-text';

    src: url(../font/Montserrat-Regular.ttf);

    font-weight: 400;

    font-style: normal
}



@font-face {

    font-family: 'montserrat-font-heading';

    src: url(../font/Montserrat-SemiBold.ttf);

    font-weight: 400;

    font-style: normal
}



@font-face {

    font-family: 'fonarto';

    src: url(../font/Fonarto-Regular.otf);

    font-weight: 400;

    font-style: normal
}



@font-face {

    font-family: 'anton-font';

    src: url(../font/VivelaRivoluzione.ttf);

    font-weight: 400;

    font-style: normal
}



@font-face {

    font-family: 'garet-black';

    src: url(../font/garet-black.otf);

    font-weight: 400;

    font-style: normal
}



@font-face {

    font-family: 'cinzel-bold';

    src: url(../font/cinzel-bold.ttf);

    font-weight: 400;

    font-style: normal
}





/***** Custom Classes *****/



.noPadding {

    padding: 0;

}



.noLeft {

    padding-left: 0;

}



.noRight {

    padding-right: 0;

}



.centerCol {

    float: none;

    margin: 0 auto;

}



.pt_8 {

    padding-top: 80px;

}



.pb_8 {

    padding-bottom: 80px;

}



.py_8 {

    padding: 80px 0px;

}



.theme_btn {

    padding: 12px 28px;

    border: 4px solid #bd0f5b;

    border-radius: 12px;

    color: #ffffff;

    z-index: 1;

    background: #000000;

    position: relative;

    font-size: 17px;

    /* transition: all 250ms; */

    overflow: unset;

    display: inline-block;

    font-family: 'montserrat-font-heading';

    z-index: 1;

}



.theme_btn::before {

    content: "";

    position: absolute;

    top: 0px;

    left: 0px;

    height: 100%;

    width: 100%;

    border-radius: 8px;

    background-color: #f4f4f400;

    z-index: 6;

    /* transition: all 250ms; */

    right: 0px;

    margin: 0 auto;

    border: 1px solid #ffffff91;

    bottom: 0px;

}



.theme_btn:hover {

    color: #bd0f5b;

}



.header-btn {

    display: flex;

    align-items: center;

    justify-content: end;

}



.theme_btn:hover::before {

    width: 100%;

}



.flexRow {

    display: -webkit-box;

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    align-items: center;

}



.flexCol {

    -webkit-box-flex: 1;

    -moz-box-flex: 1;

    -webkit-flex: 1;

    -ms-flex: 1;

    flex: 1;

    align-items: center;

}



h1 {

    font-family: 'race-font';

    font-size: 55px;

    line-height: 1.2;

    color: #fff;

    font-weight: 500;

    margin: 0 0 17px;

}



h2 {

    font-family: 'race-font';

    font-size: 55px;

    line-height: 1.2;

    color: #000000;

    font-weight: 500;

    margin: 0 0 8px;

}



h3 {

    font-family: 'montserrat-font-heading';

    font-size: 30px;

    line-height: 1.2;

    color: #000000;

    font-weight: 600;

    margin: 0 0 28px;

}



h4 {

    font-family: 'montserrat-font-heading';

    font-size: 24px;

    line-height: 1.2;

    color: #393939;

    font-weight: 500;

    margin: 0 0 13px;

}



h5 {

    font-family: 'montserrat-font-heading';

    font-size: 20px;

    line-height: 1.2;

    color: #393939;

    font-weight: 500;

    margin: 0 0 20px;

}



h6 {

    font-family: 'montserrat-bold';

    font-size: 18px;

    line-height: 1.2;

    color: #393939;

    font-weight: 400;

    margin: 0 0 8px;

}



select {

    background: #fff url('../images/arrow.png') no-repeat right;

    padding: 0 40px 0 30px;

}



::-webkit-input-placeholder {

    color: #575757;

}



::-moz-placeholder {

    color: #575757;

    opacity: 1;

}



:-ms-input-placeholder {

    color: #575757;

}



:-moz-placeholder {

    color: #575757;

    opacity: 1;

}





/*header css start */



.menuSec {

    padding: 0px 0;

    position: absolute;

    z-index: 1;

    width: 100%;

    top: 10px;

}



.menuSec img {

    margin: 0;

}



.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    text-transform: capitalize;
}



.menuSec ul li {

    position: relative;

    display: inline-block;

    margin: 0;

    padding: 0;

}



.menuSec li ul {

    display: none;

}



.menuSec ul li a {

    position: relative;

    display: inline-block;

    text-decoration: none;

    color: #ffffff;

    padding: 10px 30px;

    font-size: 15px;

    font-family: 'montserrat-text';
}



.menuSec ul li:last-child a {

    padding-right: 0px;

}



.menuSec ul li:last-child a:after {

    display: none;

}



.menuSec ul li a:hover,

.menuSec ul li a.active {

    transition: all 0.5s ease;

    -webkit-transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;

    color: #dbca97;

}



.menuSec li:hover>ul {

    display: block;

    position: absolute;

    z-index: 1000;

    background-color: #000000;

    left: 0px;

    width: 230px;

    text-align: left;

    top: 38px;

}



.menuSec li>ul>li>a {

    border: none;

    padding: 13px 20px !important;

    color: #fff !important;

    overflow: hidden;

    font-size: 13px;

    line-height: 20px;

}



.menuSec li>ul>li,

.menuSec li>ul>li>a {

    display: block;

    margin: 0;

}



.menuSec li>ul>li>a:before,

.menuSec li>ul>li>a:after {

    display: none;

}



.menuSec li:hover li {

    float: none;

}



.menuSec li ul li a:hover {

    background-color: #ffffff;

    color: #000000 !important;

}



.menuSec ul ul ul {

    left: 100%;

    top: 0;

}



.menuSec ul:before,

.menuSec ul:after {

    content: " ";

    display: table;

}



.menuSec ul:after {

    clear: both;

}



.menuSec li>ul>li:hover>ul {

    left: 230px;

    top: 0px;

    width: 270px;

}



.droopdwon li:hover>ul {

    display: block;

    position: absolute;

    z-index: 1000;

    background-color: #000000;

    left: 0px;

    width: 230px;

    text-align: left;

    top: 40px;

}



.droopdwon {

    float: left;

}



.droopdwon li:hover li a:hover {

    background-color: #ffffff;

    color: #000 !important;

}





/*header css start */



.dropdown-menu {

    position: absolute !important;

    z-index: 1000;

    display: block;

    min-width: 10rem;

    padding: 0.5rem 0;

    margin: 0;

    font-size: 1rem;

    color: #212529;

    text-align: left !important;

    background-color: #fff;

    background-clip: padding-box;

    border: 1px solid rgba(0, 0, 0, 0.15);

    border-radius: 0.25rem;

}





/*banner css start */





/* Tab slider fix  */



.tab_sec .tab-pane {

    display: block;

    border: 0;

    height: 0;

}



.tab_sec .tab-pane.active {

    display: block !important;

    height: auto;

}





/* Tab slider fix  */



.carousel-inner>.item>a>img,

.carousel-inner>.item>img {

    width: 100%;

}



.carousel-control.right,

.carousel-control.left {

    background: none;

    opacity: 1;

    width: 50px;

    height: 50px;

    top: initial;

    top: 40%;

    background: rgba(255, 255, 255, 0.1);

    text-shadow: none;

}



.carousel-control.right:hover,

.carousel-control.left:hover {

    background: rgba(255, 27, 27, 0.6);

    color: #fff;

}



.carousel-control.right .fa,

.carousel-control.left .fa {

    position: relative;

    top: 12px;

    font-size: 20px;

    color: #fff;

    opacity: 0.5;

}



.carousel-control.right {

    right: 0px;

}



.carousel-control.left {

    left: 0px;

}



.carousel-indicators [data-bs-target] {

    box-sizing: content-box;

    flex: 0 1 auto;

    width: 10px;

    height: 12px;

    padding: 0;

    margin: 3px !important;

    text-indent: -999px;

    cursor: pointer;

    background-color: #fff;

    background-clip: padding-box;

    border: 0;

    border-top: 10px solid transparent;

    border-bottom: 10px solid transparent;

    opacity: 1;

    /* transition: opacity 0.6s ease; */

    border-radius: 20px;

}



.carousel-caption {

    position: absolute;

    top: 0;

    width: 100%;

    height: 100%;

    left: 0;

    right: 0;

    margin: 0;

    padding: 0;

    color: #fff;

    text-align: left;

    display: -webkit-box;

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    align-items: center;

    background: rgba(0, 0, 0, 0.1);

}



.carousel-indicators li {

    border: none;

    border-radius: 100%;

    -webkit-border-radius: 100%;

    -moz-border-radius: 100%;

    background: #fff;

    width: 12px;

    height: 12px;

    margin: 0;

}



.carousel-indicators .active {

    margin: 0;

    background-color: #28b16d;

    width: 10px;

    height: 12px;

}



.banner-img video {

    height: 100vh;

    width: 100%;

    object-fit: cover;

}





/*banner css end*/



.blog_sec {

    padding: 5% 0;

}





/* Tabs  */



.tab_sec .nav-tabs .nav-link.active {

    background: #242889;

    color: #fff;

}



.tab_sec .nav-tabs .nav-link {

    background: #ccc;

    border-radius: 50px;

    color: #000;

    padding: 7px 28px;

}



.tab_sec .nav-tabs {

    border: none;

    justify-content: center;

    gap: 20px;

    margin-bottom: 20px;

}





/* Tabs  */





/* Header Css Start */



.banner-img img {

    height: 100vh;

    width: 100%;

    object-fit: cover;

}



.header-logo img {

    width: 100%;

}



.banner_text {

    text-align: center;

    width: 100%;

    margin: 0 auto;
}



.banner_text h6 {

    margin-bottom: 20px;

    color: #fff;

    font-size: 22px;

    /* margin-top: 120px; */

    line-height: 30px;
}



.banner_text ul.banner-btn {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 20px;

}



.banner_text p {
    margin-bottom: 28px;
    font-size: 20px;
}



.theme_btn.theme-btn-two {

    background: #00000000;

}





/* Header Css End */





/* why choose us */



.wcu {

    background-color: #fffdfd;

    padding: 100px 0;

}



.wcu_img img {

    /* height: 430px; */

    width: 100%;

    object-fit: cover;

    border-radius: 30px;

    border: 1px solid #a48c64;

}



.wcu_txt p {

    font-weight: 400;

    font-size: 15px;

    width: 93%;

}





/* why choose us */





/* Testimonials */



.testimonials {

    padding: 100px 0;

}



.test_txt h3 {

    font-family: 'fonarto';

    font-weight: 400;

    color: #ffffff;

    margin-bottom: 0;

}



.test_title {

    font-size: 11px;

    font-weight: 500;

    font-family: 'montserrat-text';

    color: #ffffff;

}



.test_txt p {

    margin: 10px 0;

    color: #ffffff;

}



.rating i {

    color: #ffcb22;

    font-size: 18px;

}



.rating ul {

    display: flex;

    justify-content: flex-start;

    align-items: center;

    gap: 10px;

}



.rating_number {

    font-size: 15px;

    font-weight: 500;

    font-family: 'montserrat-text';

    color: #ffffff;

}



.rating_days {

    font-size: 11px;

    font-weight: 500;

    font-family: 'montserrat-text';

    color: #ffffff;

}



.test_img img {

    width: 120px;

    height: 120px;

    object-fit: contain;

}



.test_txt {

    padding: 12px;

    position: relative;

}



.test_txt::before {

    content: '';

    position: absolute;

    top: -3px;

    left: -6px;

    background: url(../images/test-border.png);

    background-repeat: no-repeat;

    background-size: cover;

    height: 92%;

    width: 102%;

    z-index: 1;

}



.test_txt::after {

    content: '\f10d';

    position: absolute;

    top: -25px;

    right: 20px;

    font-size: 60px;

    color: #ffffff;

    font-weight: 900;

    font-family: 'Font Awesome 5 Free';

    z-index: 1;

}



.test_slider .slick-track {

    margin: 40px 0;

}



.slick-slide {

    opacity: 1;

}



.tst_heading p {

    color: #fff;

    margin: 0 auto;

    width: 39%;

}



.tst_heading h2 {

    color: #bd0f5b;

    margin-bottom: 10px;

    font-family: 'race-font-one';

}



.tst_heading {

    text-align: center;

    margin-bottom: 50px;

}





/* Testimonials */





/* project */



.project {

    /* background: url(../images/gallery-bg.png); */

    background-repeat: no-repeat;

    background-size: cover;

    padding: 60px 0 60px;

    background: #fff;
}



.project_main>a {

    /* position: relative; */

    border-radius: 20px;

    overflow: hidden;

    transition: all ease .3s;

    width: 100%;

}



.project_main {

    position: relative;

    margin-bottom: 20px;

}



.project_main a img {

    height: 400px;

    width: 100%;

    object-fit: cover;

    border-radius: 20px;

}



.project_slider .slick-slide {

    opacity: 1;

    margin: 0 20px;

}



.project_main>a::after {

    position: absolute;

    content: "+";

    background: rgba(0, 0, 0, 0.384);

    width: 100%;

    height: 100%;

    top: 0;

    left: 0px;

    font-size: 40px;

    border-radius: 20px;

    transition: all 0.4s ease-in-out 0s;

    transform: scale(0);

    color: rgb(255, 255, 255);

    display: flex;

    align-items: center;

    justify-content: center;

}



.project_main>a:hover::after {

    transition: all 0.4s ease-in-out 0s;

    transform: scale(1);

    border-radius: 20px;

}



.project_heading p {

    color: #000000;

    margin: 0 0;

    width: 80%;

    font-weight: 400;

    font-size: 15px;

}



.project_heading h2 {

    color: #ffffff00;

    margin-bottom: 10px;

    text-transform: uppercase;

    font-size: 50px;

    font-family: 'race-font-one';

    -webkit-text-stroke: 2px #bd0f5b;

}



.project_heading {

    margin-bottom: 50px;

}



.projectbtn {

    text-align: end;

    margin-bottom: 0px;
}



.project_slider .slick-prev:before,

.project_slider .slick-next:before {

    font-family: 'FontAwesome';

    font-size: 20px;

    line-height: 1;

    opacity: 1;

    color: #ffffff;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

}



.project_slider .slick-prev {

    width: 60px;

    height: 60px;

    background: linear-gradient(#000000, #000000) padding-box, linear-gradient(to left, #000000, #e2d3a6) border-box;

    border-radius: 50px;

    border: 1px solid transparent;

    left: -3%;

}



.project_slider .slick-next {

    width: 60px;

    height: 60px;

    background: linear-gradient(#000000, #000000) padding-box, linear-gradient(to left, #e3d4a8, #020202) border-box;

    border-radius: 50px;

    border: 1px solid transparent;

    right: -3%;

}





/*  project */





/* footer */



.ftr_top {

padding: 70px 0px 30px;

background-color: #ffffff;
}



.ftr_lgo p {

    color: #585858;

    margin: 0 0;

    width: 80%;

    font-weight: 400;

    font-size: 15px;

    margin-bottom: 30px;

}



.ftr_lgo ul li a {

    height: 40px;

    width: 40px;

    display: flex;

    justify-content: center;

    align-items: center;

    font-size: 14px;

    color: #ffffff;

    /* border: 1px solid #bd0f5b; */

    border-radius: 50%;

    /* background: linear-gradient(128deg, rgba(148, 119, 67, 1) 0%, rgba(246, 232, 181, 1) 35%, rgba(148, 119, 67, 1) 65%, rgba(235, 220, 169, 1) 100%); */

}



.ftr_lgo ul {

    display: flex;

    justify-content: flex-start;

    align-items: center;

    gap: 10px;

}



.quick_links h2,

.contact_links h2 {

    font-size: 39px;

    color: #00000000;

    margin-bottom: 35px;

    font-family: 'race-font-one';

    -webkit-text-stroke: 2px #bd0f5b;

}



.quick_links ul li a,

.contact_links ul li a {

    color: #000000;

    font-weight: 400;

    font-size: 15px;

    font-family: 'montserrat-text';

}



.quick_links ul li {

    margin-bottom: 20px;

}



.contact_links ul li {

    display: flex;

    justify-content: flex-start;

    align-items: baseline;

    gap: 10px;

    margin-bottom: 40px;

}



.contact_links ul li i {

    color: #ed0c78;

}



.ftr_btm {

    background: linear-gradient(90deg, rgba(148, 119, 67, 1) 0%, rgba(246, 232, 181, 1) 35%, rgba(148, 119, 67, 1) 65%, rgba(235, 220, 169, 1) 100%);

    padding: 20px 0;

    position: relative;

}



.ftr_btm a {

    position: absolute;

    top: 15px;

    right: 30px;

    z-index: 1;

    height: 40px;

    width: 40px;

    border-radius: 50%;

    color: #fff;

    background-color: #000;

    display: flex;

    justify-content: center;

    align-items: center;

}



.ftr_btm p {

    color: #ffffff;

    text-align: center;

    font-weight: 400;

    font-size: 15px;

    margin-bottom: 00px;

}





/* footer */





/* explore our products */



.products {

    position: relative;

    /* margin-bottom: 100px; */

    padding: 100px 0px;

}



.products::before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    background: url(../images/products-bg.png);

    background-repeat: no-repeat;

    background-size: cover;

    width: 100%;

    height: 100%;

    z-index: -1;

}



.product_main {

    border-radius: 20px;

    padding: 20px;

    background: #332e1bd6;

    transition: all ease-in .3s;

}



.prd_img img {

    width: 100%;

    height: 310px;

    object-fit: cover;

    border-radius: 20px;

    margin-bottom: 30px;

}



.prd_txt h3 {

    color: #ffffff;

    font-size: 24px;

    margin-bottom: 0;

    /* font-family: 'garet-black'; */

    display: flex;

    align-items: anchor-center;

    gap: 10px;

    font-family: 'race-font-one';
}



.prd_txt h4 {

    color: #ffffff;

    font-size: 28px;

    margin-bottom: 0;

}



.prd_txt p {

    font-size: 15px;

    margin: 10px 0;

    color: #ffffff;

}



.prd_txt {

    font-size: 14px;

    font-weight: 400;

    font-family: 'montserrat-text';

    color: #ffffff;

}



.prd_txt ul {

    display: flex;

    justify-content: space-between;

    align-items: center;

    margin: 30px 0 20px;

}



.prd_wrp {

    padding: 2px;

    background: transparent;

    transition: all ease-in .3s;

    border-radius: 20px;

}



.prd_wrp:hover .product_main {

    background: #161200;

}



.prd_wrp:hover {

    padding: 2px;

    border-radius: 20px;

    background: linear-gradient(90deg, rgba(148, 119, 67, 1) 0%, rgba(246, 232, 181, 1) 35%, rgba(148, 119, 67, 1) 65%, rgba(235, 220, 169, 1) 100%);

}





/* explore our products */





/* about */



.about {

    padding: 100px 0;

}

.our_rental-baner .about-banner-image img {

    object-position: bottom !important;

}

.abt_txt p {

    font-size: 15px;

    color: #000000;

    margin-bottom: 16px;

    margin-top: 20px;
}



.abt_txt h2 {

    text-transform: uppercase;

    color: #00000000;

    font-family: 'race-font-one' !important;

    -webkit-text-stroke: 2px #bd0f5b;

}



.abt_counter span {

    font-family: 'montserrat-text';

    font-weight: 400;

    color: #000000;

    font-size: 22px;

}



.abt_counter h3 {

    font-size: 46px;

    color: #000000;

    margin-bottom: 0;

}



.abt_txt ul {

    column-count: 2;

}



.abt_counter {

    margin-bottom: 30px;

}



section.abt {

    position: relative;

    padding-top: 100px;

    padding-bottom: 100px;

    background: #fff;

}


section.abt.about-use-bg:before {

    position: absolute;

    content: '';

    top: 0;

    left: 0;

    height: 100%;

    width: 100%;

    background: #ffffff6e;

    z-index: -1;

}



.about-before-img {

    position: absolute;

    top: -30px;

    right: 0;

    width: 49%;

}



.about-before-img img {

    width: 100%;

}





/* about */





/* Contact */



.contact {

    padding: 100px 0;

    background: #ffffff;

}



.contact_left h6 {

    background-image: url(../images/istockphoto-1351477272-1024x1024.jpg);

    /* background-clip: text; */

    /* -webkit-background-clip: text; */

    /* color: transparent; */

    /* font-size: 16vw; */

    /* font-weight: bold; */

    /* line-height: 1; */

    /* font-family: 'anton-font'; */

    /* letter-spacing: 1px; */

    height: 750px;

    width: 100%;

    background-repeat: no-repeat;

    background-size: cover;

}





/* Contact */



.dis-block {

    display: block;

}





/* Contact Sec Start */



.contact_right-top-heding h2 {

    color: #000000;

    font-size: 51px;

    font-family: 'race-font-one';

    -webkit-text-stroke: 2px #bd0f5b;

}



.contact_right-top-heding p {

    color: #000000;

}



.contact_right-input input {

    width: 100%;

    background: transparent;

    padding: 12px 12px;

    margin-bottom: 28px;

    margin-top: 9px;

    border-radius: 6px;

    border: 1px solid #000000;

    color: #000000;

}



.contact_right-input input::placeholder {

    color: #000000;

}



.contact_right-input label {

    color: #000000;

}



.contact_right-input select {

    width: 100%;

    background: #ffffff;

    padding: 12px 12px;

    margin-bottom: 28px;

    margin-top: 9px;

    border-radius: 6px;

    border: 1px solid #000000;

    color: #000000;

}



.contact_right-input textarea {

    width: 100%;

    background: transparent;

    padding: 12px 12px;

    margin-bottom: 28px;

    margin-top: 9px;

    border-radius: 6px;

    border: 1px solid #000000;

    color: #000000;

    height: 200px;

}



.contact_right-input textarea::placeholder {

    color: #000000;

}



.contact_right-input {

    position: relative;

}



.contact_right-input i {

    position: absolute;

    top: 22px;

    right: 2px;

    color: #000000;

}



.contact_right-cheack-box {

    display: flex;

    gap: 10px;

    align-items: center;

    margin-bottom: 20px;

}



.contact_right-cheack-box p {

    color: #000000;

    margin-bottom: 0;

    font-size: 13px;

}



.contact_right-cheack-box p a {

    color: #736135;

}





/* Contact Sec End */





/* Inner Banner Css Start  */



.banner-img.inner-img img {

    height: 80vh;

    object-fit: cover;

    width: 100%;
}





/* Inner Banner Css Start  */



section.abt.inner-about {

padding: 70px 0px 0px;
}



.mission-text h2 {

    font-size: 25px;

    color: #ffffff;

    font-family: 'race-font-one';

    -webkit-text-stroke: 2px #bd0f5b;

}



.mission-text p {

    color: #000000;

}



.mission-img img {

    width: 100%;

}



.mission-img {

    text-align: center;

}



section.mission-sec {

position: relative;

z-index: 1;

padding-top: 80px;

margin-bottom: -50px;
}



section.mission-sec:before {

    position: absolute;

    content: '';

    top: 0;

    left: 0;

    height: 100%;

    width: 100%;

    background-repeat: no-repeat;

    background-size: cover;

    /* background-image: url(../images/mission-bg-img.png); */

    z-index: -1;

    background: #fff;

}



.our-rental-img {

    background: linear-gradient(90deg, rgba(148, 119, 67, 1) 0%, rgba(246, 232, 181, 1) 35%, rgba(148, 119, 67, 1) 65%, rgba(235, 220, 169, 1) 100%);

    border-radius: 27px;

    padding: 2px 2px;

    width: 92%;

}



.our-rental-img img {

    width: 100%;

}



.our-rental-img-inner {

    padding: 20px;

    background: #000;

    border-radius: 26px;

}



.our-rental-topheading h2 {

    color: #ffffff00;

    font-family: 'race-font-one';

    text-transform: uppercase;

    font-size: 50px;

    -webkit-text-stroke: 2px #bd0f5b;

}



.our-rental-topheading p {

    color: #000000;

}



.our-rental-topheading {

    width: 46%;

    margin: 0 auto;

    text-align: center;

    margin-bottom: 70px;

}



.our-rental-text h2 {

    color: #ffffff00;

    font-size: 35px;

    font-family: garet-black;

    text-transform: uppercase;

    display: flex;

    gap: 10px;

    align-items: center;

    -webkit-text-stroke: 2px #bd0f5b;
}

.our-rental-span {

    font-size: 14px;

    font-weight: 100;
}



.our-rental-text b {

    color: #000000;

}



.our-rental-text p {

    color: #000000;

    margin: 2px 0px 2px;
}



p.per-heding {

    margin-bottom: 3px;

    margin-top: 4px;
}



.our-rental-text h5 {

    font-family: 'montserrat-font-heading';

    font-size: 24px;

    color: #000000;

    margin: 5px 0px 4px;
}



.test_txt.test_txt-inner:before {

    height: 96%;

}



section.testi-sec-inner {

    padding-bottom: 100px;

}



.testi-top-heading {

    text-align: center;

    width: 56%;

    margin: 0 auto;

    margin-bottom: 90px;

    color: #fff;

}



.testi-top-heading h2 {

    color: #ffffff;

    font-family: 'race-font-one';

    -webkit-text-stroke: 2px #bd0f5b;

}



.gallery-img img {

    width: 100%;

    margin-bottom: 20px;

}



section.testi-sec-inner.galler-sec {

    position: relative;

    z-index: 1;

    background: #000;

    padding: 70px 0 !important;

}



.gallery-bg-img {

    position: absolute;

    top: 0;

    left: 0;

    height: 100%;

    width: 100%;

    z-index: -1;

}



.contact-top-heading h2 {

    text-align: center;

    color: #000000;

    font-family: 'race-font-one';

}



.contact-box ul {

    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 10px;

    justify-content: center;

}

.contact-box {

    text-align: center;

}



.contact-box ul li i {

    color: #8d5d3c;

    font-size: 26px;

}



.contact-box ul li p {

    margin-bottom: 1px;

    font-size: 11px;

    color: #000000;

}



.contact-box ul li h5 {

    color: #000000;

    font-size: 18px;

    margin-bottom: 9px;

    font-family: 'race-font-one';

}



ul.contact-box-number {

    display: block;

}



ul.contact-box-number li a {

    color: #000000;

}



section.contact-us {

    /* background-image: url(../images/contact-page-bg.png); */

    height: 100%;

    width: 100%;

    background-repeat: no-repeat;

    background-size: cover;

    padding: 100px 0px 100px;

    background: #fff;

}

.contact_page {

    padding-bottom: 0 !important;

}

section.contact-inner {

    margin-bottom: 0px;

    padding-top: 0px;

    background: #fff;

    padding-bottom: 60px;

}



input[type="number"]::-webkit-inner-spin-button,

input[type="number"]::-webkit-outer-spin-button {

    -webkit-appearance: none;

    margin: 0;

}



.ads-facebook-slider .slick-prev:before,

.ads-facebook-slider .slick-next:before {

    font-family: 'FontAwesome';

    font-size: 20px;

    line-height: 1;

    opacity: 1;

    color: #ffffff;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

}



.ads-facebook-slider .slick-prev {

    width: 60px;

    height: 60px;

    background: linear-gradient(#000000, #000000) padding-box, linear-gradient(to left, #000000, #e2d3a6) border-box;

    border-radius: 50px;

    border: 1px solid transparent;

    left: -7%;

}



.ads-facebook-slider .slick-next {

    width: 60px;

    height: 60px;

    background: linear-gradient(#000000, #000000) padding-box, linear-gradient(to left, #e3d4a8, #020202) border-box;

    border-radius: 50px;

    border: 1px solid transparent;

    right: -7%;

}



.ads-facebook-box img {

    height: 400px;

    width: 100%;

    object-fit: cover;

}



.ads-facebook-slider .slick-dots li button:before {

    font-family: 'slick';

    font-size: 6px;

    line-height: 20px;

    position: absolute;

    top: 0;

    left: 0;

    width: 20px;

    height: 20px;

    content: 'ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢';

    text-align: center;

    opacity: 1;

    color: #ffffff;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

}



.ads-facebook-slider .slick-dots {

    position: absolute;

    bottom: -35px;

    display: block;

    width: 100%;

    padding: 0;

    margin: 0;

    list-style: none;

    text-align: center;

}



.ads-facebook-slider .slick-dots li.slick-active button:before {

    border: 1px solid #b19965;

    border-radius: 50%;

    color: #b19965;

}



section.ads-facebook {

    margin-bottom: 100px;

}



.banner-top-text {

    font-size: 65px;

    color: #bd0f5b;

    font-family: 'race-font' !important;

}



.banner_text h1 {
    text-transform: uppercase;
    color: #ffffff00;
    font-family: 'race-font-one' !important;
    /* font-size: 80px; */



    /* text ka andar ka color */
    -webkit-text-stroke: 2px #ffffff;
    /* text ka border */
    text-shadow: 4px 4px 10px #ffffff4d;
}



.wcu_txt h2 {

    color: #00000000;

    font-family: 'race-font-one';

    -webkit-text-stroke: 2px #bd0f5b;

}



.mission-text ul li {

    display: flex;

    gap: 5px;

    color: #000000;

    font-family: 'race-font-one';

    padding-bottom: 10px;

    font-size: 18px;

}



.mission-text ul {

    padding-top: 11px;

}



.our-rental-img-inner img {

    width: 100%;

    height: 456px;

    object-fit: cover;

}



.abt_img img {

    width: 100%;

    height: 450px;

    object-fit: cover;

    object-position: top;
}



.footer_logo img {

    width: 50px;

}



.mission-text.vission h2 {

    color: #fff;

}



.abt_txt a {

    font-size: 26px;

    /*font-family: 'race-font';*/

    color: #fff;

}



.mission-text.vission h3 {

    color: #fff;

    font-family: 'race-font-one';

    font-weight: 100;

    -webkit-text-stroke: 2px #bd0f5b;

}



.mission-text.vission h4 {

    color: #000000;

    font-size: 19px;

    font-family: 'race-font-one';

}



.product_slider .slick-next {

    width: 60px;

    height: 60px;

    background: linear-gradient(#000000, #000000) padding-box, linear-gradient(to left, #e3d4a8, #020202) border-box;

    border-radius: 50px;

    border: 1px solid transparent;

    right: -3%;

}



.product_slider .slick-prev:before,

.product_slider .slick-next:before {

    font-family: 'FontAwesome';

    font-size: 20px;

    line-height: 1;

    opacity: 1;

    color: #ffffff;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

}



.product_slider .slick-prev {

    width: 60px;

    height: 60px;

    background: linear-gradient(#000000, #000000) padding-box, linear-gradient(to left, #000000, #e2d3a6) border-box;

    border-radius: 50px;

    border: 1px solid transparent;

    left: -3%;

}

.facebook {

    background: #1877F2;

}



.twitter {

    background: #1d9bf0;

}



.instagram {

    background: radial-gradient(circle at 30% 107%,

            #fdf497 0%,

            #fdf497 5%,

            #fd5949 45%,

            #d6249f 60%,

            #285AEB 90%);

}



.youtube {

    background: #FF0000;

}

.contact_left img {

height: 730px;

width: 100%;

object-fit: cover;

object-position: left;
}

section.our-rental-sec {

    padding-top: 50px;

    background: #fff;

    padding-bottom: 50px;

}

.banner-img.inner-img video {

    height: 80vh;

}

section.products.home-rentan-sd {

    background: #fff;

}



section.products.home-rentan-sd p {
    color: #000;
    height: 100px;
}



section.products.home-rentan-sd .product_main {

    background: #fff;

}



section.products.home-rentan-sd .prd_wrp:hover {

    padding: unset;

    border-radius: 20px;

    background: unset;

}

.our_rental-baner {

    overflow: hidden;

}



.our_rental-baner img.img-fluid {

    height: 520px;

    object-position: top center;

}



.our_rental-baner h1 {

    margin-bottom: 0;

}



.our_rental-baner .carousel-caption {

    padding-top: 5%;

}





/* Landing page */

.landing-banner {

    position: relative;

    z-index: 1;

}



.landing-banner img.landing-baner-image {

    width: 100%;

    height: 700px;

    object-fit: cover;

}



.landing-banner-box {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    margin: auto;

    display: block;

    align-content: center;

    background: #00000080;

}



.hero {

    text-align: center;

}



.hero h1 {

    text-transform: uppercase;

    color: #ffffff00;

    font-family: 'race-font-one' !important;

    -webkit-text-stroke: 2px #fff;

    text-shadow: 4px 4px 10px #ffffff4d;
}



.hero p {

    font-size: 1.4em;

    margin-bottom: 30px;

    opacity: 0.95;

    color: #fff;

}



.cta-button {

    background: #fff;

    color: #667eea;

    padding: 18px 40px;

    font-size: 1.2em;

    font-weight: 600;

    border: none;

    border-radius: 50px;

    cursor: pointer;

    text-decoration: none;

    display: inline-block;

    transition: all 0.3s;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);

}



.cta-button:hover {

    transform: translateY(-3px);

    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);

}





.section-title {

    color: #ffffff00;

    margin-bottom: 10px;

    text-transform: uppercase;

    font-size: 50px;

    font-family: 'race-font-one';

    -webkit-text-stroke: 2px #bd0f5b;

    text-align: center;

}



.benefits-grid {

    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));

    gap: 40px;

    margin-bottom: 60px;

}



.benefit-card {

    background: #f8f9fa;

    padding: 40px;

    border-radius: 15px;

    text-align: center;

    transition: all 0.3s;

    border: 2px solid transparent;

    /* padding: 2px; */

    border-radius: 20px;

    background: #332e1bd6;

    transition: all ease-in .3s;

}



.benefit-card:hover {

    transform: translateY(-10px);

    border-color: #bd0f5b;

    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.2);

}



.benefit-icon {

    font-size: 3em;

    margin-bottom: 20px;

}



.benefit-card h3 {

    font-size: 1.6em;

    margin-bottom: 15px;

    color: #fff;

    font-family: 'race-font-one';

    -webkit-text-stroke: 1px #bd0f5b;

    text-transform: uppercase;

}



.benefit-card p {

    font-size: 1.1em;

    color: #fff;

}

section.benefits-sec {

    background: #fff;

}

.commission-highlight {

    background-color: #000;

    color: white;

    padding: 60px 40px;

    border-radius: 20px;

    text-align: center;

    margin: 0;

    background-image: url(../images/products-bg.png);

    background-repeat: no-repeat;

    background-size: cover;

}



.commission-highlight h2 {

    color: #000000;

    font-size: 51px;

    font-family: 'race-font-one';

    -webkit-text-stroke: 2px #bd0f5b;

}



.commission-number {

    font-size: 5em;

    font-weight: 800;

    margin: 20px 0;

}



.partner-types {

    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));

    gap: 30px;

    margin: 0;

}



.partner-type {

    background: white;

    padding: 30px;

    border-radius: 12px;

    border-left: 5px solid #bd0f5b;

    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);

}



.partner-type h3 {

    font-size: 1.5em;

    margin-bottom: 15px;

    color: #fff;

    font-family: 'race-font-one';

    -webkit-text-stroke: 1px #bd0f5b;

    height: 40px;

}



.partner-type ul {

    list-style: none;

    padding-left: 0;

}



.partner-type li {

    padding: 8px 0;

    border-bottom: 1px solid #eee;

}



.partner-type li:before {

    content: "\f00c";

    color: #bd0f5b;

    font-weight: bold;

    margin-right: 8px;

    font-family: 'FontAwesome';

}



.testimonial {

    background: #f8f9fa;

    padding: 40px;

    border-radius: 15px;

    margin: 0;

    font-style: italic;

    border-left: 5px solid #bd0f60;

}



.testimonial p {

    font-size: 1.2em;

    line-height: 1.8;

    margin-bottom: 15px;

}



.testimonial-author {

    font-style: normal;

    font-weight: 600;

    color: #bd0f5b;

}



.contact-form {

    background: white;

    padding: 50px;

    border-radius: 20px;

    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);

    max-width: 1000px;

    margin: 0 auto;

}



.form-group {

    margin-bottom: 25px;

}



.form-group label {

    display: block;

    margin-bottom: 8px;

    font-weight: 600;

    color: #2c3e50;

}



.form-group input,

.form-group select,

.form-group textarea {

    width: 100%;

    padding: 15px;

    border: 2px solid #e0e0e0;

    border-radius: 8px;

    font-size: 1em;

    transition: border-color 0.3s;

}



.form-group input:focus,

.form-group select:focus,

.form-group textarea:focus {

    outline: none;

    border-color: #667eea;

}



.submit-button {

    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);

    color: white;

    padding: 18px 60px;

    font-size: 1.2em;

    font-weight: 600;

    border: none;

    border-radius: 50px;

    cursor: pointer;

    width: 100%;

    transition: all 0.3s;

}



.submit-button:hover {

    transform: translateY(-2px);

    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);

}



footer {

    background: #2c3e50;

    color: white;

    text-align: center;

    padding: 40px 20px;

    margin-top: 80px;

}



@media (max-width: 768px) {

    .hero h1 {

        font-size: 2em;

    }



    .hero p {

        font-size: 1.1em;

    }



    .commission-number {

        font-size: 3.5em;

    }



    .contact-form {

        padding: 30px 20px;

    }

}



.landing-page-footer .ftr_top {

    padding: 0 !important;

    background: linear-gradient(90deg, rgba(148, 119, 67, 1) 0%, rgba(246, 232, 181, 1) 35%, rgba(148, 119, 67, 1) 65%, rgba(235, 220, 169, 1) 100%);

    padding: 20px 0;

    position: relative;

}



.landing-page-footer .container {

    padding: 0 12px;

}



.landing-page-footer .ftr_lgo {

    text-align: center;

}



.landing-page-footer ul {

    justify-content: center;

}



.landing-page-footer .contact_links ul {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 40px;

}



.landing-page-footer .contact_links ul li {
    margin-bottom: 0;
}



.landing-page-footer p {

    width: 100%;

    color: #000;

    font-weight: 600;

}





.landing-page-footer .footer-nav {

    text-align: center;

}





.contact-form button.theme_btn {

    margin: 0 auto;

    display: block;

}

.padding-box {

    padding: 60px 0;

}



section.benefits-sec .benefits-grid {

    margin-bottom: 0;

    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));

}

.landing-page-logo {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    margin: auto;

    z-index: 2;

    width: 100%;

}



.landing-page-logo img {

    width: 100%;

    position: relative;

    z-index: 1;

}



.landing-page-logo .header-logo {
    width: 15%;
    margin: 0 auto;
}

/* Landing page */

img.home-contact-image {

    object-position: top;

}

section.products.home-rentan-sd h3 {
    color: #000;
}

.right-meny {
    display: none;
}

.right-menu-desktop {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.right-menu-desktop ul {
    gap: 10px;
    display: flex;
}

.right-menu-desktop ul li a {
    padding: 0px 10px;
}

.banner_text.inner-banner-text h1 {
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'race-font-one' !important;
    /* font-size: 80px; */
    -webkit-text-stroke: 2px #bd0f5b;
    text-shadow: 4px 4px 10px #bd0f5b;
    font-size: 50px;
}

.hero h1 {
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'race-font-one' !important;
    /* font-size: 80px; */
    -webkit-text-stroke: 2px #bd0f5b;
    text-shadow: 4px 4px 10px #bd0f5b;
}

ul.ul-link-sd {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    margin: 20px 0px;
}

ul.ul-link-sd li a {
    color: #ffffff;
    font-size: 14px;
    /* border-bottom: 1px solid #000; */
}

p.about-ch-sd {
    margin-top: 10px;
}


.banner_text ul.ul-link-sd {
    justify-content: center;
}

.banner_text ul.ul-link-sd li a {
    color: #fff;
    /* border-bottom: 1px solid #fff; */
}

.banner_text.banner-mobile {
    display: none;
}

.service-areas-section {
    background-color: #fff;
    padding-bottom: 50px;
}

.service-areas-section .section-title {
    margin-bottom: 40px;
}

.service-areas-section .service-card {
    border: 1px solid #00000030;
    padding: 28px 25px 20px;
    border-radius: 9px;
    height: 100%;
    transition: 0.5s all;
}

.service-areas-section .service-card ul {
    margin-bottom: 0;
}

.service-areas-section .service-card ul li {
    list-style: disc;
    margin-left: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'montserrat-text';
    font-size: 15px;
}

.service-areas-section .service-card:hover {
    transform: scale(1.05);
}

.service-areas-section .service-card h3 {
    font-family: 'race-font-one';
    font-size: 28px;
    margin-bottom: 20px;
}



section.faqs-sec {
    background-color: #fff;
    padding: 100px 0;
}

.faq-prt-points {
    margin-bottom: 50px;
}

.faq-prt-points h2.faq-heading {
    font-size: 45px;
    text-transform: uppercase;
    color: #00000000;
    font-family: 'race-font-one' !important;
    -webkit-text-stroke: 2px #bd0f5b;
}

.faq-prt-points button.accordion-button {
    color: #000;
    background: transparent;
    line-height: 1;
    font-size: 14px;
}


.faq-prt-points h2.accordion-header {
    font-family: 'montserrat-font-heading';
    font-weight: 500;
    margin-bottom: unset;
}

.accordion-item {
    margin-bottom: 20px;
    border: 1px solid #0000004a !important;
}

.accordion-body ul li {
    list-style: disc;
    margin-left: 11px;
    color: #000;
    font-size: 15px;
    margin-bottom: 4px;
}

.accordion-button {
    background-color: #f8f9fa;
    font-weight: 600;
    color: #333;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body p {
    margin-bottom: 0.5rem;
}

.accordion-body ul {
    padding-left: 1.2rem;
}

.accordion-body em {
    font-style: italic;
    color: #555;
}


.faq-prt-points.cntct {
    margin: unset;
}

ul.cntct-faq-lst li {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 10px;
    color: #000;
    font-family: 'montserrat-text';
    font-size: 16px;
}

.faq-prt-points.cntct span {
    display: block;
    color: #000;
    font-size: 16px;
    font-family: 'montserrat-font-heading';
    margin-bottom: 10px;
    margin-top: 15px;
}

ul.cntct-faq-lst li a {
    color: #000;
}

.faq-prt-points.cntct h6 {
    color: #000;
}
.ftr_lgo h5 {
    font-family: 'race-font-one';
    color: #000;
    margin-bottom: 12px;
}

.ftr_lgo-services-box-inn ul {
    display: block;
    column-count: 3;
    margin-bottom: 0px;
}

.ftr_lgo-services-box-inn h6 {
    color: #000;
    font-size: 16px;
    margin-bottom: 18px;
}

.ftr_lgo-services-box-inn ul li {
    list-style: disc;
    margin-left: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: 'montserrat-text';
    font-size: 12px;
}
.ftr_lgo-services-box {
    display: flex;
    justify-content: space-between;
}
section.project.inner-project {
    background: #000;
}

section.project.inner-project p {
    color: #fff;
}
.ftr_lgo-services-box-inn {box-shadow: 0px 0px 6px 0px #bd0f6052;padding: 20px 20px 10px;border-radius: 12px;margin-bottom: 30px;/* text-align: center; */}
