/*Main Css */

:root {
--primary: #CB8C1E;
--secondary: #333333;
--white: #fff;

--font-heading: 'Montserrat', sans-serif;
--font-accent: 'Roboto', sans-serif;
--font-body: 'Roboto', sans-serif;
--icon: "Font Awesome 6 Pro", sans-serif;
}

::selection {
background: var(--primary);
color: #fff;
text-shadow: none;
}

::-webkit-scrollbar {
width: 5px;
background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
display: none;
}

::-webkit-scrollbar-track-piece {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
border-radius: 10px;
background-color: var(--primary);
}

/* Tabbing CSS */

[class^="box-"] {
display: none;
}

[class^="box-"].showfirst {
display: block;
}

body {
font-family: var(--font-body);
overflow-x: hidden;
color: #fff;
font-size: 15px;
font-weight: 400;
line-height: 24px;
}

body.inner-header {
padding-top: 100px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--font-heading);
display: block;

text-transform: capitalize;
}

h1 {
font-size: 87.85px;
font-weight: 800;
line-height: 100.9px;
letter-spacing: -1.43px;
color:
var(--primary);
text-transform: uppercase;
}

h2 {
font-size: 100px;
font-weight: 700;
line-height: 80px;
letter-spacing: -1.54px;
color: var(--primary);
text-transform:
uppercase;
}

h2 span.text-bold {
font-weight: bold;
}

h4 {
font-size: 26px;
line-height: 1.12;
}

h6 {
font-size: 14px;
font-weight: 600;
line-height: 1.71;
letter-spacing: 0.84px;
}

.text-primary {
color: var(--primary) !important;
}

.text-secondary {
color: var(--secondary) !important;
}

.btn {
padding: 24px 27px;
text-transform: uppercase;
font-family: 'Inter' !important;
font-size: 22px;
font-weight: 500;
line-height: 12px;
border-radius: 0;
}

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

.btn i {
font-size: 14px;
font-weight: 600;
}

.btn-primary {
background-color: var(--primary);
border: 1px solid var(--primary);
color: #000 !important;
position: relative;
}

.btn-primary::before {
position: absolute;
content: '';
border: 1px solid var(--primary);
top: -6px;
left: -5px;
right: -5px;
bottom: -5px;
border-color: var(--primary);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
background-color: transparent;
border: 1px solid var(--primary);
color: var(--primary) !important;
}

.btn-primary-border {
background-color: transparent;
border: 1px solid var(--primary);
color: var(--primary) !important;
}

.btn-primary-border:hover,
.btn-primary-border:active,
.btn-primary-border:focus {
background-color: var(--primary);
border: 1px solid var(--primary);
color: var(--white) !important;
}

.btn-secondary {
background-color: var(--secondary);
border: 1px solid var(--secondary);
color: var(--white) !important;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
background-color: transparent;
border: 1px solid var(--secondary);
color: var(--secondary) !important;
}

.btn-dark {
background-color: var(--dark);
border: 1px solid var(--dark);
color: var(--white) !important;
}

.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus {
background-color: transparent;
border: 1px solid var(--dark);
color: var(--dark) !important;
}

*:hover,
*:focus,
* {
outline: none !important;
}

img {
max-width: 100%;
height: auto;
}

a,
input[type="submit"] {
-webkit-transition: all 0.4s ease-In-out;
-moz-transition: all 0.4s ease-In-out;
-o-transition: all 0.4s ease-In-out;
transition: all 0.4s ease-In-out;
display: inline-block;
cursor: pointer;
text-decoration: none;
}

span {
display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
font-family: var(--font-body);
font-weight: 400;
}

::-webkit-input-placeholder {
color: #a3a3a3;
font-weight: 400;
}

::-moz-placeholder {
color: #a3a3a3;
font-weight: 400;
}

:-ms-input-placeholder {
color: #a3a3a3;
font-weight: 400;
}

:-moz-placeholder {
color: #a3a3a3;
font-weight: 400;
}

::-moz-placeholder {
opacity: 1;
}

/* Padding Classes */
.pad-zero {
padding: 0px;
}

.pad-l-zero {
padding-left: 0px;
}

.pad-r-zero {
padding-right: 0px;
}

.ovr-hiddn {
overflow: hidden;
}

.overlay:after {
content: "";
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.6);
z-index: 1;
}

.overlay {
display: none;
}

.overlay.active {
display: block;
}

/* Custom Slick Css */
.slick-list {
margin: 0 -15px;
}

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

