/* FONT IMPORT */

/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100..900&display=swap');

/* Local Font */
@font-face {
    font-family: "times-bold";
    src: url("../fonts/times-bold.ttf");
}

@font-face {
    font-family: "times-regular";
    src: url("../fonts/times-regular.ttf");
}

:root {
    --white: #fff;
    --black: #000;
    --primary: #00A8E1;
    --secondary: #333333;

    /* Font Variable */
    --font-text: "Poppins", sans-serif;
    --font-heading: "Poppins", sans-serif;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    position: relative;
    background: #000;
    overflow-x: hidden;
    height: 100%;
    font-family: var(--font-text);
}

section {
    position: relative;
    padding: 6rem 0;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    color: #828282;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: var(--font-heading);
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

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

figure {
    margin: 0;
}


/* Cursor Start */

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    margin-left: 2px;
    margin-top: 2px;
    width: 7px;
    height: 7px;
    z-index: 10000001;
    background-color: var(--primary);
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
    margin-left: -10px;
    margin-top: -10px;
    width: 30px;
    height: 30px;
    background-color: var(--primary);
    opacity: 0.3;
}


/* Cursor End */


/* PRELOADER */

.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.preLoader.black {
    background-color: #363636;
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    background-color: var(--primary);
}


/* PRELOADER */


/* GLOBAL CSS */

.themeBtn {
    background: var(--primary);
    font-size: 1rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    padding: 0.95em 1.96em;
    border-radius: 5px;
    line-height: normal;
}

.themeBtn:hover {
    background: #fff;
    color: var(--primary);
}

.themeBtn.borderBtn {
    background: transparent;
    border: 1px solid #fff;
    padding: 1.04em 2em;
}




/* NAV HEADER CSS */

header {
    padding: 0 0 1rem 0;
    transition: 0.3s ease-in-out;
    background: #363636;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar-nav {
    align-items: center;
    gap: 2.75rem;
}

.navbar-nav .nav-item .nav-link {
    font-size: 1rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 0;
    display: inline-block;
}

.navbar-nav .nav-item .nav-link:hover {
    color: var(--primary);
}

.topbar ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.para p {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 400;
    color: #fff;
    text-align: end;
}

.topbar ul li a {
    font-size: 0.875rem;
    color: #fff;
}

.topbar {
    background: #000;
    padding: 12px 0;
    margin-bottom: 1rem;
}

/* !NAV HEADER CSS */


/* MAIN HERO SLIDER CSS */

.main-slider {
    height: 822px;
}

.homeSlider.swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    overflow: hidden;
}

.homeSlider.swiper-container .swiper-slide {
    overflow: hidden;
}

.homeSlider .swiper-pagination {
    bottom: 8rem;
    width: fit-content;
    left: 18rem;
}

.homeSlider .swiper-button-prev,
.homeSlider .swiper-button-next {
    width: 4.35rem;
    height: 4.35rem;
    font-size: 1rem;
    color: #fff;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.28);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.homeSlider .swiper-button-next {
    right: 1rem;
}

.homeSlider .swiper-button-prev {
    left: 1rem;
}

.homeSlider .swiper-button-next:hover,
.homeSlider .swiper-button-prev:hover {
    background: var(--white);
    color: var(--black);
}

.homeSlider .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    display: inline-block;
    margin: 0 0.5rem !important;
    opacity: 1;
    border: 1px solid var(--white);
    background: transparent;
}

.homeSlider .swiper-pagination-bullet-active {
    background: var(--white);
    position: relative;
}

.homeSlider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.main-slider h1 {
    margin: 0;
    color: var(--white);
    font-size: 6.25rem;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "times-bold";
    text-shadow: 0 0 15px rgb(0 0 0 / 50%);
}

.main-slider p {
    color: var(--white);
    font-weight: 400;
    line-height: 1.2;
    font-size: 1.125rem;
    margin: 10px 0 1rem 0;
    text-shadow: 0 0 10px rgb(0 0 0 / 50%);
    line-height: 1.6;
}

.main-slider h2 {
    font-size: 1.875rem;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgb(0 0 0 / 50%);
    margin: 0;
}

.slideOne {
    text-align: center;
    margin-right: 8rem;
}

/* !MAIN HERO SLIDER CSS */


.mainHead {
    font-size: 3.125rem;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--white);
    font-family: "times-bold";
}

.subHead {
    font-size: 1.625rem;
    font-weight: 400;
    color: var(--white);
    font-family: "times-regular";
}


