@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-U1Ug.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirk-VQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rg-VQ.ttf) format('truetype');
}
:root {
    --base-black: #252525;
    --cta-color: #35006A;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}
html {
  font-size: 16px;
}
body {
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  color: #646464;
  background-color: #F2F2F2;
}

main {
    background-image: url("./../img/banner/top-bg.webp");
    background-repeat: no-repeat;
    background-position: top right;
}


nav {
    width: 80%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 20px 0;
}
.whole-wrap {
    width: 100%;
}
.container {
    width: 80%;
    max-width: 1300px;
    margin: 0 auto;
}
.hero {
    display: flex;
    flex-direction: row;
    margin-top: 60px;
    .left {
        width: 58%;
    }
}
.hero .left h1 {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}
.hero .left h2 {
    font-size: 40px;
    color: #000;
    font-weight: 700;
    margin-bottom: 30px;
}
.hero .left h2 strong {
    color: #3A076E;
}
.hero .left a {
    font-size: 20px;
    background-color: #3A076E;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    padding: 13px 15px 17px 15px;
    img {
        vertical-align: middle;
    }
}
.hero .right img {
    margin-left: 2%;
}
.expert h2{
    font-size: 40px;
    font-weight: 700;
    color: #3A076E;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 20px;
}
.expert p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-align: center;
    max-width: 70%;
    margin: 0 auto;
}
.expert h3 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-top: 20px;
}
.expert .boxes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
}
.expert .boxes .box {
    background-color: #E5DBF7;
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
}
.expert .boxes .box h5 {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
}
.expert .boxes .box p {
    font-size: 14px;
    max-width: 100%;
    color: #000;
    font-weight: 400;
}
.partner {
    text-align: center;
    margin-top: 70px;
    background-color: rgba(209, 196, 233, 0.1);
    padding: 30px 0;
    p {
        font-size: 24px;
        color: #000;
        margin-bottom: 15px;
    }
}
.shapes {
    margin-top: 70px;
    margin-bottom: 50px;
    text-align: center;
}
.shapes .shapesInner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
.shapes .centerbox {
    margin-bottom: 35px;
    h2 {
        font-size: 24px;
        color: rgba(58, 7, 110, 0.87);
        font-weight: 700;
    }
    p {
        font-size: 18px;
        color: rgba(0, 0, 0, 0.87);
        font-weight: 600;
    }
}
.shapes .shapebox1 {
    border: 4px solid rgba(58, 7, 110, 1);
    border-radius: 60px;
    padding-bottom: 15px;
    background-color: #fff;
    .one {
        height: 40px;
    }
    h3 {
        font-size: 18px;
        font-weight: 700;
        color: rgba(255, 255, 255, 0.87);
        background-color: rgba(58, 7, 110, 1);
        padding: 15px;
        text-align: center;
        border-radius: 100px 100px 0 0;
        margin-bottom: 15px;
    }
    p {
        padding: 0 12px;
        font-size: 14px;
        color: #000;
        text-align: center;
        margin-top: 10px;
        width: 90%;
        margin: 0 auto;
    }
}

