@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

*{
    margin: 0;
    padding: 0;
}

:root{
    --brand-primary: #D63939;
    --icons-color: #FF9292;
    --bg-button: #FC9924;
    --light-primary: #FFFFFF;
    --grey-primary: #F4F7FA;
    --grey-secondary: #EAEAEA;
    --dark-primary: #000000;
    --text-color : #161616;
}

body{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: var(--text-dark);
}

h1, h2, h3, h4, h5, h6, p{
    margin: 0;
    padding: 0;
}

/* .container{
    max-width: 1170px;
} */

.top-header{
    background-color: #161616;
    padding: 15px 0;
    transition: all 0.3s ease;
}

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

.top-header .item a.get-direction{
    padding: 5px 5px;
    border: none;
    margin-left: 10px;
    border-radius: 5px;
    outline: none;
    font-size: 13px;
    color: var(--brand-primary);
    text-decoration: none;
    background-color: #fff;
}

.top-header .item i{
    color: var(--icons-color );
}

.top-header .item p{
    font-size: 13px;
    color: #9B9B9B;
}
/* 
.top-header .item:last-child p{
    color: var(--icons-color);
} */

.top-header .soc-med{
    display: flex;
    width: 50%;
    gap: 10px;
}

.top-header .soc-med i,
.top-header .search-box i{
    font-size: 18px;
    color: #fff;
}

.top-header .search-box{
    display: flex;
    align-items: center;
    gap: 10px;
    width: 50%;
}

.top-header .search-box input{
    font-size: 13px;
    background-color: transparent;
    border: none;
    font-style: italic;
    color: #fff;
}

.top-header .search-box input:focus{
    outline: none;
}

nav.navbar{
    padding: 0;
    transition: all 0.3s ease;
}

.offcanvas{
    /* background-color: #FF9292; */
    background-color: var(--brand-primary);
    /* opacity: 0.9; */
}

.offcanvas-title{
    color: #fff;
}

nav.navbar .offcanvas .offcanvas-body{
    display: flex;
    align-items: center;
}

nav.navbar .offcanvas .offcanvas-body .navbar-nav .nav-item a.nav-link{
    color: var(--dark-primary);
    padding: 30px 15px;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 3px solid transparent;
}

nav.navbar .offcanvas .offcanvas-body .navbar-nav .nav-item a.active,
nav.navbar .offcanvas .offcanvas-body .navbar-nav .nav-item a:hover{
    border-bottom: 3px solid #FF9292;
}

nav.navbar .offcanvas .offcanvas-body a.call-button{
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: var(--brand-primary);
    color: var(--light-primary);
    text-decoration: none;
    padding: 10px;
    border-radius: 8px;
}

section#main-section{
    background: rgb(243,243,243);
    background: linear-gradient(0deg, rgba(243,243,243,1) 0%, rgba(255,255,255,1) 53%, rgba(243,243,243,1) 100%);
    overflow: hidden;
}

section#main-section .container{
    position: relative;
    z-index: 1;
    padding-top: 75px;
    padding-bottom: 200px;
}

section#main-section p{
    font-size: 18px;
    color: var(--text-color);
    font-weight: 500;
}

section#main-section h1{
    font-family: 'Rubik', sans-serif;
    font-size: 75px;
    font-weight: 600;
    color: #0F3E59;
    line-height: 1.1;
    margin: 20px 0;
    transition: all 0.3s ease;
}

section#main-section p.qouted-text{
    font-size: 17px;
}

section#main-section img.model-image{
    max-width: 620px;
    position: absolute;
    bottom: 0;
    right: -70px;
    z-index: -1;
    transition: all 0.3s ease;
}

section#main-section .buttons{
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

section#main-section .buttons .button-item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

section#main-section .buttons p.button-discription{
    font-size: 14px;
    color: #666666;
}

section#main-section .buttons .button-item a{
    display: flex;
    align-items: center;
    gap: 10px;
}

section#main-section .buttons .button-item a p,
section#main-section .buttons .button-item a span{
    color: #fff;
}

