@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=Audiowide&display=swap');

html {
    scroll-behavior: smooth;
    overflow-x: hidden
}




* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none !important;
    list-style-type: none;
    font-family: Poppins, sans-serif
}

a {
    display: inline-block;
    text-decoration: none;
    color: #000;
    transition: all .3s ease-in-out
}


.banner-con h1 {
    font-family: Audiowide;
    font-weight: 400;
    font-size: 40px!important;
    line-height: 45px!important;
    color: #fff;
    margin-top: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    font-family: "Audiowide", sans-serif;
    margin: 0
}

dl,
ol,
p,
ul {
    margin-bottom: 0;
    font-size: 16px;
    padding: 0
}

img {
    width: 100%
}

.overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    left: -100%;
    top: 0;
    background-color: rgb(0 0 0 / 71%);
    overflow-x: hidden;
    transition: .5s
}

.overlay-content {
    position: relative;
    top: 20%;
    width: 100%;
    text-align: center
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: block;
    transition: .3s
}

.overlay a:focus,
.overlay a:hover {
    color: #f1f1f1
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px
}

@media screen and (max-height:450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px
    }
}

.menu-btn {
    float: right;
    display: none
}

.menu-btn a i {
    font-size: 30px;
    color: var(--c1)
}

.responsive-menu-btn a {
    width: max-content;
    margin: 22px auto
}

.responsive-logo a {
    width: 100%;
    margin: 0 auto
}

.overlay.active {
    left: 0
}

.responsive-logo {
    width: 80%;
    margin: 0 auto
}

.call-now {
    width: 60px;
    height: 60px;
    color: var(--color-primary);
    display: block;
    text-align: center;
    border-radius: 100%;
    font-size: 20px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    padding: 0 0;
    line-height: initial;
    box-shadow: 6px 9px 30px 1px rgba(37, 0, 22, .71);
    padding: 0;
    border: solid 3px var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d44025;
    color: #fff
}

:focus {
    outline: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.slick-arrow {
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #c8c8c8;
    position: absolute;
    z-index: 999;
    bottom: 0;
    top: 0;
    margin: auto 0;
    transition: all .4s;
    border-radius: 50px;
    box-shadow: 0 31.299px 59.303px 0 rgba(10, 4, 60, .06)
}

.slick-prev {
    left: -95px
}

.slick-next {
    right: -95px
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #c8c8c8;
    font-size: 16px
}

.banner-item input,
.banner-item select,
.banner-item textarea {
    width: 100%;
    height: 45px;
    padding-left: 15px;
    border-radius: 0;
    margin: 5px 0;
    border: 0;
    color: #0000007a;
}

.banner-item textarea {
    padding-top: 10px;
    height: 120px
}
.nav-menu ul {
    display: flex;
    justify-content: end;
    gap: 30px;
}

.nav-menu ul li a {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #fff;
}

header.header {
    background: #000;
    padding: 10px 0;
}
.logo a img {
    width: 80%;
}
.banner-con h1 {
    font-family: Audiowide;
    font-weight: 400;
    font-size: 50px;
    line-height: 55px;
    color: #fff;
    margin-top: 30px;
}

section.main-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 170px 0;
}

.banner-forms {
    background: linear-gradient(141.16deg, rgba(255, 255, 255, 0.7) -10.08%, rgba(87, 87, 87, 0.3) 107.88%);
    padding: 30px;
    width: 100%;
    margin-left: auto;
    border: 1px solid #000000;
    backdrop-filter: blur(50px);
    border-radius: 0px 20px 20px 0px;
}

.banner-forms h3 {
    font-family: Audiowide;
    font-weight: 400;
    font-size: 29px;
    line-height: 100%;
    padding-bottom: 20px;
    color: #000;
    text-align: center;
}

.banner-con p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    width: 83%;
    padding-top: 30px;
}



input::placeholder, textarea::placeholder {
    color: #0000007a;
}

.btn-2, .btn {
    background: #D44025;
    color: #fff;
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    padding: 13px 30px;
    border: 0;
    border-radius: 0;
}

.banners-btn {
    text-align: center;
    margin-top: 10px;
}

section#about {
    padding: 70px 0;
    background: #141414;
}

.about-img img {
    width: 85%;
}

.about-img {
    /* text-align: center; */
    position: relative;
}

.about-con h4, .title h4, .why-con h4 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    text-transform: capitalize;
    color: #fff;
}

.about-con h3, .title h3, .why-con h3 {
    font-family: Audiowide;
    font-weight: 400;
    font-size: 44px;
    line-height: 49px;
    color: #D44025;
    text-transform: capitalize;
}