/* car-service */
.car-service {
    background: #000 url(../images/carbg.webp)center/cover no-repeat fixed;

}

.carcntnt p {
    font-size: 1.125rem;
    color: #fff;
    line-height: 1.8;
    margin: 10px 0;
    /* width: 95%; */
}

.carcntnt .list-content {
    color: var(--white);
    font-size: 1rem;
    list-style: disc;
    list-style-position: inside;
    margin-bottom: 1rem;
}

.carcntnt .list-content li::marker {
    color: var(--primary);
}

.carcntnt .list-content li+li {
    margin-top: 5px;
}

figure.carbdr img {
    border-radius: 0 88px 88px 88px;
}

/* car-service */


/* car-truck */
.truck-service {
    background: #000 url(../images/truckbg.webp)center/cover no-repeat fixed;
}


figure.truckcntnt img {
    border-radius: 0 88px 88px 88px;
}

.carcntnt.truckcntnt {
    padding-left: 4rem;
}

.carcntnt.truckcntnt .themeBtn {
    background: transparent;
    border: 1px solid var(--primary);
    color: var(--primary);
    transition: 0.5s ease;
}

.carcntnt.truckcntnt .themeBtn:hover {
    background: var(--primary);
    color: #fff;
}

.slipsec {
    background: #000 url(../images/slipbg.webp)center/cover no-repeat fixed;
}



.wrongsec {
    background: #000 url(../images/wrongbg.webp)center/cover no-repeat fixed;
}

.aboutsec {
    background: #000 url(../images/aboutbg.webp)center/cover no-repeat fixed;
}

section.car-service.truck-service.aboutsec h4 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

.aboutsec .carcntnt p {
    width: 100%;
}

.aboutsec .mainHead {
    font-size: 3.6875rem;
}


/* injuredasec */
.injuredasec {
    padding: 7rem 0;
    background: url(../images/injuredbg.webp)center/cover no-repeat;
}

.injuredcntnt h2 {
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-family: 'times-bold';
    margin: 0;
}

.injuredcntnt h3 {
    font-size: 2.5rem;
    font-weight: 400;
    color: #fff;
    font-family: 'times-regular';
    line-height: 1.2;
    margin: 0;
}

.contactinfo {
    text-align: end;
}

.callbtn a {
    font-size: 2.25rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
    display: block;
}

/* injuredasec */



/* why-choose */
.why-choose {
    background: #000 url(../images/choosebg.webp)center/cover no-repeat;
}

section.why-choose .mainHead {
    text-align: center;
    font-size: 4.375rem;
    margin-bottom: 2rem;
}

.choosecntnt h3 {
    font-size: 1.5rem;
    color: #fff;
    text-transform: uppercase;
    font-family: 'times-bold';
    margin: 25px 0 12px 0;
}

.choosecntnt p {
    font-size: 1rem;
    color: #fff;
    margin: auto;
    line-height: 1.8;
}

.choosewrap {
    text-align: center;
    border: 1px solid #363636;
    backdrop-filter: blur(10px);
    background: rgb(54 54 54 / 80%);
    padding: 2.5rem 2rem;
    border-radius: 0 50px 50px 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* why-choose */



/* companylogo */
.compnaysec .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    opacity: 1;
    border-radius: 3px;
    background: rgb(61 61 61 / 25%);
}

.compnaysec .swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.compnaysec {
    background: #fff;
}

.compnaysecSlider {
    padding-bottom: 4rem;
}

.compnayBox figure img {
    height: 113px;
    width: 292px;
}

.compnayBox {
    background: #F1F1F1;
    border-radius: 0 20px 20px 20px;
    padding: 27px 33px;
}

.compnaysecSlider span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #202020;
}

/* companylogo */


/* videoSlider */
.videosec {
    background: url(../images/videobg.webp)center/cover no-repeat;
}



.videobox figure img {
    /* border-radius: 0 30px 30px 30px; */
}



.videobox figure a {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #fff;
    width: 75px;
    height: 75px;
    margin: auto;
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgb(255 255 255 / 30%);
}

.videosec .mainHead {
    font-size: 4.375rem;
    text-align: center;
    margin-bottom: 2rem;
}