section#main-section .buttons .button-item a#btn-hub{
    background-color: #FFAC4A;
    padding: 15px 20px;
    border-radius: 10px;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

section#main-section .buttons .button-item a#btn-hub p{
    font-size: 22px;
    font-weight: 400;
    color: #fff;
}

section#main-section .buttons .button-item a#btn-hub p span{
    font-weight: 600;
}

section#main-section .buttons .button-item a#btn-hub i{
    font-size: 22px;
    color: #E77E02;
}

section#main-section .buttons .button-item a#btn-portal{
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.13)), radial-gradient(90% 7% at 50% 8%, rgba(255, 255, 255, 0.47) 25%, rgba(255, 255, 255, 0) 50%), #E77E02;
    border: 0;
    border-radius: 0.375em;
    box-shadow: 0.2em 0.2em 0.5em rgba(0, 0, 0, 0.47), 0 -0.1em 0 0.1em rgba(0, 0, 0, 0.27), 0 0.1em 0 0.1em rgba(255, 255, 255, 0.27), -0.2em 0 0.2em #E77E02 inset, 0 0.2em 0.2em rgba(255, 255, 255, 0.27) inset, 0.2em 0 0.2em rgba(255, 255, 255, 0.27) inset, 0 -0.2em 0.2em #E77E02 inset;
    cursor: pointer;
    margin: 0 auto;
    padding: 16px 25px;

    text-shadow: 0 0 0.2em rgba(255, 255, 255, 0.47);
    transition-property: box-shadow;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    border-radius: 10px;
    /* border: 3px solid #E77E02; */
}

section#main-section .buttons .button-item a#btn-portal,
section#main-section .buttons .button-item a#btn-portal span{
    display: block;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}

section#main-section .buttons .button-item a#btn-portal:focus,
section#main-section .buttons .button-item a#btn-portal span:focus{
    outline: 0;
}

section#main-section .buttons .button-item a#btn-portal span{
    transition-property: transform;
    will-change: transform;
}

section#main-section .buttons .button-item a#btn-portal:active{
    /* box-shadow: 0 0 0 rgba(0, 0, 0, 0.47), 0 -0.1em 0 0.1em rgba(0, 0, 0, 0.27), 0 0.1em 0 0.1em rgba(255, 255, 255, 0.27), -0.2em 0 0.2em #E77E02 inset, 0 0.2em 0.2em rgba(0, 0, 0, 0.27) inset, 0.2em 0 0.2em rgba(0, 0, 0, 0.27) inset, 0 -0.2em 0.2em #E77E02 inset; */
}

section#main-section .buttons .button-item a#btn-portal:active span{
    transform: scale(0.95);
}

section#main-section .buttons .button-item a#btn-portal:focus{
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.13)), radial-gradient(90% 7% at 50% 8%, rgba(255, 255, 255, 0.47) 25%, rgba(255, 255, 255, 0) 50%), #fff;
    color: #E77E02;
    text-shadow: 0 0 0.2em rgba(157, 196, 255, 0.47);
}

section#main-section .buttons .button-item a.pushable{
    text-decoration: none;
    background: #eca24e;
    border-radius: 12px;
    border: none;
    padding: 0;
    cursor: pointer;
    outline-offset: 4px;
}

section#main-section .buttons .button-item span.front{
    display: block;
    padding: 15px 25px;
    /* padding: 12px 42px; */
    border-radius: 12px;
    font-size: 20px;
    background: #E77E02;
    color: white;
    transform: translateY(-6px);
}

section#main-section .buttons .button-item a.pushable:active .front{
    transform: translateY(-2px);
}

/* 3d Button */
section#main-section .buttons .button-item a.button{
    text-decoration: none;
    padding: 14px 25px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff;
    background-color: #E77E02;
    border: none;
    border-radius: 8px;
    box-shadow: 0 9px #eca24e;
}

section#main-section .buttons .button-item a.button:active{
    background-color: #E77E02;
    box-shadow: 0 5px #eca24e;
    transform: translateY(4px);
}



