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

* {
    font-family: "Montserrat", sans-serif;
}

nav.navbar {
    padding: 0px;
    align-items: center;
}

.socials img {
    margin-right: 10px;
    width: 35px;
}

img.logo-footer {
    width: 130px;
}

section.about-us {
    background: #F4F7FF;
    text-align: center;
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 70px;
    margin-bottom: 2%;
}

section.footer {
    padding: 45px 20px 45px 20px;
    background: #F4F7FF;
}

section.footer .row {
    align-items: center;
    justify-content: space-between;
}

section.about-us h3 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}

a.login-button {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    background: #365BA8;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 15px 40px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

section.tabs-sectionss {
    background: #F4F7FF;
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 70px;
    padding-bottom: 90px;
}

a.login-button:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, 0.3),
            transparent);
    transition: all 0.4s ease;
}

a.login-button:hover {
    background: #0a6bc2;
    box-shadow: 0 5px 15px rgba(9, 93, 169, 0.3);
    transform: translateY(-2px);
}

a.login-button:hover:before {
    left: 100%;
}

a.login-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(9, 93, 169, 0.3);
}

section.about-us p {
    color: #365ba8;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.9;
    text-align: center;
    width: 85%;
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    padding-top: 20px;
}

section.about-us .row {
    justify-content: center;
}

.about-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-img {
    margin-left: -13px;
    width: 40px;
    margin-right: 10px;
    margin-top: -75px;
    animation: blink 2s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

img.img-about {
    width: 81%;
    margin-top: 20px;
}

section.tabs-sectionss h3 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 0px;
}

section.tabs-sectionss p {
    color: #525252;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.9;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
}

section.tabs-sectionss .nav-tabs {
    justify-content: center;
    border-bottom: 0px;
    margin-top: 40px;
}

section.tabs-sectionss .nav-tabs .nav-link.active {
    background: #365BA8;
    box-shadow: 0px 4px 250px 0px #00000040;
    color: white;
    padding: 13px 45px;
    border-radius: 100px;
}

.nav-tabs .nav-link {
    border: none !important;
}

.nav-tabs .nav-link {
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    margin-right: 25px;
    margin-bottom: 25px !important;
    background: #ffffff00;
    box-shadow: 0px 4px 250px 0px #00000040;
    color: #727272;
    padding: 13px 45px;
    border: 1px solid #3C3C3C !important;
    border-radius: 100px !important;
}

section.tabs-sectionss nav {
    text-align: center;
    justify-content: center;
    display: flex;
}

section.tabs-sectionss .nav-tabs {
    border-bottom: 0px;
    margin-top: 40px;
    width: 90%;
    text-align: center;
    justify-content: center;
}

div#nav-tabContent {
    margin-top: 40px;
}

.content {
    background: white;
    border: 1px solid #365BA8;
    border-radius: 30px;
    padding: 40px 00px;
    text-align: center;
}

.top-content {
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
    align-items: center;
}

.top-content img {
    height: 80px;
    width: 80px;
    border-radius: 100%;
}

.content hr {
    margin-bottom: 30px;
    border: 0.5px solid #000000;
    margin-top: 35px;
}

.bottom-content h5 {
    font-size: 20px;
    font-weight: 600;
    color: #365BA8;
    line-height: 1.5;
    margin-bottom: 0px;
}

.bottom-content h6 {
    font-size: 16px;
    font-weight: 500;
    color: #757575;
    margin-bottom: 0px;
    margin-top: 5px;
}

.bottom-content {
    padding-left: 25px;
    padding-right: 10px;
}

.streamlined-content {
    border: 1px solid #000000;
    border-radius: 15px;
    text-align: center;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.insta-tags {
    margin-left: 15px;
    text-align: justify;
}

.insta-tags h6 {
    color: #8D8C8C;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
}

.insta-tags h5 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}

.streamlined-content h3 {
    color: #000000;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 0px;
}

.streamlined-content h4 {
    color: #000000;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0px;
}

section.streamlined {
    padding-top: 100px;
    padding-bottom: 100px;
}

