/*===========================================================
 Common CSS
============================================================*/

body {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #3a3a3a;
    background: #eaeaea;
    margin: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

ul {
    padding: 0;
    margin: 0;
}

li,
li:hover,
a:hover,
.btn,
.btn:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
    text-decoration: none !important;
}

*:active,
*:focus {
    outline: none;
    border: 0;
}

img {
    max-width: 100%;
}

strong {
    font-weight: 700;
}

u {
    border-bottom: 1px solid #fff;
    line-height: 1;
    text-decoration: unset;
}

button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

button:active,
button:focus {
    outline: 0;
    outline: 0;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/*===========================================================
CSS
============================================================*/

.wrapper {
    max-width: 1000px;
    padding: 25px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
}
.header-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-area img{
    height:60px;
}

.header-area p {
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    color: #747474;
}
.header-area p a {
    color: #1c3b71;
}
.sunrise-text {
    text-align: center;
    margin-top: 25px;
}
.sunrise-text h1 {
    font-size: 26px;
    font-weight: 600;
    color: #1c3b71;
    margin-bottom: 25px;
}
.sunrise-text p {
    font-size: 20px;
}
.survay-text {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

img.feedback {
    width: 36px;
}
.survay-text a {
    font-size: 20px;
    font-weight: 500;
    color: #3a3a3a;
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    border: 1px solid #d9d9d9;
    padding: 0 20px;
    line-height: 80px;
    border-radius: 8px;
}
.survay-text span {
    display: flex;
    align-items: center;
    gap: 15px;
}
/* ===============Review Site=========== */

.review-site {
    padding-top: 50px;
}
.review-site h3 {
    text-align: center;
    font-size: 26px;
    color: #406ebf;
    margin-bottom: 25px;
    font-weight: 600;
}
.review-site-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.review-card {
    max-width: calc(50% - 10px);
    width: 100%;
    display: flex;
}
.review-card a {
    border: 1px solid #d8d8d8;
    width: 100%;
    padding: 20px 25px;
    border-radius: 8px;
    background: #f8faff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.survay-text a:hover,
.review-card a:hover {
    background: #d9d9d9;
}
/* =============Check Out======== */

.check-out {
    margin-top: 60px;
}
.check-out-text {
    text-align: center;
}
.check-out p {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    border-top: 1px solid #d8d8d8;
    display: inline-block;
    padding: 20px 0;
    margin-bottom: 10px;
}
.check-out p a {
    color: #1c3b71;
}
.google-ad {
    max-width: 728px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* ===============Footer=========== */

.footer {
    padding: 20px 0;
}
.footer p {
    text-align: center;
    font-size: 18px;
}
/* ===============Responsive=========== */
@media (max-width: 767px) {
    .logo {
        width: 245px;
    }
    .sunrise-text h1 {
        font-size: 20px;
    }
    .sunrise-text p {
        font-size: 17px;
        margin-bottom: 15px;
    }
    .survay-text a {
        font-size: 18px;
    }
    .survay-text span img {
        width: 36px;
    }
    .survay-text span {
        gap: 15px;
    }
    .survay-text img {
        width: 10px;
    }
    .survay-text a {
        line-height: 1.6;
        padding: 20px 15px;
    }
    .review-site h3 {
        font-size: 20px;
    }

    .review-card a img:last-child {
        width: 10px;
    }

    .review-card:nth-child(1) a img:first-child {
        width: 100px;
    }

    .review-card:nth-child(2) a img:first-child {
        width: 160px;
    }

    .review-card:nth-child(3) a img:first-child {
        width: 100px;
    }
    .review-card:nth-child(4) a img:first-child {
        width: 160px;
    }
    .review-card a {
        padding: 20px 20px;
    }
    .check-out p {
        font-size: 18px;
    }

    .footer p {
        font-size: 18px;
    }
}
@media (max-width: 575px) {
    .wrapper {
        padding: 20px;
    }
    .header-area {
        flex-direction: column;
    }
    .header-area p {
        font-size: 12px;
        margin-top: 5px;
    }
    .logo {
        width: 225px;
    }
    .sunrise-text h1 {
        font-size: 18px;
        line-height: 30px;
    }
    .sunrise-text p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .survay-text a {
        font-size: 16px;
    }
    .survay-text span img {
        width: 32px;
    }
    .survay-text span {
        gap: 10px;
    }
    .survay-text img {
        width: 8px;
    }
    .survay-text a {
        line-height: 1.6;
        padding: 10px 10px;
    }
    .review-site h3 {
        font-size: 18px;
    }
    .review-site {
        padding-top: 30px;
    }
    .survay-text {
        margin-top: 25px;
    }
    .review-card {
        max-width: 100%;
        width: 100%;
    }
    .review-card a img:last-child {
        width: 8px;
    }

    .review-card:nth-child(1) a img:first-child {
        width: 88px;
    }

    .review-card:nth-child(2) a img:first-child {
        width: 139px;
    }

    .review-card:nth-child(3) a img:first-child {
        width: 78px;
    }
    .review-card:nth-child(4) a img:first-child {
        width: 143px;
    }
    .review-card a {
        padding: 15px 20px;
    }
    .check-out p {
        font-size: 16px;
    }
    .check-out {
        margin-top: 40px;
    }
    .footer p {
        font-size: 16px;
    }
}