section .offers-wrapper{
    margin-top: -115px;
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);    
    position: relative;
    z-index: 99;
    overflow: hidden;
}

section .offers .items{
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 35px;
    border-bottom: 5px solid transparent;
}

section .offers .items:hover{
    border-bottom: 5px solid var(--brand-primary);
}

section .offers .items img{
    width: 92px;
    height: auto;
}

section .offers h5{
    font-family: 'Rubik', sans-serif;
    font-size: 21px;
    line-height: 1.2;
    margin-top: 15px;
}

section .offers p{
    font-size: 15px;
    line-height: 1.4;
}

section .intro-text{
    padding-left: 3rem;
}

section .intro-text p{
    font-size: 16px;
    font-weight: 500;
    color: #646464;
}

section .intro-text h1{
    font-family: 'Rubik', sans-serif;
    font-size: 40px;
    color: #0F3E59;
}

section .intro-text h6{
    color: var(--brand-primary);
    font-weight: 600;
}



section#feedback{
    padding-bottom: 75px;
    background-color: #f7f7f7;
}

.scroll-down-button{
    position: relative;
    padding-bottom: 20px;

    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
}

.scroll-down-button i{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    background-color: var(--brand-primary);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    
    box-shadow: 0px 0px 0px 15px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 0px 15px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 0px 15px rgba(0,0,0,0.2);

    color: #fff;
    margin-top: -25px;
    transition: all 0.3s ease;
}

.scroll-down-button i.scroll-btn{
    color: var(--brand-primary)!important;
}

.scroll-down-button::after{
    border: 3px solid var(--brand-primary);
}

.scroll-down-button a{
    text-decoration: none;
}

section#feedback #CustomCarousel{
    margin: 30px 0;
    /* padding-top: 100px; */
}

/* section#feedback #CustomCarousel .carousel-inner{
    margin-top: 100px;
} */

section#feedback #CustomCarousel .carousel-indicators [data-bs-target]{
    background-color: #000000;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    opacity: 1;
}

section#feedback #CustomCarousel .carousel-indicators{
    bottom: -60px;
    align-items: center;
}

section#feedback #CustomCarousel .carousel-indicators .active{
    background-color: transparent;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 3px solid var(--brand-primary);
}

section#feedback #CustomCarousel .carousel-control-next, .carousel-control-prev{
    color: #000000;
}

section#feedback #CustomCarousel .carousel-control-next i, .carousel-control-prev i{
    font-size: 35px;
}

section#feedback #CustomCarousel .carousel-control-next:focus, .carousel-control-next:hover, 
section#feedback #CustomCarousel .carousel-control-prev:focus, .carousel-control-prev:hover{
    color: var(--brand-primary);
}

section#feedback #CustomCarousel .carousel-inner .carousel-item img.witness-img{
    height: 70px;
    width: auto;
    margin-top: 45px;
}

section#feedback #CustomCarousel .carousel-inner .carousel-item .stars,
section#feedback #CustomCarousel .carousel-inner .carousel-item h6.witness-subject{
    font-size: 16px;
    color: var(--brand-primary);
}

section#feedback #CustomCarousel .carousel-inner .carousel-item p.witness-comment{
    font-family: 'Rubik', sans-serif;
    text-align: start;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
}

section#feedback #CustomCarousel .carousel-inner .carousel-item .witness-detail p.witness-name{
    font-size: 16px;
    font-weight: 600;
}

section#feedback #CustomCarousel .carousel-inner .carousel-item .witness-detail p.witness-title{
    font-size: 13px;
    color: #616161;
    margin-top: 5px;
}

section#contact{
    padding: 25px 0;
    background: url('../img/bg-002.png');
    background-color: #D63939;
    /* background-size: cover; */
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    color: #fff;
}

section#contact .left-sided-form{
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    gap: 10px;
    max-width: 600px;
    margin: 0 auto;
}

