@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");

:root {
    --black: #000;
    --primary: #BFA034;
}

.landingpage {
    font-family: "Poppins", sans-serif !important;
}

.landingpage h1,
.landingpage h2,
.landingpage h3,
.landingpage h4,
.landingpage h5,
.landingpage h6 {
    font-family: "Poppins", sans-serif !important;
}

.landingpage .container {
    max-width: 1380px;
}

.landingpage ul {
    list-style: none;
}

.landingpage header {
    padding: 40px 0;
    margin: 0 !important;
    background: #000;
}

.landingpage .navbar-brand {
    position: absolute;
    background: #000;
    border-radius: 50%;
    display: grid;
    place-items: center;
    z-index: 9999;
    width: 250px;
    height: 250px;
    top: -70px;
    overflow: hidden;
}

.landingpage .navbar-brand img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

.landingpage .navbar-nav .nav-item .nav-link {
    font-size: 1.125rem;
    color: #828282;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 13px;
}

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

.landingpage .themeBtn {
    font-size: 1rem;
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 1.25em 3.59em;
    display: inline-block;
    border-radius: 50px;
    background: var(--black);
    box-shadow: 0 0 6px rgba(255, 255, 255, 0.35);
    cursor: pointer;
}

.landingpage .themeBtn.themeBtn2 {
    background: var(--primary);
}

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

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

.landingpage .main-slider .carousel-caption {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    top: 0;
    padding: 0;
}

.landingpage .slideContent {
    text-align: left;
    position: relative;
}

.landingpage .slideContent h5 {
    font-size: 2.188rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    margin: 0;
    line-height: normal;
}

.landingpage .slideContent h1 {
    font-size: 6.688rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    margin: 0;
    line-height: 0.9;
}

.landingpage .slideContent h2 {
    font-size: 4.813rem;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
}

.landingpage .slideContent p {
    font-size: 1.5rem;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    width: 74%;
    margin: 5px 0 30px;
}

.landingpage .slideContent .themeBtn {
    font-size: 1.125rem;
    padding: 1.25em 3.59em;
}

.landingpage .main-slider {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 999;
    overflow: hidden;
    background: url("../images/mainbg.png") no-repeat;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.landingpage .main-slider .carousel-item {
    height: 100vh;
}

.landingpage .main-slider .carousel-caption:before {
    content: "";
    position: absolute;
    background: url("../images/icon/circleline.png") no-repeat;
    width: 950px;
    height: 950px;
    top: -280px;
    left: -118px;
    z-index: -1;
}

.landingpage .slideContent .social li {
    position: absolute;
}

.landingpage .slideContent .social li:nth-child(1) {
    top: -150px;
    right: 23%;
}

.landingpage .slideContent .social li:nth-child(2) {
    top: 50%;
    right: 32%;
}

.landingpage .slideContent .social li:nth-child(3) {
    bottom: -35%;
    left: 25%;
}

.landingpage .main-slider .carousel-indicators {
    top: 85%;
    justify-content: flex-start;
    z-index: 9999999;
    transform: translateY(-85%);
}

.landingpage .main-slider .carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
    border: none;
}

.landingpage .main-slider .carousel-indicators .active {
    width: 80px;
    background: var(--black);
    border-radius: 15px;
}

.landingpage .heading-sm {
    font-size: 1.563rem;
    color: var(--black);
    font-weight: 600;
}

.landingpage .heading-lg {
    margin-block: 1rem;
    font-size: 4.188rem;
    color: var(--black);
    font-weight: 600;
}

.landingpage .heading-md {
    font-size: 3.125rem;
    font-weight: 600;
    text-transform: uppercase;
}

.landingpage .aboutSection {
    padding: 5rem 0;
}

.landingpage .aboutSection figure {
    width: 95%;
    height: 660px;
    position: relative;
}

.landingpage .aboutSection figure .aboutoverlay {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: -40px;
    left: -10px;
}

.landingpage .aboutSection figure .aboutmain {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
}

.landingpage .aboutSection figure .aboutimg {
    position: absolute;
    bottom: 0;
    right: 0;
}

.landingpage .aboutSection .subtext {
    font-size: 1.5rem;
    text-transform: uppercase;
    color: var(--black);
    font-weight: 600;
}

.landingpage .aboutSection p {
    font-size: 1.125rem;
    font-weight: 400;
    color: #828282;
}

.landingpage .categorySection {
    padding: 5rem 0;
    background-color: #F4F4F4;
}

.landingpage .categoryOptions {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}

.landingpage .categoryOptions .categoryItem {
    width: 240px;
    margin-bottom: 2rem;
    cursor: pointer;
}

.landingpage .categoryOptions .categoryItem .imgBox {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.landingpage .categoryOptions .categoryItem .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.landingpage .categoryOptions .categoryItem:hover .imgBox img {
    transform: scale(1.1);
}

.landingpage .categoryOptions .categoryItem a {
    font-size: 1.5rem;
    text-transform: uppercase;
    color: var(--black);
    font-weight: 600;
    margin-top: 1rem;
    display: inline-block;
}

.landingpage .accountForm .heading-md {
    color: var(--primary);
    margin-bottom: 3rem;
}

.landingpage .accountForm {
    width: 100%;
    height: 800px;
    position: relative;
    background-color: var(--black);
    overflow: hidden;
}

.landingpage .accountForm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.landingpage .accountForm .formBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 13rem;
    color: white;
    text-align: center;
}

.landingpage .accountForm .formBox input {
    border-radius: 35px;
    padding: 1.45rem;
    margin-bottom: 1.5rem;
}

.landingpage .accountForm .formBox input {
    border-radius: 35px;
    padding: 1.45rem;
}