.slick-dots {
padding: 50px 0 0;
text-align: center;
}

.slick-dots li {
margin: 0 10px 0 0px;
width: auto;
display: inline-block;
vertical-align: middle;
overflow: hidden;
padding: 0px;
border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
color: #fff;
opacity: 1;
font-size: 20px;
}

.slick-dots li button {
height: 8px;
width: 30px;
border-radius: 100px;
padding: 0px;
background: #DDDDDD;
border: none;
cursor: pointer;
font-size: 0px;
padding: 0px;
-webkit-transition: all 0.4s ease-In-out;
-moz-transition: all 0.4s ease-In-out;
-o-transition: all 0.4s ease-In-out;
transition: all 0.4s ease-In-out;
box-sizing: border-box;
}

.slick-dots li.slick-active button {
background: #B6B9FC;
width: 55px;
}

/*header css*/

/* header {
-webkit-transition: all 0.4s ease-In-out;
-moz-transition: all 0.4s ease-In-out;
-o-transition: all 0.4s ease-In-out;
transition: all 0.4s ease-In-out;
position: fixed;
background: transparent;
z-index: 1;
left: 0;
right: 0;
top: 0;
}
header.sticky{
background: white;
box-shadow: 0px 4px 6px -1px rgb(0 0 0 / 10%), 0px 2px 4px -1px rgb(0 0 0 / 6%);
top: 0;
} */

.main-header {
width: 100%;
background: #000000;
position: relative;
z-index: 2;
padding-top: 20px;
padding-bottom: 18px;

}

/* .menuWrap {
display: flex;
align-items: center;
justify-content: center;
} */

.desktop-header .menuWrap {
display: flex;
align-items: center;
justify-content: end;
}

.logo {
display: inline-block;
}

.logo img {
display: block;
}

/* Hamburger Menu */
.menu-Bar {
width: 30px;
height: 20px;
cursor: pointer;
position: absolute;
right: 15px;
top: 0;
bottom: 0px;
margin: auto;
z-index: 22;
display: none;
}

.menu-Bar span {
display: block;
height: 4px;
width: 100%;
background: var(--primary);
position: absolute;
transition: 0.6s all;
border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
top: 0;
}

.menu-Bar span:nth-child(2) {
top: 8px;
transform-origin: left;
}

.menu-Bar span:nth-child(3) {
top: 16px;
}

.menu-Bar.open span:nth-child(1) {
transform: rotate(45deg);
top: 12px;
transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
width: 0;
opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
transform: rotate(-45deg);
top: 12px;
transform-origin: right-center;
}

/* Menu Css */
.menu {
font-size: 0px;
display: inline-block;
vertical-align: middle;
}

.menu-callnow {
color: var(--primary) !important;
background: transparent;
}

.menu-callnow i {
color: var(--dark) !important;
line-height: 2;
}

.menu>li {
display: inline-block;
vertical-align: middle;
padding: 0 0 0 50px;
}

.menu>li>a {
display: block;
font-family: var(--font-body);
font-family: Roboto;
font-size: 18px;
font-weight:
500;
line-height: 12px;
letter-spacing: 0.05em;
color: #ffffff;
text-transform: uppercase;
}

.btn-header {
background: var(--primary);
color: white !important;
padding: 15px 20px;
border-radius: 8px;
font-weight: 400 !important;
}

.btn-header:hover {
transform: scale(1.03);
}

.menu>li :hover>a,
.menu>li.active>a {
color: var(--primary);
}