section#contact .left-sided-form .divider{
    display: flex;
    align-self: center;
    height: 2px;
    width: 100%;
    max-width: 100px;
    background-color: white;
    margin-top: 15px;
    margin-bottom: 5px;
}

section#contact .left-sided-form .partners{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    gap: 30px;
    margin-top: 50px;
}


section#contact .left-sided-form p:nth-child(3){
    color: #f9f9f9;
    font-size: 16px;
}

section#contact .left-sided-form p:first-child{
    font-size: 16px;
}

section#contact .left-sided-form h1{
    font-family: 'Rubik', sans-serif;
    font-size: 40px;
}

section#contact .form-wrapper{
    background-color: #fff;
    border-radius: 10px;
    padding: 35px 50px;
    max-width: 600px;
    margin: 0 auto;
}

section#contact .form-wrapper form{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

section#contact .form-wrapper form .form-floating>label,
section#sub-main .form-wrapper form .form-floating>label,
section#sub-main .form-wrapper form .form-select{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #616161;
}

section#contact .form-wrapper form .form-floating .form-control:focus{
    /* box-shadow: 0 0 0 0.15rem #61616169; */
    box-shadow: none;
    border: 2px solid var(--brand-primary);
}

section#contact .form-wrapper input[type=text],
section#sub-main .form-wrapper input[type=text],
.form-floating>.form-select{
    border: 1px solid #eaeaea;
    border-radius: 10px;
    width: 100%;
}

.form-floating>.form-select{
    padding: 1rem .75rem;
}

section#contact .form-wrapper form fieldset legend{
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

section#contact .form-wrapper .radio-wrapper label.form-check-label{
    color: #616161;
}


section#contact .form-wrapper button.submit-button,
section#sub-main .form-wrapper button.submit-button,
section#sub-main .form-wrapper button.req-button{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px;
    border: none;
    gap: 10px;
    border-radius: 8px;
    background-color: #FFAC4A;
    margin-top: 15px;
}

section#sub-main .form-wrapper button.submit-button{
    max-width: 200px;
}

section#contact .form-wrapper button.submit-button i,
section#contact .form-wrapper button.submit-button p,
section#sub-main .form-wrapper button.submit-button i,
section#sub-main .form-wrapper button.submit-button p,
section#sub-main .form-wrapper button.req-button p,
section#sub-main .form-wrapper button.req-button i{
    color: #fff;
    font-size: 15px;
}

section#partners{
    padding: 30px 0;
}

section#partners .logo-wrapper{
    display: flex;
    row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    gap: 20px;
}

section#banner{
    padding-top: 100px;
    padding-bottom: 130px;
    background: url('../img/bg-shaders.png');
    background-color: var(--brand-primary);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    transition: all 0.3s ease;
}

section#banner h1{
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
}





section h1.heading-1{
    font-family: 'Rubik', sans-serif;
    font-size: 40px;
    font-weight: 500;
    color: #0f3e59;
    text-align: center;
}

/************* FAQs ***************/

section#faqs-main{
    position: relative;
    background-color: #fffffe;
}

section#faqs-main h1{
    color: #0f3e59;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

section#faqs-main .dyk-wrapper{
    padding: 25px 0;
    border: 1px dashed var(--brand-primary);
    border-radius: 10px;
}

section#faqs-main .dyk-wrapper .dyk-inner-wrapper{
    font-family: 'Rubik', sans-serif;
    max-width: 600px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

section#faqs-main .dyk-wrapper .dyk-inner-wrapper h2,
h1.heading-2{
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
    color: #0f3e59;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

section#faqs-main h1.heading-2{
    text-transform: capitalize!important;
}

section#faqs-main .dyk-wrapper .dyk-inner-wrapper ol{
    font-size: 16px;
    font-weight: 500; 
    color: #0f3e59;
}

section#faqs-main .dyk-wrapper .dyk-inner-wrapper ol li{
    margin-bottom: 15px;
}

section#faqs-main .dyk-wrapper .dyk-inner-wrapper ol li p{
    margin-left: 20px;
}

