@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&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap");
:root {
    --white: #fff;
    --black: #000;
    --primary: #7a2aa4;
    --secondary: #333333;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: "Poppins", sans-serif;
}

@font-face {
    font-family: 'Edwardian Script ITC';
    src: url('../fonts/EdwardianScriptITC.eot');
    src: url('../fonts/EdwardianScriptITC.eot?#iefix') format('embedded-opentype'), url('../fonts/EdwardianScriptITC.woff2') format('woff2'), url('../fonts/EdwardianScriptITC.woff') format('woff'), url('../fonts/EdwardianScriptITC.ttf') format('truetype'), url('../fonts/EdwardianScriptITC.svg#EdwardianScriptITC') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@media (min-width: 1700px) {
    .container {
        max-width: 1410px;
    }
}

section {
    position: relative;
}

h1,
h2,
h3 {
    font-family: "Montserrat", sans-serif;
}

p {
    font-weight: 400;
    line-height: 1.9;
    color: #000000;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

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

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure {
    margin: 0;
}


/* loader */

.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.preLoader.black {
    background-color: var(--white);
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    background-color: var(--primary);
}

.preLoader video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}


/* loader */


/* btn css */

.themeBtn {
    background: var(--primary);
    color: var(--white);
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    padding: 0.75rem 2em;
    line-height: normal;
}

.themeBtn:hover {
    background: var(--black);
    color: var(--white);
}


/* btn css */


/* navigation css */

.topBar {
    background: var(--black);
    padding: 0.75rem 0;
}

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

.contactInfo li a {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    color: var(--white);
}

.contactInfo li a i {
    font-size: 1.25rem;
}

.socialLinks {
    display: flex;
    justify-content: end;
    gap: 0.625rem;
    align-items: center;
}

.socialLinks li span {
    text-transform: uppercase;
    color: var(--white);
    font-weight: 500;
}

.socialLinks li a {
    color: var(--white);
    border: 1px solid var(--white);
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: grid;
    place-items: center;
    background: transparent;
}

.socialLinks li a:hover {
    background: var(--primary);
    border: 1px solid var(--primary);
}

header .navbar {
    margin: 8px 0;
}

.navbar-nav {
    align-items: center;
}

.navbar-nav .nav-item .nav-link {
    color: var(--black);
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 8px 1.5rem;
}

.navbar-nav .nav-item .nav-link:hover {
    color: var(--white);
}

.navbar-nav .nav-item .nav-link::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--primary);
    z-index: -1;
    opacity: 0;
    transition: transform 1s;
}

.navbar-nav .nav-item .nav-link:hover::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(50);
}

.form-inline {
    gap: 1.5rem;
    margin-left: 3rem;
}

.form-inline a {
    color: var(--black);
    font-size: 1.125rem;
}

.navbar-brand img {
    width: 240px;
}


/* navigation css */


/* slider css */

.main-slider {
    height: 960px;
    background: url(../images/mainBan.jpg) center/cover no-repeat;
    overflow:hidden;
}

.homeSlider.swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.homeSlider.swiper-container .swiper-slide {
    overflow: hidden;
    display: flex;
    align-items: end;
}

.homeSlider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.slideOne {
    padding-bottom: 7rem;
}

.slideOne h1 {
    color: var(--black);
    font-size: 3.4375rem;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
}

.slideOne h1 span {
    font-family: "Poppins";
    font-size: 1.875rem;
    font-weight: 400;
    display: block;
    text-transform: capitalize;
}

.slideOne p {
    font-size: 1.25rem;
    color: var(--black);
}

.banImages img {
    position: absolute;
}

.banImg {
    right: 1rem;
    bottom: 0;
}

.banPath {
    bottom: -4.5rem;
    z-index: 1;
}


/* slider css */


/* About Sec Css Start */

.aboutSec {
    padding: 9rem 0 6rem 0;
}

.aboutImg {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    margin-left: -8rem;
    position: relative;
}

.aboutImg img {
    box-shadow: 0 12px 12px rgb(0 0 0 / 16%);
}

.abt1 {
    border: 16px solid var(--white);
}

.abt2 {
    border: 7px solid var(--white);
}

.aboutImg:before {
    content: "";
    position: absolute;
    background: var(--primary);
    width: 162px;
    height: 80%;
    right: 14rem;
    border: 7px solid var(--white);
    z-index: -1;
}

.aboutSec h2 {
    font-size: 3rem;
    margin: 0;
}

.secHeading {
    font-size: 3.125rem;
    color: var(--black);
    font-weight: bold;
    text-transform: uppercase;
}

.aboutContent img {
    margin-bottom: 1rem;
    /* animation: wave 18s linear reverse infinite; */
}


