/* Importing fonts */

@font-face {
    font-family: gentona-bold;
    src: url("/assets/fonts/Gentona\ Bold.otf");
}

@font-face {
    font-family: gentona-medium;
    src: url("/assets/fonts/Gentona\ Medium.otf");
}

@font-face {
    font-family: gentona-thin;
    src: url("/assets/fonts/Gentona\ Thin.otf");
}

@font-face {
    font-family: gentona-book;
    src: url("/assets/fonts/Gentona\ Book.otf");
}

@font-face {
    font-family: avenir-bold;
    src: url("/assets/fonts/AvenirNextLTPro-Bold.otf");
}

@font-face {
    font-family: avenir-italic;
    src: url("/assets/fonts/AvenirNextLTPro-It.otf");
}

@font-face {
    font-family: avenir-regular;
    src: url("/assets/fonts/AvenirNextLTPro-Regular.otf");
}

html {
    font-size: 14.5px;
}

* {
    box-sizing: border-box;
}

.our-products-section {
    width: 100%;
    background-size: cover;
    position: relative;
}

.navbar {
    width: 100%;
    padding: 0.5rem 3rem;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

.navbar .navbar-brand {
    display: flex;
    align-items: center;
}

.navbar .navbar-brand img {
    width: 140px;
}

.navbar .navbar-nav .nav-item {
    margin-right: 1rem;
}

.navbar .navbar-nav {
    margin-left: auto;
}

.navbar .navbar-nav .nav-item:last-child {
    margin-right: 0;
}

.navbar .navbar-nav .nav-item .nav-link {
    position: relative;
    font: 1.2rem gentona-bold;
}

.navbar .navbar-toggler {
    font-size: 2.6rem;
    color: #fff;
    border: none;
    padding: 0;
}

.navbar .navbar-nav .nav-link::after {
    content: "";
    width: 0;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.2s ease;
    background: #ed2024;
}

.navbar .navbar-nav .nav-link:hover::after {
    width: 100%;
}

.navbar .navbar-toggler:active,
.navbar .navbar-toggler:focus {
    box-shadow: none;
}

.landing-section-img {
    height: 45vh;
}

.landing-section-img img {
    width: 100%;
    height: 100%;
}


/* .products-title-wrapper */

.products-content .content {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 8.5rem;
}

.products-content .content img {
    margin-bottom: -3rem !important;
}

.products-title-wrapper {
    position: absolute;
    left: 5rem;
    bottom: 2rem;
    /* padding: 0 0 2rem 5rem; */
    color: #fff;
}

.products-content h1,
.products .title h2 {
    font: 2.5rem gentona-bold;
    padding-bottom: 0.5rem;
    /**/
    position: relative;
}

.products-content .content h1::after,
.products .title h2::after {
    content: "";
    display: inline-block;
    background: #ed2024;
    width: 7rem;
    height: 0.25rem;
    position: absolute;
    bottom: 0;
    left: 0;
}

.products-content .content h1::after {
    width: 5rem;
}


/* Prismetic cell section styling starts */

.prismetic-cell-section {
    margin-top: 3.2rem;
}

.prismetic-cells-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.prismetic-cells-content h3 {
    font: 2rem gentona-bold;
    /* font: 1.5rem gentona-bold; */
}

.prismetic-cells-content p {
    font: 1.3rem gentona-book;
}


/* Prismetic cell section styling ends */


/* Products icon section styling starts */

.products-icon-section {
    margin-top: 4rem;
}

.products-icon-content p {
    font: 1.3rem gentona-book;
    margin-top: 0.625rem;
}


/* Products icon section styling ends */

.nav-pills {
    margin-top: 4rem;
    margin-bottom: 4.375rem;
}

.nav-item {
    position: relative;
    padding: 0;
}

.nav-pills .nav-link {
    font: 1.625rem gentona-book;
    color: #000 !important;
    /**/
    line-height: 2rem;
    transition: 0.5s ease;
}

.nav-pills .nav-link.active {
    font-family: gentona-bold;
    color: #000;
    background: transparent;
}

.nav-pills .nav-link.active::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0.1875rem;
    position: absolute;
    top: 100%;
    left: 0;
    background: #ed2024;
}


/* carousel styling starts */

.carousel-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.carousel-content {
    padding: 0 3.5rem 0 5.5rem;
}

.carousel-item img {
    /* max-width: 19rem; */
    width: 100%;
    height: auto;
}

.carousel-content h2 {
    font: 2rem gentona-bold;
    margin: 0.5rem 0;
}

.carousel-content p:nth-child(2) {
    font: 1.3rem gentona-book;
    margin: 0;
}

.bold {
    font-family: gentona-bold;
}