section#faqs-main .dyk-wrapper .dyk-inner-wrapper ol li p span{  
    color: #6d6d6d;
}

section#faqs-main .accordions-wrapper{
    font-family: 'Rubik', sans-serif;
    padding-bottom: 25px;
}

section#faqs-main .accordions-wrapper .accordion .accordion-item{
    border: 2px solid #EAEAEA;
    margin-bottom: 20px;
}

section#faqs-main .accordion-item>.accordion-header .accordion-button:not(.collapsed){
    background-color: transparent;
    box-shadow: none;
}

section#faqs-main .accordions-wrapper .accordion .accordion-item .accordion-header button{
    font-size: 16px;
    font-weight: 600;
    color: #0f3e59;
}

section#faqs-main .accordions-wrapper .accordion .accordion-item .accordion-body{
    padding-top: 10px;
}

section#faqs-main .accordions-wrapper .accordion .accordion-item .accordion-body p{
    font-family: 'Roboto', sans-serif;
    color: #9b9b9b;
}

section#faqs-main .accordions-wrapper .accordion .accordion-item.collapsed{
    border: 5px solid var(--brand-primary);
}

.accordion-button:not(.collapsed)::after{
    background-image: url('../img/collapse-icon.png');
}

.accordion-button::after{
    background-image: url('../img/collapse-icon-2.png');
}

section#sub-main{
    font-family: 'Roboto', sans-serif;
    padding-top: 50px;
    padding-bottom: 175px;
}

section#sub-main h6{
    font-size: 16px;
    font-weight: 600;
    color: var(--brand-primary);
}

section#sub-main h1{
    font-family: 'Rubik', sans-serif;
    font-size: 40px;
    max-width: 600px;
}

section#sub-main p.first-paragh{
    color: #000;
    font-weight: 500;
}

section#sub-main p.first-paragh span.text-red{
    color: var(--brand-primary);
}

section#sub-main p{
    color: #646464;
    font-weight: 400;
}

section#sub-main p span{ 
    color: #1b1a1a;
}

.map-wrapper{
    overflow: hidden;
    width: 100%;
    height: 480px;
}

section#sub-main .info-wrapper{
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 30px;
    background-color: #FAF9F9;
    max-width: 370px;
    width: 100%;
}

section#sub-main .info-wrapper button.btn-primary{
    background-color: #FFAC4A;
    border: none;
    padding: 18px ;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

section#sub-main .info-wrapper button.btn-primary i{
    font-size: 25px;
}

section#sub-main .info-wrapper .info-item h5{
    font-family: 'Rubik', sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #282828;
    margin-bottom: 10px;
}

section#sub-main .info-wrapper .info-item p{
    font-size: 14px;
    font-weight: 500;
    color: #9b9b9b;
}

section#sub-main .info-wrapper .info-item button{
    border: none;
    background: transparent;
    color: var(--bg-button);
    font-weight: 500;
}

section#sub-main .info-wrapper .info-item button:hover{
    text-decoration: underline;
}

section#sub-main .info-wrapper .info-item p span a{
    color: #f08f1d;
    text-decoration: none;
}

section#sub-main .form-wrapper{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

section#sub-main .ty-message-wrapper .divider{
    margin-top: 35px;
    padding-top: 30px;
    border-top: 3px solid #EAE9E9;
}

section#sub-main .ty-message-wrapper p{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
}

section#sub-main .ty-message-wrapper h6{
    font-size: 21px;
    color: #000;
}

section#sub-main .ty-message-wrapper a{
    font-family: 'Rubik', sans-serif;
    font-size: 40px;
    text-decoration: none;
    color: var(--brand-primary);
    font-weight: 500;
}

section#sub-main .ty-message-wrapper a:hover{
    text-decoration: underline;
    text-underline-offset: 8px;
}

section#sub-main .services-wrapper{
    width: 100%;
}

section#sub-main .services-wrapper p.services-title{
    font-size: 16px;
    color: #1b1a1a;
}