p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 17px;
    line-height: 160%;
    text-transform: capitalize;
    color: #ffffffa1;
    padding: 20px 0;
}

.about-box {
    background: #FFFFFF;
    padding: 15px;
    height: 200px;
    margin: 10px 0px;
}

.about-box h5 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    text-align: center;
    text-transform: capitalize;
}

.about-box p {
    color: #333333;
    text-align: center;
    padding: 0;
    font-size: 16px;
}
.btn:hover {
    color: #fff;
}

.about-btn {
    text-align: center;
    margin-top: 20px;
}
section#services {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}

.title {
    text-align: center;
    padding-bottom: 50px;
    width: 65%;
    margin: 0 auto;
}

.ser-con {
    text-align: center;
}

.ser-con h3 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    padding-top: 20px;
}

section.why {
    background: #141414;
    padding: 70px 0;
}

.why-box {
    background: #FFFFFF;
    text-align: center;
    padding: 20px;
    margin: 10px 0;
    height: 325px;
}

.why-box img {
    width: 75px;
    height: 75px;
}

.why-box p {
    color: #333333;
    line-height: 23px;
    padding: 10px 0;
    font-size: 14px;
}

.why-box h5 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 26px;
    line-height: 100%;
    text-align: center;
    padding: 10px 0;
    width: 80%;
    margin: 0 auto;
}

.why-con p {
    padding: 40px 0;
}
section#products {
    padding: 70px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pro-item {
    margin: 0 10px;
    background: #EBEBEB;
    height: 900px;
     border-bottom: 8px solid #D44025;
}

.pro-con h3 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 25px;
    line-height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.pro-con {
    padding: 15px;
    /* border-bottom: 8px solid #D44025; */
    height: 380px;
}

.pro-con ul {
    display: flex;
    height: 390px;
    /* align-items: center; */
    justify-content: center;
    flex-direction: column;
}

.pro-con ul li {
    font-family: Poppins;
    font-weight: 400;
    font-size: 17px;
    line-height: 130%;
    padding-bottom: 20px;
    position: relative;
    padding-left: 20px;
}

.pro-con ul li:before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #333333;
    content: "";
    border-radius: 50px;
    left: 0;
    top: 7px;
}

.pro-btn {
    text-align: center;
}
section.test {
    background: #141414;
    padding: 70px 0;
}

section.test .title {
    width: 50%;
}

.test-item {
    background: #FFFFFF;
    margin: 0 10px;
    text-align: center;
    padding: 20px;
    height: 420px;
}

.test-item h3 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    text-transform: capitalize;
    color: #000;
}

.test-item h4 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 25px;
    line-height: 100%;
    text-transform: capitalize;
    color: #000000ad;
    padding: 10px;
}

.test-item ul {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.test-item ul li {
    color: #D44025;
    margin: 10px 0px;
}

.test-item p {
    color: #333333;
    padding: 10px;
}
footer.footer {
    background: #000000;
    padding: 70px 0 0;
}

.footer-logo a img {
    width: 80%;
}

.footer-logo p {
    width: 80%;
}

.footer-links h3 {
    font-family: Audiowide;
    font-weight: 400;
    font-size: 35px;
    line-height: 100%;
    color: #D44025;
    text-transform: uppercase;
}

.footer-links ul li a {
    font-family: Poppins;
    font-weight: 400;
    font-size: 17px;
    line-height: 100%;
    color: #fff;
    padding: 15px 0;
}

.footer-links ul li a svg {
    color: #D44025;
    padding-right: 10px;
}

.copy {
    text-align: center;
    border-top: 1px solid #575757;
    margin-top: 50px;
}
.exp {
    background: #D44025;
    width: max-content;
    padding: 20px;
    text-align: center;
    color: #fff;
    border: 10px solid #141414;
    position: absolute;
    top: 210px;
    right: 0;
}

.exp h4 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 26px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
}

.exp h3 {
    font-size: 50px;
}

.exp-2 {
    background: #008DF7;
    display: flex;
    gap: 30px;
    align-items: center;
    width: 60%;
    padding: 20px;
    border: 10px solid #141414;
    position: absolute;
    bottom: -40px;
    right: 0;
}

.exp-2 img {
    width: 15%;
}

.exp-2 p {
    padding: 0;
}

.exp-con h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.ser-con p {
    font-size: 16px;
    height: 300px;
}
section#contact {
    background-color: #000;
}
.contact-con img {
    height: 708px;
    border-radius: 20px 0 0 20px;
}