@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


:root {
    --black: #0A2134;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    border: none;
}



.header {
    width: 100%;

}

.head {
    width: 1170px;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
}

.btn {
    display: flex;
    gap: 10px;

}

.chat-with-us {
    height: 40px;
    width: 166px;
    border: 1px solid #27AE60;
    color: #27AE60;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    gap: 10px;
}


.call-us {
    height: 40px;
    width: 90px;
    color: #FFFFFF;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, #0ACEFE, #2699FB);
    font-weight: 500;
    border-radius: 8px;
}


.middle-main-contianer {
    width: 100%;
}

.middle-contianer {
    width: 1264.5px;
    margin: auto;

}

.middle-top-contianer {
    width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-between;

}

.middle-top-left {
    width: 49%;


}

.middle-top-left h1 {
    font-weight: 700;
    font-size: 52px;
    margin-top: 20px;


}

.middle-top-left h1 span {
    background: url(../Image/Vector\ 63.png);
    background-repeat: no-repeat;
    background-position: bottom;
    color: #2699FB;

}


.middle-top-left p {
    font-size: 22px;
    padding-top: 20px;
    color: var(--black);
}

.middle-top-left ul li {
    font-size: 22px;
    display: flex;
    align-items: center;
    padding-top: 10px;
    gap: 10px;

}

