/* global */

body {
    margin: 0;
    padding: 0;
    color: #000;
    background: #fff;
    font-family: poppins, sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: poppins, sans-serif;
}

p {
    font-family: poppins, serif;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

/* end of global */

@media(min-width: 1366px) {
    .contact-summary {
        width: 100%;
        margin: 100px 0;
        padding: 0 10%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .contact-tab {
        width: 300px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .contact-tab img {
        height: 150px;
        width: auto;
        margin: 10px 0;
    }
    .contact-tab h2 {
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 1px;
        color: #373f50;
        margin: 10px auto;
        text-align: center;
    }
    .contact-tab p {
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0.5px;
        color: #373f50;
        margin: 0;
        text-align: center;
    }
    .wrapper {
        width: 80%;
        box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.1), 10px 10px 50px rgba(0, 0, 0, 0.1);
        background: #fff;
        margin: 100px 0;
        padding: 0;
        left: 50%;
        transform: translateX(-50%);
        position: relative;
        display: flex;
        flex-direction: row;
    }
    .faq-container {
        width: 40%;
        background: url('../../assets/contact-back.jpg');
        background-size: cover;
        background-position: 45% 50%;
        background-repeat: no-repeat;
        margin: 0;
        padding: 25px;
    }
    #contact-form {
        width: 60%;
        align-self: flex-start;
        padding: 50px 25px;
    }
    .fourth-section {
        background: linear-gradient(60deg, #bb47ff, #5855f1);
        margin: -10px 0 0 0;
        padding: 100px 0;
        width: 100%;
    }
    .fourth-section h1 {
        font-size: 30px;
        font-weight: 500;
        letter-spacing: 1px;
        text-align: center;
        color: #fff;
        margin: 0;
        padding: 0;
    }
    .reviews {
        margin: 50px auto;
    }
    .review-tab {
        background: #fff;
        margin: auto 50px;
        height: 250px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 20px;
    }
    .review-tab img {
        height: auto;
        width: 25%;
        margin: 5px auto;
    }
    .review-tab hr {
        height: 2px;
        border: none;
        background: linear-gradient(90deg, #bb47ff, #5855f1);
        width: 90%;
        margin: 20px auto;
    }
    .review-text {
        width: 90%;
        color: #000000;
        font-weight: 400;
        font-size: 15px;
        margin: 5px auto;
        line-height: 1.2;
        letter-spacing: 0.2px;
    }
    .reviewer {
        color: #000000;
        font-weight: 600;
        font-size: 17px;
        text-align: center;
        max-width: 300px;
        margin: 20px auto;
    }
    .fifth-section {
        width: 100%;
        padding: 50px 0;
    }
    .fifth-section h1 {
        font-size: 30px;
        font-weight: 500;
        letter-spacing: 1px;
        text-align: center;
        color: #000000;
        margin: 0;
        padding: 0;
    }
    #map {
        height: 500px;
        width: 100%;
    }
}

@media(max-width: 1366px) and (min-width: 1024px) {
    .contact-summary {
        width: 100%;
        margin: 100px 0;
        padding: 0 10%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .contact-tab {
        width: 300px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .contact-tab img {
        height: 100px;
        width: auto;
        margin: 10px 0;
    }
    .contact-tab h2 {
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 1px;
        color: #373f50;
        margin: 10px auto;
        text-align: center;
    }
    .contact-tab p {
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0.5px;
        color: #373f50;
        margin: 0;
        text-align: center;
    }
    .wrapper {
        width: 80%;
        box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.1), 10px 10px 50px rgba(0, 0, 0, 0.1);
        background: #fff;
        margin: 100px 0;
        padding: 0;
        left: 50%;
        transform: translateX(-50%);
        position: relative;
        display: flex;
        flex-direction: row;
    }
    .faq-container {
        width: 40%;
        background: url('../../assets/contact-back.jpg');
        background-size: cover;
        background-position: 45% 50%;
        background-repeat: no-repeat;
        margin: 0;
        padding: 25px;
    }
    #contact-form {
        width: 60%;
        align-self: flex-start;
        padding: 50px 25px;
    }
    .fourth-section {
        background: linear-gradient(60deg, #bb47ff, #5855f1);
        margin: -10px 0 0 0;
        padding: 100px 0;
        width: 100%;
    }
    .fourth-section h1 {
        font-size: 30px;
        font-weight: 500;
        letter-spacing: 1px;
        text-align: center;
        color: #fff;
        margin: 0;
        padding: 0;
    }
    .reviews {
        margin: 50px auto;
    }
    .review-tab {
        background: #fff;
        margin: auto 50px;
        height: 250px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 20px;
    }
    .review-tab img {
        height: auto;
        width: 25%;
        margin: 5px auto;
    }
    .review-tab hr {
        height: 2px;
        border: none;
        background: linear-gradient(90deg, #bb47ff, #5855f1);
        width: 90%;
        margin: 20px auto;
    }
    .review-text {
        width: 90%;
        color: #000000;
        font-weight: 400;
        font-size: 15px;
        margin: 5px auto;
        line-height: 1.2;
        letter-spacing: 0.2px;
    }
    .reviewer {
        color: #000000;
        font-weight: 600;
        font-size: 17px;
        text-align: center;
        max-width: 300px;
        margin: 20px auto;
    }
    .fifth-section {
        width: 100%;
        padding: 50px 0;
    }
    .fifth-section h1 {
        font-size: 30px;
        font-weight: 500;
        letter-spacing: 1px;
        text-align: center;
        color: #000000;
        margin: 0;
        padding: 0;
    }
    #map {
        height: 500px;
        width: 100%;
    }
}

@media(max-width: 1024px) and (min-width: 769px) {
    .contact-summary {
        width: 100%;
        margin: 100px 0;
        padding: 0 5%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .contact-tab {
        width: 300px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .contact-tab img {
        height: 150px;
        width: auto;
        margin: 10px 0;
    }
    .contact-tab h2 {
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 1px;
        color: #373f50;
        margin: 10px auto;
        text-align: center;
    }
    .contact-tab p {
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0.5px;
        color: #373f50;
        margin: 0;
        text-align: center;
    }
    .wrapper {
        width: 90%;
        box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.1), 10px 10px 50px rgba(0, 0, 0, 0.1);
        background: #fff;
        margin: 50px 0;
        padding: 0;
        left: 50%;
        transform: translateX(-50%);
        position: relative;
        display: flex;
        flex-direction: column-reverse;
    }
    .faq-container {
        width: 100%;
        background: url('../../assets/contact-back.jpg');
        background-size: cover;
        background-position: 45% 50%;
        background-repeat: no-repeat;
        margin: 0;
        padding: 25px;
    }
    #contact-form {
        width: 100%;
        align-self: flex-start;
        padding: 50px 25px;
    }
    .fourth-section {
        background: linear-gradient(60deg, #bb47ff, #5855f1);
        margin: -10px 0 0 0;
        padding: 100px 0;
        width: 100%;
    }
    .fourth-section h1 {
        font-size: 30px;
        font-weight: 500;
        letter-spacing: 1px;
        text-align: center;
        color: #fff;
        margin: 0;
        padding: 0;
    }
    .reviews {
        margin: 50px auto;
    }
    .review-tab {
        background: #fff;
        margin: auto 50px;
        height: 250px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 20px;
    }
    .review-tab img {
        height: auto;
        width: 25%;
        margin: 5px auto;
    }
    .review-tab hr {
        height: 2px;
        border: none;
        background: linear-gradient(90deg, #bb47ff, #5855f1);
        width: 90%;
        margin: 20px auto;
    }
    .review-text {
        width: 90%;
        color: #000000;
        font-weight: 400;
        font-size: 15px;
        margin: 5px auto;
        line-height: 1.2;
        letter-spacing: 0.2px;
    }
    .reviewer {
        color: #000000;
        font-weight: 600;
        font-size: 17px;
        text-align: center;
        max-width: 300px;
        margin: 20px auto;
    }
    .fifth-section {
        width: 100%;
        padding: 50px 0;
    }
    .fifth-section h1 {
        font-size: 25px;
        font-weight: 500;
        letter-spacing: 1px;
        text-align: center;
        color: #000000;
        margin: 0;
        padding: 0;
    }
    #map {
        height: 500px;
        width: 100%;
    }
}

@media(max-width: 769px) {
    .contact-summary {
        width: 100%;
        margin: 50px 0;
        padding: 0 5%;
        display: none;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .contact-tab {
        width: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .contact-tab img {
        height: 50px;
        width: auto;
        margin: 10px 0;
    }
    .contact-tab h2 {
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 1px;
        color: #373f50;
        margin: 10px auto;
        text-align: center;
    }
    .contact-tab p {
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 0.5px;
        color: #373f50;
        margin: 0;
        text-align: center;
    }
    .wrapper {
        width: 90%;
        box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.1), 10px 10px 50px rgba(0, 0, 0, 0.1);
        background: #fff;
        margin: 50px 0;
        padding: 0;
        left: 50%;
        transform: translateX(-50%);
        position: relative;
        display: flex;
        flex-direction: column-reverse;
    }
    .faq-container {
        width: 100%;
        background: url('../../assets/contact-back.jpg');
        background-size: cover;
        background-position: 45% 50%;
        background-repeat: no-repeat;
        margin: 0;
        padding: 25px;
    }
    #contact-form {
        width: 100%;
        align-self: flex-start;
        padding: 50px 25px;
    }
    .fourth-section {
        background: linear-gradient(60deg, #bb47ff, #5855f1);
        margin: -10px 0 0 0;
        padding: 100px 0;
        width: 100%;
    }
    .fourth-section h1 {
        font-size: 30px;
        font-weight: 500;
        letter-spacing: 1px;
        text-align: center;
        color: #fff;
        margin: 0;
        padding: 0;
    }
    .reviews {
        margin: 50px auto;
    }
    .review-tab {
        background: #fff;
        margin: auto 50px;
        height: 250px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 20px;
    }
    .review-tab img {
        height: auto;
        width: 25%;
        margin: 5px auto;
    }
    .review-tab hr {
        height: 2px;
        border: none;
        background: linear-gradient(90deg, #bb47ff, #5855f1);
        width: 90%;
        margin: 20px auto;
    }
    .review-text {
        width: 90%;
        color: #000000;
        font-weight: 400;
        font-size: 15px;
        margin: 5px auto;
        line-height: 1.2;
        letter-spacing: 0.2px;
    }
    .reviewer {
        color: #000000;
        font-weight: 600;
        font-size: 17px;
        text-align: center;
        max-width: 300px;
        margin: 20px auto;
    }
    .fifth-section {
        width: 100%;
        padding: 50px 0;
    }
    .fifth-section h1 {
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 1px;
        text-align: center;
        color: #000000;
        margin: 0;
        padding: 0;
    }
    #map {
        height: 400px;
        width: 100%;
    }
}
