* {
    padding: 0;
    margin: 0;
    max-width: 100%
}

body {
    background: #112d54
}

@font-face {
    font-family: Montserrat;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_cJD7g7J_950vCo.ttf);
    font-weight: 300
}

@font-face {
    font-family: Montserrat;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm45xW5rygbi49c.ttf);
    font-weight: 400
}

@font-face {
    font-family: Montserrat;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_ZpC7g7J_950vCo.ttf);
    font-weight: 500
}

@font-face {
    font-family: Montserrat;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_bZF7g7J_950vCo.ttf);
    font-weight: 600
}

@font-face {
    font-family: Montserrat;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE7g7J_950vCo.ttf);
    font-weight: 700
}

.section-one {
    width: 100%;
    height: auto
}

.section-one .header {
    width: 70%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
    padding: 1rem 0
}

.header .number {
    display: flex;
    align-items: center
}

.header .logo {
    display: flex;
    align-items: center
}

.header .number img {
    max-width: 15%
}

.header .number h4 {
    font-size: 1.5rem;
    font-family: Montserrat
}

@media(max-width:586px) {
    .section-one .header {
        color: #fff;
        justify-content: center;
        align-items: center;
        margin: auto
    }
    .section-one .header .logo {
        width: 35%
    }
    .section-one .header .logo img {
        max-width: 60%
    }
    .section-one .header .number h4 {
        font-size: 1rem
    }
}

.section-two {
    width: 100%;
    font-family: Montserrat
}

.section-two .content-box {
    width: 80%;
    margin: auto;
    text-align: center;
    margin-top: 2rem;
    color: #fff
}

.section-two .content-box h1 {
    font-size: 3.1rem;
    font-family: Montserrat;
    font-weight: 1000;
    padding-bottom: 2rem
}

.section-two .content-box p {
    font-size: 1.2rem;
    font-family: Montserrat;
    width: 80%;
    margin: auto;
    padding-bottom: 2rem
}

.section-two .content-box form {
    display: flex;
    flex-direction: column;
    font-family: Montserrat;
    justify-content: center;
    align-items: center;
    gap: 1rem
}

.section-two .content-box form input {
    width: 50%;
    padding: 1.3rem 1rem;
    font-family: Montserrat;
    border-radius: .6rem;
    outline: 0
}

.section-two .content-box form button {
    width: 40%;
    font-size: 1.3rem;
    font-family: Montserrat;
    padding: 1rem 2rem;
    background: #f6cd24;
    border-radius: 1rem;
    color: #122d4f
}

.section-two .content-box .social-icons {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem
}

.section-two .content-box .social-icons i {
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
    font-size: 1.6rem;
    border-radius: .5rem
}

.section-two .content-box .social-icons .fa-facebook-f {
    background: #3b5998;
    color: #fff
}

.section-two .content-box .social-icons .fa-instagram {
    background: #8a3ab9;
    color: #fff
}

.section-two .content-box .social-icons .fa-whatsapp {
    background: #075e54;
    color: #fff
}

@media(max-width:828px) {
    .section-two .content-box {
        width: 100%;
        margin: auto
    }
    .section-two .content-box h1 {
        font-weight: 500
    }
    .section-two .content-box p {
        padding: 0 2rem 2rem 2rem;
        font-size: 1.2rem;
        letter-spacing: 0;
        word-spacing: 0;
        padding-bottom: 2rem
    }
}

@media(max-width:1440px) {
    .section-two .content-box form button {
        width: 25%;
        font-size: 1.3rem;
        padding: 1rem 1rem
    }
    .section-two .content-box {
        width: 100%
    }
    .section-two .content-box h1 {
        box-sizing: border-box;
        font-weight: 700;
        line-height: 50px;
        font-size: 49px
    }
    .section-two .content-box form input {
        width: 35%
    }
}

@media(max-width:1046px) {
    .section-two .content-box form button {
        width: 50%
    }
    .section-two .content-box form input {
        width: 55%
    }
    .section-two .content-box h1 {
        font-weight: 600;
        line-height: 50px;
        padding-bottom: 2rem
    }
}

@media(max-width:512px) {
    .section-two .content-box form button {
        width: 80%;
        font-size: 1rem
    }
    .section-two .content-box form input {
        width: 85%
    }
    .section-two .content-box h1 {
        font-size: 2.5rem;
        font-weight: 600;
        padding-bottom: 1rem;
        margin-top: 2rem;
        width: 95%;
        margin: auto
    }
}

@media(max-width:426px) {
    .section-two .content-box h1 {
        font-size: 2.5rem;
        font-weight: 600;
        padding-bottom: 1rem;
        margin-top: 2rem;
        width: 95%;
        margin: auto
    }
}

.section-three {
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center
}

.section-three h1 {
    font-size: 3rem;
    padding: 2rem 0;
    margin-top: 2rem;
    color: #fff;
    font-family: Montserrat
}

.section-three .service {
    width: 100%;
    height: 35rem;
    margin: auto;
    padding: 0 10rem
}

.section-three .service img {
    width: 100%;
    height: 100%;
    border-radius: 1rem
}

@media(max-width:808px) {
    .section-three .service {
        width: 100%;
        height: auto;
        margin: auto;
        padding: 0 1rem
    }
    .section-three h1 {
        font-size: 2.5rem
    }
}

.box-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5rem;
    padding: 1rem 20rem
}

.box-content .left-side,
.right-side {
    align-self: flex-start;
    width: 45%
}

.box-content .left-side h2,
.right-side h2 {
    padding: 2rem 0;
    color: #fff;
    font-size: 1.7rem;
    font-family: Montserrat
}

.box-content .left-side p,
.right-side p {
    font-size: 1.2rem;
    font-family: Montserrat;
    word-spacing: .1rem;
    padding-bottom: 2rem;
    color: #fff
}

@media(max-width:1412px) {
    .box-content {
        width: 60%;
        height: auto;
        margin: auto;
        padding: 0 1rem
    }
}

@media(max-width:880px) {
    .box-content {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        margin: auto;
        padding: 0 .5rem
    }
    .box-content .left-side,
    .right-side {
        width: 100%
    }
    .right-side {
        margin-top: -2rem;
        padding-bottom: 3rem
    }
    .box-content .left-side p,
    .right-side p {
        font-size: 1.2rem;
        font-family: Montserrat;
        word-spacing: .1rem;
        padding-bottom: 0;
        color: #fff
    }
}