@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&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&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: "Inter", sans-serif;
}

a {
    display: inline-block;
    text-decoration: none;
    color: #000;
    transition: all .3s ease-in-out
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    font-family: "Roboto", 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
}

.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: #e95a12;
    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: -60px;
    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: 0
}

.slick-next {
    right: 0
}

.banner-item input,
.banner-item select,
.banner-item textarea {
    width: 100%;
    height: 45px;
    padding-left: 15px;
    border-radius: 30px;
    margin: 5px 0;
    border: 1px solid #000;
}

.banner-item textarea {
    padding-top: 10px;
    height: 120px
}

section.main-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 180px 0;
    margin-top: -90px;
}

header.header {
    padding: 20px 0;
}

.head-icon {
    text-align: end;
}

.head-icon ul li .icons {
    background: linear-gradient(180deg, #F4A202 0%, #855A07 100%);
    padding: 10px 13px;
    border-radius: 107px;
    color: #fff;
    font-size: 20px;
}

.head-icon ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
}

.banner-con h4 {
    font-family: Roboto;
    font-size: 80px;
    font-weight: 600;
    line-height: 85.5px;
    color: #fff;
    text-transform: uppercase;
}

.banner-con h1 {
    font-family: Thesignature;
    font-size: 161.64px;
    font-weight: 400;
    line-height: 153.56px;
    color: #fff;
}

.banner-con p {
    font-family: Inter;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    width: 70%;
    padding: 20px 0;
}

a.btn {
    background: linear-gradient(180deg, #F4A202 0%, #855A07 100%);
    border-radius: 30px;
    border: 0;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 21.78px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
}

.socail-icons a {
    border: 0.5px solid #FFFFFF;
    background: #FFFFFF1A;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    margin: 0 5px;
}

.box-item {
    background: #FFFFFF;
    box-shadow: 0px 4px 0px 0px #D5B70E;
    padding: 30px;
    border-radius: 5px;
}

.box-item h3 {
    font-family: Inter;
    font-size: 28px;
    font-weight: 400;
    line-height: 35px;
    color: #000000;
}

.box-item p {
    font-family: Inter;
    font-size: 15px;
    font-weight: 400;
    line-height: 27.2px;
    color: #00000066;
    padding-top: 10px;
}

section.banner-box {
    margin-top: -100px;
    padding: 0px 0 70px;
}

.bg {
    background: linear-gradient(180deg, #F4A202 0%, #855A07 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 27.2px;
    text-transform: capitalize;

}

.about-img img {
    width: 90%;
}

.about-con h3 {
    font-family: Roboto;
    font-size: 60px;
    font-weight: 600;
    line-height: 65px;
    letter-spacing: -0.01em;
    color: #000000E5;
}

p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    color: #00000080;
}

.about-con p {
    padding: 20px 0;
}

.about {
    padding: 0 0 70px;
}

.title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 35px;
}

.title-con h3 {
    font-family: Roboto;
    font-size: 55px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    width: 65%;
}

.ser-con {
    background: #F3F1F1;
    padding: 30px;
}

.ser-con h5 {
    background: linear-gradient(180deg, #F4A202 0%, #855A07 100%);
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
}

.ser-con h3 {
    font-family: Inter;
    font-size: 30px;
    font-weight: 400;
    line-height: 26px;
    color: #171717;
    padding: 20px 0;
}

.ser-con p {
    color: #000000B2;
    padding-bottom: 15px;
}

.ser-con a {
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.78px;
    color: #000000;
}

.titles h3 {
    font-family: Roboto;
    font-size: 60px;
    font-weight: 600;
    line-height: 63px;
    letter-spacing: -0.01em;
    color: #fff;
    width: 45%;
    text-transform: uppercase;
    padding-bottom: 40px;
}

section.test {
    padding: 70px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.test-item img {
    width: 40px;
    position: absolute;
    right: 40px;
    top: -20px;
}

.test-item {
    background: #FFFFFF1A;
    backdrop-filter: blur(34px);
    text-align: center;
    padding: 50px;
    margin: 30px 0px 30px 25px;
    position: relative;
}

.test-item h5 {
    font-size: 30px;
    font-weight: 300;
    line-height: 37.62px;
    color: #fff;
}

section.services {
    padding: 0 0 70px;
}

.test-item p {
    color: #fff;
    padding: 20px 0;
}

.progress {
    display: block;
    width: 40%;
    height: 7px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f5f5f5;
    background-image: linear-gradient(180deg, #F4A202 0%, #855A07 100%);
    background-repeat: no-repeat;
    transition: background-size .4s ease-in-out;
    margin-left: auto;
}

section.contact {
    padding: 70px 0;
}

.banner-forms h3 {
    font-family: Roboto;
    font-size: 40px;
    font-weight: 600;
    line-height: 45px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    padding: 15px 0;
}

.banner-forms p {
    width: 68%;
    line-height: 25px;
}

.banner-item {
    margin: 10px 20px 0 0;
}

input::placeholder,
textarea::placeholder {
    color: #000;
}

input.btn-2 {
    background: linear-gradient(180deg, #F4A202 0%, #855A07 100%);
    border: 0;
    width: 100%;
    border-radius: 30px;
    padding: 10px;
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.78px;
    color: #FEFCFC;
    text-transform: uppercase;
}

.banner-items {
    margin: 10px 20px 0 0;
}

.contact-img img {
    width: 90%;
}

footer.footer {
    background: #0F0F0F;
    padding: 70px 0 0;
}

.footer-logo p {
    color: #fff;
    line-height: 25px;
    padding: 20px 0;
    width: 75%;
}

.footer-socail-icons a {
    background: linear-gradient(180deg, #F4A202 0%, #855A07 100%);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    margin: 0 6px;
    color: #fff;
}

.footer-item h3 {
    font-family: Inter;
    font-size: 25px;
    font-weight: 400;
    line-height: 30.26px;
    color: #fff;
}

.footer-item ul li a {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24.2px;
    color: #fff;
    padding: 10px 0;
}

.footer-item ul li svg {
    color: #fff;
    padding-right: 10px;
}

.copy p {
    color: #fff;
}

.copy {
    padding: 10px 0;
    border-top: 1px solid #fff;
    margin-top: 50px;
}

.head-icon ul li a {
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
}
