* {
    margin: 0;
    font-family: "Open Sans", sans-serif;
}
.fade-in {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease-out, transform 0.5s ease-out;
}
.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.landing-section1 {
    display: flex;
    justify-content: center;
    background-color: #fe0000;
}
.landing-section1-wrapper {
    position: relative;
    max-width: 1224px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 35px;
}
.landing-sec1-left{
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 20px;
    max-width: 700px;
}
.landing-sec1-left h2{
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    color: #ffffff;
    margin: 0;
}
.landing-sec1-left button{
    font-size: 20px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    color: #000000;
    width: max-content;
    padding: 10px 20px;
    background-color: #ffffff;
}
.landing-sec1-left p{
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    margin: 0;
}
.landing-sec1-right{
    position: absolute;
    right: 35px;
    bottom: -300px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    border: none;
    border-radius: 8px;
    padding: 30px;
    gap: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.landing-sec1-right h3{
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    color: #000000;
}
.landing-sec1-right p{
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #5c5c5c;
    margin: 0;
}
.landing-sec1-right input, .landing-sec1-right select{
    width: 328px;
    height: 35px;
    border: 0.666667px solid #b8c0cc;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 16px;
    background-color: #ffffff;
}
.landing-sec1-right button{
    font-size: 20px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    color: #ffffff;
    padding: 10px 20px;
    background-color: #176be0;
    margin-top: 10px;
}

.alert {
    width: 328px;
}
.select2-container .select2-selection--single {
    height: 35px !important;
    padding-top: 3px;
}
.select2-selection__arrow{
    height: 33px !important;
}
.select2-selection__rendered{
    color: #000000!important;
    padding-left: 12px!important;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-color: transparent transparent #000000 transparent!important;
}
.landing-section2 {
    display: flex;
    justify-content: center;
    background-color: #ffffff;
}
.landing-section2-wrapper {
    max-width: 1224px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 35px;
}
.landing-sec2-content{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.landing-sec2-content ul{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    margin: 0 0 0 15px;
}
.landing-sec2-content li{
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    margin: 0;
}
.landing-sec2-content h4{
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    color: #000000;
    margin: 0;
}
.landing-sec2-content-item{
    display: flex;
    gap: 15px;
}
.landing-sec2-content-item-number{
    font-size: 28px;
    font-weight: 700;
    line-height: 48px;
    color: #ffffff;
    background-color: #176be0;
    height: 42px;
    width: 42px;
    border-radius: 50%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.landing-sec2-content-item-text{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.landing-sec2-content-item-text h5{
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #000000;
    margin: 0;
}
.landing-sec2-content-item-text p{
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin: 0;
}
@media screen and (max-width: 1200px) {
    .landing-sec1-left{
        max-width: 600px;
    }
    .landing-sec2-content{
        max-width: 300px;
    }
}
@media screen and (max-width: 1100px) {
    .landing-sec1-left{
        max-width: 560px;
    }
}
@media screen and (max-width: 1024px) {
    .landing-sec1-right{
        position: static;
    }
    .landing-section1-wrapper {
        position: static;
        flex-direction: column;
        justify-content: center;
    }
    .landing-section2-wrapper {
        flex-direction: column;
        justify-content: center;
    }
    .landing-sec1-left{
        max-width: 700px;
        align-items: center;
        text-align: center;
    }
}

@media screen and (max-width: 600px) {
    .landing-sec1-right{
        width: 100%;
    }
    .landing-sec1-right input, .landing-sec1-right select{
        width: 100%;
    }
    .landing-section2-wrapper img{
        width: 100%;
    }
}
