@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url('fonts.css');

p {
    font-size: 16px;
    font-family: 'proxima_novaregular';
}

.btn {
    font-family: 'proxima_novaregular';
    background-color: #2525F4;
    border: 0px;
}
.btn-primary:hover {
    background-color: #27A0F2 !important;
}

.header .navbar {
    background-color: #2525F4;
    padding: 0px;
}

.header .container-fluid {
    padding-left: 0px;
}

.header .navbar .navbar-brand {
    background-color: #fff;
    margin: 0px;
    padding: 10px;
}

.header .navbar-nav {
    gap: 15px;
}


.home-header {
    margin: auto;
}

.home-header h5 {
    font-size: 24px;
    font-family: 'proxima_novaextrabold';
    text-align: center;
    margin: 26px 0 26px 0;
    color: #2525F4;
    line-height: 36px;;

}

.home-header p {
    font-size: 30px;
    font-family: 'proxima_novabold';
    margin-bottom:30px;
    text-align: center;
    line-height: 40px;
}



.header .navbar-nav .nav-link {
    color: #fff;
    font-family: 'proxima_novasemibold';
    font-size: 14px;
    padding: 0px 0px;
    text-transform: uppercase;
    position: relative;
}

.header .navbar-nav .nav-link::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
}

.header .navbar-nav .nav-link:hover::before,
.header .navbar-nav .nav-link.active::before {
    background-color: #fff;
}

.header .dropdown-item {
    font-family: 'proxima_novasemibold';
    text-transform: uppercase;
}

.header .header-btns {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.header .header-btns .btn {
    text-transform: uppercase;
    border: solid 1px #fff;
    font-family: 'proxima_novasemibold';
}

.header .header-btns .bg-white:hover {
    color: #2525F4;
}

.header .navbar-toggler {
    border-color: #fff;
}

.header .navbar-toggler .bi-list {
    color: #fff;
}

.header .navbar-collapse.collapse.show {
    color: #fff;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 10px;
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    background: #2525F4;
    z-index: 99;
    padding-right: 10px;
    margin-top: -1px;
}
.carousel-inner {

}
.carousel-item {
    transition: transform 1s ease-in-out;
    /* Change 1s to slower/faster */
    position: relative;
}

.carousel-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.carousel-inner .carousel-caption {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    max-width: 800px;
    margin: 0 auto;
    z-index: 2;
}

.carousel-inner .carousel-caption h5 {
    font-size: 20px;
    font-family: 'proxima_novabold';
    color: #fff;
}

.carousel-inner .carousel-caption p {
    font-size: 16px;
    position: relative;
    line-height: normal;    
    font-family: 'proxima_novasemibold';
}

.carousel-inner .carousel-caption p::before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 2px;
    background-color: #fff;
}

.carousel-login {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 20px;
    text-transform: uppercase;
    font-family: 'proxima_novaregular';
    margin-top: 30px;
}

.carousel-login h6 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
    font-family: 'proxima_novasemibold';
}

.carousel-login .btn {
    background-color: #2525F4;
    color: #fff;
    border: 0px;
    width: auto;
    padding: 8px 10px;
    padding-bottom: 8px;
    font-size: 14px;
    font-family: 'proxima_novasemibold';
}
.carousel-control-next,
.carousel-control-prev {
    bottom: initial;
    top: 50%;
    margin-top: -16px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
}

.carousel-control-prev {
    left: 6%
}

.carousel-control-next {
    right: 6%
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-size: 10px;
}

.carousel-control-prev-icon {
    background-image: url('../images/left-arrow.png');
}

.carousel-control-next-icon {
    background-image: url('../images/right-arrow.png');
}

.page-section {
    padding: 30px 0;
}

.page-section h2 {
    font-size: 24px;
    font-family: 'proxima_novabold';
    text-align: center;
    margin-bottom: 10px;
    color: #2525F4;
}

.text-container {
    max-width: 950px;
    margin: 0 auto;
}

.text-container p {
    text-align: center;
    margin-bottom: 20px;
    line-height: 26px;
}