.middle-top-left-btn {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.middle-top-left-btn button:nth-child(1) {
    height: 60px;
    width: 278px;
    border-radius: 8px;
    background: linear-gradient(to left, #2699FB, #0ACEFE);
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    box-shadow: 0px 4px 14px 2px #2699FB61;
    cursor: pointer;

}


.middle-top-left-btn button:nth-child(2) {
    height: 60px;
    width: 278px;
    border-radius: 8px;
    background-color: #FFFFFF;
    border: 1px solid #D0D5DD;
    color: var(--black);
    font-size: 20px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;

}

.middle-top-right {
    width: 49%;

}


.Ellipse {
    width: 552px;
    height: 552px;
    background-color: #E9F5FF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;



}

.middle-top-right-form {

    width: 410px;
    height: 491.9px;
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0px 1px 3px 0px #1018281A;



}




.middle-top-right-form form {
    width: 330px;
    height: 250px;
    margin: 150px auto;


}

.middle-top-right-form form input {
    width: 100%;
    height: 40px;
    margin: 10px 0px 20px 0px;
    border: 1px solid lightgrey;
    border-radius: 8px;
    padding: 20px;
    font-size: 18px;
    color: grey;

}


.middle-top-right-form form button {
    height: 50px;
    width: 100%;
    border-radius: 8px;
    background: linear-gradient(to left, #2699FB, #0ACEFE);
    color: #FFFFFF;
    font-size: 20px;
    box-shadow: 0px 4px 14px 2px #2699FB61;
    cursor: pointer;
}


.middle-second-container {
    width: 1170px;
    height: 146px;
    margin: 40px auto;
    box-shadow: 0px 4px 80px -2px #002F5814;
    display: flex;
    justify-content: space-evenly;
    align-items: center;

}



.middle-second-container h1 {
    font-size: 30px;
    font-weight: 700px;
    color: #2699FB;
}


.middle-second-container p {
    color: #43505B;
}

.middle-third-main-contianer {
    width: 1264.5px;
    height: 641px;
    background-color: #F7FAFF;
    margin: auto;

}

.middle-third-container {
    width: 1170px;
    margin: auto;
    position: relative;

}


.highlight {
    padding-top: 50px;
}

.highlight h1 {
    font-size: 36px;
    font-weight: 700;
    color: var(--black);
}

.highlight p {
    font-size: 18px;
    color: var(--black);
    padding-top: 10px;
}

.assignment-contianer {
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;

}

.assignment {
    width: 370px;
    display: flex;
    background-color: #FFFFFF;
    gap: 15px;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0px 4px 20px -2px #002F5814;

}

.assignment-txt h1 {
    font-size: 20px;
    font-weight: 600;
    color: var(--black);

}


.assignment-txt p {
    font-size: 15px;
    color: #43505B;
    padding-top: 10px;
}


.middle-third-container button {
    height: 60px;
    width: 253px;
    border-radius: 8px;
    background: linear-gradient(to left, #2699FB, #0ACEFE);
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    box-shadow: 0px 4px 14px 2px #2699FB61;
    margin: 60px auto;
    position: absolute;
    top: 420px;
    left: 470px;
    cursor: pointer;
}

.middle-fourth-main-container {
    width: 1264.5px;
    margin: 50px auto;
}


.middle-fourth-contianer {
    width: 1170px;
    margin: auto;
}


.middle-fourth-contianer h1 {
    width: 100%;
    font-size: 44px;
    font-weight: 700;
    text-align: center;
    margin: 50px auto 20px auto;
    color: var(--black);
}


.middle-fourth-contianer p {
    width: 639px;
    font-size: 18px;
    color: var(--black);
    margin: auto;
}

.seo-main {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
}

.seo {
    height: 278px;
    width: 270px;
    box-shadow: 0px 4px 20px -2px #002F5814;
    border: 1px solid #F2F4F7;
    border-radius: 8px;
    padding: 30px 20px 20px 20px;
}

.seo-image {
    height: 56px;
    width: 56px;
    border-radius: 4px;
    box-shadow: 0px 1px 3px 0px #1018281A;
    display: flex;
    justify-content: center;
    align-items: center;

}


.seo h1 {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
}

.seo p {
    width: 100%;
    font-size: 15px;
}


.middle-fifth-main-container {
    width: 1264.5px;
    margin: auto;
    background-color: #F7FAFF;
}

.middle-fifth-container {
    width: 1170px;
    margin: auto;
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
}

.middle-fifth-left {
    width: 49%;
    /* border: 1px solid red; */
}

.middle-fifth-left h1 {
    font-size: 36px;
    font-weight: 700;
    color: var(--black);
    padding-top: 50px;

}

.middle-fifth-left p {
    font-size: 18px;
    color: var(--black);
    padding-top: 20px;

}

.official-container {
    width: 100%;
}

.official-main {
    width: 570px;
    height: 128px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 20px -2px #002F5814;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
    border-radius: 8px;
    padding-left: 20px;
    border: 1px solid #F2F4F7;

}

.official-image {
    background-color: #E9F5FF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;



}

.official-image img {
    padding: 17px;
}



.official-txt {
    padding-bottom: 50px;
}


.official-txt h1 {

    font-size: 20px;
    font-weight: 600;
    color: var(--black)
}

.official-txt p {
    margin-top: -10px;
}


.middle-fifth-left button {
    height: 60px;
    width: 278px;
    border-radius: 8px;
    background: linear-gradient(to left, #2699FB, #0ACEFE);
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    box-shadow: 0px 4px 14px 2px #2699FB61;
    margin-top: 50px;
    cursor: pointer;
}


.middle-fifth-right {
    width: 49%;
    position: relative;

}

.middle-fifth-image-first {
    position: absolute;
    top: 60px;

}

.middle-fifth-image-second {
    position: absolute;
    top: 75px;
    left: 30px;
    width: 468px;
    height: 639px;
    background-color: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #F2F4F7;
    box-shadow: 0px 4px 80px -2px #002F5814;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;


}

.middle-fifth-image-second img {
    /* padding: 15px; */
    height: 617px;
    width: 436px;

}

.middle-fifth-circle {
    height: 228px;
    width: 228px;
    border-radius: 50%;
    background-color: #E9F5FF;
    position: absolute;
    top: 550px;
    left: 350px;

}


.middle-sixth-main-container {
    width: 1264.5px;
    height: 680px;
}

.middle-sixth-container {
    width: 1170px;
    margin: auto;
    position: relative;

}


.curriculum-box {
    width: 100%;
    margin-top: 50px;

}

.curriculum-box h1 {
    font-size: 44px;
    color: var(--black);
    font-weight: 700;
    text-align: center;
}

.curriculum-box p {
    font-size: 18px;
    color: var(--black);
    padding-top: 20px;
    text-align: center;
}

.introduction-box {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
}

.intro {
    font-size: 18px;
    font-weight: 600;
    background-color: #F2F4F7;
    border-bottom: 3px solid #2699FB;
    padding: 15px;
    cursor: pointer;
}

.case {
    font-size: 18px;
    font-weight: 500;
    color: #43505B;
    padding: 15px;
    cursor: pointer;
}


.introduction-list-box {
    width: 1170px;
    border: 1px solid #F2F4F7;
    box-shadow: 0px 4px 20px -2px #002F5814;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
    border-radius: 8;
    padding-bottom: 20px;

}


.introduction-list-box li {
    width: 50%;
    display: flex;
    align-items: start;
    font-size: 22px;
    color: var(--black);
    gap: 10px;
    padding: 20px 0px 0px 30px;


}


.middle-sixth-container button {
    height: 60px;
    width: 278px;
    border-radius: 8px;
    background: linear-gradient(to left, #2699FB, #0ACEFE);
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0px 4px 14px 2px #2699FB61;
    cursor: pointer;
    position: absolute;
    top: 570px;
    left: 40%;
}


.middle-seven-main-container {
    width: 1264.5px;
    margin: auto;
    background-color: #F7FAFF;
    height: 972px;

}

.middle-seven-container {
    width: 1170px;
    margin: auto;
    position: relative;

}

.digital-marketing-head {
    width: 100%;
    padding-top: 50px;

}

.digital-marketing-head h1 {
    font-size: 36px;
    font-weight: 700;
    color: var(--black);

}

.digital-marketing-head p {
    font-size: 18px;
    padding-top: 10px;
}


.course-curriculum {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 40px;
}

.course-curriculum-box {
    height: 284px;
    width: 370px;
    background-color: #FFFFFF;
    border: 1px solid #F2F4F7;
    box-shadow: 0px 1px 2px 0px #1018280D;
    margin-top: 20px;
    border-radius: 8px;

}

.course-curriculum-box img {
    padding: 50px 0px 0px 30px;
}

.course-curriculum-box h1 {
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0px 0px 30px;
}

.course-curriculum-box p {
    font-size: 16px;
    padding: 10px 20px 0px 30px;

}

.middle-seven-container button {
    height: 60px;
    width: 278px;
    border-radius: 8px;
    background: linear-gradient(to left, #2699FB, #0ACEFE);
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    box-shadow: 0px 4px 14px 2px #2699FB61;
    cursor: pointer;
    position: absolute;
    top: 840px;
    left: 40%;
}


.middle-eight-main-container {
    width: 1264.5px;
    margin: auto;

}

.middle-eight-conatianer {
    width: 1170px;
    margin: auto;
}


.student-says {
    width: 100%;
}

.student-says h1 {
    font-size: 44px;
    font-weight: 700;
    text-align: center;
    margin-top: 50px;
}


.student-says p {
    font-size: 18px;
    margin-top: 20px;
    text-align: center;
}


.student-review {
    width: 100%;
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
}

.student-review-box {
    width: 570px;
    height: 285px;
    border: 1px solid #F2F4F7;
    box-shadow: 0px 4px 20px -2px #002F5814;



}


.student-review-top {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 50px 0px 0px 50px;
}

.student-review-top h1 {
    font-size: 20px;
    font-weight: 600;
    color: var(--black);
}

.student-review-top p {
    font-size: 15px;
    color: var(--black);
    padding-top: 10px;
}


.student-review-box>p {
    font-size: 18px;
    padding: 20px 30px 0px 50px;
}


.are-you-ready-main {
    width: 100%;
    height: 384px;
    background: linear-gradient(to right, #0ACEFE, #2699FB);
    border-radius: 16px;
    margin-top: 100px;
    position: relative;
    margin-bottom: 70px;
}

.your-course-box {
    position: absolute;
    top: 50px;
    left: 330px;
}

.your-course-box h1 {
    font-size: 44px;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
}

.your-course-box p {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    padding-top: 20px;
}

.your-course-box button {
    font-size: 20px;
    font-weight: 700;
    color: var(--black);
    padding: 12px;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 3px 0px #1018281A;
    margin: 60px 0px 0px 180px;

}

.are-you-ready-image2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    transform: rotate(180deg);
}

.middle-nine-main-container {
    width: 1264.5px;
    margin: auto;
    background-color: #F7FAFF;
    
}

.middle-nine-container {
    width: 770px;
    height: 900px;
    margin: auto;
    position: relative;
}

.middle-nine-container>h1 {
    width: 100%;
    font-size: 44px;
    font-weight: 700;
    text-align: center;
    color: var(--black);
    padding-top: 60px;
}

.middle-nine-container>p {
    font-size: 18px;
    color: var(--black);
    padding-top: 20px;
    text-align: center;
}

.whats-website {
    width: 100%;
    border: 1px solid #2699FB;
    margin-top: 50px;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 2px 0px #1018280D;


}

.whats-website h1 {
    color: #2699FB;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.whats-website p {
    color: var(--black);
    padding: 0px 20px 20px 20px;
}


.website-dev {
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #F2F4F7;
    box-shadow: 0px 1px 2px 0px #1018280D;
    margin-top: 30px;
    border-radius: 8px;

}

.website-dev h1 {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--black);
    padding: 15px 25px;
}

.website-dev h1 span {
    font-size: 25px;
    color: #43505B;
}


.middle-nine-container button {
    height: 60px;
    width: 278px;
    border-radius: 8px;
    background: linear-gradient(to left, #2699FB, #0ACEFE);
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    box-shadow: 0px 4px 14px 2px #2699FB61;
    cursor: pointer;
    position: absolute;
    top: 750px;
    left: 36%;
}


.middle-ten-main-container{
    width: 1264.5px;
    margin: auto;
}

.middle-ten-container{
    width: 1170px;
    margin: auto;
}

.middle-ten-container h1{
    width: 100%;
    font-size: 36px;
    font-weight: 700px;
    text-align: center;
    padding-top: 50px;

}

.middle-ten-container img{
    width: 100%;
    padding: 30px 0px;
}

footer{
    width: 100%;
}

.footer-main-container{
    width: 1264.5px;
    margin: auto;
    background-color: #0A2540;
}

.footer-container{
    width: 1170px;
    margin: auto;
}

.footer-container img{
    padding: 50px 0px 0px 45%;
}

.footer-container p{
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    padding: 30px 0px;
}

.footer-main-container h1{
    padding:30px 0px ;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
}

hr{
    border: 0.5px solid #FFFFFF;
}

.footer-main-container h1 a{
    color: #FFFFFF;
    text-decoration: underline;
}