section#sub-main .services-wrapper ul li::marker{
    color: #646464;
}

section#sub-main .services-wrapper ul li p{
    margin-left: 10px;
}

section#sub-main .form-check .form-check-input:checked{
    background-color: #ffac4a;
    border-color: #ffac4a;
}

.form-check-input:checked[type=radio]{
    background-color: #ffac4a;
}

section#sub-main .form-check label{
    font-size: 14px;
    font-weight: 500;
    color: #9b9b9b;
}

section#sub-main .form-check label a{
    text-decoration: none;
    color: #ffac4a;
}

section#sub-main .input-group{
    font-size: 14px;
    padding: .75rem 0.75rem;
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    overflow: hidden;
}

section#sub-main .input-group label{
    background-color: #EFEFEE;
    color: #000;
    padding: 0.25rem;
    border-radius: 0.3rem;
    cursor: pointer;
    border: 1px solid #777777;
}

section#sub-main .input-group span{
    font-size: 14px;
    color: #9b9b9b;
}


section#sub-main .rentals-wrapper .details-wrapper{
    /* border: 1px solid #000; */
    height: 100%;
}

section#sub-main .rentals-wrapper .details-wrapper .rental-name{
    text-align: center;
    font-weight: 600;
    color: #000;
}
section#sub-main .rentals-wrapper .bg-gray{
    background-color: #7d7d7d;
}

section#sub-main .rentals-wrapper .details-wrapper span{
    font-size: 16px;
    font-weight: 500;
}

section#sub-main .rentals-wrapper .border{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000!important;
}




section#sub-main .rentals-wrapper .rental-image-wrapper{
    height: 100%;
    display: table;
}

section#sub-main .rentals-wrapper .rental-image-wrapper .item{
    border: 1px solid #000;
}

footer{
    padding: 50px 0;
    background-color: #161616;
    color: #fff;
}

footer .quick-contact-wrapper,
footer .company-wrapper,
footer .working-hours-wrapper,
footer .download-button-wrapper{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

footer .company-wrapper{
    align-items: center;
}

footer .download-button-wrapper{
    align-items: flex-end;
}

footer .quick-contact-wrapper p.header-title{
    font-size: 16px;
}

footer .working-hours-wrapper p.hours-title{
    font-size: 14px;
    font-weight: 500;
}

footer .quick-contact-wrapper p.header-title{
    color: #fff;
    font-weight: 500;
}

footer .quick-contact-wrapper p{
    font-size: 14px;
    color: #9b9b9b;
}

footer .quick-contact-wrapper a{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #FF9292;
    gap: 10px;
    transition: all 0.3s ease;
}

footer .quick-contact-wrapper a:hover > span{ 
    text-decoration: underline;
    text-underline-offset: 8px;
}

footer .company-wrapper .company-links{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

footer .company-wrapper .company-links a{
    text-decoration: none;
    color: #9b9b9b;
    font-size: 14px;
}

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

footer .working-hours-wrapper p.hours-time{
    color: #9b9b9b;
    font-size: 14px;
}

footer .download-button-wrapper a.download-button{
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 10px;
    border: none;
    color: #fff;
    background-color: var(--brand-primary);
    gap: 5px;
    padding: 15px 20px;
    text-decoration: none;
}

footer .download-button-wrapper a.download-button:hover{
    background-color: #fff;
    color: var(--brand-primary);
}

footer .download-button-wrapper .soc-med-icon{
    display: flex;
    justify-content: flex-end;
    gap: 25px;
    margin-top: 25px;
}

footer .download-button-wrapper .soc-med-icon a{
    color: inherit;
}

footer .download-button-wrapper .soc-med-icon a i{
    font-size: 25px;
    /* background-color: #fff; */
    
}

footer .directions-wrapper span{
    padding-left: 10px;
    font-size: 14px;
}

.tcpa-section{
    padding: 25px 0;
    background-color: #000000;
    color: #9b9b9b;
}

.tcpa-section .tcpa-wrapper{
    display: flex;
    justify-content: space-between;
}

.tcpa-section .tcpa-wrapper a{
    text-decoration: none;
    font-size: 14px;
    color: #9b9b9b;
}

.tcpa-section .tcpa-wrapper a:hover{
    color: #fff;
}

.tcpa-section .tcpa-wrapper p{
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.header-title{
    margin-bottom: 20px;
}

.navbar-toggler:focus,
.navbar-toggler:hover{
    box-shadow: 0 0 0 0.25rem var(--brand-primary);
}

@media (min-width: 1200px) {
    .container{
        max-width: 1170px;
    }
}

@media (max-width: 1200px){
    p span#direction{
        display: none;
    }
}

@media (max-width: 1400px) {

    section#main-section img.model-image{
        max-width: 600px;
    }

}

@media (max-width: 1200px) {
    section#main-section img.model-image{
        /* opacity: 0.2; */
        max-width: 500px;
    }
    
    section#partners .logo-wrapper{
        overflow: scroll;
        padding: 10px 0;
    }
}