.our-products {
    background: linear-gradient(180deg, #EAF7FF 0%, #FFFFFF 100%);
    padding: 50px 0;
}

.our-products .btn-primary,
.why-partner .btn-primary {
    font-family: 'proxima_novasemibold';
}

.product-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.product-items .product-item-box h5 {
    font-size: 16px;
    font-family: 'proxima_novasemibold';
    color: #293142;
    text-align: center;
    margin-top: 30px;
}

.product-items .product-item-box {
    width: 120px;
}

.product-items .product-item-box img {
    max-width: 100%;
}

.why-partner {
    padding: 30px 0;
    background-color: #27A0F2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.why-partner h2 {
    color: #fff !important;
}

.why-partner .card {
    align-items: center;
    border-radius: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    height: 100%;
}

.why-partner .card h5 {
    font-size: 20px;
    font-family: 'proxima_novabold';
    color: #293142;
    text-align: center;
}
.why-partner .btn-primary:hover {
    background-color: #fff !important;
    color: #27A0F2;
}

.why-partner .card p {
    font-size: 16px;
    font-family: 'proxima_novaregular';
    color: #293142;
    text-align: center;
}

.new-producer-block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 350px;
    margin: 0px auto 30px auto;
}

.counter-block {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 26px;
    margin-bottom: 20px;
    font-family: 'proxima_novasemibold';
}

.bg1 {
    background: #2525F4;
}

.bg2 {
    background: #F7D119;
}

.bg3 {
    background: #FF8F80;
}

.new-producer-block h5 {
    font-size: 20px;
    font-family: 'proxima_novabold';
    color: #293142;
    text-align: center;
}

.new-producer-block p {
    font-size: 16px;
    font-family: 'proxima_novaregular';
    color: #293142;
    text-align: center;
}

.footer-box {
    background: #2525F4;
    border-radius: 30px;
    padding: 30px;
    color: #fff;
    text-align: center;
}

.footer-box h2 {
    color: #fff !important;
}
.footer-box h3 {
    font-family: 'proxima_novasemibold';
}

.footer-box .btn-primary {
    background-color: #27A0F2;
    font-family: 'proxima_novasemibold';
}

.footer-box .btn-primary:hover {
    background-color: #fff !important;
    color: #27A0F2;
}

.footer-strip {
    background: #27A0F2;
    padding: 28px 0;
    border-radius: 20px 20px 0 0;
}

.footer-fix {
position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;

}

.footer-strip .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.footer-strip .footer-strip-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    font-size: 16px;
    color: #fff;
}

.footer-strip .footer-strip-links a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-family: 'proxima_novaregular';
}

.footer-strip-copyright p {
    margin: 0px;
    font-size: 16px;
    color: #fff;
}

.glossary-filter {
    border: 1px solid #E2E2E2;
    border-radius: 20px;
}

.glossary-filter .glossary-filter-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    color: #000000;
    padding: 20px;
    border-bottom: solid 1px #E2E2E2;
}

.glossary-filter .glossary-filter-links a {
    color: #000000;
    text-decoration: none;
    padding: 7px 12px;
    border-radius: 5px;
    line-height: normal;
    font-size: 16px;
    font-family: 'proxima_novasemibold';
}

.glossary-filter .glossary-filter-links a.active-filter {
    background-color: #2525F4;
    color: #fff;
}

.glossary-filter .glossary-filter-content {
    padding: 20px;
}

.glossary-filter .glossary-filter-content ul {
    list-style: none;
    padding: 0px;
}

.glossary-filter .glossary-filter-content ul li {
    font-size: 16px;
    font-family: 'proxima_novaregular';
    color: #000000;
    margin: 20px 0px;
}

.glossary-filter .glossary-filter-content ul li a {
    color: #000000;
    text-decoration: none;
    background-image: url('../images/bullet-arrow.png');
    background-repeat: no-repeat;
    background-position: 0px 9px;
    padding-left: 40px;
    display: inline-block;
}

.glossary-filter .glossary-filter-content ul li a:hover {
    color: #27A0F2;
}

.contact-box {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    color: #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    position: relative;
    z-index: 1;
    max-width: 850px;
    margin: 30px auto 0 auto;
}

.contact-box .contact-box-img {
    max-width: 100%;
    margin: 0 auto 20px auto;
}

.contact-box .contact-box-content h3 {
    font-size: 28px;
    font-family: 'proxima_novabold';
    text-align: left;
    margin-bottom: 10px;
    color: #2525F4;
}

