@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Figtree", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #ffffff;
}


.img-fluid {
    max-width: 100%;
    max-height: 100%;
}

p {
    color: #e3e3e3;
    line-height: 1.5;
    font-size: 20px;
}

ul li {
    list-style: none;
}

.alert-wrapper {
    text-align: center;
    margin-top: 50px;
}

.alert {
    padding: 10px 20px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: auto;
    font-size: 16px;
    color: #ffffff;
    background-color: #58c7da6b;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.core-wrapper {
    height: 100%;
    align-content: center;
    position: relative;
    padding: 0 20px;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.core-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000004f;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    z-index: 0;
}

.main-bucket {
    position: relative;
    max-width: 1200px;
    z-index: 1;
    margin: auto;
}

.hero-wrapper {
    margin: auto;
    display: flex;
    align-items: center;
    gap: 100px;
    padding-top: 30px;
    padding-bottom: 50px;
}

.section-left {
    width: 68%;
}

.section-right {
    width: 32%;
}

.main-title {
    font-size: 62px;
    margin-bottom: 24px;
    line-height: 1.1;
    font-weight: 600;
}

.badge {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 20px;
    border: 1px solid #e3e3e3;
    margin-bottom: 16px;
    font-size: 16px;
}

.content-bucket h3 {
    color: #fca853;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 600;
}

.content-bucket ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    gap: 20px;
    margin-top: 52px;
}

.hero-utils {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 52px;
}

.content-bucket ul li {
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
}

.content-bucket ul li svg {
    width: 16px;
    fill: #fff;
}

.partners-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 1;
    background: #ffffffd4;
    width: fit-content;
    padding: 20px 60px;
    border-radius: 16px;
    gap: 26px;
}

.partners-wrapper img {
    width: 128px;
}

.promo-holder {
    padding: 30px 20px;
    background: linear-gradient(267deg, #57cede, #1259b0);
    border-radius: 16px;
    position: relative;
    width: fit-content;
    text-align: center;
}

.promo-holder img {
    margin-bottom: 24px;
}

.promo-holder ul {
    margin-top: 0;
    display: block;
}

.promo-holder ul li {
    display: flex;
    margin-bottom: 6px;
    gap: 8px;
    font-size: 20px;
    color: #fff;
}

.promo-holder ul li svg {
    width: 16px;
    fill: #fff;
}

.promo-holder small {
    display: inline-block;
    margin-top: 10px;
    color: #fff;
}

.author-holder .img-wrapper {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.author-holder .img-wrapper img {
    width: 300px;
    margin-left: 12px;
}

.author-details {
    padding: 30px 20px;
    background: #ffffff12;
    border: 1px solid #717171;
    border-radius: 16px;
    position: relative;
    margin-top: -2px;
    box-shadow: rgb(19 19 19 / 20%) 0px 8px 24px;
}

.author-details ul {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}

.author-details ul li {
    padding: 5px 12px;
    border-radius: 16px;
    border: 1px solid #e3e3e3;
    color: #e3e3e3;
}

.author-details h2 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 4px;
}

.author-details p {
    line-height: 1.2;
    font-size: 16px;
}

.phone-number {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 24px;
    color: #fff;
}

.phone-number a {
    color: #fff;
}

.phone-number svg {
    width: 16px;
    fill: #fff;
}

/* media querry */

@media only screen and (max-width: 1200px) {
    .main-title {
        font-size: 52px;
    }

    .content-bucket h3 {
        font-size: 30px;
    }

    .section-left {
        width: 65%;
    }

    .section-right {
        width: 35%;
    }

    .author-holder .img-wrapper img {
        width: 270px;
    }
}

@media only screen and (max-width: 991px) {
    .image-holder img {
        width: 300px;
    }

    .main-title {
        font-size: 46px;
    }

    .content-bucket h3 {
        font-size: 28px;
    }

    .promo-holder ul li {
        font-size: 16px;
    }

    .partners-wrapper img {
        width: 119px;
    }

    p {
        font-size: 16px;
    }

    .hero-wrapper{
        display: block;
        padding-top: 50px;
    }

    .section-left{
        width: 100%;
        text-align: center;
    }

    .hero-utils, .content-bucket ul{
        justify-content: center;
    }

    .section-right{
        width: 100%;
        margin-top: 70px;
    }

    .img-wrapper{
        text-align: center;
    }

    .author-details{
        max-width: 375px;
        margin: auto;
    }

    .author-holder .img-wrapper img{
        margin-left: 0;
    }

    .author-details{
        text-align: center;
    }

    .author-details ul{
        justify-content: center;
    }

    .phone-number{
        justify-content: center;
    }
}


@media only screen and (max-width: 768px) {

    .image-holder img {
        width: 270px;
    }

    .main-title {
        font-size: 38px;
    }

    .content-bucket h3{
        font-size: 24px;
    }

    p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 700px) {

    .content-bucket {
        width: 100%;
        padding-left: 0;
    }

    .section-right {
        width: 100%;
        text-align: center;
    }

    .main-bucket{
       padding: 0;
    }

}

@media only screen and (max-width: 550px) {
    .hero-utils{
        flex-direction: column;
    }

    .content-bucket h3{
        font-size: 20px;
    }

}

@media only screen and (max-width: 475px) {

    .main-title {
        font-size: 36px;
    }

}

@media only screen and (max-width: 360px) {

    .content-bucket ul li{
        align-items: start;
        text-align: start;
    }

}