/*typography*/
body {
    margin: 0;
}

.container {
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
}

.h1-blue {
    color: #0086b3;
}

.btn {
    height: auto !important;
    background-color: #e88e0c;
    color: white;
    text-align: center;
    font-size: 23px;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 10px;
    max-width: 280px;
}

.btn a {
    text-decoration: none;
    color: #FFFFFF;
}

.btn:hover {
    cursor: pointer;
    background-color: #b5dae7;
}

.header__desc h2 {
    font-size: 50px;
    line-height: 70px;
    margin-bottom: 40px;
    margin-top: 0;
    font-family: 'Myriad Pro Bold';
}

h2 {
    font-size: 37px;
    line-height: 70px;
    margin-top: 0;
    font-family: 'Myriad Pro Bold';
}

h3 {
    font-size: 33px;
    line-height: 55px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Myriad Pro Bold';
}

h4 {
    font-size: 24px;
    line-height: 55px;
    margin-top: 0;
    font-family: 'Myriad Pro Bold';
}

h5 {
    font-size: 19px;
    /* line-height: 55px; */
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'Myriad Pro Bold';
}

h6 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 70px;
    font-family: 'Myriad Pro Bold';
}

p {
    font-size: 16px;
    color: a1a1a1;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 30px;
    font-family: 'Myriad Pro Regular';
}

a {
    font-family: 'Myriad Pro Regular';
}

input {
    font-family: 'Myriad Pro Regular';
}