@media (max-width: 992px) {

    section#contact{
        background-position: top;
    }

    section#main-section h1{
        font-size: 40px;
    } 

    nav.navbar .offcanvas .offcanvas-body a.call-button{
        margin-top: 10px;
        background-color: #fff;
        color: var(--brand-primary);
    }

    section#main-section .container{
        padding-top: 35px;
    }

    nav.navbar .offcanvas .offcanvas-body{
        flex-direction: column;
        align-items: start;
        flex-grow: 0;
    }

    nav.navbar .offcanvas .offcanvas-body .navbar-nav .nav-item a.nav-link{
        padding: 15px 0;
        color: #fff;
    }

    section .intro-text{
        padding-left: 3rem;
        max-width: 610px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 25px;
        padding-left: 0;
    }

    section#feedback #CustomCarousel .carousel-inner .carousel-item p.witness-comment{
        text-align: center;
    }

    section#feedback #CustomCarousel .carousel-inner .carousel-item .witness-detail{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* section#feedback .scroll-down-button{
        margin: 0;
        padding-bottom: 20px;
    } */

    footer .working-hours-wrapper, 
    footer .download-button-wrapper{
        margin-top: 30px;
    }

    footer .company-wrapper{
        align-items: end;
    }

    section#feedback .scroll-down-button{
        padding-bottom: 0;
    }

    section#main-section img.model-image{
        max-width: 380px;
    }

    section#main-section p.qouted-text{
        padding-right: 200px;
    }
}

