/* global */

@font-face {
    font-family: "clash-normal";
    src: url(../fonts/ClashDisplay-Medium.otf);
}

.whatsapp-logo {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000; /* Ensure the logo appears on top of other elements */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 50%; 
    background-color: #25D366; /* WhatsApp's color */
}

/* If using an image */
.whatsapp-logo img {
    width: 40px;
    height: 40px;
}

.logo {
    width: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo .logo-title {
    font-family: "clash-normal";
    letter-spacing: 0.2em;
    font-weight: 600;
}

.logo img {
    width: 100%;
    /* margin-left: 7px;
    margin-bottom: 7px; */
}

.contact-btn {
    border-radius: 21px;
    padding: 6px 13px 6px 13px;
}

.contact-btn span {
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
}

.contact-btn.dark-btn {
    background-color: #FFFFFF;
}

.contact-btn.light-btn {
    background-color: #001519;
}

.contact-btn.light-btn span {
    color: #FFFFFF;
}

h1, h2, h3, h4 ,h5, h6 {
    font-family: "clash-normal";
}

p, ul {
    margin-bottom: 0;
}

a, a:hover, a:active {
    color: #0E0E0E;
    text-decoration: none;
}
html, body {
    overflow-x: hidden;
}

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

@media (min-width: 1750px) {
    .container {
        max-width: 1623px;
    }
}

header {
    background-color: #001519;
    padding-bottom: 150px;
    margin-bottom: 115px;
}

header nav {
	padding: 60px 0 60px 100px;
	position: relative;
	z-index: 20;
	max-width: 60%;
}

header nav .nav-content {
    display: flex;
    justify-content: space-between;
    color: #FFFFFF;
    align-items: center;
}

header nav .nav-content .trans {
    color: #FFFFFF;
    font-size: 20px;
    margin: 0 20px;
    display: block;
}

header nav .nav-content .bar-content img {
    cursor: pointer;
}

header .header-content {
    display: flex;
    justify-content: space-between;
    margin: -145px 0 170px;
}

header .header-content .left {
    color: #FFFFFF;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10;
}

header .header-content .left .img-content {
    margin-right: 100px;
}

header .header-details .main-title {
    font-size: 160px;
    font-weight: 600;
    line-height: 160px;
    letter-spacing: 0em;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-weight: 600;
}

header .header-details .header-desc {
    color: #FFFFFF;
    font-family: "TT Firs Neue";
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0em;
    margin-bottom: 40px;
}

header .header-button {
    position: relative;
    width: 190px;
    height: 100px;
}

header .header-button img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

header .header-button .circle-shape {
    cursor: pointer;
    height: 100px;
    width: 100px;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: all 0.5s ease;
}

header .header-content .large-img img {
    padding: 10px 25px 0;
    width: 100%;
}

header .header-para {
    margin: 0 auto 90px;
    border-bottom: 0.5px solid hsl(0, 0%, 100%, 50%);
}

header .header-para .para {
    font-size: 68px;
    font-weight: 500;
    line-height: 90px;
    letter-spacing: 0em;
    color: #FFFFFF;
    margin-bottom: 57px;
}

header .header-analy {
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
}

header .header-analy .analy .analy-desc {
    font-family: "Archia";
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    margin-bottom: 50px;
    color: hsl(0, 0%, 100%, 50%);
}

header .header-analy .analy .analy-amount {
    font-size: 120px;
    font-weight: 600;
    line-height: 86px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
}

.section-header .row {
    justify-content: space-between;
    align-items: center;
}

.section-header .right {
    max-width: 440px;
}

.section-header .section-hint {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
    margin-bottom: 40px;
}

.section-header .section-title {
    font-size: 90px;
    font-weight: 600;
    line-height: 101px;
    letter-spacing: 0em;
}

.section-header .section-desc {
    font-family: "Archia";
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
}

.offer-content {
    margin-top: 155px;

}

.offer-content .row {
    align-items: center;
    margin-bottom: 38px;
}

.offer .offer-title {
    font-size: 80px;
    font-weight: 500;
    line-height: 90px;
    letter-spacing: 0em;
    margin-bottom: 35px;
}

.offer .offer-desc {
    font-family: "Archia";
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    max-width: 440px;
    margin-bottom: 50px;
}

.offer .offer-btn {
    background-color: transparent;
    color: #001519;
    text-decoration: none;
}

.offer .offer-btn h6 {
    font-size: 18px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0em;
    margin-right: 12px;
    display: inline-block;
}

.offer .img-content {
    max-width: 800px;
    max-height: 800px;
    padding: 45px;
    background: linear-gradient(180deg, #0E0E0E 42.19%, rgba(217, 217, 217, 0) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    z-index: 30;
}

.offer .offer-content .img-content::before {
    content: "";
    position:absolute;
    border: 3px solid #C6C6C6;
    width: 120%;
    top: 50%;
    right: 0;
    z-index: 10;
    transform: translate(9%,50%) rotate(45deg);
}


.offer .offer-content .row:nth-child(2) .img-content {
    width: auto;
    max-width: 710px;
    max-height: 930px;
    background: #FFFFFF;
    padding: 25px 30px;
    box-shadow: 0px 6px 82px 0px #9F9F9F4D;
    border-radius: 382.5px;
}

.offer .offer-content .row:nth-child(2) .img-content::before {
    content: none;
}

.offer .offer-content .row:nth-child(3) .img-content::before {
    transform: translate(9%,50%) rotate(-45deg);
}

.offer .img-content img {
    width: 100%;
    position: relative;
    z-index: 20;
}

.works {
    margin-top: 60px;
    background-color: #0E0E0E;
    padding: 120px 0 115px;
}

.works .section-header {
    color: #FFFFFF;
    margin-bottom: 60px;
}

.works .section-header .section-title {
    position: relative;
}

.works .section-header .section-title::after {
    position: absolute;
    top: 30%;
    right: 20%;
    content: "";
    width: 95px;
    background-color: #FFFFFF;
    height: 2px;
}

.works .work-carousel {
    margin-bottom: 290px;
}

.works .work-card .img-content {
    width: 955px;
    margin-bottom: 40px;
    position: relative;
}

.works .work-card .img-content img {
    width: 100%;
}

.works .work-card .img-content .center-circle img {
    width: 24px;
    height: 24px;
}

.works .work-card .img-content .center-circle img.drag {
    width: 57px;
    height: 24px;
}

.works .work-card .img-content .center-circle {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 132px;
    height: 132px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2222229E;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    cursor: pointer;
    backdrop-filter: blur(5px);
}

.works .work-card .p_work {
    font-family: "Archia";
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    color: #FFFFFF;
    width: 440px;
}

.works .call-title {
    font-size: 70px;
    font-weight: 600;
    line-height: 100px;
    letter-spacing: 0em;
    color: #FFFFFF;
}

.works .call-header {
    padding-bottom: 40px;
    border-bottom: 1px solid #FFFFFF;
}

.works .call-header .row {
    align-items: center;
    justify-content: space-between;
}

.works .call-btn {
    width: 380px;
    height: 120px;
    background-color: #FFFFFF;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.works .call-btn span {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
}

/* footer */

footer {
    padding: 130px 0;
}

footer .footer-top {
    border-bottom: 0.5px solid #9D9D9D;
    padding-bottom: 13px;
    position: relative;
}

footer .footer-title {
    font-size: 34px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 35px;
}

footer .footer-list ul {
    list-style: none;
    padding: 0;
}

footer .footer-list .list-item {
    font-family: "Archia";
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    margin-bottom: 15px;
}

footer .footer-list .list-item .link-phone {
    text-decoration: underline;
    color: #0d6efd;
}

footer .footer-title.f2 {
    margin-bottom: 63px;
}

footer .footer-list .box {
    max-width: 300px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

footer .footer-list .box .item {
    margin-bottom: 50px;
}

footer .footer-title.f3 {
    margin-bottom: 96px;
}

.sub-form {
    max-width: 430px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.5px solid #001519;
}

.sub-form .sub-input {
    border: none;
    outline: none;
    font-family: "Archia";
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    width: 100%;
    padding: 7px 0;
}

.sub-form .sub-btn {
    background-color: transparent;
    border: none;

}

footer .footer-top .back-btn {
    position: absolute;
    top: 50%;
    right: -3%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(270deg);
}

footer .footer-top .back-btn span {
    font-family: "Archia";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    margin-right: 10px;
}

footer .footer-top .back-btn img {
    transform: rotate(90deg);
}

/* footer bottom */

footer .footer-bottom {
    padding-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .footer-bottom .social-media,
footer .footer-bottom .terms {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
}

footer .footer-bottom .social-media li:not(:last-child)::after {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #0E0E0E;
    margin: 0 35px;
    display: inline-block;
    border-radius: 50%;
}

footer .footer-bottom .terms li:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 15px;
    display: inline-block;
    margin: 0 35px;
    background-color: #000000;
}

@media (max-width: 1750px) {
    .works .section-header .section-title::after {
        right: 10%;
    }
    header .header-content .left .img-content {
        margin-right: 50px;
    }
    header .header-details .main-title {
        font-size: 110px;
        line-height: 110px;
    }
}

@media (max-width: 1699px) {
    header nav {
        padding: 60px 70px;
    }
}

@media (max-width: 1550px) {
    header .header-details .main-title {
        font-size: 100px;
        line-height: 100px;
    }
}

@media (max-width: 1440px) {
    .works .call-title {
        font-size: 64px;
    }
}

@media (max-width: 1400px) {
    header .header-content {
        margin: 0 0 170px;
    }
    .section-header .section-title {
        font-size: 77px;
        line-height: 88px;
    }
    .offer .offer-title {
        font-size: 72px;
        line-height: 82px;
    }
    .offer .img-content {
        padding: 35px;
    }
    .works .section-header .section-title::after {
        right: 0;
    }
    .works .call-title {
        font-size: 55px;
        line-height: 83px;
    }
    footer .footer-top .back-btn {
        right: -7%;
    }
}

@media (max-width: 1199px) {
    header nav {
        max-width: 100%;
    }
    header .header-content .large-img {
        display: none;
    }
    header .header-content {
        margin: 50px 75px 170px;
    }
    header .header-para {
        margin: 0 auto 60px;
    }
    header .header-para .para {
        font-size: 50px;
        line-height: 80px;
    }
    header .header-analy .analy .analy-desc {
        margin-bottom: 35px;
    }
    header .header-analy .analy .analy-amount {
        font-size: 90px;
        text-align: left;
    }
    .section-header .section-title {
        font-size: 65px;
        line-height: 85px;
    }
    .offer .img-content {
        padding: 25px;
    }
    .offer-content .row {
        margin-bottom: 100px;
    }
    .offer .offer-title {
        font-size: 60px;
        line-height: 70px;
    }
    .works .call-title {
        font-size: 45px;
        line-height: 75px;
    }
    .works .work-card .img-content {
        width: 700px;
    }
    footer {
        padding: 130px 0 60px;
    }
    footer .footer-top .back-btn {
        top: 10%;
    }
    footer .footer-bottom .social-media li:not(:last-child)::after,
    footer .footer-bottom .terms li:not(:last-child)::after {
        margin: 0 15px;
    }
}

@media (max-width: 999px) {
    header .header-content {
        margin: 30px 10px 170px;
    }
    header .header-para .para {
        font-size: 37px;
        line-height: 67px;
    }
    header .header-analy {
        display: grid;
        justify-content: center;
        margin: 0;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    .section-header .section-title {
        font-size: 85px;
        line-height: 105px;
        margin-bottom: 30px;
    }
    .section-header .right {
        max-width: 650px;
    }
    .section-header .section-desc {
        font-size: 25px;
        line-height: 40px;
    }
    .offer .offer-info {
        margin-bottom: 50px;
    }
    .works .work-card .img-content {
        width: 600px;
    }
    footer {
        padding-top: 100px;
    }
    footer .footer-items {
        margin-bottom: 2rem;
    }
    footer .footer-title.f2,
    footer .footer-title.f3 {
        margin-bottom: 35px;
    }
    footer .footer-list .box .item {
        margin-bottom: 25px;
    }
    footer .footer-bottom {
        display: block;
        text-align: center;
    }
    footer .footer-bottom .social-media {
        display: inline-flex;
        float: left;
        margin-bottom: 20px;
    }
    footer .footer-bottom .terms {
        display: inline-flex;
        float: right;
    }
    footer .copyright {
        clear: both;
    }
    footer .footer-top .back-btn {
        top: 50%;
    }
}

@media (max-width: 767px) {
    header .header-para .para {
        font-size: 30px;
        line-height: 60px;
    }
    header .header-content .left .img-content img {
        width: 100%;
    }
    header .header-details .main-title {
        font-size: 90px;
        line-height: 90px;
    }
    .section-header .section-title {
        font-size: 70px;
        line-height: 90px;
    }
    .works .work-card .img-content {
        width: 450px;
    }
    .works .work-card .img-content .center-circle {
        width: 75px;
        height: 75px;
    }
    .works .call-title {
        font-size: 42px;
        line-height: 72px;
        margin-bottom: 40px;
    }
    footer .footer-bottom .social-media,
    footer .footer-bottom .terms {
        float:none !important;
    }
}

@media (max-width: 650px) {
    header .header-details .main-title {
        font-size: 65px;
        line-height: 65px;
    }
    header .header-details .header-desc {
        font-size: 24px;
        line-height: 37px;
    }
    header .header-analy {
        grid-template-columns: auto;
    }
    header .header-analy .analy {
        margin-bottom: 40px;
    }
    .works .call-btn {
        width: 280px;
        height: 80px;
    }
}

@media (max-width: 567px) {
    header nav {
        padding: 60px 40px 40px;
    }
    header .header-details .main-title {
        font-size: 52px;
        line-height: 52px;
    }
    header .header-details .header-desc {
        font-size: 20px;
        line-height: 32px;
    }
    header .header-button .circle-shape {
        height: 75px;
        width: 75px;
        right: 5%;
    }
    .section-header .section-title {
        font-size: 60px;
        line-height: 70px;
    }
    .works .call-title {
        font-size: 37px;
        line-height: 57px;
    }
}

@media (max-width: 460px) {
    header nav {
        padding: 40px 30px;
    }
    header .header-content .left .img-content {
        margin-right: 20px;
    }
    header .header-para .para {
        font-size: 18px;
        line-height: 38px;
    }
    .section-header .section-title {
        font-size: 47px;
        line-height: 57px;
    }
    .section-header .section-desc {
        font-size: 21px;
        line-height: 35px;
    }
    .offer .offer-title {
        font-size: 43px;
        line-height: 56px;
    }
    .offer .img-content {
        padding: 17px;
    }
    .offer .offer-content .row:nth-child(2) .img-content {
        padding: 15px;
    }
    .works .section-header .section-title::after {
        width: 65px;
    }
    .works .call-title {
        font-size: 28px;
        line-height: 48px;
    }
    footer .footer-top .back-btn {
        right: -14%;
    }
    header .header-details .header-desc {
        margin-bottom: 30px;
    }
    .contact-btn {
        padding: 6px 13px 10px;
    }
    .contact-btn span {
        font-size: 12px;
        line-height: 6px;
    }
}

@media (max-width: 400px) {
    .logo {
        width: 55px;
    }
    header nav .nav-content .trans {
        margin: 0 10px;
    }
    header .header-content .left .img-content {
        margin-right: 20px;
    }
    header .header-button {
        position: relative;
        width: 160px;
        height: 35px;
    }
    header .header-button img {
        width: 80%;
    }
    header .header-button .circle-shape {
        height: 60px;
        width: 60px;
        right: 3%;
    }
    header .header-details .main-title {
        font-size: 47px;
        line-height: 50px;
        margin-bottom: 37px;
    }
}