/* About Sec Css End */


/* Product Sec Css Start */

.productSec {
    padding-bottom: 3rem;
    padding-top: 9rem;
}

.productTabs {
    margin-bottom: 3rem;
}

.productTabs ul {
    justify-content: center;
    gap: 6rem;
    margin: 2rem 0;
}

.productTabs ul li a {
    font-size: 1.875rem;
    color: var(--black);
    font-weight: bold;
    font-family: "Montserrat";
}

.productTabs .nav-pills .nav-link.active {
    background: unset;
    color: var(--white);
    position: relative;
}

.productTabs .nav-pills .nav-link.active:before {
    content: "";
    position: absolute;
    background: url(../images/productBg.png) no-repeat;
    width: 432px;
    height: 88px;
    z-index: -1;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -2.5rem;
}

.productWraps figure {
    position: relative;
    overflow: hidden;
}

.productWraps figure img {
    transition: 0.5s ease-in-out;
}

.productWraps figure:hover img {
    transform: scale(1.1);
}

.productText {
    padding-top: 1.5rem;
}

.productText h3,
.productText span {
    font-size: 1.875rem;
    font-weight: bold;
    margin: 0;
    color: var(--black);
}

.productText span {
    font-weight: 500;
    display: block;
    font-family: 'Montserrat';
    margin-bottom: 10px;
}

.productText {
    text-align: center;
}


/* Product Sec Css End */


/* Customize Sec Css Start */