.videosec .swiper-button-next,
.videosec .swiper-button-prev {
    color: var(--white);
    top: 55%;
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.videosec .swiper-button-prev {
    left: 11rem;
}

.videosec .swiper-button-next {
    right: 11rem;
}

.videobox figure img {
    border-radius: 0 30px 30px 30px;
}

.videosec .swiper-button-next:after,
.videosec .swiper-button-prev:after {
    font-size: 1rem;
    color: var(--white);
}

/* videoSlider */



/* Contact */

.contactSec {
    background: url(../images/contactbg.webp) center/cover no-repeat;
}

.contactSec h2,
.contactSec p {
    color: var(--white);
}

.contactForm .form-group .form-control,
.contactForm .form-group select {
    border-top: unset;
    border-left: unset;
    border-right: unset;
    border-radius: unset;
    background: transparent;
    border-bottom: 1px solid #979797;
    width: 100%;
    outline: unset;
    box-shadow: unset;
    color: var(--white);
}

.contactForm .form-group select {
    height: 76px;
    font-size: 20px;
    color: #979797;
}

.contactForm .form-group textarea {
    min-height: 4rem;
}

.contactForm .form-group {
    margin-bottom: 2rem;
}

.contactSec p {
    font-size: 1.125rem;
    margin-bottom: 2rem;
}

.contactSec h2 {
    margin: 0;
    font-size: 4.375rem;
}

.contactForm .form-group label {
    font-size: 20px;
    color: #979797;
}

.contactForm .themeBtn {
    background: transparent;
    color: var(--primary);
    border: 1px solid var(--primary);
    transition: 0.5s ease;
}

.contactForm .themeBtn:hover {
    background: var(--primary);
    color: #fff;
}

.contechead {
    text-align: center;
}

/* Contact Sec  */


/* footer  */

footer {
    background-color: #202020;
    padding-top: 5rem;
}

footer h3 {
    font-size: 1.5rem;
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-family: 'times-regular';
}

footer h3:before {
    /* content: ""; */
    position: absolute;
    background-color: var(--primary);
    width: 5rem;
    height: 1px;
    top: 2rem;
}

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

.links li a {
    font-size: 0.875rem;
    color: #979797;
    text-transform: uppercase;
}


.contactInfo li a {
    font-size: 0.875rem;
    color: var(--white);
}

.contactInfo li+li {
    padding-top: 0.75rem;
}

footer p {
    font-size: 0.75rem;
    color: var(--white);
    margin: 0;
}

.footForm input {
    border-top: unset;
    border-left: unset;
    border-right: unset;
    border-radius: unset;
    background: transparent;
    border-bottom: 1px solid #485A70;
    padding: 0;
    height: 40px;
}

.footForm input::placeholder {
    font-size: 0.75rem;
    color: var(--white);
}

.footForm {
    display: flex;
    align-items: center;
    position: relative;
}

.footForm .btn {
    color: var(--primary);
    position: absolute;
    right: 0;
    font-size: 1.25rem;
}

footer .socialLinks li a {
    color: var(--white);
    font-size: 1.5rem;
}

footer .socialLinks {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.copyRight p {
    font-size: 1rem;
    color: #979797;
    text-align: center;
}

.copyRight {
    border-top: 1px solid #A2A2A2;
    margin-top: 2rem;
    padding: 1.4rem 0;
}

.links li {
    margin-bottom: 10px;
}

.footForm input::placeholder {
    color: #979797;
    font-size: 0.875rem;
}

/* footer  */


/* innerpages Start */
.innerBan>img {
    height: 100%;
    object-fit: cover;
}

.innerBan .overlay {
    position: absolute;
    text-align: left;
    top: 0;
    right: 20%;
    bottom: 0;
    display: flex;
    align-items: center;
}

.innerBan.innerBan1 .overlay {
    inset: 0;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: right;
}

.innerBan h2 {
    font-size: 80px;
    color: var(--white);
    text-transform: uppercase;
    font-weight: bold;
    font-family: "times-bold";
    text-shadow: 0 0 15px rgb(0 0 0 / 50%);
}

.innerBan {
    position: relative;
    height: 600px;
}

.abtpara p {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    font-style: italic;
    margin: 0;
}

.videobox.videoboxin figure img {
    box-shadow: 0 0 20px rgb(255 255 255 / 30%);
}

.videobox.videoboxin {
    margin-bottom: 2rem;
}

.videoinnsec {
    background: url(../images/videobg1.webp)center/cover no-repeat;
}

.contactwrap h3 {
    font-size: 33px;
    font-weight: 400;
    color: #fff;
    font-family: "times-regular";
    text-transform: uppercase;
    margin-top: 1rem;
}

.contactwrap a {
    font-size: 22px;
    font-family: 'Poppins';
    color: #fff;
    font-family: "Jost", sans-serif;
}

.contactwrap p {
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
    /* text-decoration: underline; */
    margin: 0;
    font-family: "Jost", sans-serif;
    line-height: 1.6;
}

.contactwrap {
    text-align: center;
    background: #363636;
    padding: 2.5rem 2rem;
    border-radius: 0 30px 30px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contactwrap figure img {
    min-height: 115px;
    object-fit: cover;
}

.contactfree {
    background: url(../images/freecntct.webp)center/cover no-repeat;
}

/* .contactForm .form-group select {
    border-top: unset;
    border-left: unset;
    border-right: unset;
    border-radius: unset;
    height: 2rem;
    background: transparent;
    border-bottom: 1px solid #979797;
    width: 100%;

} */

.privacy-sec a,
.privacy-sec p,
.privacy-sec ul,
.privacy-sec h4,
.privacy-sec strong {
    color: var(--white);
}

.privacy-sec ul {
    margin-bottom: 1rem;
}

.privacy-sec ul li+li {
    margin-top: 5px;
}


.privacy-sec a {
    text-decoration: underline !important;
}

.termlink {
    justify-content: end;
    display: flex;
    gap: 1rem;
}

.termlink li {
    line-height: 1;
}

.termlink li+li {
    border-left: 1px solid rgba(255, 255, 255, 0.28);
    padding-left: 1rem;
}

.termlink a {
    color: var(--white);
    font-size: 0.875rem;
    opacity: 0.5;
}

/* .innerBan.blog-detail-hero .overlay {
    inset: 0;
} */

.innerBan .blog-detail-title {
    font-size: 3.5rem;
    /* text-align: center; */
}

.blog-sec {
    padding: 7.5rem 0;
    background: url('../images/blog-bg-lg.webp') repeat-y top center;

}

.blog-sec p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.125rem;
    line-height: 1.67;
}


.blog-sec h2 {
    color: var(--white);
    margin: 1rem 0 1.5rem;
    font-size: 3.75rem;
    font-family: 'times-bold';
    line-height: 1.2;
    text-transform: uppercase;
}

.blog-sec .date {
    font-size: 2rem;
    color: var(--white);
    font-weight: 500;
    display: inline-block;
    margin-top: 1em;
}

.blog-sec h3 {
    color: var(--white);
    margin-top: 2rem;
    font-size: 2rem;
    font-family: 'times-bold';
}

.blog-sec ol {
    color: var(--white);
    list-style: decimal-leading-zero;
    padding-left: 1.5rem;
    margin-top: 3rem;
}

.blog-sec ol li+li {
    margin-top: 2rem;
}


.blog-section {
    padding: 6.875rem 0 6.25rem;
    background: var(--black) url('../images/blog-bg.webp') center center/cover fixed;
}

.blog-card {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    height: 100%;

}

.blog-card h4 {
    color: var(--white);
    font-family: "times-bold";
    font-size: 1.625rem;
    text-transform: uppercase;
    line-height: 1.16;
    transition: 0.5s ease-in-out;
}

.blog-card figure {
    overflow: hidden;
    background: var(--black);
}

.blog-card figure img {
    transition: 0.5s ease-in-out;
}

.blog-card:hover figure img {
    transform: scale(1.1);
    opacity: 0.5;
}

.blog-card span {
    color: var(--white);
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.blog-card p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.875;
    margin: 0;
}


.blog-card:hover h4 {
    color: var(--primary);
}

.blog-sec .row {
    gap: 4rem 0;
}

.blog-share {
    padding: 3.125rem 0 6.875rem;
}

.blog-share .blog-share-wrap {
    border: solid rgba(209, 209, 209, 0.5);
    border-width: 1px 0;
    padding: 2.25rem 0;
}


.blog-share .blog-share-wrap h5 {
    color: var(--white);
    font-size: 1.75rem;
    font-weight: 700;
    font-family: 'times-bold';
    text-transform: uppercase;
}

.blog-share .blog-share-wrap .social {
    display: flex;
    justify-content: end;
    gap: 2.375rem;
}


.blog-share .blog-share-wrap .social a {
    color: var(--white);
    font-size: 2rem;
    transition: 0.5s ease;
}

.blog-share .blog-share-wrap .social a:hover {
    color: var(--primary);
}