button.start-now {
    border: 3px solid #365BA8;
    box-shadow: 0px 4px 250px 0px #00000040;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    background: #ffffff;
    color: #365BA8;
    border-radius: 10px;
    padding: 13px 45px;
    text-decoration: none;
    margin-top: 30px;
    transition: all 0.3s ease;
}

img.left-side {
    top: 0px;
    position: absolute;
    left: 0px;
    width: 210px;
}

img.right-side {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 210px;
}

section.our-features {
    background-image: url(../images/feature-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding-left: 55px;
    padding-right: 55px;
    padding-bottom: 50px;
}

img.feature-img {
    width: 100%;
}

.top-feature {
    padding-top: 20%;
}

.top-feature h3 {
    font-size: 43px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 5px;
    text-align: center;
    color: black;
}

.top-feature p {
    color: #525252;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}

.feature-content h4 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.3;
}

.feature-content ul li {
    color: #525252;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 15px;
}

.feature-content ul {
    padding-left: 25px;
    margin-top: 30px;
}

.top-feature .row {
    margin-top: 9%;
    align-items: center;
}

.bottom-feature .row {
    align-items: center;
    padding-top: 10%;
}

.counter-content {
    box-shadow: 0px 8px 24px 0px #959DA533;
    background: white;
    padding-top: 30px;
    border-radius: 10px;
    padding-bottom: 30px;
}

section.counter-section {
    padding-left: 55px;
    padding-top: 50px;
    padding-right: 55px;
    padding-bottom: 100px;
}

.counter-content h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
    color: #365BA8;
}

.counter-content p {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 5px;
}

.counter-content .row {
    justify-content: space-evenly;
}

.vertical-line {
    padding: 0px !important;
    width: 3px !important;
    background: #BABABA;
}

section.whyistory-section h3 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 0px;
}

section.whyistory-section p {
    color: #525252;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.9;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
}

section.whyistory-section {
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 70px;
    padding-bottom: 90px;
}

.why-ishtory-content {
    border: 1px solid #000000;
    border-radius: 15px;
    padding: 20px 30px;
    margin-bottom: 30px;
}

.icon-svg {
    background: #D9E5FF;
    width: max-content;
    padding: 10px;
    border-radius: 100px;
    margin-bottom: 10px;
}

.why-ishtory-content h4 {
    font-size: 21px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 0px;
}

.icon-svg img {
    width: 55px;
    padding: 5px;
    text-align: center;
    margin: auto;
    display: block;
    position: relative;
    top: 2px;
    left: 2px;
}

img.border-img {
    width: 80%;
    position: relative;
    top: -20px;
}

.why-ishtory-row {
    padding-top: 8%;
    padding-bottom: 5%;
}

.why-ishtory-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.why-ishtory-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.why-ishtory-content:last-child {
    margin-bottom: 0;
}

.why-ishtory-content h4 {
    flex-grow: 1;
    display: flex;
    align-items: center;
    width: 65%;
}

.why-ishtory-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.arrow-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.border-img {
    max-width: 100%;
    height: auto;
}

section.banner-section {
    padding-left: 55px;
    padding-top: 70px;
    position: relative;
    height: 100vh;
}

img.banner-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 45%;
    height: 100%;
}

img.logo-header {
    width: 140px;
}

nav.navbar {
    margin-bottom: 50px;
    margin-top: 20px;
}


img.img2 {
    width: 220px;
    position: absolute;
    top: -15px;
    right: 100px;
}

img.img1 {
    width: 135px;
    position: absolute;
    top: 100px;
    right: 465px;
}

img.img3 {
    width: 135px;
    position: absolute;
    bottom: 75px;
    right: 175px;
}

img.img4 {
    width: 220px;
    position: absolute;
    bottom: 125px;
    right: 585px;
}

section.banner-section h1 {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.5;
}

section.banner-section h1 .span1 {
    font-weight: 500;
}

section.banner-section h1 .span2 {
    color: #365BA8;
}

section.about-ishtory {
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 110px;
    padding-bottom: 90px;
}

.about-ishtory-content h2 {
    font-size: 44px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0px;
}

