@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

:root {
    --red: #D12028;
    --blue: #2C3279;
    --black: #242424;
}

body {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    color: var(--black);
}

.slider {
    background-image: url(../images/slider-bg.png);
    background-size: cover;
    width: 100%;
    padding: 40px 0px;
}

.slider-bg {
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.slider-right {
    margin-left: auto;
}

.slider-header-text {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.slider-header-text h1 {
    font-size: 65px;
    font-weight: 700;
    color: var(--blue);
}

.slider-header-card {
    color: white;
    font-size: 45px;
    font-weight: 600;
    background-color: var(--blue);
    padding: 1px 35px;
    border-radius: 15px;
}

.slider-bottom-text {
    position: relative;
}

.slider-bottom-text img {
    position: absolute;
    left: 0;
    bottom: -36px;
}

.slider-bottom-text h2 {
    font-size: 35px;
    font-weight: 500;
}

.slider-bottom-text span {
    color: var(--red);
}

.slider-btn {
    margin-top: 45px;
}

.slider-btn a {
    background-color: var(--blue);
    font-size: 16px;
    color: white;
    display: flex;
    align-items: center;
    height: 50px;
    width: 170px;
    justify-content: center;
    text-decoration: none;
    column-gap: 12px;
    border-radius: 10px;
}

.content-small-head {
    position: relative;
}

.content-small-circle {
    width: 40px;
    height: 40px;
    background-color: #F2F2F7;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
}

.content-small-text {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #2C3279;
    position: relative;
    padding: 0.5rem 1.3rem;
}

.adam-content {
    margin-top: 80px;
}

.content-big-head h3 {
    margin-top: 8px;
    font-size: 45px;
    font-weight: 600;
}

.content-big-head p {
    font-size: 17px;
}

.content-card {
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.content-left {
    max-width: 600px;
}

.content-big-img {
    margin-left: auto;
    max-width: 500px;
}

.services {
    margin-top: 60px;
    background-color: #F8F9FC;
    padding: 40px 0px;
}

.services-head {
    margin-bottom: 40px;
    text-align: center;
}

.services-head .content-small-head {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.services-card {
    position: relative;
    background-color: white;
    border-radius: 12px;
    padding: 20px 15px;
    box-shadow: 0px 0px 12px -4px rgb(219 219 219);
    overflow: hidden;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
}

.services-card-number {
    position: absolute;
    right: -23px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    opacity: 0.2;
    font-weight: 600;
    writing-mode: vertical-rl;
    transform: scale(-1);
}

.services-card-img {
    max-width: 90px;
    min-height: 90px;
    display: flex;
    align-items: center;
}

.services-card-head {
    margin-top: 12px;
}

.services-card-head h6 {
    font-size: 22px;
    font-weight: 600;
}

.services-card-desc {
    font-size: 16px;
}

.adam-content-alt {
    margin-top: 80px;
}

.content-right {
    max-width: 600px;
}

.adam-content-alt .content-big-img {
    max-width: 450px;
}

.adam-content-alt .content-big-img {
    margin-left: unset;
    margin-right: auto;
}

.adam-product {
    margin-top: 80px;
}

.adam-product-card {
    position: relative;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0px 0px 12px -4px rgb(219 219 219);
    overflow: hidden;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
}

.adam-product-card-header {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: var(--red);
    text-align: center;
    width: 100%;
    padding: 5px 0px;
    background-color: #FEF9F9;
}

.adam-product-card-img {
    width: 100%;
    text-align: center;
}

.adam-product-card-body {
    padding: 0px 15px;
}

.adam-product-text {
    font-weight: 500;
}

.adam-product-price .light {
    font-weight: 400;
    font-size: 16px;
    margin-top: 5px;
}

.adam-product-price .bold {
    margin-top: -2px;
    font-weight: 700;
    font-size: 20px;
}

.adam-product-card-bottom a {
    margin-top: 10px;
    border-radius: 8px;
    width: 100%;
    display: flex;
    align-items: center;
    height: 45px;
    justify-content: center;
    background-color: var(--blue);
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

@media only screen and (max-width:992px) {
    .slider-right {
        max-width: 280px;
    }

    .slider-header-card {
        font-size: 30px;
        padding: 0px 15px;
    }

    .slider-header-text h1 {
        font-size: 40px;
    }

    .slider-bottom-text h2 {
        font-size: 25px;
    }

    .slider-header-arrow {
        max-width: 60px;
    }

    .content-big-head h3 {
        font-size: 30px;
    }

    .content-big-head p {
        font-size: 15px;
    }

    .content-left {
        max-width: 400px;
    }

    .services {
        padding: 30px 0px;
    }

    .content-right {
        max-width: 390px;
    }

    .content-card {
        column-gap: 20px;
    }

    .adam-product-text {
        font-size: 15px;
    }

    .adam-product-price .bold {
        font-size: 18px;
    }

    .adam-product-card-bottom a {
        font-size: 15px;
        height: 42px;
    }
}

@media only screen and (max-width:768px) {
    .slider-bg {
        display: block;
        text-align: center;
    }

    .slider-left {
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }

    .slider-header-text {
        justify-content: center;
    }

    .slider-btn {
        margin-left: auto;
        margin-right: auto;
        width: fit-content;
    }

    .slider-right {
        margin-right: auto;
        margin-top: 25px;
    }

    .content-card {
        display: block;
    }

    .content-big-img {
        margin-top: 25px;
    }

    .content-right {
        margin-top: 25px;
    }

    .adam-product-card {
        margin-top: 25px;
    }

    .slider-header-arrow {
        max-width: 47px;
        transform: rotate(90deg);
    }
}