@media (max-width: 768px) {

    .top-header{
        padding: 5px 0;
    }

    .top-header .item p,
    .top-header .item i{
        font-size: 12px;
    }

   .top-header .item p span{
        display: none;
    }

    .navbar-brand img.logo{
        max-width: 150px;
        width: 100%;
        height: auto;
    }

    section#main-section .container{
        padding-bottom: 150px;
    }

    section#main-section .buttons .button-item a#btn-hub,
    section#main-section .buttons .button-item span.front{
        padding: 10px 15px;
    }

    section#main-section .buttons .button-item a#btn-hub img{
        width: 20px;
        height: auto;
    }

    section#main-section .buttons .button-item a#btn-hub p,
    section#main-section .buttons .button-item a#btn-hub i,
    section#main-section .buttons .button-item a#btn-portal{
        font-size: 18px;
    }

    section#main-section .buttons .button-item a#btn-portal{
        padding: 8px 20px;
        border: 2px solid #e77e02;
        font-weight: 500;
    }
    
    section .offers .items{
        align-items: start;
        padding: 10px;
    }

    section .offers p,
    section .offers h5{
        text-align: start;
        max-width: 300px;
    }

    section .offers .items img{
        width: 82px;
    }

    section .intro-text h1{
        font-size: 35px;
    }

    section#faqs-main{
        padding-top: 50px;
    }

    section#faqs-main h1{
        font-size: 25px;
    }
    
    footer .company-wrapper{
        align-items: start;
    }

    footer .quick-contact-wrapper, 
    footer .company-wrapper{
        margin-top: 30px;
    }

    footer .download-button-wrapper{
        align-items: flex-start;
    }

    footer .quick-contact-wrapper, 
    footer .company-wrapper, 
    footer .working-hours-wrapper, 
    footer .download-button-wrapper{
        gap: 10px;
    }

    footer .download-button-wrapper button{
        padding: 10px 15px;
    }

    .header-title{
        margin-bottom: 15px;
    }

    .tcpa-section .tcpa-wrapper{
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    section#faqs-main .dyk-wrapper .dyk-inner-wrapper h2, h1.heading-2{
        font-size: 25px;
    }

    section#faqs-main .accordions-wrapper .accordion .accordion-item{
        margin-bottom: 15px;
    }

    section#faqs-main .accordions-wrapper{
        padding-bottom: 15px;
    }

    section#banner{
        padding-top: 50px;
        padding-bottom: 80px;
    }

    .scroll-down-button i{
        width: 45px;
        height: 45px;
    }

    .scroll-down-button i{
        margin-top: -25px;
    }

    .scroll-down-button{
        padding-bottom: 15px;
    }

    section#sub-main h1{
        font-size: 35px;
    }

    section#sub-main .info-wrapper{
        max-width: 100%;
    }

    section#main-section img.model-image{
        /* opacity: 0.2; */
        max-width: 300px;
    }

    section#main-section p{
        font-size: 14px;
    }

    section#main-section p.qouted-text{
        font-size: 16px;
    }

    section#main-section .buttons .button-item a.button{
        padding: 7px 15px;
        font-size: 16px;
    }

    section#main-section .buttons{
        gap: 5px;
    }

    .brand-icon{
        height: 24px;
    }
}

@media (max-width: 576px) {

    section#main-section h1{
        font-size: 38px;
    }

    section#main-section p,
    section#main-section p.qouted-text{
        font-size: 14px;
    }

    section#main-section .buttons{
        gap: 5px;
    }

    section#main-section .buttons .button-item{
        align-items: start;
    }

    section#main-section .buttons .button-item a#btn-hub p,
    section#main-section .buttons .button-item a#btn-hub i,
    section#main-section .buttons .button-item a.button{
        font-size: 16px;
    }

    section#main-section .buttons .button-item a#btn-portal{
        padding: 8px 10px;
    }

    section#main-section .buttons p.button-discription{
        font-size: 12px;
        align-self: center;
        text-align: center;
    }

    section .intro-text h1{
        font-size: 30px;
    }

    section#feedback #CustomCarousel .carousel-inner .carousel-item p.witness-comment{
        font-size: 16px;
    }

    .tcpa-section .tcpa-wrapper{
        gap: 10px;
    }

    .tcpa-section .tcpa-wrapper a,
    .tcpa-section .tcpa-wrapper p{
        font-size: 12px;
    }

    section#sub-main h6,
    section#sub-main p.first-paragh,
    section#sub-main p{
        font-size: 14px;
    }

    section#sub-main h1{
        font-size: 25px;
    }
    
    section#sub-main .rentals-wrapper .details-wrapper span{
        font-size: 14px!important;
        padding: 10px 0;
    }

    section#sub-main .rentals-wrapper .details-wrapper p.rental-name{
        padding: 10px 0;
    }

    section#main-section p.qouted-text{
        padding-right: 20px;
    }

    section .offers .items{
        align-items: center;
        padding: 30px;
    }

    section .offers p, section .offers h5{
        text-align: center;
    }

    section .offers-wrapper{
        margin-top: -80px;
    }

    section#contact .left-sided-form h1{
        font-size: 25px;
    }

    section#contact .left-sided-form p:nth-child(3){
        font-size: 14px;
    }

    section#contact .form-wrapper{
        padding: 15px;
    }

    .form-floating>.form-control, .form-floating>.form-control-plaintext{
        padding: 0.5rem 0.5rem;
    }

    section#main-section img.model-image{
        display: none;
    }
    

}