@keyframes scale-display {
0% {
opacity: 0;
transform: scale(0);
-webkit-transform: scale(0);
}

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

@keyframes scale-display--reversed {
0% {
display: inline-flex;
opacity: 1;
transform: scale(1);
-webkit-transform: scale(1);
}

99% {
display: inline-flex;
opacity: 0;
transform: scale(0);
-webkit-transform: scale(0);
}

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

@keyframes btotreverse {
0% {
top: 75px;
opacity: 1;
}

100% {
top: 115px;
opacity: 0;
}
}

@keyframes btot {
0% {
top: 115px;
opacity: 0;
}

100% {
top: 40px;
opacity: 1;
}
}

/* Main Banner CSS */

.has-child {
position: relative;
z-index: 1;
}

.dropdown .dropdown {
left: 100%;
top: 0;
}

.dropdown {
position: absolute;
border-radius: 0px 0px 10px 10px;
top: 100%;
display: none;
}

/* Custom Slick Css */
.slick-list {
margin: 0 -15px;
}

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

.slick-dots {
padding: 50px 0 0;
text-align: center;
}

.slick-dots li {
margin: 0 10px 0 0px;
width: auto;
display: inline-block;
vertical-align: middle;
overflow: hidden;
padding: 0px;
border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
color: #fff;
opacity: 1;
font-size: 20px;
}

.slick-dots li button {
height: 8px;
width: 30px;
border-radius: 100px;
padding: 0px;
background: #DDDDDD;
border: none;
cursor: pointer;
font-size: 0px;
padding: 0px;
-webkit-transition: all 0.4s ease-In-out;
-moz-transition: all 0.4s ease-In-out;
-o-transition: all 0.4s ease-In-out;
transition: all 0.4s ease-In-out;
box-sizing: border-box;
}

.slick-dots li.slick-active button {
background: #B6B9FC;
width: 55px;
}

span.count {
font-family: var(--font-heading);
font-size: 64px;
line-height: 0.92;
letter-spacing: normal;
text-align: center;
color: var(--white);
font-weight: 500;
}

.counter span.text-white {
font-family: var(--font-heading);
font-size: 64px;
line-height: 0.92;
letter-spacing: normal;
text-align: center;
color: var(--white);
font-weight: 500;
}

.form-select,
.form-select:focus {
background: transparent;
border: 1px solid #626262;
border-radius: 24px;
padding: 8px 34px 8px 29px;
color: #ddd;
font-size: 13px;
margin-bottom: 18px;
color: var(--bg-light);
box-shadow: none;
}

.slick-center button.slick-prev.slick-arrow {
position: absolute;
top: 96%;
left: 50%;
font-size: 0px;
width: 30px;
height: 30px;
border: none;
background-color: transparent;
z-index: 0;
}

.slick-center button.slick-prev.slick-arrow::before {
content: "\f177";
font-size: 25px;
font-weight: 100;
color: var(--primary);
font-family: "Font Awesome 5 Pro";
}

.index-slider button.slick-next.slick-arrow {
position: absolute;
top: 92%;
right: 4%;
border: none;
background-color: transparent;
font-size: 0px;
width: 30px;
height: 30px;
z-index: 2;
}

.slick-center button.slick-next.slick-arrow {
position: absolute;
top: 96%;
right: 46%;
border: none;
background-color: transparent;
font-size: 0px;
width: 30px;
height: 30px;
z-index: 0;
}

.slick-center button.slick-next.slick-arrow::before {
content: "\f178";
font-size: 25px;
font-weight: 100;
color: var(--primary);
font-family: "Font Awesome 5 Pro";
}

.index-slider button.slick-next.slick-arrow::before {
content: "\f178";
font-size: 25px;
font-weight: 100;
color: var(--primary);
font-family: "Font Awesome 5 Pro";
}

/* .slider-for img{
width: 100%;
object-fit: cover;
object-position: center;
height: 454px;
margin-bottom: 16px;
}

.slider-nav img{
height: 174px;
width: 100%;
object-fit: cover;
object-position: center;
} */

.slick-center img {
width: 100%;
height: 500px;
}

.slick-center .slick-list.draggable {
padding: 0 24% 0 !important;
}

.slick-center .slick-slide {
margin: 0 70px;
}

.slick-center .slick-current img {
position: relative;
top: -41px;
}

.sliderDiv {
background-size: cover;
height: 1200px;
width: 100%;
background-repeat: no-repeat;
}

.socail-icons {
display: flex;
}

ul.socail-icons li i {
color: #fff;
font-size: 18px;
font-weight: 300;

}

ul.socail-icons li {
margin-right: 10px;
}

a.logo {
font-size: 30px;
color: var(--white);
font-family: var(--font-heading);
}

/* inner pages */

.inner-banner {
display: flex;
justify-content: center;
align-items: center;
padding-top: 0;
padding-bottom: 0;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
height: 550px !important;
}

.inner-banner .content h1 {}

/* inner pages */

.footer-border {
height: 1px;
margin: 61.5px 83px 29px 177px;
background-color: rgba(255, 255, 255, 0.1);
margin-top: 60px;
}

ul.footer-social-icons {
display: flex;
margin-top: 0;
}

ul.footer-social li a {
font-size: 16px;
line-height: 1.5;
text-align: left;
color: var(--white);
margin-bottom: 15px;
}

ul.footer-social li a i {
color: var(--primary);
margin-right: 17px !important;
}

ul.footer-social li a:hover {
color: var(--primary);
}

ul.footer-social-icons li {
margin-right: 30px;
}

ul.footer-social-icons li a {
color: var(--white);
background-color: transparent;
display: flex;
align-items:
center;
justify-content: center;
border-radius: 50%;
}

ul.footer-social-icons li a:hover {
color: var(--primary);
}

ul.footer-social-icons li a i {
font-size: 20px;
}

.menu-Bar a.logo {
font-size: 45px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: 1.31;
letter-spacing: normal;
text-align: left;
color: #1dd3b0;
}

li.dropdown {
position: relative;
}

li.dropdown a {
display: inline-block;
}

li.dropdown:hover ul.sub-menu {
top: 90%;
opacity: 1;
visibility: visible;
}

ul.sub-menu {
position: absolute;
z-index: 1;
width: 100%;
background-color: #fff;
box-shadow: 0 20px 20px rgb(0 0 0 / 20%);
min-width: 200px;
padding: 10px;
border-radius: 5px;
transition: .3s top ease-in-out;
top: 200%;
left: 40px;
opacity: 0;
visibility: hidden;
}

.dropdown::after {
display: inline-block;
margin-left: 0.465em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid;
border-right: 0.3em solid transparent;
border-bottom: 0;
border-left: 0.3em solid transparent;
font-size: 14px;
color: #222;
-webkit-transition: all 0.4s ease-In-out;
-moz-transition: all 0.4s ease-In-out;
-o-transition: all 0.4s ease-In-out;
transition: all 0.4s ease-In-out;
}

.dropdown:hover::after,
.dropdown.active::after {
color: var(--primary);
}

ul.sub-menu li {
margin: 0;
display: block;
margin-bottom: 0px;
text-align: left;
border-bottom: 1px solid #ddd;
margin-bottom: 10px;
}

ul.sub-menu li:last-child {
border: 0;
margin-bottom: 0px;
}

.menu>li>a:hover {
color: var(--primary);
}

ul.sub-menu li:last-child a {
padding-bottom: 0px;
}

ul.sub-menu li a {
font-size: 12px;
color: #121b2b !important;
padding-bottom: 10px;
}

ul.breadcrumb-menu {
display: block;
text-transform: uppercase;
}

ul.breadcrumb-menu li {
display: inline-block;
vertical-align: middle;
position: relative;
color: var(--primary);
font-size: 14px;
font-weight: 600;
line-height: 1.71;
letter-spacing: 0.84px;
}

ul.breadcrumb-menu li a {
color: var(--dark-light);
}

ul.breadcrumb-menu li+li {
margin-left: 0px;
}

ul#counter {
display: flex;
align-items: center;
gap: 7rem;
/* padding: 24px 36px; */
/* border-radius: 8px; */
/* box-shadow: 0 10px 33px 0 rgba(130, 130, 130, 0.2); */
/* background-color: #222; */
/* margin-top: -112px;*/
}

.counter-wrapper .counter {
display: flex;
align-items: center;
gap: 20px;
}

.counter-wrapper .counter span.count {
font-weight: 700;
font-size: 45px;
color: #000;
}

ul#counter li .counter>div {
font-weight: 600;
line-height: 1;
font-size: 38px;
color: #fff;
/* padding-bottom: 10px; */
flex-shrink: 0;
}