/* header styles*/
.header {
    margin-bottom: 6.25rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.header span {
    color: 0087 cb;
}

.header__logo {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-top: 2rem;
}

.header__logo h6 {
    background: linear-gradient(to right, #3599d4 50%, #0061af 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
}

.header h4 {
    text-align: center;
    line-height: 10px;
}

.header p {
    max-width: 34.375rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.header__desc {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/*skill styles*/

.skill {
    position: relative;
}

.skill .container {
    display: flex;
    justify-content: space-evenly;
}

.skill__col {
    padding-top: 3.125rem;
    position: relative;
}

.col-l .arrow {
    position: absolute;
    left: 70px;
    width: 180px;
}

.col-r .arrow {
    position: absolute;
    right: 70px;
    width: 180px;
}

.skill__card {
    display: flex;
    flex-direction: column;
}

.skill__card--icon {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.75rem;
}

.skill__card--title {
    text-align: center;
    font-weight: bold;
}

.skill__card--desc {
    text-align: center;
    margin-bottom: 1.8125rem;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}

.card__img img {
    width: 80px;
    height: 80px;
    border-radius: 80px;
}

.skill .form {
    background-color: white;
    padding: 2.6875rem;
    position: relative;
    bottom: -1.875rem;
    border-radius: 10px;
    box-shadow: 0 0px 2px 0 rgb(0 0 0 / 20%);
    border-top: 5px solid #e4aa0b;
}

.skill .form__title {
    font-weight: bold;
    text-align: center;
}

.skill .form__title h4 {
    margin-bottom: 0;
}

.skill .form__desc {
    text-align: center;
    margin-bottom: 4.8125rem;
}

.form p {
    margin-bottom: 0px;
}

.form input, .form textarea {
    width: 100%;
    height: 45px;
    margin-bottom: 25px;
    border: solid;
    border-color: #eeeeee;
}

.form textarea {
    height: 100px !important;
}

.form .btn {
    max-width: 100%;
    padding: 0 !important;
    min-height: 70px;
}

/*video block*/
.video {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

.video__content {
    display: flex;
    justify-content: center;
    margin-top: 5.25rem;
    padding-top: 10.75rem;
    padding-bottom: 10.75rem;
    align-items: center;

}

.video__container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #2c2c28c2;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
}

.youtube-embed-holder {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1000px;
}

.youtube-embed-holder:before {
    content: '';
    width: 100%;
    display: block;
    padding-top: 56.25%;
}

.youtube-embed-holder > iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.video__container .close {
    position: absolute;
    top: 10%;
    right: 125px;
    font-size: 20px;
    cursor: pointer;
}

.video__container video {
    width: 90%;
    max-width: 900px;
    transform: scale(0);
    box-shadow: 0 20px 20px rgb(0, 0, 0, 0.2);
    outline: none;
    transition: all 0.3s;
}

iframe {
    width: 900px;
    height: 550px;
}

.video__container.show {
    pointer-events: all;
    opacity: 1;
}

.video__container.show video {
    transform: scale(1);
}

.video__desc {
    font-size: 1.6875rem;
    color: white;
    max-width: 25rem;
    font-weight: 700;
    line-height: 2.1875rem;
    font-family: sans-serif;
}

.video__img {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
    border-style: solid;
    padding: 4px;
    border-radius: 70px;
    border-color: 6 db3dc;
}

.video__btn-out {
    border-style: solid;
    padding: 5px;
    border-radius: 50px;
    border-color: cfe6f4;
}

.video__btn-outline {
    border-style: solid;
    padding: 5px;
    border-radius: 50px;
    border-color: a0cde8;

}

.video__img img {
    /* padding: 25px; */
    /* border-radius: 50px; */
    background-color: white;
    border-radius: 50px;
    background-color: white;
    width: 13px;
    height: 13px;
    padding-left: 30px;
    padding-right: 23px;
    padding-top: 25px;
    padding-bottom: 25px;
}

/*testimonial*/
.testimonial {
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: f9f9f9;
}

.testimonial__header {
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 89px;
}

.testimonial__cards {
    display: flex;
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
}

.hidden {
    display: none;
}

.testimonial__card {
    width: 33.33%;
    background-color: white;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: 0 0px 2px 0 rgb(0 0 0 / 20%);
    border-radius: 10px;
    border-top: 5px solid #0086b3;
}

.card__inner {
    display: flex;
    flex-direction: column;
    padding: 50px;
}

.card__img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 26px;
}

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

.card__desc {
    text-align: center;
}

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

.cta {
    margin: 99px;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.cta span {
    color: 0087 cb;
}

.cta p {
    width: 550;
    margin-left: auto;
    margin-right: auto;
}

.cta h2 {
    margin-bottom: 0;
}

footer {
    background-color: f5f5f5;
}

.footer__content {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 33px;
    padding-bottom: 33px;

}

.footer__content a {
    text-decoration: none;
    color: 0087 cb;
}

.footer__content p {
    margin-bottom: 0;
}

.page__end {
    text-align: center;
}

.page__end p {
    /* background: linear-gradient(to right, #3599d4, #0061af);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text; */
    color: #3599d4;
    font-size: 20px;
    font-weight: 700;
}

.page__end span {
    color: #0061af;;
}

@media (max-width: 767px) {
    .container {
        max-width: 750px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .header__desc h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;

    }

    h2 {
        font-size: 30px;
        line-height: 40px;
    }

    h3 {
        font-size: 23px;
        line-height: 25px;
    }

    h4 {
        font-size: 18px;
        line-height: 20px;
    }

    h5 {
        font-size: 14px;
    }

    h6 {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .header {
        margin-bottom: 4.25rem;
    }

    .video__img {
        margin-left: 0rem;
        margin-right: 0rem;
        border-style: none;
        padding: 8px;
        border-radius: 70px;
        border-color: 6 db3dc;
    }

    .video__img img {
        /* padding: 25px; */
        /* border-radius: 50px; */
        background-color: white;
        border-radius: 50px;
        background-color: white;
        width: 7px;
        height: 11px;
        padding-left: 14px;
        padding-right: 14px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .video__desc {
        font-size: 20px;
        line-height: 20px;
    }

    .video__container .close {
        right: 15px;
        top: 30px;
    }

    .skill .arrow {
        display: none;
    }

    .skill .container {
        flex-direction: column;
    }

    .skill .form__desc {
        margin-bottom: 0.8125rem;
    }

    .form .btn {
        min-height: 55px;
        font-size: 16px;
    }

    .skill__col {
        order: 1;
    }

    .skill .col-r {
        padding-top: 0;
    }

    .testimonial__cards {
        display: block;
    }

    .testimonial__card {
        width: 100%;
        padding: unset;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 40px;
    }

    .card__inner {
        padding: 20px;
    }

    .testimonial__card:last-child {
        margin-bottom: 0;
    }

    .testimonial__header {
        margin-bottom: 44px;
    }


    .cta p {
        width: unset;
    }

    .cta .btn {
        font-size: 16px;
        width: 166px;
    }

}

.modal {
    display: none;
}

.modal.active {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    transition: 0.3s;
    align-items: center;
    left: 0;
    height: 100%;
    background: rgba(19, 19, 19, 0.7);
}

.modal .modal-inner {
    display: flex;
    justify-content: center;
    background-color: white;
    width: 50%;
    margin: auto;
    margin-top: 20rem;
    padding: 1rem;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0px 2px 0 rgb(0 0 0 / 20%);
    border-top: 5px solid #e4aa0b;
}

.modal .modal-inner label{
    position: absolute;
    right: -13px;
    top: -13px;
    width: 28px;
    border-radius: 25px;
    height: 20px;
    background-color: #0186b3;
    padding-top: 7px;
    color: #fff;
    fill: #ffffff;
    cursor: pointer;
    text-align: center;
}

@media (max-width: 767px) {
    .modal .modal-inner {
        width: 75%;
    }
}

.modal-inner__content {
    line-height: 1.3rem;
    font-size: 1.1rem;
}

.modal-inner__close {
    font-size: 12px;
}
