@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
    --primary: #007AC2;
    --secondary: #bc9010;
    --hover: #75bfd8;
    --themehover: #834524;
    --black: #000000;
    --text-color: #282828;
    --white: #fff;
    --text-accent: #6d6e71;
}


html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
}

body {
    position: relative;
    font-family: "Open Sans", sans-serif;
    overflow-x: hidden;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover,
button:hover {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

ul {
    list-style: none;
    margin: 0 !important;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    opacity: 1;
}


.sectionheading {
    color: black;
    text-transform: none;
    font-size: 3.125rem;
    font-weight: 400;
}

.sectionheading span {
    font-weight: 700;
}

.sectionheading span.yellow {
    color: var(--secondary);
}

::placeholder {
    text-transform: capitalize;
    color: #d6d5d5;
    font-size: 1rem;
}

figure {
    position: relative;
    margin: 0 !important;
}

.themeBtn {
    height: 55px;
    width: 175px;
    font-size: 1rem;
    border: 1px solid var(--primary);
    border-radius: 100px;
    font-weight: 500;
    color: #fff;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.themeBtn:hover {
    color: var(--primary);
    background-color: #ffffff;
}

section {
    position: relative;
    padding: 5rem 0;
}



/* header */
.headerPara {
    text-align: center;
    padding: 10px 0;
    font-size: 1rem;
    background: white;
}

.logo img {
    width: 20%;
}

.headSearch .dropdown button {
    background: transparent;
    border: none;
    color: black;
    height: 50px;
    width: 100%;
    font-size: 1rem;
    padding: 0 25px;
}

.headSearch .dropdown {
    flex: 0 0 30% !important;
}

.headSearch input {
    height: 50px;
    border: none;
    background: transparent;
}

.topIcons ul li:first-child a span {
    position: relative;
}

.topIcons ul li:first-child a span:first-child:after {
    content: '';
    height: 25px;
    width: 3px;
    position: absolute;
    background: #686868;
    right: -15px;
    transform: translateY(-50%);
    top: 50%;
}

.headSearch .input-group-append button {
    height: 50px;
    width: 60px;
    background: radial-gradient(#007AC2, #003D61);
    border: none;
    color: white;
    font-size: 1.25rem;
    border-radius: 0;
}

.headSearch .input-group {
    background: #F5F5F5;
    border-radius: 5px;
    overflow: hidden;
}

.headSearch input:focus {
    outline: none;
    box-shadow: none;
    border: none;
    background-color: transparent;
}

.topIcons ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 50px;
}

.topIcons ul li a span {
    color: #686868;
    font-size: 1rem;
}

.topIcons ul li a span i {
    font-size: 2rem;
    color: var(--primary);
}

.topIcons ul li a {
    display: flex;
    align-items: center;
    gap: 30px;
}

.navigation .navbar-light .navbar-nav {
    display: flex !important;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
}

.navigation .navbar {
    padding: 0;
}


.navigation .navbar-light .navbar-nav .nav-link:hover {
    color: var(--hover);
}

.header-last {
    background: #f5f1e8;
    padding: 10px 0;
}

.header-top {
    padding: 2rem 0;
    background: white !important;
}

.header-last {
    background: radial-gradient(#007AC2, #003D61);
    padding: 1rem 0;
}

.navigation .navbar-light .navbar-nav .nav-link {
    color: white;
    font-size: 1rem;
    font-weight: 500;
}

/* header end */



/* banner section */
.banContent .overlay {
    display: flex;
    align-items: center;
}
.bannerCont {
    position: relative;
}
.banCont h2 {
    font-size: 50px;
    font-weight: 600;
    color: white;
}

.banCont p {
    font-size: 1.25rem;
    font-weight: 500;
    color: white;
    margin-bottom: 1rem;
}

.banSlider .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
    bottom: 2rem;
}

.banSlider .slick-dots li {
    margin: 0 5px;
    width: 180px;
    height: 5px;
}

.banSlider .slick-dots button {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
    border-radius: 10px;
    background-color: white;
    text-indent: -9999px;
}

.banSliderBtn {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banSliderBtn .prev {
    position: absolute;
    left: 15%;
    transform: translateX(-15%);
}

.banSliderBtn .next {
    position: absolute;
    right: 15%;
    transform: translateX(15%);
}

.banSliderBtn button {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid white;
    background: transparent;
    color: white;
    font-size: 2rem;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.banSlider .slick-dots li.slick-active button {
    background-color: var(--primary);
}

.brandSlider figure {
    text-align: center !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100px;
}

.brandText h3 {
    color: #0A0C11;
    font-size: 40px;
}

.brands-sect {
    background: #F5F5F5;
}

.banSlider {
    margin: 0 !important;
}

/* banner section end */


/* box section */
.boxCard {
    background: radial-gradient(#0876B7, #043B5C);
    padding: 45px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    gap: 15px;
}

.boxCard h3 {
    font-size: 1.25rem;
    font-weight: 500;
    margin: 0;
    text-transform: none;
    color: #fff;
}

.boxCard p {
    color: white;
    font-size: 13px;
    line-height: 2.5;
}

.boxCard i {
    font-size: 2rem;
    color: white;
}

/* box section end */




/* chip section */
.chip-sect {
    background: url(../images/chipBg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 5rem;
}

.chpLogo img {
    filter: brightness(0) invert(1);
}

.chpLogo p {
    color: white;
    margin-bottom: 10px;
}

.chpLogo .themeBtn {
    background: white;
    color: var(--primary);
}

.chpLogo {
    position: relative;
}

.chpLogo:before {
    content: '';
    height: 100%;
    width: 8px;
    position: absolute;
    background: white;
    border-radius: 40px;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
}

.chipCont {
    padding-left: 3rem;
}

.chipCont h3 {
    font-size: 25px;
    color: white;
    text-transform: none;
    font-weight: 700;
}

.chip {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 11%;
    width: 25%;
}

.chipCont p {
    color: white;
    font-size: 1rem;
    font-weight: 300;
}

.cta-sect {
    padding: 0;
}

/* chip section end*/



/* testimonials section */
.bioData {
    display: flex;
    align-items: center;
    padding: 0 2rem;
    gap: 15px;
}

.bioData figure {
    flex: 0 0 15%;
}

.bioData h3 {
    font-size: 1.25rem;
    color: black;
    font-weight: 500;
    margin: 0;
    text-transform: none;
}

.bioData h4 {
    font-size: 1rem;
    font-weight: 300;
    margin: 0;
}

.catCont {
    margin: 20px 10px;
    border-radius: 10px;
    overflow: hidden;
    text-align: center !important;
}

.catCont p {
    font-size: 1rem;
    line-height: 1.5;
    /* margin: 20px 0 !important; */
    /* padding: 0 2rem 0 !important; */
}

.testMore {
    background: radial-gradient(#0876B7, #043B5C);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
}

.test-sect .catCont {
    margin: 50px 10px 10px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    padding: 2rem 0 0;
}

.bioData i {
    color: #FFDD00;
    font-size: 12px;
}

.testMore a {
    color: white;
    text-decoration: underline !important;
    font-size: 1rem;
}

.test-sect .proHead h2 {
    flex: 0 0 100%;
}

.test-sect .proHead h2:before {
    width: 35%;
}

.test-sect .proHead h2:after {
    right: 0;
    width: 35%;
}

.testMore p {
    color: #B4B4B4;
    font-size: 1rem;
}

.banSlider .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
    bottom: 2rem;
}

.banSlider .slick-dots li {
    margin: 0 5px;
    width: 180px;
    height: 5px;
}

.banSlider .slick-dots button {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
    border-radius: 10px;
    background-color: white;
    text-indent: -9999px;
}

.banSliderBtn {
    position: absolute;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 50%;
}

.banSliderBtn .prev {
    position: absolute;
    left: 15%;
    transform: translateX(-15%);
}

.banSliderBtn .next {
    position: absolute;
    right: 15%;
    transform: translateX(15%);
}

.banSliderBtn button {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid white;
    background: transparent;
    color: var(--primary);
    font-size: 2rem;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.banSlider .slick-dots li.slick-active button {
    background-color: var(--primary);
}

.banSliderBtn .prodRev {
    color: white;
    border-color: var(--primary);
    left: -80px !important;
    position: absolute;
    font-size: 1.5rem;
    background: var(--primary);
}

.banSliderBtn .prodFor {
    color: white;
    border-color: var(--primary);
    right: -80px;
    position: absolute;
    font-size: 1.5rem;
    background: var(--primary);
}

.proHead h2 {
    color: black;
    font-size: 35px;
    font-weight: 700;
    position: relative;
    text-align: center;
    text-transform: none;
    flex: 0 0 92%;
    margin: 0;
}

.proHead h2:before {
    content: '';
    height: 5px;
    width: 37%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: var(--primary);
    border-radius: 20px;
}

.proHead h2:after {
    content: '';
    height: 5px;
    width: 45%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -8%;
    background: var(--primary);
    border-radius: 20px;
}

.proHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.proHead a {
    color: #434444;
    font-size: 1.25rem;
}

.tab-slider {
    margin-top: 4rem;
}

/* testimonials section end */

/* categ section */
.sectionHeading {
    color: black;
    font-weight: 700;
    text-transform: none;
}

.categ-sect {
    background: #F5F5F5;
}

.catSlider figure {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    /* height: 167px; */
}

.catSlider figure img {
    position: relative;
    height: 15rem;
    margin-bottom: 1rem;
}

.catSlider figure:before {
    content: '';
    height: 167px !important;
    width: 167px !important;
    background: radial-gradient(#0876B7, #043B5C);
    position: absolute;
    border-radius: 50%;
}

.catSlider {
    margin-top: 3rem;
}

/* categ section end */
/* deals section */
.deal-sect {
    background-image: url(../images/dealBg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 630px;
    display: flex;
    align-items: center;
}

.dealCont h2 {
    font-size: 45px;
    text-transform: none;
    margin-bottom: 1rem;
    color: white;
}

.dealCont h3 {
    text-transform: none;
    font-size: 35px;
    color: white;
}

.footCont {
    margin-top: 1.25rem;
}

.footCont .themeBtn {
    border-radius: 0 10px 10px 0;
    background: radial-gradient(#007AC2, #003D61);
    margin-left: -10px;
    border: none;
}

.signTheme {
    background: white;
    height: 125px;
    width: 355px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 75px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--primary);
    position: relative;
    top: 30px;
    left: 50px;
    border-radius: 5px;
}

.signTheme:hover {
    color: #005c93;
}

/* deals section end */



/* footer */
.cardVisa {
    background: white;
    padding: 1.5rem 0;
}

.footer_top {
    padding: 25px 0 25px;
}

footer {
    background: radial-gradient(#0166A1, #013351);
}

.footCont input {
    height: 65px;
}

.footCont button {
    height: 66px;
}

.footer_top h4 {
    font-weight: 600;
    font-size: 22px;
    color: #fff;
    min-height: 28px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer_top p {
    color: white;
    font-size: 1rem;
}

.footer_links.termList {
    display: flex;
    align-items: center;
    gap: 60px;
}

.footer_links.termList li a {
    text-decoration: underline !important;
}

footer .footer_top:first-child {
    border-bottom: 1px solid white !important;
    padding: 5rem 0;
}

.footer_top ul.footer_links li a {
    color: white;
    font-size: 16px;
    line-height: 30px
}

.footer_top .row .col {
    border-right: 1px solid #ffffff;
    padding-left: 40px
}

.footer_top .row .col:last-child {
    border-right: none
}
.categContent {
    position: relative;
}
/* footer end */


/* componentstorage page */
.sidebar-section {
    margin: 30px 0;
    border-bottom: 1px solid #D8D8D8;
    padding: 1rem 0;
}

.section-title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}

.item {
    font-size: 16px;
    margin: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item a {
    text-decoration: none;
    color: #959595;
    display: flex;
    width: 100%;
    font-size: 1rem;
}

.arrow {
    margin-left: auto;
}

.compCard {
    display: flex;
    align-items: center;
    gap: 10px;
}

.compCard h4 {
    color: var(--primary);
    font-weight: 500;
    font-size: 1rem;
}

.compCard figure {
    flex: 0 0 55%;
}

.compCard ul li {
    color: #959595;
    font-size: 1rem;
    padding: 3px 0;
}

.compSec {
    padding: 2rem 0;
}

.compstag-sect .proCard {
    margin: 30px 0;
}

.innerContent p {
    font-size: 1rem;
    color: black;
    padding: 15px 0;
}

.innerSec {
    padding: 0 0 3rem;
}

.innerContent h3 {
    font-size: 25px;
    font-weight: 700;
    text-transform: none;
    color: black;
}

.compstag- sect .proHead h2 {
    text-align: left !important;
}

.compstag- sect .proHead h2 {
    text-align: left;
    justify-content: flex-start;
}

.compstag-sect .proHead {
    justify-content: flex-start;
    align-items: flex-start;
}

.compstag-sect .proHead h2:before {
    display: none !important;
}

.compstag-sect .proHead h2:after {
    width: 50%;
    right: 0
}

.compstag-sect .proHead.proHeadin h2:after {
    width: 66%;
}

.compstag-sect .proHead h2 {
    text-align: left;
    flex: 0 0 100%;
}

.compstag-sect {
    padding: 0;
}

.compstag- sect .breadcrumb {
    background: transparent !important;
}

.compstag-sect .breadcrumb {
    background: transparent;
    padding: 0;
}

.compScreen h4 {
    font-size: 25px;
    font-weight: 600;
    color: black;
    margin: 20px 0 0;
}

.compstag-sect .breadcrumb li {
    font-size: 1rem;
    color: #000000;
}

.compstag-sect .breadcrumb li a {
    font-size: 1rem;
    color: var(--primary);
}

.checkList {
    border: 1px solid #D5D5D5;
    margin: 40px 0 0;
    padding: 0;
    height: 240px;
    overflow-y: scroll;
}

.checkListInn h5 {
    font-size: 1.25rem;
    margin: 0;
    line-height: 1.5;
}

.checkListInn h6 {
    color: var(--primary);
    font-size: 1rem;
    line-height: 1.5;
}

.priceCont h3 {
    font-size: 1rem;
    color: var(--primary);
    text-transform: none;
    margin: 0;
}

.priceCont h2 {
    color: black;
    font-size: 70px;
    font-weight: 700;
    margin: 0;
}

.priceCont h2 span {
    color: var(--primary);
    font-weight: 500;
}

.priceCont h4 {
    font-size: 1rem;
    color: var(--primary);
    text-align: center;
}

.checkListInn label {
    font-size: 13px;
    font-weight: 500;
}

.pricImg figure {
    position: relative;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricImg figure:before {
    content: '';
    height: 105px;
    width: 105px;
    background: radial-gradient(#16A8FF, #003452);
    position: absolute;
    border-radius: 50%;
}


.pricImg figure img {
    position: relative;
}
.breadcrumb-area {
    background-image: url(../images/breadcrunb-bg.jpg) !important;
}
.checkListInn {
    padding: 1rem;
    border-bottom: 1px solid #D8D8D8;
}
.form-check.form-check-inline {
    display: flex;
}
.bordBtom {
    border-bottom: 1px solid #d8d8d8;
}
.breadcrumb-area .breadcrumb-title {
    color: white !important;
}

.breadcrumb-list li a {
    color: white !important;
}
.checkListInn .form-check-input {
    height: 18px;
    width: 0 !important;
    flex: 0 0 10%;
    padding: 0;
    margin-right: 5px;
}
/* componentstorage page end */

.cart-circle {
    background-color: white;
    border-radius: 50%;
    position: absolute !important;
    top: -0.2rem;
    left: 1.4rem;
    height: 1rem;
    width: 1rem;
}

.cart-count {
    position: absolute !important;
    left: 1.7rem;
    top: -12px;
    font-size: 0.8rem !important;
    color: #0071b3 !important;
}

.close {
    position: absolute;
    top: 2.59rem;
    right: 59rem;
    cursor: pointer !important;
}
