/* COMMON */
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}

.btn-primary {
    background-color: #4285F4 !important;
    border: none;
}

/* NAVBAR */
.nav-main {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .16);
}

.navbar-nav .nav-item .nav-link {
    color: black !important;
    padding: 0.5rem 25px !important;
    font-size: 14px;
    font-weight: 500 !important;
    transition: 0.4s;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #4285F4  !important;
}

.login-input {
    width: 250px;
}

.btn-login {
    width: 100% !important;
    padding: 8px 0px;
}

/* HERO SECTION */
.hero-main {
    background-image: url(./assets/hero-back.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 89vh;
    width: 100%;
    backdrop-filter: blur(10px);
}

.hero-title {
    font-weight: 700 !important;
    margin-bottom: 35px;
    padding-bottom: 10px;
    line-height: 50px;
    border-bottom: 3px solid rgba(39, 39, 39, 0.125) !important;
    width: 580px;
    color: #214778;
}

.hero-main .container {
    position: relative;
    height: 100%;
}

.hero-row {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.signup-title {
    padding-bottom: 0px;
    line-height: 50px;
    border-bottom: 3px solid rgba(39, 39, 39, 0.125) !important;
    width: 280px;
    color: #214778;
}

.sign-up-input {
    padding: 10px;
}

.btn-signin {
    float: right;
    padding: 10px 40px;
}

/* WHY WE ARE */
.why-we-title-div {
    width: 630px;
    margin: 0px auto;
}

.why-we-title-div h2 {
    text-align: center;
    font-weight: 700;
    font-size: 35px;
}

.why-we-title-div p {
    text-align: center;
    font-size: 17px;
    border-top: 3px solid rgba(39, 39, 39, 0.125) !important;
    width: 350px;
    margin: 5px auto auto auto;
    padding-top: 5px;
}

.why-img-div {
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    margin-right: 20px;
    margin-top: 20px;
}

.why-img-div img {
    width: 45px;
    height: 45px;
    margin: 15px;
}

.why-des-div {
    position: relative;
}

.why-des-div h5 {
    font-weight: 700;
    font-size: 19px;
    color: #214778;
}

.why-des-div p {
    font-size: 15px;
}

.why-des-div:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    width: 15%;
    height: 3px;
    background-color: #3175b9;
}

/* OVERVIEW */
.overview-title {
    text-align: center;
    font-weight: 700;
    font-size: 35px;
    width: 380px;
    border-bottom: 3px solid rgba(39, 39, 39, 0.125) !important;
    padding-bottom: 5px;
}

.overview-des p {
    font-size: 20px;
    font-weight: 500;
}

.overview-list {
    font-size: 18px;
}

/* <!-- .NET Core vs .NET framework --> */
.compression-title-div {
    text-align: center;
}

.compression-title-div h2 {
    text-align: center;
    font-weight: 700;
    font-size: 35px;
    width: 500px;
    margin: 0 auto;
    border-bottom: 3px solid rgba(39, 39, 39, 0.125) !important;
    padding-bottom: 5px;
}

.compression-title-div p {
    text-align: center;
    font-size: 17px;
    padding-top: 5px;
    width: 800px;
    margin: 0 auto;
}

.compression-main {
    background-image: url(./assets/compression.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    width: 100%;
    backdrop-filter: blur(10px);
}

.compression-text-main {
    border: 2px solid white;
    border-radius: 10px;
    padding: 25px 15px;
    transition: 0.5s;
}

.compression-text-main:hover {
    box-shadow: rgba(255, 255, 255, 0.4) 5px 5px, rgba(255, 255, 255, 0.3) 10px 10px, rgba(255, 255, 255, 0.2) 15px 15px, rgba(255, 255, 255, 0.1) 20px 20px, rgba(255, 255, 255, 0.05) 25px 25px;
}

.compression-text-main span {
    font-size: 20px;
    font-weight: 400;
}

/* <!-- ASP.NET Core and its  --> */
.advantages-title {
    text-align: center;
    font-weight: 700;
    font-size: 35px;
    width: 550px;
    margin: 0 auto;
    border-bottom: 3px solid rgba(39, 39, 39, 0.125) !important;
    padding-bottom: 5px;
}
.Advantages-img{
    width:100%;
    height: 100%;
}
/* <!-- ASP.NET Core and its Advantages  --> */
.advantages-des p {
    font-size: 20px;
    font-weight: 500;
    margin: 25px 0px;
}

/* <!-- .NET Core and ASP.NET Core FAQs --> */
.fq-1-title {
    text-align: center;
    font-weight: 700;
    font-size: 35px;
    width: 460px;
    margin: 0 auto;
    border-bottom: 3px solid rgba(39, 39, 39, 0.125) !important;
    padding-bottom: 5px;
}

/* <!-- .NET Core and ASP.NET Core FAQs --> */
.faq {
    background: #FFFFFF;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

.faq .card {
    border: none;
    background: none;
}

.faq .card .card-header {
    padding: 0px;
    border: none;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    background: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: #E3EAFD;
    padding-left: 10px;
}

.faq .card .card-header .faq-title {
    width: 100%;
    text-align: left;
    padding: 0px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    color: black;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
    background: #91B3FA;
    color: #fff;
    font-size: 12px;
    margin-right: 20px;
    padding: 5px 7px;
}

.faq .card .card-body {
    padding-left: 35px;
    padding-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    color: gray;
    line-height: 28px;
    letter-spacing: 1px;
    border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
    margin-bottom: 14px;
}

@media (max-width: 991px) {
    .faq {
        margin-bottom: 30px;
    }

    .faq .card .card-header .faq-title {
        line-height: 26px;
        margin-top: 10px;
    }
}

.fq-2-title {
    text-align: center;
    font-weight: 700;
    font-size: 35px;
    width: 560px;
    margin: 0 auto;
    border-bottom: 3px solid rgba(39, 39, 39, 0.125) !important;
    padding-bottom: 5px;
}

/* FOOTER */
.footer-span {
    transition: 0.4s;
}

.footer-span:hover {
    color: #25ACE2;
    cursor: pointer;
}

.link-style-none {
    text-decoration: none;
    color: inherit;
}

.link-style-none:hover {
    color: inherit; /* Set the link color on hover */
}