.contact-box .contact-box-content ul {
    list-style: none;
    padding: 0px;
}

.contact-box .contact-box-content ul li {
    font-size: 22px;
    font-family: 'proxima_novaregular';
    color: #000000;
    margin: 10px 0px;
}

.contact-box .contact-box-content ul li a {
    color: #000000;
    text-decoration: none;
    display: flex;
    gap: 10px;
}

.contact-box .contact-box-content ul li a:hover {
    color: #27A0F2;
}

.contact-box .contact-box-content ul li a i {
    color: #27A0F2;
}

/* Login page start css */

.login-page {
    min-height: 100vh;
    margin: 0;
    padding: 30px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #EAF7FF 0%, #FFFFFF 100%);
}
.login-page .login-arrow {
    position: absolute;
    top: 20px;
    left: 20px;
}
.login-container {
    width: 100%;
    max-width: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin:50px auto;
}
.login-container h3 {
    color: #fff;
    font-size: 26px;
    font-family: 'proxima_novasemibold';
}
.login-container p {
    color: #fff;
    font-size: 16px;
    font-family: 'proxima_novaregular';
}
.login-logo {
    margin-bottom: 1.5rem;
    max-width: 240px;
    height: auto;
}

.login-form {
    width: 100%;
    max-width: 380px;
    background: #2525F4;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    padding: 2.5rem 2rem 2rem 2rem;
}

.login-form .form-control {
    margin-bottom: 1rem;
    font-family: 'proxima_novaregular';
    font-size: 18px;
    padding: 8px;
}
.login-form label {
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
    font-family: 'proxima_novaregular';
}
.login-form .forgot-password {
    font-size: 13px;
    font-family: 'proxima_novaregular';
    color: #fff;
}
.login-form .btn-primary {
    width: 100%;
    background-color: #27A0F2;
    margin-top: 20px;
    text-transform: uppercase;
    padding: 12px;
    font-size: 18px;
    font-family: 'proxima_novasemibold';
}
.login-copy-right {
    margin-top: 20px;
    color: #293142 !important;
    font-size: 16px;
}
#productCarousel .carousel-inner .carousel-caption p::before, 
#aboutCarousel .carousel-inner .carousel-caption p::before,
#contactCarousel .carousel-inner .carousel-caption p::before{
    display: none;
}
#productCarousel .carousel-inner .carousel-caption, 
#aboutCarousel .carousel-inner .carousel-caption,
#contactCarousel .carousel-inner .carousel-caption{
    max-width: 650px;
    bottom: 0px;
}

.invalid-feedback-message {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #ff0000;
  background-color: #FEE2DF;
  padding:10px;
  border:1px solid #ff0000;
  border-radius:5px;;
}

/* Login page end css */

@media (min-width: 768px) {
    .header .container-fluid {
        padding-left: 0px;
    }

    .header .header-btns {
        flex-direction: row;
    }

    .header .navbar-nav {
        gap: 30px;
    }

    .carousel-control-next,
    .carousel-control-prev {
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        background-size: 10px;
    }

    .page-section {
        padding: 30px 0;
    }

    .page-section h2 {
        font-size: 30px;
    }

    .contact-box {
        padding: 30px;
        margin: -40px auto 0 auto;
        flex-direction: row;
    }

    .contact-box .contact-box-content {
        border-left: solid 1px #E2E2E2;
        padding-left: 30px;
    }

    .footer-strip .container {
        flex-direction: row;
    }
}