.about-ishtory-content p {
    color: #525252;
    font-size: 20px;
    font-weight: 500;
    width: 100%;
    line-height: 1.9;
    margin-top: 10px;
}

section.about-ishtory .row {
    align-items: center;
}

img.about-imgs {
    margin: auto;
    width: 85%;
    display: block;
}

.top-img h3 {
    padding: 15px 40px;
    box-shadow: 0px 0px 53.7px 0px #0000001A;
    background: white;
    width: max-content;
    border-radius: 100px;
    border-top-right-radius: 0px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
    top: -30px;
}

.left-side-content {
    position: absolute;
    top: 0;
}

.counter-content {
    text-align: center;
}


@media only screen and (max-width: 700px) {

    section.counter-section {
        padding-left: 5px;
        padding-top: 50px;
        padding-right: 5px;
        padding-bottom: 100px;
    }

    section.about-us {
        background: #F4F7FF;
        text-align: center;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 40px;
        margin-bottom: 2%;
    }

    section.about-us h3 {
        font-size: 30px;
    }

    section.about-us p {
        font-size: 15px;
        width: 100%;
    }

    section.about-us .row .col-lg-4 {
        width: 33%;
    }

    section.our-features {
        background-size: auto;
        background-position: initial;
        padding-left: 5px;
        padding-right: 5px;
    }

    .top-feature h3 {
        font-size: 32px;
    }

    .top-feature p {
        font-size: 16px;
    }

    .feature-content h4 {
        font-size: 26px;
        line-height: 1.4;
    }

    .feature-content ul li {
        font-size: 15px;
    }

    .feature-content h4 {
        font-size: 22px;
        margin-top: 20px;
    }

    section.about-ishtory {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 15px;
        padding-bottom: 0px;
    }

    img.about-imgs {
        width: 100%;
    }

    .about-ishtory-content h2 {
        font-size: 28px;
        margin-top: 20px;
    }

    .about-ishtory-content p {
        font-size: 14px;
        line-height: 2;
        margin-top: 20px;
    }

    section.whyistory-section {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    section.whyistory-section h3 {
        font-size: 34px;
    }

    section.whyistory-section p {
        font-size: 14px;
        margin-top: 10px;
    }

    .why-ishtory-content h4 {
        width: 100%;
    }

    img.border-img {
        display: none;
    }

    .why-ishtory-content {
        border: 1px solid #000000;
        border-radius: 15px;
        padding: 20px 30px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    section.tabs-sectionss {
        background: #F4F7FF;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    section.tabs-sectionss h3 {
        font-size: 24px;
    }

    section.tabs-sectionss p {
        font-size: 14px;
        margin-top: 10px;
    }

    .nav-tabs .nav-link {
        width: 100%;
        margin-right: 0px;
    }

    section.streamlined {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    img.left-side {
        width: 130px;
    }

    img.right-side {
        width: 130px;
    }

    .streamlined-content h4 {
        font-size: 27px;
        line-height: 1.4;
        margin-top: 10px;
    }

    .streamlined-content h3 {
        font-size: 28px;
    }

    section.footer {
        text-align: center;
    }

    img.logo-footer {
        margin-bottom: 20px;
    }

    .bottom-content .col-lg-3 {
        width: 33%;
    }

    .bottom-content .col-lg-4 {
        width: 33%;
    }

    .bottom-content .col-lg-5 {
        width: 33%;
    }

    .content {
        margin-bottom: 30px;
    }

    .insta-tags h6 {
        margin-bottom: 0px;
    }

    section.banner-section {
        padding-left: 5px;
        padding-top: 0px;
        position: relative;
        height: auto;
    }

    section.banner-section h1 {
        font-size: 26px;
        font-weight: 700;
        line-height: 1.5;
    }

    img.header-img {
        width: 100%;
        position: relative;
        top: 10px !important;
        right: -14px !important;
    }
    nav.navbar {
        margin-bottom: 45px;
        margin-top: 10px;
    }
}

img.header-img {
    width: 100%;
    position: relative;
    top: -80px;
    right: -12px;
}