ul#counter li {
background-repeat: no-repeat;
background-position: center;
width: 100%;
text-align: center;
line-height: 28px;
display: flex;
align-items: center;
justify-content: center;
}

ul#counter li .counter span.text {
font-family: var(--font-body);
font-size: 14px;
line-height: 2;
letter-spacing: normal;
text-align: left;
color: var(--white);
font-weight: normal;
}

ul#counter li:nth-child(1) .counter>div {
color: #ec4e52;
}

ul#counter li:nth-child(2) .counter>div {
color: #ebd142;
}

ul#counter li:nth-child(3) .counter>div {
color: #62a488;
}

.counter span.text-dark {
font-weight: 600;
font-size: 30px;
}

/* ------- */

.index-slider-news button.slick-prev.slick-arrow {
position: absolute;
top: 23%;
left: -68px;
font-size: 0px;
width: 40px;
height: 40px;
border: 2px solid var(--primary);
background-color: transparent;
z-index: 2;
line-height: 0;
border-radius: 50%;
}

.index-slider-news button.slick-prev.slick-arrow::before {
content: "\f104";
font-size: 24px;
font-weight: 500;
color: var(--primary);
font-family: "Font Awesome 5 Pro";
display: flex;
align-items: center;
justify-content: center;
}

.index-slider-news button.slick-next.slick-arrow {
position: absolute;
top: 23%;
right: -70px;
border: none;
background-color: transparent;
font-size: 0px;
width: 40px;
height: 40px;
border: 2px solid var(--primary);
background-color: transparent;
background-color: transparent;
line-height: 0;
border-radius: 50%;
z-index: 2;
}