@media (min-width: 992px) {
    .header .header-btns .btn {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .text-container p {
        line-height: 36px;
    }
    .product-items {
        gap: 30px;
    }
    .product-items .product-item-box {
        width: auto;
    }

    .carousel-inner .carousel-caption h5 {
        font-size: 50px;
        font-family: 'proxima_novabold';
        color: #fff;
    }

    .carousel-inner .carousel-caption p {
        font-size: 22px;
        position: relative;
        line-height: 51px;
    }
    
    .carousel-login .btn {
        font-size: 16px;
        padding: 12px 10px;
        width: 180px;
    }

    .page-section {
        padding: 40px 0;
    }

    .page-section h2 {
        font-size: 40px;
        font-family: 'proxima_novabold';
        text-align: center;
        margin-bottom: 20px;
        color: #2525F4;
    }

    .carousel-login h6 {
        font-size: 24px;
    }

    .why-partner {
        padding: 200px 0;
        background-color: transparent;
        background-image: url('../images/curved-bg.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
    }

    .footer-box {
        padding: 50px 100px;
    }

    .counter-block {
        width: 80px;
        height: 80px;
        border-radius: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 30px;
        margin-bottom: 30px;
        font-family: 'proxima_novasemibold';
    }
    
    .our-products .btn-primary,
    .why-partner .btn-primary,
    .footer-box .btn-primary {
        font-size: 16px;
        padding: 12px 20px;
        font-family: 'proxima_novasemibold';
    }

    .glossary-filter .glossary-filter-content ul li {
        font-size: 18px;
    }
    
    .contact-box {
        margin: -30px auto 0 auto;
    }
    #productCarousel .carousel-inner .carousel-caption, 
    #aboutCarousel .carousel-inner .carousel-caption,
    #contactCarousel .carousel-inner .carousel-caption{
        max-width: 650px;
        bottom: 1.25rem;
    }
}

@media (min-width: 1200px) {
    .header .navbar-collapse {
        background-image: url('../images/header-left-bg.png');
        background-repeat: no-repeat;
        gap: 30px;
    }

    .header .container-fluid {
        align-items: normal;
    }

    .carousel-control-next,
    .carousel-control-prev {
        width: 60px;
        height: 60px;
        margin-top: -30px;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        background-size: 14px;
    }

    .page-section h2 {
        margin-bottom: 30px;
    }

    .contact-box {
        padding: 50px;
        margin: -80px auto 0 auto;
        flex-direction: row;
    }
    .how-it-works .container .row {
        background: url('../images/deivder.jpg') no-repeat center 30px;
        background-repeat: no-repeat;
    }
    .glossary-filter .glossary-filter-links {
        justify-content: space-between;
    }

    .contact-box .contact-box-content {
        padding-right: 75px;
    }
    
    .product-items {
        gap: 50px;
    }
}

@media (min-width: 1400px) {
    .header .navbar .navbar-brand {
        padding: 15px;
    }
    .header .navbar-nav {
        gap: 20px;
    }
    .header .navbar-nav .nav-link {
        font-size: 16px;
    }
    .header .header-btns .btn {
        font-size: 16px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .header .navbar-collapse {
        padding-left: 100px;
    }
    .header .dropdown-menu {
        width: 100%;
    }
    .header .dropdown-item {
        font-size: 18px;
        font-family: 'proxima_novasemibold';
    }
    .carousel-inner .carousel-caption h5 {
        font-size: 60px;
    }
    .carousel-inner .carousel-caption p {
        font-size: 30px;
    }
    .carousel-login {
        padding: 25px;
    }
    .carousel-login h6 {
        font-size: 28px;
    }
    .carousel-login .btn {
        font-size: 18px;
        padding: 12px;
    }
    .page-section {
        padding: 100px 0;
    }
    .page-section h2 {
        font-size: 48px;
        font-family: 'proxima_novaextrabold';
        text-align: center;
        margin-bottom: 30px;
        color: #2525F4;
    }
    .our-products {
        padding-bottom: 50px;
    }
    .our-products .btn-primary,
    .why-partner .btn-primary,
    .footer-box .btn-primary {
        font-size: 18px;
        padding: 12px 20px;
        font-family: 'proxima_novasemibold';
    }
    .product-items .product-item-box h5 {
        font-size: 22px;
    }
    .product-items .product-item-box {
        max-width: none;
    }
    .why-partner {
        padding: 170px 0 170px 0 !important;
    }
    .why-partner .card h5 {
        font-size: 24px;
    }
    .how-it-works {
        padding: 30px 0 50px 0 !important;
    }
    .new-producer-block h5 {
        font-size: 24px;
    }
    .footer-box {
        padding: 90px 200px;
    }
    .footer-box h3 {
        font-size: 36px;
    }
    p {
        font-size: 20px;
    }

    .home-header h5 {
    font-size: 55px;
    font-family: 'proxima_novaextrabold';
    text-align: center;
    margin: 50px 0 50px 0;
    color: #2525F4;
    line-height: 36px;;

}

}