@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;
}
.somnath-about-section{
    padding: 5% 0;
}
.somnath-about-main {
    width: 100%;
    height: auto;
    display: flex;
}

.somnath-about-main .somnath-about-left-side-all-images {
    width: 50%;
    height: 650px;
    position: relative;
}

.somnath-about-main .somnath-about-left-side-all-images .image-one-about-left-side {
    width: 80%;
    height: 330px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: rgb(79 78 78 / 64%) 0px 8px 24px;
}
.somnath-about-main .somnath-about-left-side-all-images .image-one-about-left-side img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.somnath-about-main .somnath-about-left-side-all-images .experience-text-left-side-about {
    width: 30%;
    height: 386px;
    background: linear-gradient(461deg, #033053, #1679c5);
    position: absolute;
    top: 191px;
    right: 96px;
    border-radius: 90px 20px 20px 20px;
}

.somnath-about-main .somnath-about-left-side-all-images .experience-text-left-side-about .experience-text {
    width: 100%;
    height: auto;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-top: 40px;
}

.somnath-about-main .somnath-about-left-side-all-images .experience-text-left-side-about .experience-text .experience-bold-num {
    font-size: 50px;
    font-weight: 600;
    line-height: 30px;
}

.somnath-about-main .somnath-about-left-side-all-images .experience-text-left-side-about .experience-text .experience-text-span {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
    padding: 0 20px;
}

.somnath-about-main .somnath-about-left-side-all-images .image-two-about-left-side {
    width: 60%;
    height: 230px;
    overflow: hidden;
    position: absolute;
    top: 347px;
    z-index: 1;
    left: 142px;
    border-radius: 20px 20px 0px 20px;
    box-shadow: rgb(79 78 78 / 64%) 0px 8px 24px;
      border: 6px solid #fff;
}
.somnath-about-main .somnath-about-left-side-all-images .image-two-about-left-side img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  
}

.somnath-about-main .somnath-about-left-side-all-images .course-completed-about-left-side {
    width: 230px;
    height: 90px;
    background-color: #abdbff;
    position: absolute;
    bottom: 180px;
    left: -26px;
    border-radius: 10px 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding-left: 20px;
   box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.27);
    z-index: 2;
    animation: leftRight 6s alternate infinite;
}

@keyframes leftRight {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(20px);
    }

    100% {
        transform: translateX(0px);
    }
}