.index-slider-news button.slick-next.slick-arrow::before {
content: "\f105";
font-size: 24px;
font-weight: 500;
color: var(--primary);
font-family: "Font Awesome 5 Pro";
display: flex;
align-items: center;
justify-content: center;
}

.form-control {
border: 1px solid #D2D2D2;
margin-bottom: 20px;
border-radius: 0;
height: 35px;
}

/* Accordian */

.accordion-list {
position: relative;
}

.accordion-list li {
padding: 0px 0px 22px 2px;
cursor: pointer;
width: 100%;
margin: 0 auto;
border-bottom: 0;
background: white;
box-shadow: none;
border-radius: 0px;
margin-bottom: 0rem;
}

ul.accordion-list li span {
display: flex;
position: relative;
}

.accordion-list li h3 {
color: var(--secondary);
display: flex;
align-items: center;
font-size: 16px;
font-weight: 700;
line-height: 30px;
margin-right: 14px;
}

.accordion-list li.active h3 {
color: var(--primary);
font-size: 20px;

}

ul.accordion-list li h3:after {
content: "\f078";
font-family: "Font Awesome 5 Pro";
position: absolute;
right: 0;
right: 0;
color: var(--secondary);
transition: all 0.3s ease-in-out;
font-size: 14px;
font-weight: 900;
top: 0;
}

.accordion-list li.active h4::after {
color: #9CA3AF;
content: "\f077";
}

ul.accordion-list li.active h3:after {
content: "\f077";
color: var(--primary);
}

.answer p {
margin-top: 16px;
color: #555555;
font-size: 16px;
font-weight: 400;
line-height: 30px;
}

/* Accordian */

/* Subscription */

.subscribe {

height: 60px;
margin-top: 18px;
border-radius: 0;
position: relative;
overflow:
hidden;
}

.subscribe button.btn-subscribe {
text-transform: uppercase;
display: inline-block;
height: auto;
border-radius: 0;
border:
none;
background: transparent;
position: absolute;
right: 0;
top: 13px;
bottom: 0;
padding: 0;
font-size: 11px;
font-weight:
600;
line-height: 1.23;
text-align: center;
color: var(--white);
margin-right: 6px;

}

.subscribe input.form-control {
border: none;
/* width: 100%; */
padding: 8px 4px;
height: 100%;
margin: 0;
display:
inline-block;
color: var(--white);
background-color: transparent;
padding-right: 1.5rem;
border-radius: 0;
border-bottom: solid 1px #ffffff;
}

.subscribe input.form-control:focus {
border-bottom: solid 1px var(--primary);
}

/* Subscription */

.sec-pad {
padding-top: 100px;
padding-bottom: 100px;
}

/* topbar */

.top-bar {
padding: 15px 0;
background: var(--primary);
}

.top-social-icons {
display: flex;
justify-content: end;
gap: 20px;
}

.top-contact-info {
display: flex;
gap: 22px;
}

.top-contact-info li {
display: flex;
gap: 10px;
align-items: baseline;
}

.top-contact-info li a {
color: var(--white);
}

.top-social-icons li a i {
color: var(--white);
}

/* topbar */

/* contact page */

.contactIconBg li {
display: flex;
align-items: center;
gap: 15px;
margin-bottom: 20px;
}

.contactIconBg .icon {
width: 50px;
height: 50px;
border-radius: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
color: var(--white);
background-color: var(--primary);
}

/* contact page */

.related-slider span.arr-left {
top: 35%;
position: absolute;
left: -2%;
font-size: 26px;
color: var(--secondary);
cursor: pointer;
}

.related-slider span.arr-right {
top: 35%;
position: absolute;
right: -2%;
font-size: 26px;
color: var(--secondary);
cursor: pointer;
}

footer {
background: #000000;
}

footer .border-top {
border-top: 1px solid #808080 !important;
}

.f-logo {
font-size: 30px;
text-align: left;
color: var(--white);
font-family: var(--font-heading);
line-height: normal;
}

.f-logo:hover {
color: var(--white);
}

.f-logo-content {
margin-top: 30px;
color: #6C6C6C;
font-size: 18px;
font-weight: 500;
line-height: 37px;
max-width: 380px;
}

