@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sora:wght@100..800&display=swap');

body {
    background-image: url('../images/bg-image.gif');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /* overflow-x: hidden; */
}

div#navbarNavDropdown {
    display: flex;
    width: 100%;
    justify-content: center;
}

ul.navbar-nav {
    gap: 80px;
}

a.nav-link {
    font-family: "Sora", serif;
    font-size: 18px;
    color: #aaaaaa !important;
}

a.nav-link.active {
    color: white !important;
}

a.nav-link:hover {
    color: white !important;
}

section.about-sec {
    padding: 60px 0px 60px;
}

h3.head-sec {color: white;font-family: 'Sora';font-size: 50px;font-weight: 600;width: max-content;position: relative;/* padding-left: 80px; */}

h3.head-sec:after {
    content: '';
    width: 65%;
    height: 3px;
    background: white;
    position: absolute;
    bottom: -10px;
    left: 0;
    /* margin-left: 80px; */
}

p.aboutpara {
    color: white;
    font-family: 'Sora';
    font-weight: 300;
    font-size: 20px;
    width: 45%;
    text-transform: capitalize;
    margin-top: 70px;
    /* padding-left: 80px; */
}

ul.page-breadcrumbs {
    list-style: none;
    color: white;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    font-family: 'Sora';
    margin-top: 30px;
    padding-left: 0px;
}

ul.page-breadcrumbs li {
    align-items: center;
    line-height: 15px;
    font-weight: 400;
}

.product-bx {
    border: 1px solid white;
    margin-top: 20px;
    border-radius: 1px;
    padding: 10px;
}

.product-bx img {
    background: #221543;
    width: 100%;
    padding: 20px;
}

h3.pname {
    font-size: 14px;
    color: white;
    font-family: 'Sora';
    font-weight: 400;
}

p.pprice {
    margin-bottom: 0px;
    font-weight: 700;
    color: white;
    font-size: 17px;
    font-family: 'Sora';
    line-height: 16px;
}

.proinfo {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-top: 20px;
}

.proinfo img {
    background: transparent;
    padding: 0px;
}

.probx1 ul {
    padding: 0px;
    margin-bottom: 0px;
    list-style: none;
    display: flex;
    gap: 15px;
    margin-top: -27px;
}

.probx1 ul li a {
    font-size: 11px;
    font-family: 'Sora';
    color: white !important;
    text-decoration: none;
    background: #1F0071;
    padding: 3px 15px;
    border: 1px solid white;
}

ul#tabMenu {
    border-bottom: 0px;
    justify-content: end;
    gap: 30px;
}

ul#tabMenu button {
    padding: 0px;
    background: transparent;
    border: 0px;
    color: #c5c5c5;
    font-family: 'Sora';
    font-size: 17px;
}

ul#tabMenu button.active {
    color: white !important;
}

.product-sec .container.my-4 {
    margin-top: -37px !important;
}

div#tabContent {
    margin-top: 30px !important;
}

ul.pagination {
    margin-bottom: 0px;
    justify-content: center;
    margin-top: 40px;
    color: #c3c3c3;
    gap: 20px;
    font-family: 'Sora';
    cursor: pointer;
}

ul.pagination li:first-child {
    color: white;
}

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

.pagetitle img {
    width: 25%;
}