.somnath-about-main .somnath-about-left-side-all-images .course-completed-about-left-side .icon-course-somplete-left-side {
    width: 60px;
    height: 60px;
    background: linear-gradient(461deg, #033053, #1679c5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: white;
}

.somnath-about-main .somnath-about-left-side-all-images .course-completed-about-left-side .content-course-completed-left-side .title-course {
    font-size: 24px;
    font-weight: 700;
    color: #033053;
}

.somnath-about-main .somnath-about-left-side-all-images .shape-left-side {
    width: 150px;
    height: auto;
    position: absolute;
    left: 39px;
    bottom: 18px;
    z-index: 0;
    animation: updown 6s alternate infinite;
}

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

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

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

.somnath-about-main .somnath-about-left-side-all-images .shape-left-side img {
    width: 100%;
    height: auto;
}


.somnath-about-main .somnath-about-left-side-all-images .course-completed-about-left-side .content .title {
    font-size: 24px;
    font-weight: 700;
    color: #033053;
}

.somnath-about-main .somnath-about-right-side-all-texts {
    width: 50%;
    height: auto;
}

.somnath-about-main .somnath-about-right-side-all-texts .somnath-about-right-side-texts-content {
    width: auto;
    height: auto;
    margin: 0 auto;
}

.somnath-about-main .somnath-about-right-side-all-texts .somnath-about-right-side-texts-content .somnath-about-subtitle {
    width: auto;
    height: auto;
    font-size: 17px;
    color: #1679c5;
    position: relative;
}
.somnath-about-main .somnath-about-right-side-all-texts .somnath-about-right-side-texts-content .somnath-about-subtitle::after{
    position: absolute;
    content: '';
    height: 3px;
    width: 38px;
    background: #1679c5;
    top: 11px;
    left: 92px;
    border-radius: 999px;
}

.somnath-about-main .somnath-about-right-side-all-texts .somnath-about-right-side-texts-content .somnath-about-title {
    width: auto;
    height: auto;
    font-size: 30px;
    font-weight: 600;
    color: #033053;
}

.somnath-about-main .somnath-about-right-side-all-texts .somnath-about-right-side-texts-content .somnath-about-para {
    width: auto;
    height: auto;
    font-size: 16px;
    color: #555555;
    line-height: 1.6;
    margin-top: 20px;
    letter-spacing: 0.5px;
    text-align: justify;
}

.somnath-about-main .somnath-about-right-side-all-texts .key-point-one-box-right-side {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    gap: 30px;
}

.somnath-about-main .somnath-about-right-side-all-texts .key-point-one-box-right-side .main-box-key-points {
    width: 280px;
    height: 100px;
    background-color: #e6f4ff;
    display: flex;
    align-items: center;
    gap: 0px;
    border-radius: 15px;
    box-shadow: rgba(78, 78, 79, 0.108) 0px 8px 24px;
    border: 1px solid #ffff;
}

.somnath-about-main .somnath-about-right-side-all-texts .key-point-one-box-right-side .main-box-key-points .key-points-one-icon {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: #1679c5;
    padding-left: 20px;
}

.somnath-about-main .somnath-about-right-side-all-texts .key-point-one-box-right-side .main-box-key-points .key-points-one-name {
    width: auto;
    height: auto;
    font-size: 18px;
    font-weight: 600;
    color: #033053;
    padding: 0 20px;
}

.somnath-about-main .somnath-about-right-side-all-texts .key-point-one-box-right-side .key-points-one-para {
    width: 50%;
    height: auto;
    font-size: 17px;
    color: #555555;
    line-height: 1.5;
    text-align: justify;
    padding-right: 15px;
}

.somnath-about-main .somnath-about-right-side-all-texts .key-point-two-box-right-side {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 15px;
}

.somnath-about-main .somnath-about-right-side-all-texts .key-point-two-box-right-side .main-box-key-points-two {
    width: 280px;
    height: 100px;
    background-color: #e6f4ff;
    display: flex;
    align-items: center;
    gap: 0px;
    border-radius: 15px;
    box-shadow: rgba(78, 78, 79, 0.108) 0px 8px 24px;
    border: 1px solid #ffff;
}

.somnath-about-main .somnath-about-right-side-all-texts .key-point-two-box-right-side .main-box-key-points-two .key-points-two-icon {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: #1679c5;
    padding-left: 20px;
}

.somnath-about-main .somnath-about-right-side-all-texts .key-point-two-box-right-side .main-box-key-points-two .key-points-two-name {
    width: auto;
    height: auto;
    font-size: 18px;
    font-weight: 600;
    color: #033053;
    padding: 0 20px;
}

.somnath-about-main .somnath-about-right-side-all-texts .key-point-two-box-right-side .key-points-two-lists {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-right: 15px;
}

.somnath-about-main .somnath-about-right-side-all-texts .key-point-two-box-right-side .key-points-two-lists .list-one-keypoints {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 17px;
    color: #555555;
    line-height: 1.5;
}

.somnath-about-main .somnath-about-right-side-all-texts .key-point-two-box-right-side .key-points-two-lists .list-one-keypoints i {
    color: #1679c5;
}

.somnath-about-main .somnath-about-right-side-all-texts .key-point-two-box-right-side .key-points-two-lists .list-one-keypoints .list-name-keypoints {
    color: #141414;
    font-size: 17px;
}

.somnath-about-main .somnath-about-right-side-all-texts .note-about-right-all-text {
    width: 100%;
    height: auto;
    margin-top: 20px;
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    text-align: justify;
        background: linear-gradient(461deg, #033053, #0191ffc7);
    display: flex;
    align-items: center;
    padding: 20px 30px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.somnath-about-main .somnath-about-right-side-all-texts .note-about-right-all-text::before {
    position: absolute;
    content: '';
    width: 7px;
    height: 100%;
    background-color: #1679c5;
    left: 0;
    top: 0;

}

.somnath-about-main .somnath-about-right-side-all-texts .btn-box-right-side-text {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.somnath-about-main .somnath-about-right-side-all-texts .btn-box-right-side-text a {
    text-decoration: none;
}

.somnath-about-main .somnath-about-right-side-all-texts .btn-box-right-side-text .about-us-btn-home {
    height: 50px;
    width: 150px;
    margin-top: 22px;
    background: linear-gradient(376deg, #033053, #1679c5);
    border-radius: 6px;
    font-size: 16px;
    color: #fff;
    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: rgb(79 78 78 / 64%) 0px 8px 24px;
}
.somnath-about-main .somnath-about-right-side-all-texts .btn-box-right-side-text .about-us-btn-home:hover{
    color: #1679c5;
    cursor: pointer;
}
.somnath-about-main .somnath-about-right-side-all-texts .btn-box-right-side-text .about-us-btn-home:after{
    content: "";
    background: #fff;
    position: absolute;
    z-index: -1;
    left: -20%;
    right: -20%;
    top: 0;
    bottom: 0;
    transform: skewX(-45deg) scale(0, 1);
    transition: all 0.5s;
}
.somnath-about-main .somnath-about-right-side-all-texts .btn-box-right-side-text .about-us-btn-home:hover:after{
    transform: skewX(-45deg) scale(1, 1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}