.shapes .shapebox2 {
    border: 4px solid rgba(58, 7, 110, 1);
    border-radius: 60px;
    background-color: #fff;
    .one {
        height: 40px;
        line-height: 40px;
    }
    h3 {
        font-size: 18px;
        font-weight: 700;
        color: rgba(255, 255, 255, 0.87);
        background-color: rgba(58, 7, 110, 1);
        padding: 15px;
        text-align: center;
        border-radius: 100px 100px 0 0;
        margin-bottom: 15px;
    }
    p {
        padding: 0 12px;
        font-size: 14px;
        color: #000;
        text-align: center;
        margin-top: 5px;
        width: 90%;
        margin: 0 auto;
    }
    strong {
        font-size: 14px;
        color: #000;
    }
}
.shapes hr {
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.shapes img {
    margin-top: 15px;
}
.shapes .bottombox {
    border: 4px solid rgba(58, 7, 110, 1);
    border-radius: 60px;
    margin-top: 50px;
    padding: 20px 30px;
    background-color: #fff;
    p {
        font-size: 16px;
        color: rgba(0, 0, 0, 0.87);
        margin-top: 15px;
    }
}
.cta {
    background-color: rgba(58, 7, 110, 1);
    border-radius: 32px;
    margin-bottom: 50px;
    padding: 30px 30px 30px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    .left {
        h2 {
            font-size: 36px;
            color: rgba(255, 255, 255, 0.87);
            font-weight: 700;
            margin-top: -5px;
        }
        p {
            font-size: 16px;
            color: rgba(255, 255, 255, 0.87);
            font-weight: 400;
        }
    }
    .right {
        a {
            background-color: #fff;
            color: rgba(58, 7, 110, 0.87);
            font-size: 16px;
            font-weight: 700;
            border-radius: 30px;
            padding: 12px 20px;
            text-decoration: none;
        }
    }
}

.cus-box {
  background: linear-gradient(202.83deg, #4B97DE -11.98%, #35006A 54.8%);
  margin-top: 40px;
  border-radius: 32px;
  padding-top: 20px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.cus-box h2 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}
.cus-box .cBox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 20px;
}
.cus-box .cBox .left {
  text-align: center;
}
.cus-box .cBox .right {
  padding-right:60px;
  background-color: #fff;
  padding: 25px;
  border-radius: 15px;
}
.cus-box .cBox .right p {
  font-size: 18px;
  color: #222;
  font-weight: 600;
}
.cus-box .cBox .right .card {
  display: grid;
  -grid-template-columns: 80px auto;
  margin-top: 20px;
  background-color: transparent;
  border: none;
}
.cus-box .cBox .right .card .photo {
  display: none;
}
.cus-box .card .details {
  padding-left: 0px;
  padding-top: 10px;
}
.cus-box .card .details h4 {
  color: #222;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.cus-box .card .details span {
  color: #333;
  font-size: 15px;
  font-weight: 400;
}

.faq {
    width: 60%;
    margin: 0 auto;
    padding-bottom: 50px;
    margin-top: 60px;
}
.faq h2 {
    font-size: 32px;
    font-weight: 500;
    color: var(--base-black);
    text-align: center;
}
.faq .list {
    margin-top: 30px;
}
.faq .list details {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
}
.faq .list summary {
    list-style: none;
}
.faq .list summary h2{
    font-size: 18px;
    font-weight: 600;
    color: var(--base-black);
    text-align: left;
    cursor: pointer;
}
.faq .list summary::before {
    content: '\203A';
    color: var(--base-black);
    font-size: 25px;
    float: right;
    transform: rotate(90deg);
    transition: 0.3s;
}
.faq .list details[open] summary::before {
    transform: rotate(270deg);
}
.faq .list p {
    margin-top: 10px;
}
.form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    padding-top: 70px;
    padding-bottom: 50px;
    border-radius: 32px;
    overflow: hidden;
}
.form .left, .form .right {
    height: 500px;
    background-color: #fff;
}
.form .left {
    position: relative;
    z-index: 10;
    overflow: hidden;
    border-radius: 32px 0 0 32px;
}
.form .right {
    border-radius: 0 32px 32px 0;
    overflow: hidden;
}
.form .left::before {
    content: '';
    width: 90%;
    height: 100%;
    position: absolute;
    background-image: url('./../img/learn/form-bg2.png');
    background-repeat: no-repeat;
    background-size: 95%;
    z-index: -1;
}
.form .left::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url('./../img/learn/form-bg-min.png');
    background-repeat: no-repeat;
    background-size: 100%;
    top: 0;
    z-index: -1;
}
.form .left h2{
    font-size: 32px;
    color: #fff;
    font-weight: 500;
    margin-top: 150px;
    margin-left: 50px;
}
.form .left p{
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-top: 20px;
    margin-left: 50px;
}
.form .right  form{
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
}
.form .right form .form-control {
    display: block;
    width: 100%;
    border-radius: 4px;
    background: #F5F5F5;
    outline: none;
    border: none;
    padding: 10px 15px;
}
.form .right label {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 14px;
    color: var(--base-black);
}
form select {
    display: block;
    width: 100%;
    padding: 10px 15px;
    background: #F5F5F5;
    outline: none;
    border: none;
    border-radius: 4px;
}
.form .right .btn {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    background-color: var(--cta-color);
    border-radius: 50px;
    padding: 10px 30px;
    margin-top: 30px;
    cursor: pointer;
    border: none;
}
footer p{
    font-size: 14px;
    color: #000;
    font-weight: 400;
    text-align: center;
    border-top: 1px solid #ccc;
    padding: 15px;
}

@media screen and (max-width: 768px) {
    main {
        background-size: 40%;
    }
    nav img {
        width: 200px;
    }
    .container {
        width: 95%;
    }
    .hero {
        flex-direction: column;
        .left{
            width: 100%;
            margin-bottom: 35px;
            text-align: center;
            h2 {
                font-size: 32px;
            }
        }
    }
    .hero .right img {
        display: none;
    }
    .expert {
        p {
            max-width: 100%;
        }
        .boxes {
            grid-template-columns: 1fr;
        }
    }
    .shapes {
        .shapesInner {
            grid-template-columns: 1fr;
            .shapebox1 .one {
                line-height: normal;
                height: auto;
            }
            .shapebox2 {
                padding-bottom: 25px;
            }
            .shapebox2 .one {
                line-height: normal;
                height: auto;
            }
        }
    }
    .cta {
        flex-direction: column;
        .left {
            p {
                margin-top: 10px;
            }
        }
        .right {
            width: 100%;
            margin-top: 30px;
            text-align: left;
        }
    }
    .cus-box .cBox {
        grid-template-columns: 1fr;
    }
    .faq {
        width: 100%;
    }
    .form {
        grid-template-columns: 1fr;
    }
    .form .left {
        height: 250px;
        border-radius: 10px 10px 0 0;
    }
    .form .left h2 {
        margin-top: 20px;
        margin-left: 20px;
    }
    .form .left p {
        margin-left: 20px;
        font-size: 14px;
    }
}