/* .caraousel-prev-btn button,
        .carousel-next-btn button {
            padding: 0 8px;
            border: none;
            background: transparent;
        }
        
        .caraousel-prev-btn button i,
        .carousel-next-btn button i {
            width: 3rem;
            height: 3rem;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 1.25rem;
            box-shadow: 0 0 .2rem rgba(0, 0, 0, 0.4);
            background: #fff;
            border-radius: 50%;
        } */

.carousel-buttons {
    display: none;
    justify-content: center;
    align-items: center;
    margin-top: 18px;
}

.carousel-buttons .caraousel-prev-btn {
    margin-right: 2rem;
}

.carousel-buttons .caraousel-next-btn {
    margin-left: 2rem;
}

.caraousel-prev-btn button,
.carousel-next-btn button {
    border: none;
    background: transparent;
}

.caraousel-prev-btn button i,
.carousel-next-btn button i {
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.4);
    background: #fff;
    border-radius: 50%;
}

.carousel-indicators {
    /* bottom: -4.75rem; */
    bottom: -4rem;
}

.carousel-indicators [data-bs-target] {
    width: 0.625rem;
    height: 0.625rem;
    background-color: #c4e0ff;
    border-radius: 50%;
}

.carousel-indicators [data-bs-target].active {
    background-color: #ed2024;
}

.slider-btn {
    display: flex;
    align-items: center;
}

.slider-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12.5rem;
    height: 2.5rem;
    font: 1.125rem gentona-bold;
    color: #fff;
    /**/
    margin-top: 0.9375rem;
    border-radius: 0.24rem;
    border: none;
    text-decoration: none;
}

.slider-btn a:nth-child(1) {
    background-color: #ed2024;
    margin-right: 1.25rem;
}

.slider-btn a:nth-child(2),
.slider-btn.transparent-btn a {
    background: transparent;
    border: 0.125rem solid #ed2024;
    color: #ed2024;
}


/* Carousel styling ends */


/* our products styling starts*/

.products {
    display: none;
    margin-top: 8rem;
}

.our-products-content h3 {
    font: 1.5rem gentona-bold;
    /**/
}

.our-products-content p {
    font: 1.3rem gentona-book;
    /**/
}

.products-btn {
    margin-top: 2.25rem;
}

.products-btn a {
    display: block;
    font: 0.875rem gentona-medium;
    width: 100%;
    height: 20px;
    border: 2px solid #ed2024;
    border-radius: 3px;
    text-align: center;
    color: #ed2024;
    line-height: 15px;
    text-decoration: none;
}


/* our products styling ends */


/* P series prismatic cells section styling starts */

.p-series-prismetic-cells-section {
    margin-top: 6rem;
}

.p-series-content {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.p-series-content h3 {
    font: 2rem gentona-bold;
}

.p-series-content p {
    font: 1.3rem gentona-book;
    margin: 1rem 0;
}

.p-series-btns {
    display: flex;
}

.p-series-btns a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12.5rem;
    height: 2.5rem;
    font: 1.125rem gentona-bold;
    border-radius: 0.24rem;
}

.p-series-btns a:nth-child(1) {
    background: #ed2024;
    color: #fff;
    margin-right: 1.25rem;
}

.p-series-btns a:nth-child(2) {
    border: 0.125rem solid #ed2024;
    color: #ed2024;
}


/* P series prismatic cells section styling ends */


/* cell chemistries prismatic cells section styling starts */

.cell-chemistries-section {
    margin-top: 6.3rem;
}

.cell-chemistry-content h3 {
    font: 2rem gentona-bold;
}

.cell-chemistry-content p {
    font: 1.3rem gentona-book;
}


/* cell chemistries prismatic cells section styling ends */


/* products middle section styling starts */


/* .products-middle-section {
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url("/assets/images/products_middle.webp");
  background-size: cover;
  background-position: center;
  margin-top: 8rem;
  padding: 3rem 0 2rem 0;
  color: #fff;
} */

.product-middle-content h2 {
    font: 6.25rem gentona-book;
}

.product-middle-content p {
    font: 1.6rem gentona-book;
}

.product-card-wrapper {
    height: 280px;
    display: flex;
    align-items: center;
}