.subTxt {
line-height: 24px;
}

.f-menu {
margin-top: 24px;
}

.f-menu .f-icon-box {
display: flex;
align-items: baseline;
gap: 20px;
margin-bottom: 10px;
}

.f-menu .f-icon-box a,
.f-menu .f-icon-box p {
color: var(--white);
}

.f-menu .f-icon-box i {
color: var(--white);
}

ul.f-menu li a {
letter-spacing: 0.5px;
margin-bottom: 14px;
color: #6C6C6C;
font-size: 18px;
font-weight: 500;
line-height:
34px;
}

ul.f-menu li a:hover {
color: var(--primary);
}

.footer-content {
padding-top: 100px;
padding-bottom: 105px;
}

footer h6 {
font-family: var(--font-heading);
position: relative;
font-size: 22px;
font-weight: 700;
line-height:
22px;
letter-spacing: -1.5499999523162842px;
color: #CB8C1E;
text-transform: uppercase;
}

.copyright {
padding-top: 55px;
padding-bottom: 51px;
background: transparent;
border-top: 1px solid #707070;
}

.copyright p {
font-size: 18px;
font-weight: 500;
line-height: 21.09px;
}

.mainBanner {
display: flex;
align-items: center;
position: relative;
z-index: 1;
margin: -3px 0 -10px;
overflow: hidden;
height: 860px;
z-index: 2;
}