.landingpage .testimonials {
    width: 100%;
    height: 800px;
    padding: 5rem 0;
    text-align: center;
    background: url("../images/testimonial.png") no-repeat;
    background-size: cover;
}

.landingpage .testimonials .para {
    color: var(--primary);
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.landingpage .testimonials h1 {
    text-transform: uppercase;
}

.landingpage .testimonials .mySwiper1 {
    padding: 5rem;
    position: relative;
    padding-bottom: 4rem !important;
}

.landingpage .testimonials .mySwiper1::before {
    content: "";
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 2px;
    background-color: #707070;
    opacity: 0.5;
}

.landingpage .testimonials .mySwiper1 .swiper-slide {
    width: 21% !important;
}

.landingpage .testimonials .mySwiper1 .swiper-slide img {
    width: 100px !important;
    height: 100px !important;
    object-fit: cover;
    border: 5px solid #A7A7A7;
    border-radius: 50%;
}

.landingpage .testimonials .mySwiper1 .swiper-wrapper {
    justify-content: center;
}

.landingpage .testimonials .mySwiper1 .swiper-slide-thumb-active {
    transform: scale(1.7);
    border-color: var(--primary);
    transition: all 0.5s ease;
}

.landingpage .testimonials .mySwiper1 .swiper-slide-thumb-active img {
    border-color: var(--primary);
    transition: all 0.5s ease;
}

.landingpage .testimonials .mySwiper1 .swiper-slide {
    cursor: pointer;
    text-align: center;
}

.landingpage .testimonials .mySwiper1 .swiper-slide h3 {
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    opacity: 0;
    color: var(--primary);
    margin-top: 8px;
    margin-bottom: 0;
}

.landingpage .testimonials .mySwiper1 .swiper-slide strong {
    font-size: 0.8rem;
    margin-top: -10px;
    opacity: 0;
    color: var(--black);
    display: block;
}

.landingpage .testimonials .swiper-slide p {
    font-size: 1.125rem;
    text-align: center;
    line-height: normal;
    color: #828282;
    width: 65%;
    margin: auto;
}

.landingpage .testimonials .mySwiper1 .swiper-slide-thumb-active h3,
.landingpage .testimonials .mySwiper1 .swiper-slide-thumb-active strong {
    opacity: 1;
}

.landingpage .testimonials .swiper-button-next {
    top: 35%;
    width: 40px;
    border-radius: 50%;
    height: 40px;
    border: 1.5px solid #A7A7A7;
    left: inherit;
    -webkit-transition: all 0.5s ease;
    font-size: 12px !important;
    transition: all 0.5s ease;
    background-color: var(--white);
}

.landingpage .testimonials .swiper-button-next:after,
.landingpage .testimonials .swiper-button-prev:after {
    font-size: 18px;
    color: #A7A7A7;
}

.landingpage .testimonials .swiper-button-prev {
    top: 35%;
    width: 40px;
    border-radius: 50%;
    height: 40px;
    border: 1.5px solid #A7A7A7;
    right: inherit;
    -webkit-transition: all 0.5s ease;
    font-size: 12px !important;
    transition: all 0.5s ease;
    background-color: var(--white);
}

.landingpage .testimonials .swiper-button-next:hover,
.landingpage .testimonials .swiper-button-prev:hover {
    color: var(--secondary);
    border: 2px solid var(--primary);
    background-color: var(--primary);
}

.landingpage .testimonials .swiper-button-next:hover:after,
.landingpage .testimonials .swiper-button-prev:hover:after {
    color: var(--white);
}

.landingpage footer {
    background-color: #232323;
    color: white;
    padding-top: 5rem;
    position: relative;
}

.landingpage footer::before {
    content: "";
    position: absolute;
    top: -215px;
    left: 0;
    right: 0;
    width: 100%;
    height: 220px;
    background: url("../images/footerbg.png") bottom center no-repeat;
}

.landingpage footer h2 {
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 2.5rem;
}

.landingpage footer ul {
    margin: 0;
    padding: 0;
}

.landingpage footer li {
    margin-bottom: 1rem;
}

.landingpage footer li h6,
.landingpage footer li a {
    color: white;
    margin: 0;
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight: 400;
}

.landingpage footer .contactinfo li {
    display: flex;
    margin-bottom: 2rem;
    align-items: center;
}

.landingpage footer li h6 {
    font-size: 1rem;
    font-weight: 600;
}

.landingpage footer .contactinfo li a {
    font-size: 1rem;
    text-transform: capitalize;
}

.landingpage footer .contactinfo li img {
    margin-right: 30px;
    width: 40px;
    height: 40px;
    object-fit: contain;
}

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

.landingpage footer .socialLinks li a .iconBox {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    margin-right: 10px;
    font-size: 14px;
    color: white !important;
}

.landingpage footer .socialLinks li:nth-child(1) a .iconBox {
    background-color: #1877F2;
}

.landingpage footer .socialLinks li:nth-child(2) a .iconBox {
    background-color: #1DA1F2;
}

.landingpage footer .socialLinks li:nth-child(3) a .iconBox {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.landingpage footer .socialLinks li:nth-child(4) a .iconBox {
    background-color: #0A66C2;
}

.landingpage footer .copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 3rem;
}

.landingpage .navbar-brand video {
    width: 100%;
    height: 100%;
}

html {
    overflow-x: hidden;
}

@media screen and (max-width: 1299.98px) {
    .landingpage .navbar-nav .nav-item .nav-link {
        font-size: 0.785rem;
        padding: 0;
    }

    .landingpage .navbar-brand {
        position: initial;
    }

    .landingpage header {
        padding: 0;
    }

    .landingpage .themeBtn {
        padding: 0.875em 2em;
        font-size: 0.875rem;
    }
}