@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Jost", sans-serif;
}

:root {
    --white-color: #fff;
    --bg-color: #fff;
    --deep-blue: #002A4A;
    --primary-blue: #0F5C7D;
    --very-low-blue: #DCF5FF;
    --low-color-text: #bfc8dc;
    --black-color: #000;
    --deep-bg-color: #002147;
}

.shape {
    transition: 0.4s ease;
}

.somnath-animated-banner-section {
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 -1px 80px -1px rgba(0, 0, 0, 0.1);
}

.somnath-animated-banner-main {
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    height: 650px;
    display: flex;
    position: relative;
}

.somnath-animated-banner-main .banner-left-text-all {
    width: 50%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: right;
    position: relative;
    padding-left: 20px;
}

.somnath-animated-banner-main .banner-left-text-all .bubble1-banner-left {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid red;
    position: absolute;
    top: 30px;
    left: 10%;
}

.somnath-animated-banner-main .banner-left-text-all .bubble2-banner-left {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    /* background-color: rgb(153, 2, 2); */
    background: linear-gradient(376deg, #033053, #1679c5);
    position: absolute;
    top: 250px;
    left: -28px;
    z-index: 1;
}

.somnath-animated-banner-main .banner-left-text-all .bubble3-banner-left {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background-color: rgb(2, 95, 153);
    position: absolute;
    top: 570px;
    left: 15%;
}

.somnath-animated-banner-main .banner-left-text-all .bubble4-banner-left {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid rgb(2, 95, 153);
    position: absolute;
    top: 110px;
    left: 80%;
}

.somnath-animated-banner-main .banner-left-text-all .inner-part-left-banner {
    width: 100%;
    height: auto;
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.somnath-animated-banner-main .banner-left-text-all .inner-part-left-banner .welcome-school-heading {
    width: auto;
    height: auto;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    border-radius: 50px;
}
h1 {
   
        background: -webkit-linear-gradient(376deg, #033053, #1679c5);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-transform: uppercase;
}

.somnath-animated-banner-main .banner-left-text-all .inner-part-left-banner .banner-bold-heading {
    width: 600px;
    height: auto;
    font-size: 55px;
    /* font-weight: 600; */
    line-height: 1.1;
    z-index: 2;
}

.somnath-animated-banner-main .banner-left-text-all .inner-part-left-banner .banner-small-para {
    width: 100%;
    max-width: 600px;
    height: auto;
    font-size: 19px;
    line-height: 1.5;
}

.somnath-animated-banner-main .banner-left-text-all .inner-part-left-banner .two-btn-banner {
    width: auto;
    height: auto;
    display: flex;
    gap: 40px;
    margin-top: 10px;
}

.somnath-animated-banner-main .banner-left-text-all .inner-part-left-banner .two-btn-banner a {
    text-decoration: none;
}

.somnath-animated-banner-main .banner-left-text-all .inner-part-left-banner .two-btn-banner .learn-more {
    width: 200px;
    height: 50px;
    /* background-color: var(--primary-blue); */
    background: linear-gradient(376deg, #033053, #1679c5);;
    border-radius: 6px;
    font-size: 20px;
    color: var(--white-color);
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    outline: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.somnath-animated-banner-main .banner-left-text-all .inner-part-left-banner .two-btn-banner .learn-more:hover {
    color: var(--primary-blue);
}

.somnath-animated-banner-main .banner-left-text-all .inner-part-left-banner .two-btn-banner .learn-more:after {
    content: "";
    background: white;
    position: absolute;
    z-index: -1;
    left: -20%;
    right: -20%;
    top: 0;
    bottom: 0;
    transform: skewX(-45deg) scale(0, 1);
    transition: all 0.5s;
}

.somnath-animated-banner-main .banner-left-text-all .inner-part-left-banner .two-btn-banner .learn-more:hover:after {
    transform: skewX(-45deg) scale(1, 1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.somnath-animated-banner-main .banner-left-text-all .inner-part-left-banner .two-btn-banner .features {
    width: 200px;
    height: 50px;
    border: 2px solid var(--primary-blue);
    /* background: linear-gradient(376deg, #033053, #1679c5); */
    border-radius: 6px;
    font-size: 20px;
    font-weight: 500;
    color: var(--black-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    outline: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.somnath-animated-banner-main .banner-left-text-all .inner-part-left-banner .two-btn-banner .features:hover {
    color: var(--white-color);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: 0.3s all ease;
}

.somnath-animated-banner-main .banner-left-text-all .inner-part-left-banner .two-btn-banner .features:after {
    content: "";
    /* background: var(--primary-blue); */
    background: linear-gradient(376deg, #033053, #1679c5);
    position: absolute;
    z-index: -1;
    left: -20%;
    right: -20%;
    top: 0;
    bottom: 0;
    transform: skewX(-45deg) scale(0, 1);
    transition: all 0.5s;
}

.somnath-animated-banner-main .banner-left-text-all .inner-part-left-banner .two-btn-banner .features:hover:after {
    transform: skewX(-45deg) scale(1, 1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.somnath-animated-banner-main .banner-right-images-all {
    width: 50%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}


.somnath-animated-banner-main .banner-right-images-all .banner-circle-image {
    width: 450px;
    height: 450px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.somnath-animated-banner-main .banner-right-images-all .banner-circle-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.somnath-animated-banner-main .banner-right-images-all .dotted-border-right-banner {
    position: absolute;
    overflow: hidden;
    z-index: 0;
}

.somnath-animated-banner-main .banner-right-images-all .dotted-border-right-banner {
    color: #0F5C7D;
}

.somnath-animated-banner-main .banner-right-images-all .dotted-border-right-banner svg {
    animation: rotate-ban 60s linear infinite;
}

@keyframes rotate-ban {
    to {
        transform: rotate(360deg);
    }
}

.somnath-animated-banner-main .banner-right-images-all .image-1-right-banner {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    right: 100px;
    overflow: hidden;
}

.somnath-animated-banner-main .banner-right-images-all .image-2-right-banner {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: absolute;
    top: 260px;
    left: -25px;
    overflow: hidden;
    z-index: 2;
    animation: moveUpDown 6s ease-in-out alternate infinite;
}

.somnath-animated-banner-main .banner-right-images-all .image-3-right-banner {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: absolute;
    bottom: 40px;
    right: 80px;
    overflow: hidden;
}

.somnath-animated-banner-main .banner-right-images-all img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.somnath-animated-banner-main .banner-right-images-all .border-4-right-banner {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid rgb(0, 0, 0);
    border-style: dashed;
    position: absolute;
    bottom: 80px;
    right: 0px;
    overflow: hidden;
    animation: rotate-ban 60s linear infinite;
}

.somnath-animated-banner-main .banner-right-images-all .box-1-right-banner {
    width: 180px;
    height: 75px;
    border-radius: 10px;
    border-bottom: 3px solid #0F5C7D;
    border-right: 3px solid #0F5C7D;
    position: absolute;
    top: 260px;
    right: 0px;
    background-color: #ffffff;
    display: flex;
    align-content: center;
    justify-content: center;
    z-index: 5;
    animation: moveUpDown 6s ease-in-out alternate infinite;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

@keyframes moveUpDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

.somnath-animated-banner-main .banner-right-images-all .box-1-right-banner .icon-right-banner-box-1 {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    color: #0F5C7D;
    margin-right: 10px;
}

.somnath-animated-banner-main .banner-right-images-all .box-1-right-banner .text-right-banner-box-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.somnath-animated-banner-main .banner-right-images-all .box-1-right-banner .number-right-banner-box {
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    color: #002147;
}

.somnath-animated-banner-main .banner-right-images-all .box-1-right-banner .para-right-banner-box {
    font-size: 10px;
    letter-spacing: 0;
    font-weight: 600;
    color: gray;
}

.somnath-animated-banner-main .banner-right-images-all .box-2-right-banner {
    width: 250px;
    height: 75px;
    border-radius: 10px;
    border-bottom: 3px solid #0F5C7D;
    border-right: 3px solid #0F5C7D;
    position: absolute;
    bottom: 100px;
    left: 0px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    z-index: 5;
    animation: moveUpDown 6s ease-in-out alternate infinite;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.somnath-animated-banner-main .banner-right-images-all .box-2-right-banner .profiles-iamges-right-banner-box {
    width: 90px;
    height: 100%;
    position: relative;
}

.somnath-animated-banner-main .banner-right-images-all .box-2-right-banner .profiles-iamges-right-banner-box .profile-1-right-banner,
.somnath-animated-banner-main .banner-right-images-all .box-2-right-banner .profiles-iamges-right-banner-box .profile-2-right-banner,
.somnath-animated-banner-main .banner-right-images-all .box-2-right-banner .profiles-iamges-right-banner-box .profile-3-right-banner,
.somnath-animated-banner-main .banner-right-images-all .box-2-right-banner .profiles-iamges-right-banner-box .profile-4-right-banner {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 22px;
    overflow: hidden;
}

.somnath-animated-banner-main .banner-right-images-all .box-2-right-banner .profiles-iamges-right-banner-box .profile-1-right-banner {
    left: 10px;
    background: #002A4A;
    z-index: 1;
}

.somnath-animated-banner-main .banner-right-images-all .box-2-right-banner .profiles-iamges-right-banner-box .profile-2-right-banner {
    left: 25px;
    background: #644404;
    z-index: 2;
}

.somnath-animated-banner-main .banner-right-images-all .box-2-right-banner .profiles-iamges-right-banner-box .profile-3-right-banner {
    left: 40px;
    background: #66000e;
    z-index: 3;
}

.somnath-animated-banner-main .banner-right-images-all .box-2-right-banner .profiles-iamges-right-banner-box .profile-4-right-banner {
    left: 55px;
    background: #000000be;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #fff;
}

.somnath-animated-banner-main .banner-right-images-all .box-2-right-banner .profile-text-right-banner-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 5px;
}

.somnath-animated-banner-main .banner-right-images-all .box-2-right-banner .profile-text-right-banner-box .profile-text-bold-right-banner {
    font-size: 19px;
    font-weight: 600;
    background: linear-gradient(376deg, #033053, #1679c5);
    -webkit-background-clip: text;
    color: transparent;
}

.somnath-animated-banner-main .banner-right-images-all .box-2-right-banner .profile-text-right-banner-box .profile-text-small-right-banner {
    font-size: 14px;
    color: gray;
}