.customizeSec {
    background: linear-gradient(179deg, #FFFFFF, #E9E9E9);
    padding: 5rem 0 7rem 0;
}

.customizeBox {
    background: var(--white);
    padding: 2.5rem 0;
    box-shadow: 0 12px 16px rgb(0 0 0 / 16%);
    transition: 0.5s ease-in-out;
    text-align: center;
}

.customizeBox:hover {
    background: var(--primary);
}

.customizeBox:hover h3,
.customizeBox:hover p {
    color: var(--white);
}

.customizeBox:hover figure img {
    filter: brightness(0) invert(1);
}

.customizeBox h3 {
    font-size: 1.375rem;
    color: var(--black);
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 1rem;
}

.customizeBox p {
    font-size: 1.125rem;
    width: 84%;
    margin: auto;
}

.customizePath {
    position: absolute;
    bottom: -5rem;
}

.featureSec {
    padding: 9rem 0 6rem 0;
}


/* Customize Sec Css End */


/* Categorie Sec Css Start */

.categorieSec:before {
    content: "";
    position: absolute;
    background: var(--primary);
    width: 100%;
    height: 688px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.categorieHeading h2 {
    color: var(--white);
    font-size: 2.875rem;
}

.categorieHeading p {
    color: var(--white);
    font-size: 1.125rem;
    width: 70%;
    line-height: 1.7;
    padding-top: 1rem;
}

.categorieHeading a {
    color: var(--white);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.0625rem;
    border: 2px solid var(--white);
    padding: 8px 1.7em;
    display: inline-block;
}

.cart2 {
    padding-top: 6rem;
}

.catWraps h3 {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: bold;
    padding-top: 1rem;
    text-align: center;
    color: var(--white);
}

.clrBlck {
    color: var(--black) !important;
}

.catWraps figure img {
    width: 100%;
}

.categoreLeft {
    margin-right: -8rem;
}


/* Categorie Sec Css End */


/* Intsa Sec Css Start */

.instaSec {
    padding: 1.5rem 0;
}


/* Intsa Sec Css End */


/* Footer Css Start */

footer {
    background: var(--black);
    padding-top: 4rem;
}

footer h3 {
    font-size: 1.625rem;
    color: var(--white);
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 12px;
}

footer ul li a {
    color: var(--white);
}

footer ul li a:hover {
    color: var(--primary);
}

.footlinks li a {
    text-transform: uppercase;
    font-size: 0.875rem;
}

.footlinks li+li {
    padding-top: 8px;
}

.footSocial li a {
    font-size: 0.9375rem;
    display: flex;
    align-items: center;
    gap: 12px;
}

.footSocial li a i {
    border: 1px solid var(--white);
    width: 32px;
    height: 32px;
    border-radius: 50px;
    display: grid;
    place-items: center;
}

.footSocial li+li {
    padding-top: 1rem;
}

.footContact li a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.footContact li+li {
    padding-top: 1rem;
}

.footPara {
    font-size: 0.875rem;
    color: var(--white);
    margin: 0;
}

.footForm input {
    width: 100%;
    background: transparent;
    border: unset;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
    height: 60px;
    font-size: 0.875rem;
    color: var(--white);
}

.footForm input::placeholder {
    color: rgb(255 255 255 / 50%);
}

.footForm {
    position: relative;
}

.footForm img {
    position: absolute;
    right: 0;
    top: 1.5rem;
}

.footForm button {
    background: transparent;
    border: unset;
    color: var(--white);
    margin-top: 10px;
}

.logoline {
    position: relative;
    display: block;
}

.logoline img {
    width: 190px;
}

.logoline:before {
    content: "";
    position: absolute;
    background-color: rgb(255 255 255 / 36%);
    width: 40%;
    height: 1px;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.logoline:after {
    content: "";
    position: absolute;
    background-color: rgb(255 255 255 / 36%);
    width: 40%;
    height: 1px;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.copyRight p {
    color: var(--white);
    padding-top: 1.5rem;
}


/* Footer Css End */


/* / sraachbar start / */

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 10000;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff !important;
    background: rgba(0, 0, 0, 0);
    font-size: 55px;
    line-height: 65px;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-family: arial;
}

#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
    background-color: limegreen;
    border: black;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}

.srch-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}

.srch-btn .themeBtn {
    padding: 15px 120px;
    font-size: 20px;
}


/* / sraachbar end / */


/* inner pages css start */

.innerBanner {
    position: relative;
    height: 91vh;
}

.innerBanner .banPath {
    bottom: 0;
}

.inrHeading {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    left: 0;
    right: 0;
    font-size: 3.4375rem;
    color: var(--black);
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 12rem;
}

.abtpgImg img {
    border: 7px solid var(--white);
    box-shadow: 0 12px 12px rgb(0 0 0 / 16%);
}

.artContent h6 {
    font-size: 5.17rem;
    font-family: 'Edwardian Script ITC';
    margin: 0 0 1.5rem;
}

.artContent h5 {
    font-size: 3.125rem;
    color: var(--black);
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
    margin: 0;
}

.artContent {
    margin: 0;
}

.aboutSec.aboutPage .row+.row+.row {
    margin-top: 3rem;
}

.aboutSec.aboutPage {
    padding: 5rem 0;
}

.productSec.productPage {
    padding: 4rem 0;
}

.productSec.productPage .productTabs ul {
    margin-top: 0;
}

.productSec.productPage .productWraps {
    margin-bottom: 3rem;
}

.productSec.productPage .productText h3 {
    font-size: 1.5rem;
}

.contactSet {
    text-align: center;
    /* margin-bottom: 2rem; */
}

.contactSet figure {
    width: 15.625rem;
    height: 15.625rem;
    border-radius: 50%;
    background-color: var(--white);
    box-shadow: 0 3px 15px 0 rgb(0 0 0 / 6%);
    display: grid;
    place-content: center;
    margin: auto;
    margin-bottom: 2rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.contactSet:hover figure {
    box-shadow: 0 3px 32px rgb(36 36 36 / 22%);
}

.contactSet h4 {
    text-align: center;
    /* font-weight: 700; */
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-bottom: 6px;
}

.contactSet p,
.contactSet a {
    font-size: 1.375rem;
    margin-bottom: 0;
    color: var(--black);
    line-height: 1.5;
}

.heading {
    font-size: 3.125rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.05;
}

.contactForm input {
    width: 100%;
    height: 68px;
    border: 1px solid #C0C0C0;
    border-radius: 5px;
    margin-bottom: 1.125rem;
}

.contactForm textarea {
    width: 100%;
    border: 1px solid #C0C0C0;
    border-radius: 5px;
    margin-bottom: 1.125rem;
}

.contactTop {
    padding: 4rem 0;
}

.contactSec {
    padding-bottom: 5rem;
}


/* inner pages css end */

.productText p {
    font-size: 18px;
    color: #707070;
    width: 88%;
}

h4.linehed {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 3rem;
    font-weight: 700;
    margin-top: 1rem;
}

.backbtn:before {
    content: "";
    position: absolute;
    background: url(../images/productBg.png) no-repeat;
    width: 432px;
    height: 88px;
    z-index: -1;
    bottom: -14px;
    margin: auto;
    left: -2.5rem;
}

a.themeBtn.backbtn {
    background: unset;
    font-size: 20px;
}

figure.courseimgg {
    position: relative;
}

img.img-fluid.cr1 {
    position: absolute;
    top: -59px;
    z-index: -1;
}

img.img-fluid.cr2 {
    position: absolute;
    left: -16rem;
    bottom: 2rem;
}

img.img-fluid.cr3 {
    position: absolute;
    right: 0rem;
    bottom: -4rem;
}

.productSec.productPage.courseproduct {
    background: #EAEAEA;
}

.aboutSec.abtcourse {
    padding-bottom: 4rem;
}

img.img-fluid.linebtm {
    position: absolute;
    bottom: -5rem;
}