/* !====================================================== */
/* !==========================fonts======================  */
/* !====================================================== */

/* inter  */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
    --Inter: 'Inter';
}

/************************** Defaults ********************/
/***********************************************************/

*,
*:before,
*:after {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    /* outline: 1px solid red; */
}

body {
    -webkit-text-size-adjust: 100%;

    /* visibility: hidden; */
}

html {
    /* font-size: 10px; */
    /* 10px / 16 px = 0.625 *100 = 62.5%  */
    /* Percentage of user's Browser font-size Setting  */
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

/* mobile tap highlight color remove  */
input,
textarea,
button,
select,
a,
div,
li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    appearance: none;
}
img {
    max-width: 100%;
    display: block;
}
a {
    text-decoration: none;
}

li {
    list-style: none;
}

.section {
    max-width: 160rem;
    margin: 0 auto;
    width: 100%;
}

/* !====================================================== */

/* !====================================================== */
/*!===================== banner =========================  */
/* !====================================================== */

.banner {
    display: flex;
    /* padding: 3.5rem 2rem 0rem 10rem; */
}
.banner .desktop {
    width: 100%;
    height: 100%;
}
.banner .mobile {
    display: none;
}

.banner .c1 {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.banner .c2 {
    width: 60%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.banner .c2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.banner .c1 .head {
    /* margin-bottom: 22rem; */
}
.banner .c1 .logo {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 3rem;
}

.banner .c1 .content {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 7rem 0;
}

.banner .c1 .content h1 {
    font-family: var(--Inter);
    font-style: normal;
    font-weight: 700;
    font-size: 5.2rem;
    line-height: 6.3rem;
    /* or 118% */

    /* Black */

    color: #12141d;
    margin-bottom: 1.2rem;
}

.banner .c1 .content p {
    font-family: var(--Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 3.7rem;
    /* or 178% */

    /* Black */

    color: #12141d;

    opacity: 0.8;
    margin-bottom: 4.1rem;
}
.banner .c1 .content a {
    font-family: var(--Inter);
    font-style: normal;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.8rem;
    /* identical to box height, or 150% */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.05rem;

    color: #ffffff;
    background: #d6b979;
    border-radius: 0.9rem;
    padding: 1.8rem 2.5rem;
    transition: all 0.3s ease-in-out;
}
.banner .c1 .content a img {
    width: 2rem;
    height: 2rem;
    transition: all 0.3s ease-in-out;
}

.banner .c1 .content a:hover {
    opacity: 0.8;
}

.banner .c1 .content a:hover img {
    transform: translateX(5px);
}

/* !====================================================== */
/*!===================== Form ===========================  */
/* !====================================================== */

.form {
    display: flex;
    flex-direction: row;
}

.form .c1 {
    position: relative;
    width: 50%;
    background: #111827;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 10rem;
}
.form .c2 {
    width: 50%;
    height: 150rem;
    padding: 7rem 0 2rem 0;
    background-color: #f0ebf8;
}

.form .c1 h1 {
    font-family: var(--Inter);
    font-style: normal;
    font-weight: 700;
    font-size: 5rem;
    line-height: 6.3rem;
    /* or 125% */

    letter-spacing: -0.025em;
    font-feature-settings: 'liga' off;

    color: #ffffff;
    margin-bottom: 2.5rem;
}
.form .c1 p {
    font-family: var(--Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.9rem;
    /* identical to box height, or 156% */

    font-feature-settings: 'liga' off;

    color: #ffffff;
}

.form .c1 .bg {
    position: absolute;
    top: 0;
    left: 0;
    /* border: 2px solid red; */
}

/* !google form =================   */

.form .c2 iframe {
    /* margin: 3rem 0; */
}

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

.footer {
    background: #fafafa;
    border: 3px solid #d6b979;
    border-radius: 9.4px;
    display: flex;
    justify-content: space-between;
    padding: 4rem 4.2rem;
    margin: 7.5rem 14rem 6rem 14rem;
}

.footer h1 {
    font-family: var(--Inter);
    font-style: normal;
    font-weight: 700;
    font-size: 3rem;
    line-height: 4rem;
    /* or 131% */

    /* gray/900 */

    color: #18181b;
}

.footer .socials {
    display: flex;
    gap: 2.7rem;
    justify-content: center;
    align-items: center;
}

.footer .socials img {
    width: 4rem;
    height: 3.5rem;
    object-fit: contain;
}

.footer .socials a {
    transition: all 0.3s ease-in-out;
}
.footer .socials a:hover {
    opacity: 0.7;
}

/* !copy right ==================  */

.copyRights {
    padding: 0 0 5.5rem 0;
}

.copyRights h1 {
    font-family: var(--Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.4rem;
    /* identical to box height, or 171% */

    text-align: center;

    color: #12141d;

    opacity: 0.8;
}
