*{
    font-family: "Afacad", serif;
}

body{
    a {
        text-decoration: none;
    }
}

.mx-200 {
    margin: 0 200px;
}

.ml-200 {
    margin-left: 200px;
}

.mr-200 {
    margin-right: 200px;
}

.mx-270 {
    margin: 0 270px;
}

.header-background {
    background: linear-gradient(180deg, #E2F6FC 14.25%, rgba(255, 255, 255, 0) 100%);
}
.header-container-1 {
    min-width: 565px;
}
.font-60 {
    font-size: 60px;
    line-height: 66px;
}
.font-52 {
    font-size: 52px;
}
.font-32 {
    font-size: 32px;
}
.card {
    border: none !important;
}
.primary-button {
    color: #FFF;
    background-color: #00B5B9;
    padding: 1rem 2.75rem;
    border-radius: 52px;
    letter-spacing: 0.5px;
    border: 2px solid #00B5B9;
    transition: all 0.3s ease-in-out;
}
.primary-button:hover {
    color: #00B5B9;
    background-color: transparent;
    border: 2px solid #00B5B9;
}


.custom-card {
    width: 100%;
    max-width: 355px;
    min-width: 354px;
    height: 491px;
    margin: auto;
    padding: 3.75rem 1.75rem 3.75rem 1.75rem;
    background-color: transparent;
}

.custom-card-long {
    width: 100%;
    max-width: 470px;
    height: 222px;
    margin: auto;
    padding: 2rem 1.75rem 2rem 2.25rem;
    background-color: transparent !important;
}

.border-img {
    border: 4px solid #00B5B9;
}
.image-container{
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #00B5B9; 
    border-radius: 50%; 
    overflow: hidden; 
    box-sizing: border-box;
    flex-shrink: 0;
}
.image-container img {
    width: inherit;
    height: auto;
    object-fit: cover; 
}
.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.gradient-background {
    background: linear-gradient(0deg, #E2F6FC 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 0;
    position: relative;
}
.flex-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.font-josefine {
    font-family: "Josefin Sans", sans-serif;
}

.section-bg {
    background-image: url('../assets/background_image_left.svg'), url('../assets/background_image_right.svg');
    background-position: top left, bottom right;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
}

.advantages-left {
    background-image: url('../assets/advantages_left.svg');
    background-position: left;
    background-repeat: no-repeat;
    height: 100%;
}
.font-128 {
    font-size: 128px;
}
.advantages-right {
    background-image: url('../assets/advantages_right.svg');
    background-position: right;
    background-repeat: no-repeat;
    height: 100%;
}
.card-img {
    max-height: 147px;
    width: auto;
}
.budget-section {
    background-color: #FFF;
    padding: 3.125rem 6rem;
}

.what-we-do-bg {
    background-image: url('../assets/background_image_left.svg'), url('../assets/background_image_right.svg');
    background-position: left, bottom right;
    background-repeat: no-repeat;
}

.budget-bg{
    background-image: url('../assets/budget_bg_left.svg'), url("../assets/budget_bg_right.svg");
    background-position: bottom left, top right;
    background-repeat: no-repeat;
}

.proccess-background {
    background-image: url('../assets/proccess_bg.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.proccess-element {
    background-color: #99D2D0;
    border-radius: 20px;
    color: #332D57;
    font-size: 22px;
    font-weight: 500;
    width: fit-content;
    padding: 0.5rem 7.5rem 0.5rem 1.25rem;
}

.p-el-1 {
    margin-left: 2vw;
}
.p-el-2 {
    margin-left: 6vw;
}
.p-el-3 {
    margin-left: 20vw;
}
.p-el-4 {
    margin-left: 35vw;
}
.p-el-5 {
    margin-left: 47vw;
}

.about-us-bg {
    background-image: url('../assets/about_us_2.svg');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

.about-us-img{
    margin-left: 6rem;
    margin-bottom: 8rem;
}

.hero-section-bg {
    background-image: url('../assets/header_image_2.svg');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    padding-bottom: 13rem;
    overflow: hidden;
}

.hero-image{
    margin-left: 12rem;
}

@keyframes float {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-20px);
    }
    100% {
      transform: translateY(0);
    }
}
  
.animate-float {
animation: float 2s infinite ease-in-out;
}
  

@media (max-width: 1350px){
    .budget-section .row {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 500px) {
    .hero-section-bg {
        padding-bottom: 6rem;
    }
    .hero-image{
        margin-left: 5rem;
    }
}

@media (max-width: 1200px) {
    .mx-270 {
        margin: 0 100px;
    }
    .hero-section {
        flex-direction: column;
        gap: 2rem;
    }
    .about-us-img{
        margin-left: 1rem;
        margin-bottom: 8rem;
    }
}

@media (max-width: 1000px) {
    .ml-200 {
        margin-left: 50px;
    }
    .mr-200 {
        margin-right: 50px;
    }
    .budget-section {
        padding: 3.5rem;
    }
    .mx-200 {
        margin: 0 50px;
    }
}

@media (max-width: 768px) {
    .mx-270 {
        margin: 0 10px;
    }
    .mx-200 {
        margin: 0 20px;
    }
    .ml-200 {
        margin-left: 0;
    }
    .font-60 {
        font-size: 45px;
        line-height: 50px;
    }   
    .ml-95 {
        margin-left: 50px;
    } 
    .section-bg {
        background-size: 20% auto, 20% auto;
    }
    .what-we-do-bg {
        background-size: 20% auto, 20% auto;
    }
    .advantages-left {
        background-size: cover;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 0.5rem;

        div {
            h5{
                text-shadow: 1px 1px 1px #E2F6FC;
            }
        }
    }
    .advantages-right {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 1.85rem;
        background-image: none;

        div {
            h5{
                text-shadow: 1px 2px 1px #99D2D0;
            }
        }
    }
    .font-128{
        font-size: 56px;
    }
    .header-container-1 {
        min-width: 10px;
    }
    .arrow-img{
        width: 30%;
    }
    .font-52 {
        font-size: 36px;
    }
    .font-32{
        font-size: 24px;
    }
    .budget-section {
        padding: 1.75rem;
    }
    .flex-link {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .advantages-sections{
        flex-direction: column;
    }
    .primary-button{
        padding: 1rem;
    }
    .about-us-img{
        width: 65%;
    }
}

@media (min-width: 575px) and (max-width: 875px) {
    .about-us-img{
        max-height: 35rem;
    }
}

@media (max-width: 575px) {
    .proccess-element {
        font-size: 18px;
        width: 100%;
        text-align: center;
        padding: 0.75rem;
    }
    .p-el-1 {
        margin-left: 0;
    }
    .p-el-2 {
        margin-left: 0;
    }
    .p-el-3 {
        margin-left: 0;
    }
    .p-el-4 {
        margin-left: 0;
    }
    .p-el-5 {
        margin-left: 0;
    }
    .proccess-background {
        background-image: url('../assets/proccess_bg_sm.svg');
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (min-width: 1700px) {
    .hero-image{
        margin-left: 15rem;
        margin-bottom: 5rem;
    }
}