.product-card-wrapper .carousel-img {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* products middle section styling ends */


/* table section styling starts */


/* .table-section {
  margin-top: 7.4rem;
}

.table-responsive {
  margin-top: 3.875rem;
  padding: 0 4.5rem;
}

.table-section .title h3 {
  font: 1.8rem gentona-bold;
  line-height: 2.5rem;
  text-transform: capitalize;
}

.table-section .title h3::after {
  content: "";
  width: 6rem;
  height: 0.1875rem;
  display: block;
  background-color: #ed2024;
}

.table,
th,
td {
  text-transform: capitalize;
  text-align: center;
}

th {
  font: 1.375rem gentona-bold;
  background-color: #ed2024;
  border-right: 3px solid #fff;
  height: 50px;
  color: #fff;
}

.first-th {
  background-color: transparent;
}

tbody th {
  width: 160px;
  background-color: #fdd1d2;
}
tr {
  border-bottom: 3px solid #fff;
}

td {
  color: #000;
  font: 1.1rem gentona-book;
} */


/* table section styling ends */

.solutions-tabs-wrapper .nav-tabs,
.nav-link {
    border: none !important;
}


/* .solutions-tabs-wrapper .nav-item {
  margin-right: 30px;
} */

.solutions-tabs-wrapper .tab-content {
    margin-top: 6.625rem;
}

.solutions-tab {
    text-align: center;
}

.solutions-tab .red-img {
    display: none;
}

.solutions-tab-img .first-img,
.solutions-tab-img .fourth-img {
    width: 34px;
}

.solutions-tab-img .third-img {
    width: 28px;
}

.solutions-tab-img .second-img {
    width: 39px;
}

.solutions-tab-img .fifth-img {
    width: 18.5px;
}

.solutions-tabs-wrapper .nav-tabs .nav-link.active .solutions-tab-img img:nth-child(1) {
    display: none;
}

.solutions-tabs-wrapper .nav-tabs .nav-link.active .solutions-tab-img img:nth-child(2) {
    display: inline-block;
}

.solutions-tabs-wrapper .nav-tabs .nav-link.active .solutions-tab-title h2 {
    font-family: gentona-bold;
    color: #000;
}

.solutions-tab-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.solutions-tab-title h2 {
    font: 2rem gentona-book;
    color: #b1b1b1;
}

.solutions-tab-content h2 {
    color: #ed2024;
    font: 2rem gentona-bold;
}

.solutions-tab-content p {
    font: 1.3rem gentona-book;
}

.solutions-info-section {
    margin-top: 7.25rem;
}

.carousel-container {
    display: none;
    padding: 0 3.75rem;
}

.carousel-container .solutions-tab-title h2 {
    color: #000;
}

.carousel-container .solutions-tab-content {
    margin-top: 2rem;
}

.carousel-container .carousel-item .solutions-tab-content-img img {
    max-width: unset;
}


/* footer styling starts*/

footer {
    margin-top: 6.25rem;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url("/assets/images/footer.webp");
    background-size: cover;
    background-position: center;
    padding: 5rem 2.5rem 5rem 2.5rem;
}

.footer-logo img {
    width: 110px;
}

footer .footer-icons a {
    margin-right: 1.5rem;
    color: #000;
    text-decoration: none;
}

footer .footer-icons a:nth-child(4) {
    margin-right: 0;
}

footer .footer-icons i {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.25rem;
    line-height: 2.625rem;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}

footer .footer-content {
    margin-top: 3.375rem;
}

footer ul {
    margin: 0;
}

footer ul li {
    list-style: none;
    padding: 0;
}

footer ul li a {
    text-decoration: none;
}

footer .footer-contact {
    padding: 0;
}

footer .footer-contact li,
footer .footer-contact li a {
    color: #fff;
    font: 1.2rem gentona-book;
}

footer .footer-contact-info li {
    line-height: 1.25rem;
}

footer .footer-contact li:nth-child(2) {
    margin: 0.8rem 0 0.3rem 0;
}

footer .footer-contact li:nth-child(2) a,
footer .footer-contact li:nth-child(3) a {
    color: #ed2024;
}

footer .footer-links li:nth-child(2),
footer .footer-links li:nth-child(3),
footer .footer-links li:nth-child(4) {
    margin-top: 1.1rem;
}

footer .footer-links li a,
footer .footer-mailbox li:nth-child(1) {
    font: 1.2rem gentona-medium;
    color: #fff;
}

footer .footer-mailbox li:nth-child(2) {
    display: flex;
    margin-top: 0.375rem;
}

footer .footer-mailbox li:nth-child(2) button[type="submit"] {
    border: none;
    border-radius: 0 0.25rem 0.25rem 0;
    overflow: hidden;
}

footer .footer-mailbox li:nth-child(2) input[type="email"] {
    width: 12.4rem;
    border: none;
    outline: none;
    border-radius: 0.25rem 0 0 0.25rem;
    height: 2.8125rem;
    padding: 0 1rem;
}

footer .footer-mailbox li:nth-child(2) i {
    color: #fff;
    width: 3.125rem;
    height: 2.8125rem;
    background-color: #f87375;
    line-height: 2.8125rem;
    text-align: center;
    cursor: pointer;
}


/* footer styling ends */


/* Media queries for tablets ipads portrait mode */

@media (min-width: 768px) and (max-width: 1024px) {
    html {
        font-size: 13px;
    }
    .navbar .navbar-nav .nav-item {
        margin-right: 0.3rem;
    }
    .navbar .navbar-brand img {
        width: 130px;
    }
    .landing-section-img {
        height: unset;
    }
    .products-content .content h1::after {
        width: 9rem;
    }
    .solutions-tab-title h2 {
        font: 1.7rem gentona-book;
    }
    .carousel-content {
        padding: 0 1.5rem 0 2.5rem;
    }
    .carousel-indicators {
        bottom: -3.4rem;
    }
    .products {
        display: block;
    }
    .products-content .content {
        padding: 0 5.5rem;
    }
    .table-responsive {
        padding: 0 1rem;
    }
    .footer-icons {
        margin-left: 1.5rem;
    }
    footer .footer-links li a,
    footer .footer-mailbox li:nth-child(1),
    footer .footer-contact li,
    footer .footer-contact li a {
        font-size: 1.3rem;
    }
}


/* Media queries for small resolution tablets */

@media (min-width: 576px) and (max-width: 767px) {
    html {
        font-size: 10px;
    }
    .navbar .navbar-brand img {
        width: 110px;
    }
    .landing-section-img {
        height: unset;
    }
    .solutions-tab-title h2 {
        font: 1.8rem gentona-book;
    }
    .product-card-wrapper {
        height: 180px;
    }
    .products {
        display: block;
    }
    .solutions-tab-title h2 {
        font: 1.41rem gentona-book;
    }
    .carousel-content {
        padding: 0 0.5rem 0 1.5rem;
    }
    .carousel-indicators {
        bottom: -5.75rem;
    }
    footer .footer-logo img {
        width: 90px;
    }
    footer .footer-links li a,
    footer .footer-mailbox li:nth-child(1),
    footer .footer-contact li,
    footer .footer-contact li a {
        font-size: 1.1rem;
    }
    footer .footer-links li a,
    footer .footer-mailbox li:nth-child(1),
    footer .footer-contact li,
    footer .footer-contact li a {
        font-size: 1.3rem;
    }
    footer .footer-icons {
        margin-left: 2rem;
    }
}


/* Media queries for mobile devices */

@media (max-width: 575px) {
    html {
        font-size: 11px;
    }
    .navbar {
        padding: 0.2rem 1rem;
    }
    .navbar .navbar-brand img {
        width: 100px;
    }
    .navbar .navbar-nav .nav-item .nav-link {
        font-family: gentona-medium;
        font-size: 1.5rem;
        display: inline-block;
    }
    .navbar .navbar-nav .nav-item {
        margin-top: 0.6rem;
        margin-right: 0;
    }
    .landing-section-img {
        height: unset;
    }
    .products-content h1 {
        font-size: 1.9rem;
    }
    .products-content .content h1::after {
        width: 9rem;
    }
    .products-content .content {
        padding: 0 2.5rem;
    }
    .products-content .content h1 span::after {
        width: 60%;
    }
    .products-title-wrapper {
        left: 3rem;
        bottom: .5rem;
    }
    .product-middle-content.middle {
        margin: 30px 0;
    }
    .product-card-wrapper {
        height: 380px;
    }
    .products-icon-cards-wrapper:not(.first-card) {
        margin-top: 3.125rem;
    }
    .landing-section-img {
        height: unset;
    }
    .solutions-tabs-wrapper {
        display: none;
    }
    .solutions-tab-content-img {
        margin-top: 1.4rem;
    }
    .carousel-content {
        padding: 0;
    }
    .p-series-img,
    .cell-chemistry-content {
        margin-top: 30px;
    }
    .carousel-wrapper,
    .prismetic-cell-section,
    .p-series-prismetic-cells-section,
    .cell-chemistries-section {
        display: block;
        padding: 0 2.3rem;
        align-items: unset;
    }
    .p-series-prismetic-cells-section {
        margin-top: 2rem;
    }
    .p-series-row,
    .n-series-row {
        flex-direction: column-reverse !important;
    }
    .prismetic-cells-img img,
    .p-series-img img {
        max-width: 70%;
        display: block;
        margin: 0 auto;
    }
    tbody th {
        width: 90px;
        background-color: #fdd1d2;
    }
    .carousel-container {
        display: block;
    }
    .carousel-buttons {
        display: flex;
    }
    .carousel-indicators {
        display: none;
    }
    .product-middle-content {
        padding: 0 5rem;
    }
    footer {
        padding: 3.5rem 2.8rem 3.5rem 2.8rem;
    }
    .footer-links-wrapper {
        margin: 2.6rem 0 1.4rem 0;
    }
    footer .footer-icons {
        margin-top: 1.5rem;
    }
    footer .footer-icons a {
        margin-right: 1rem;
    }
    footer .footer-content {
        margin-top: 2.375rem;
    }
}