.mainBanner::before {
position: absolute;
height: 100%;
width: 100%;
content: '';
background-size: cover !important;
background-repeat: no-repeat !important;
background-position: center !important;
background-image: url(https://myvipvan.com/wp-content/uploads/2024/11/hero-bg-1.png);
z-index: -1;
animation: zoom 10s infinite alternate;

}

@keyframes zoom {
0% {
transform: scale(1);
}

100% {
transform: scale(1.15);
}
}

section.about .content p.para {
margin-bottom: 67px;
max-width: 765px;
}

.hero-content h4 {
font-size: 55px;
font-weight: 700;
line-height: 55px;
letter-spacing: -1.54px;
color:
var(--white);
margin-top: 12px;
text-transform: uppercase;
}

.hero-content p {
font-size: 28px;
font-weight: 500;
line-height: 25px;
letter-spacing: -1.54px;
color: var(--white);
margin: 27px 0 34px;
}

.bg-dark {
background: #000000;
}

.bg-grey {
background: #131313;
}

.bg-light {
background: #0C0C0C;

}

section.vehicles {
position: relative;
z-index: 2;
background: #000000 !important;

}

.abt-bfr {
position: absolute;
right: 0;
top: -17%;
animation: floating_up_down 5s infinite linear;
-webkit-animation: floating_up_down 5s infinite linear;
}

@keyframes floating_up_down {
0% {
transform: translateY(0px);
transform: translateY(0px);
opacity: 1;
}

50% {
transform: translateY(20px);
transform: translateY(20px);
opacity: 1;
}

100% {
transform: translateY(0px);
transform: translateY(0px);
opacity: 1;
}
}

section.about {
position: relative;
z-index: 2;
}

section.about .left-sec p {
margin-top: 70px;
}

section.about p {
font-size: 14px;
font-style: italic;
font-weight: 500;
line-height: 28px;
color: #879696;
}

section.about .content {}

section.about .content h6 {
padding: 26px 0 17px;
font-size: 40px;
font-weight: 500;
line-height: 55px;
letter-spacing: -1.54px;
text-align: left;
max-width: 420px;
}

.bottom {
margin-top: 60px;
}

.vehicles-card {
text-align: center;
padding: 40px;
background: #1D1D1D;
min-height: 560px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: end;
position: relative;
transition: all .5s ease-in-out;
z-index: 1;
}

.vehicles-card:hover {
background: var(--primary);
}

.vehicles-card:hover .btn-primary {
background: #000;
color: #fff !important;
}

.vehicles-card:hover .btn-primary::before {
border: 1px solid #000;
}

.vehicles-card:hover h6 {
color: var(--white);
}

.vehicles-card h3 {
font-size: 35px;
font-weight: 700;
line-height: 50px;
letter-spacing: -1.54px;
text-align: center;
padding: 20px 0 16px;
text-transform: uppercase;
}

.vehicles-card h6 {
padding: 14px 0 26px;
color: #CB8C1E;
font-size: 22px;
font-weight: 700;
line-height: 50px;
letter-spacing: -1.54px;
text-align: center;
text-transform: uppercase;
}

.vehicleImg {
margin-top: -157px;
position: absolute;
top: 58px;
}

section.vehicles .bottom {
margin-top: 160px;
}

.review-slider .slick-list.draggable {
padding-bottom: 2% !important;
}

.review-slider .slick-dots li button {
border-radius: 100px;
padding: 0px;
background: #DDDDDD;
border: none;
cursor: pointer;
font-size: 0px;
padding: 0px;
-webkit-transition: all 0.4s ease-In-out;
-moz-transition: all 0.4s ease-In-out;
-o-transition: all 0.4s ease-In-out;
transition: all 0.4s ease-In-out;
box-sizing: border-box;
width: 14.3px;
height: 14.3px;
background-color: #2F2F2F;
}

.review-slider .slick-dots li.slick-active button {
background: var(--white);
width: 14.3px;
height: 14.3px;
}

.review-slider .slick-dots {
padding: 20px 0 0;
text-align: center;
}

.review-slider button.slick-prev.slick-arrow {
position: absolute;
top: -26%;
left: 2%;
background-color: transparent;
font-size: 0px;
z-index: 2;
line-height: 1;
border: 1px solid var(--primary);
width: 78px;
height: 68px;
}

.review-slider button.slick-prev.slick-arrow::before {
content: "\f177";
font-size: 21px;
font-weight: 300;
color: var(--white);
font-family: "Font Awesome 5 Pro";
display: flex;
align-items: center;
justify-content: center;
}

.review-slider button.slick-next.slick-arrow {
position: absolute;
top: -26%;
right: 2%;
background-color: transparent;
font-size: 0px;
z-index: 2;
line-height: 1;
border: 1px solid var(--primary);
width: 78px;
height: 68px;
}

.review-slider button.slick-next.slick-arrow::before {
content: "\f178";
font-size: 21px;
font-weight: 300;
color: var(--white);
font-family: "Font Awesome 5 Pro";
display: flex;
align-items: center;
justify-content: center;
}

.feetImg img {
width: 100%;
height: 390px;
object-fit: cover;
}

section.feet {
padding-bottom: 70px;
background: #0C0C0C !important;
}

.feetImg {
font-size: 60px;
}

.feetImg a {
width: 100%;
transition: all .7s ease-in-out;
}

.feetImg a:hover{
filter: brightness(.6);
}

section.feet-inner .feetImg {
margin-bottom: 24px;
}

section.feet-inner {
padding-bottom: 130px;
}

section.choose {
background: #131313 !important;
padding-bottom: 160px;
}

section.choose span {
font-size: 80px;
font-weight: 700;
line-height: 33px;
color: #969696;

}

section.choose h4 {
color: #FDFDFD;
font-size: 36px;
font-weight: 600;
line-height: 46px;
letter-spacing: -1.54px;

}

section.choose p {
color: #8A8A8A;
font-size: 15px;
font-weight: 400;
line-height: 24px;

}

.choose-card .icon {
text-align: center;
}

.choose-card {
padding: 65px 0 40px;
border: 1px solid #444;
border-right: 0;
border-left: 0;
}

section.book h2.title {
font-size: 60px;
font-weight: 700;
line-height: 73.14px;
letter-spacing: -1.54px;
text-align: left;
color: #fff;
margin-bottom: 18px;
}

section.book .btn-primary {
background: #000000;
color: #fff !important;
}

section.book .btn-primary::before {
border: 1px solid #000;
}

section.book .btn-primary:hover {
background-color: var(--white);
color: var(--primary) !important;
}

section.book .btn-primary:hover::before {
border: 1px solid var(--white);
}

section.book {
background: #CB8C1E;
position: relative;
z-index: 2;
}

.bookImg {
position: absolute;
max-width: 730px;
top: 0;
bottom: 0;
display: block;
margin: auto;
/*margin-top: -86px;*/
animation: float_up_down 5s infinite linear;
-webkit-animation: float_up_down 5s infinite linear;

}

.bookImg img {
width: 100%;
}

@keyframes float_up_down {
0% {
transform: translateX(0px);
transform: translateX(0px);
opacity: 1;
}

50% {
transform: translateX(30px);
transform: translateX(30px);
opacity: 1;
}

100% {
transform: translateX(0px);
transform: translateX(0px);
opacity: 1;
}
}

section.testi {
background: #131313;
}

.testi-card {
background: #1D1D1D;
padding: 60px 51px;
border-radius: 20px;
position: relative;
z-index: 3;
}

.testi-card .shape {
position: relative;
}

.testi-card::after {
position: absolute;
content: '';
height: 75px;
width: 45px;
clip-path: polygon(44% 0, 26% 100%, 100% 0);
background: #1d1d1d;
z-index: 3;
margin: auto;
display: block;
bottom: -55px;
}

.testi-card .shape::after {
position: absolute;
content: '';
height: 54px;
width: 2px;
background: #ffffffc7;
bottom: 4px solid var(--white);
z-index: 99;
margin: auto;
top: 48px;
left: 17px;
transform: rotate(3deg);
}

.testi-card .shape::before {
position: absolute;
content: '';
height: 60px;
width: 2px;
background: #ffffffc7;
bottom: 4px solid var(--white);
z-index: 99;
margin: auto;
top: 46px;
left: 27px;
transform: rotate(24deg);
}

.testi-card p {
padding: 18px 0 50px;
font-size: 20px;
font-weight: 400;
line-height: 23.44px;
}

.user {
display: flex;
align-items: center;
gap: 15px;
margin-top: 55px;
}

.user p {
font-size: 22px;
font-weight: 500;
line-height: 26.82px;
}

.testi-card .iconBottom {
display: flex;
justify-content: end;
}

.testi-card::before {
position: absolute;
content: '';
width: 100%;
height: 100%;
border: 1px solid #FFFFFF;
top: -11px;
right:
-11px;
border-radius: 20px;
z-index: 3;
}

.testiSldie .slick-list.draggable {
padding-bottom: 2% !important;
padding-top: 2% !important;
}

.testiSldie .slick-dots li button {
border-radius: 100px;
padding: 0px;
background: #DDDDDD;
border: none;
cursor: pointer;
font-size: 0px;
padding: 0px;
-webkit-transition: all 0.4s ease-In-out;
-moz-transition: all 0.4s ease-In-out;
-o-transition: all 0.4s ease-In-out;
transition: all 0.4s ease-In-out;
box-sizing: border-box;
width: 14.3px;
height: 14.3px;
background-color: #2F2F2F;
}

.testiSldie .slick-dots li.slick-active button {
background: var(--white);
width: 14.3px;
height: 14.3px;
}

.testiSldie .slick-dots {
padding: 20px 0 0;
text-align: center;
}

section.cta {
background: #0D0D0D;
}

section.cta .content i {
font-size: 54px;
color: #363636;
}

section.cta .content p {
padding: 27px 0 22px;
color: #CB8C1E;
font-size: 18px;
font-weight: 600;
line-height: 15px;
letter-spacing: 0.1em;
text-transform: uppercase;
font-family: var(--font-heading);
}

section.cta .content a {
color: #879696;
font-size: 18px;
font-weight: 500;
line-height: 10px;
}

section.cta .content a:hover {
color: #fff;
}

.inner-banner::before {
background-image: url(https://myvipvan.com/wp-content/uploads/2024/12/inner-bg-1.png) !important;
animation: none;
}

.vehicles-inner .vehicles-card {
margin-bottom: 160px;
}

section.vehicles-inner .bottom {
margin-top: 100px;
}

section.get-in .content p.para {
margin-top: 16px;
font-size: 18px;
font-weight: 400;
line-height: 28px;
letter-spacing: 0.20px;
}

section.get-in .content form {
margin-top: 29px;
}

section.get-in .content label{
margin-bottom: 6px;
font-size: 16px;
font-weight: 400;
line-height: 28px;
letter-spacing: 0.20px;
}

.form-control {
padding: 19.5px 20px 16.4px 20px;
border-radius: 8px;
background-color: #f2f2f0;
height: 70px;
border: 0;
margin-bottom: 24px;
border: 1px solid #383838;
background: #0D0D0D;
border-radius: 0;
color: var(--white);
}

.form-control::placeholder {
opacity: 0.5;
color: #828282;
}

.form-control:focus {
    border: 1px solid var(--primary);
    background: #0D0D0D;
    color: var(--white);
    outline: 0;
    box-shadow: none;
}

textarea.form-control {
height: 193px;
}

section.get-in {
padding-top: 200px;
padding-bottom: 200px;
position: relative;
background: #131313;
}

.getIn-img {
position: absolute;
top: 0;
bottom: 0;
margin: auto;
display: flex;
align-items: center;
justify-content: end;
right: 0;
}

section.get-in .content h2.title {
font-size: 67.85px;
font-weight: 800;
line-height: 100.9px;
letter-spacing: -1.43px;
}

.form-control::placeholder {
color: hsl(0deg 0% 72% / 30%);
}