@font-face {
    font-family: 'Monument-Extended';
    src: url('../fonts/MomoTrustDisplay-Regular.ttf');

}

@font-face {
    font-family: 'Gilroy-Regular';
     src: url('../fonts/StackSansNotch-SemiBold.ttf');
}
@font-face {
    font-family: 'Gilroy-Bold';
   src: url('../fonts/StackSansNotch-SemiBold.ttf');
    }

    @font-face {
        font-family: 'Gilroy-SemiBold';

        src: url('../fonts/StackSansNotch-SemiBold.ttf');
    }

    body{
    position: relative;
    background:  #000;
  overflow-x:hidden;
  height: 1000px;
}


.blue {
    color: #0091DA !important;
}

.green {
    color: #04ff97;
}

.white {
    color: #F3F3F3;


}
.heading .white{
    font-family: 'Gilroy-Bold';

}

.yellow {
    font-family: 'Gilroy-regular';
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FEC93D;

}

/* header */
.navbar {
    padding: 30px 300px;
}

a.navbar-brand img {
    width: 150px;
}

h3.brand-item-title{
    font-family: 'Monument-Extended';
    color :#fff;
    position: absolute;
    bottom : 10px;
    left : 15%;

}

li.nav-item a {
    font-family: 'Gilroy-Regular';
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 0px 40px;
}

div#navbarSupportedContent {

    flex-direction: space-between;
    justify-content: space-between;
    align-items: center;
}

/* header ended */

/* slider */
section.brand-wrappe.desktop {
    margin-top: 100px;
}

.brand-heading {
    font-family: 'Monument-Extended';
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #F9F9F9;

}

.brand-description {
    font-family: 'gilroy-regular';
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #F9F9F9;
    margin-bottom: 60px;
    margin-top: 20px;


}

.avail-deal {
    padding: 16px 32px;
    font-family: 'Monument-Extended';
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    border: solid 1px #04ff97;
    text-decoration: none;
    width: 300px;

}

.left-brand-arrow {
    margin-left: 60px;
}

/* home page products sections */

.product-item img {
    /* width: 0% !important; */
}

.brand-heading{
    line-height: 1.5;
    font-size: 50px;

}

.product-item {
    position: relative;
}
.prodcut-item-info {
    background:#c9d2c159;
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 1111;
    padding: 10px 20px;
    border: solid 1px #90909042;
    opacity: 1;

}

#page2{
    background: rgb(0, 0, 0);
    width: 100%;
    overflow: hidden;
}

 #page2 h1{
    font-size: 25vw;
    text-transform: uppercase;
    color : #fff;

}

.brand-item h3{
    opacity: 0;
}

.home-products-wrape .product-title {
    font-family: 'Monument-Extended';
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0px;
    line-height: 1.2;

}

.prodcut-price {
    font-family: 'Gilroy-Bold';
        font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-top: 15px;

}

.p-color {
    font-family: 'Gilroy-Regular';
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    color: #0A0A0A;
    opacity: 0.5;


}

.choose-us {
    padding: 0px 80px;
    padding-bottom: 120px;
    background-color: #0A0A0A;
}

.right-choose-section h1 {
    font-family: 'Monument-Extended';
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;

}

.right-choose-section h4 {
    font-family: 'Gilroy-regular';
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-top: 120px;

}

.right-choose-section {
    margin-left: 200px;
    border: solid 1px #909090;
    padding: 40px;
}

.content {
    margin: 100px 0px 0px 200px;
    text-align: center;
}

.mySwiper {
    margin-top: 120px;
}

.choose-arrow-main {
    display: flex;
    justify-content: flex-end;
}

.mount-edges {
    font-family: 'Gilroy-Regular';
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    width: 100%;
    text-align: left;

}

.content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 0px 50px;
}

.choose-us-option {
    padding-left: 0px;
    text-align: left;
    margin-bottom: 50px;
}

.choose-us-option li {
    display: inline-flex;
    margin: 30px 50px 0px 0px;
    text-align: left;
}

.choose-us-option a {
    font-family: 'Gilroy-Regular';
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #F3F3F3;
    text-decoration: none;
    opacity: .5;

}

.new-arrivals-btn {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.new-arrivals-btn a {

    width: 80%;
}

.active {
    opacity: 1 !important;
    font-weight: 800;

}

/* offer section */

.bg-offer-img {
    background-image: url(../img/WE-OFFER.png);
    background-size: 100%;
    height: 350px;
    background-repeat: no-repeat;
    margin: 90px 0px;
    padding: 0px 80px;

}

.offer-heading {
    font-family: 'Monument-Extended';
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;

}

.offer-mono img {
    width: 100%;
}

.left-mono-section {
    position: relative;
}

.first-top {
    position: absolute;
    top: -80px;
    right: -150px;
    text-align: right;
    width: 100%;
    opacity: 0.5;

}

.right-first-top {
    position: absolute;
    top: -80px;
    left: -150px;
    text-align: left;
    width: 100%;


}
.first-top:hover, .first-bottom:hover, .right-first-bottom:hover {
    opacity: 1;
    cursor: pointer;
}
.first-bottom {
    position: absolute;
    bottom: -100px;
    right: 0px;
    text-align: right;
    width: 100%;
    opacity: 0.5;
}

.right-first-bottom {
    position: absolute;
    bottom: -100px;
    text-align: left;
    width: 100%;
    opacity: 0.5;
}

.left-mono-section h2 {
    font-family: 'Monument-Extended';
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #0A0A0A;
}

.left-mono-section p {
    font-family: Gilroy-Regular;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #0A0A0A;
}

.mono-main-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

footer {
    background-color: #000;
    padding: 50px 115px 0px 115px;
}

.footer-logo {
    font-family: 'Monument-Extended';
    font-weight: 400;
    font-size: 120px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #F3F3F3;

}
.row.footer-bottom-section {
    max-height: 450px;
}

.footer-menu a {
    font-family: 'Gilroy-Regular';
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #EFEFEF;
    text-decoration: none;


}

.footer-menu li {
    margin-top: 10px !important;
}

footer h3 {
    font-family: 'Gilroy-regular';
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #EFEFEF;
    margin-top: 30px;
    margin-bottom: 30px;
}

section.offer-section-started {
    padding-bottom: 150px;
}

.footer-social li {
    margin:0px 6px;

}

footer a,
footer p {
    font-family: 'Gilroy-Regular';
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #EFEFEF;

}

.footer-bottom-section {

    margin-top: 10px;





}
.footer-bottom-section h3{
    font-family: 'Gilroy-Bold';

}

footer .row h3{
    font-family: 'Gilroy-Bold';

}
.border-top {
    border-top: solid 1px #EFEFEF;
}

.bg-img-footer {
    height: 500px;
}
.footer-text {
    margin-left: 30px;
}



.footer-form .text-input {

    border: solid 1px #666666;

    padding-top: 16px;
    padding-right: 64px;
    padding-bottom: 16px;
    padding-left: 16px;
    gap: 10px;
    color: #F3F3F3;
    background: transparent;
    font-family: 'Gilroy-regular';
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    width: 100%;



}

.button-input {

    padding-top: 16px;
    padding-right: 64px;
    padding-bottom: 16px;
    padding-left: 64px;
    gap: 10px;
    background: #04ff97;
    color: #000 !important;
    width: 100%;
    margin-top: 20px;
    font-family: 'Gilroy-regular';
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    border-radius: 100px;

}

.footer-form .text-input::placeholder {
    font-family: 'Gilroy-regular';
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;


}

.bottom-menu li {
    margin: 10px
}

.bottom-menu li a {
    opacity:1;
    text-decoration: none;
    font-family: 'Gilroy-Regular';
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;


}
.text-right-nova{
    text-align: right;
}

.bottom-menu li a:hover {
    opacity: 1;
}




.mobile {
    display: none;
}




.hover-box:hover::before {
    transform: scaleY(1);
}

.hover-box .content {
    position: relative;
    z-index: 1;
}


/* box animation */

.brand-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }
.offer-mono{
    position: relative;
  }
  .col-lg-6.offer-mono {
    padding: 30px;
}
  .mono-top-left{
    max-width: 70px;
    position: absolute;
    z-index: 1111;
    left: 145px;
    top: 0px;
    opacity: .8;
  }
  .mono-top-right{
    max-width: 70px;
    position: absolute;
    z-index: 1111;
    right: 145px;
    top: 0px;
    opacity: .8;
  }
  .mono-bottom-left, .mono-bottom-right{
    max-width: 70px;
  }
  .mono-bottom-left{
    position: absolute;
    bottom: 0px;
    left: 0px;
    opacity: .8;
  }

  .mono-bottom-right{
    position: absolute;
    bottom: 0px;
    right: 0px;
    opacity: .8;
  }

  a.mobile-logo img {
    display: none;
}


/* mobile menu */
    body {
      margin: 0;
      font-family: 'Segoe UI', sans-serif;
      background: #111;
      color: white;
      overflow-x: hidden;
    }

    .menu-toggle {
      font-size: 30px;
      background: none;
      border: none;
      color: white;
      cursor: pointer;
      z-index: 1001;
    }
    button.menu-toggle {
    display: flex;
}


    .mobile-menu {
      position: fixed;
      top: 0;
      right: -100%;
      width: 100%;
      height: 100%;
      background: #000;
      padding: 40px 20px 0px 20px;
      transition: right 0.4s ease;
      z-index: 10000000;
    }
    .logo img {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.support {
    margin-top: 100px;
}

.customer-suport{
    font-family: 'Gilroy-Bold' !important;
font-weight: 400;
font-size: 22px;
line-height: 100%;
letter-spacing: 0%;
margin-bottom: 20px;

}

.support a {
    font-family: 'Gilroy-Regular';
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    margin-top: 10px;
}
    .mobile-menu.active {
      right: 0;
    }
    ul.mobile-menu-page {
    padding: 0px;
    margin: 0px;
}

    .close-menu {
      position: absolute;
      top: 20px;
      left: 20px;
      font-size: 28px;
      background: none;
      border: none;
      color: white;
      cursor: pointer;
    }

    .menu-items {
      display: flex;
      flex-direction: column;
      gap: 20px;
      text-align: center;
      margin-top: 100px;
    }

    .menu-items a {
      text-decoration: none;
      font-size: 20px;
      color: white;
      font-weight: 600;
      transition: color 0.3s;
    }

    .menu-items a.active {
      color: #04ff97; /* neon green */
    }

       .menu-items a.visited {
      color: #04ff97; /* neon green */
    }

    .menu-items a:hover {
      color: #04ff97;
    }

    .support {
      text-align: center;
      font-size: 12px;
      margin-bottom: 20px;
    }

    .support a {
      color: #ccc;
      text-decoration: none;
      display: block;
    }

    .logo {
      margin-bottom: 10px;
    }

    .logo svg {
      width: 50px;
      height: 50px;
      fill: 04ff97;
    }
.mobile-menu-page a{
    font-family: 'Monument-Extended';
font-weight: 400;
font-size: 24px;
line-height: 100%;
letter-spacing: 0%;
color: #fff;
margin-top: 20px;
}
.mobile-menu-page li{
    margin-top: 30px;
}

#two-column{
    background-color: #000;
}

#watches-section{
    background: #000;
}

section#watches-section h2 {
    font-size: 130px;
    font-family: 'Gilroy-Regular';

}


section#watches-section p{
    font-size: 20px;
    font-family: 'Monument-Extended';


}

section#watches-section img{
    opacity: 0;
}

section#watches-section h2{
    opacity: 0;
}


section#watches-section p{
    opacity: 0;
}

.airbuds{
    background: #000;
    overflow: hidden;
position: relative;
    height: 100%;

}
.airbuds img{
    position: absolute;
    bottom: 0;
}
#cursor{
    background-color: #fff;
    width : 20px;
    height : 20px;
    border-radius: 50%;
    /* opacity: 0; */
    position: absolute;
    z-index: 1111;
    top: 0;
    left : 0;
}
/* testimonail */
/* Outer Light Blue Rounded Background */
.testimonial-wrapper {
  position: relative;
}

#review{
    background:#000;
}

/* Floating White Card */
.testimonial-card {
  background: #fff;
  border-radius: 18px;
  margin: 40px auto;
  position: relative;
  z-index: 2;
  max-width: 900px;
}

/* Quote Icon */
.quote-icon {
  font-size: 80px;
  line-height: 0;
  color: #04ff97;
  font-weight: bold;
  margin-bottom: 10px;
}

/* Title */
.text-content h2 {
  color: #000000;
}

/* Description Text */
.text-content p {
  font-size: 14px;
  line-height: 1.6;
}

/* Right Image Side */
.img-side img {

    position: absolute;
    top: -147px;
    right: -56px;
}
.text-content.p-4 {
    width: 65%;
}
/* Responsive */
@media (max-width: 768px) {
  .testimonial-card {
    flex-direction: column !important;
    text-align: center;
  }

  .img-side img {
    width: 100%;
    border-radius: 0 0 18px 18px;
  }
}

  /* ==================responsive===================== */
  @media(min-width:768px){
    #mobile-burger-btn{
    display:  none !important;
}

}
  @media screen and (min-width: 300px) and (max-width: 820px){

    nav.navbar.navbar-expand-lg .container-fluid{
        display: block !important;
    }
    p.p-color {
    display: none;
}
.mobile .product-item-info-right.col-lg-4 {
    display: none;
}

a.mobile-logo img {
    display: block;
}
    .mobile {
        display: block;
    }

    .footer-logo {
        font-size: 40px;
    }

    .navbar {
        margin: 0px !important;
    }
.navbar {
    padding: 30px 20px !important;
}


    .col-lg-6.offer-mono img {
        width: 200px;
    }


    .right-choose-section {
        margin-left: 0px;
        border: solid 1px #909090;
        padding: 10px;
    }

    .choose-us {
        padding: 0px 20px;
    }

    .content {
        margin: 50px 0px 0px 0px;
        text-align: center;
        padding: 0px;
    }

    .main-mono {
        display: none;
    }


    h3.slider-title {
        font-size: 15px;
    }

    .limited-stcok {
        font-family: 'Gilroy-Regular';
        font-weight: 400;
        font-size: 10px;
        line-height: 100%;
        letter-spacing: 0%;
        background: #04ff97;
        border-radius: 70px;
        border: solid 5px #F9F9F9;
        padding: 10px 0px;
    }

    button.limited-stcok {
        position: relative !important;
        left: 0;
        top: 43px;
        width: 45%;

    }

    .slider-above-img {
        width: 350px;
        margin-top: -40px;
    }

    nav.navbar.navbar-expand-lg {
        margin-bottom: 25px;
    }

    .carousel-indicators {
        margin-right: 0%;
        margin-left: 0%;
        justify-content: flex-start;

    }

    .slider-1 {
        height: 300px;
    }

    .slider-1 {
        padding: 0px 20px;
    }

    .carousel-indicators [data-bs-target] {
        font-size: 14px;
        margin: 20px !important;


    }

    .brand-content {
        padding: 0px;
    }


    .brand-heading {

        font-size: 22px;
        text-align: center;

        line-height: 1.3;

    }

    p.brand-description {
        font-size: 14px;
        text-align: center;
        line-height: 1.3;
        margin-bottom: 30px;
    }

    .first-top,
    .first-bottom,
    .right-first-top,
    .right-first-bottom {
        right: 0px;
    }


    footer {
        padding: 50px 0px;
    }

    button.navbar-toggler {
        border: none;
    }

    .desktop {
        display: none;
    }

    .left-brand-arrow {
        margin-left: 0px;
        width: 62px;
        text-align: center;
    }

    .swap img {
        margin-right: 15px;
    }

    .swap {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
    }

    .brand-slider .slider {
        width: 100% !important;
        margin: 0px !important;
    }

    .brand-item {
        border: solid 1px #909090;
        min-height: 300px;
    }

    .brand-item-img {

        padding-top: 40px;
    }

    .brand-item-title {
        color: #F9F9F9;
        padding-top: 70px;
    }

    .brand-slider .slick-slide {
        margin: 0px !important;
    }

    .avail-deal {
        font-size: 15px;
        margin-top: 50px;


    }

    .bottom-btn {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .home-products-wrape {
        padding: 50px 0px;

    }


    .product-item {
        background: #f1f2f7;
        min-height: 320px;
    }

    .home-products-wrape .product-title {

        font-size: 14px;

        margin: 0px;

    }

    .view-all a {
        border-color: #000;
        color: #000;
        text-align: center;
    }

    .swiper {
        width: 100% !important;
        height: 400px !important;
        margin-top: 60px;
    }

    .right-choose-section h4 {
        margin-top: 50px;
        font-size: 15px;
    }

    .right-choose-section h1 {
        font-size: 24px;
    }

    p.mount-edges.white {
        margin-top: 50px;
        font-size: 15px;
        line-height: 1.3;
    }

    .new-arrivals-btn a {
        width: 100%;
        margin-top: 25px;
        margin-bottom: 40px;
    }

    .bg-offer-img {
        height: 100px;
        margin-top: 50px;
        padding-bottom: 15px;

    }

    .offer-heading {
        font-size: 20px;
    }

    .mono-main-section h2 {
        font-size: 12px;
    }

    .mono-main-section p {
        font-size: 12px;
    }

    .first-bottom {
        position: relative;
        bottom: auto;
        right: 0px;
        text-align: left;
        width: 100%;
        margin-bottom: 31px;
    }

    .first-top {
        position: relative;
        top: auto;
        right: 0px;
        text-align: right;
        width: 100%;
    }

    .right-first-top {
        position: relative;
        top: 10px;
        left: auto;
        text-align: left;
        width: 100%;
    }

    .right-first-bottom {
        position: relative;
        bottom: -10px;
        text-align: left;
        width: 100%;
    }

    .mono-main-section {
        padding-top: 0;
        padding-bottom: 0;
    }

    .bg-offer-img {
        margin-bottom: 25px;
    }

    footer h3 {

        font-size: 15px !important;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .footer-menu a {
        font-size: 12px;
    }

    .footer-social li {
        margin: 5px;
    }

    .container.mono-main-section.left-mono-section {
        padding: 20px;
    }

    section.offer-section-started {
        padding-bottom: 50px;
    }

    .row.footer-bottom-section {
        margin: 0px;
    }

    .footer-bottom-section {
        display: flex;
        flex-direction: row-reverse;
    }

    footer p {
        margin-top: 50px;
    }

    footer a,
    footer p {
        font-size: 12px;
    }

    input.button-input {
        padding: 10px 20px;
        text-align: center;
        border: 0px;
        font-size: 14px;
    }

    input.text-input::placeholder {
        font-size: 12px !important;
    }

    .bg-img-footer {
        height: 200px;
    }

    footer {

        background-size: 70%;
                padding: 20px;
    }

    .bottom-menu li a {
        font-size: 12px;
        opacity: 1;
        color: #fff !important;
    }

    ul.p-0.bottom-menu.d-flex {
        display: block !important;
    }

    footer {
        position: relative;
    }

    ul.p-0.bottom-menu.d-flex {
        position: absolute;
        bottom: 100px;
        border: none;

    }

    .mono-top-right {
        max-width: 41px;
        position: absolute;
        z-index: 1111;
        right: 190px;
        top: -16px;
        opacity: .8;
    }
    .mono-top-left {
        max-width: 41px;
        position: absolute;
        z-index: 1111;
        left: 190px;
        top: -16px;
        opacity: .8;
    }
    .mono-bottom-left, .mono-bottom-right {
        max-width: 41px;
    }
    .mono-bottom-left {
        position: absolute;
        bottom: -16px;
        left: -5px;
        opacity: .8;
    }
    .mono-bottom-right {
        position: absolute;
        bottom: -16px;
        right: -5px;
        opacity: .8;
    }
    .right-first-top {
        margin-top: 20px;
    }
    .right-first-bottom{
        margin-top: 20px;
    }
    a.navbar-brand {
        display: none;
    }

    li.nav-item a{
        font-size: 16px;
    }
    div#navbarSupportedContent {
      position: absolute;
        top: 99px;
        background: #ffffff !important;
        width: 100%;
        opacity: 1;
        z-index: 11111;
        padding: -41px;
        margin-left: -30px;
    }
    div#navbarSupportedContent {
        min-height: 170px;
        box-shadow: 0px 13px 6px #00000042;
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    .fixed-left-text {
        margin-left: 20px !important;
    }
    .first-top, .first-bottom, .right-first-bottom {
        opacity: 1;
        cursor: pointer;
    }
    .mobile-header button,
    .mobile-header div,
    .mobile-header div{
        width: 33%;

    }
    button.navbar-toggler {
        text-align: left;
    }
    .cart-main{
        text-align: right;
    }
    .mobile-header {
        display: flex;
        align-items: center;
        padding-top:20px;
    }
    .mobile-logo img{
        width: 50%;

    }
    .cart-main img{
        width: 30%;
        margin-right: 20px;
    }
}

@media(max-width:400px){
    .mono-top-right {

        right: 146px;

}
.mono-top-left {
    left: 146px;
}
}

/* =============================responsive style large screen==================================== */
@media screen and (min-width: 992px) and (max-width: 1600px) {
   .mobile{
    display: none;
   }
   .desktop{
    display: block;
   }
   .brand-content{
    padding: 25px;
   }
   .brand-heading{
    font-size: 26px;

   }
.brand-description{
    font-size: 20px;
}
.product-item{
    min-height: 300px;
}

.footer-logo{
    font-size: 90px!important;
}
footer h3{
    font-size: 20px;
}
.footer-menu a{
    font-size: 16px;
}
.footer-social {
    flex-direction: row;
    align-items: flex-start;
    padding: 0;
  }

  .footer-social li {
    margin-bottom: 8px;
  }

  .footer-social img {
    margin: 0;
  }


footer a,
footer p {
font-size: 16px;
    }

    .footer-form .text-input,
    .button-input {
        font-size: 16px;
        padding: 12px 30px;
    }

    .footer-form .text-input::placeholder {
        font-size: 16px;
    }

    .footer-bottom-section {
        margin-top: 40px;
    }
    .footer-text {
        margin-left: 20px;
    }

    .bg-img-footer {
        height: 300px;
    }

.bottom-menu li a {
    font-size: 14px;
}

.choose-us {
    padding: 0px 40px;
    padding-bottom: 80px;
    background-color: #0A0A0A;
}

.right-choose-section {
    margin-left: 100px;
    padding: 30px;
}

.right-choose-section h1 {
    font-size: 32px;
}

.right-choose-section h4 {
    font-size: 22px;
    margin-top: 80px;
}

.content {
    margin: 80px 0px 0px 100px;
    padding: 0px 30px;
}

.mount-edges {
    font-size: 18px;
}

.choose-us-option a {
    font-size: 22px;
}

.choose-us-option li {
    margin: 20px 30px 0px 0px;
}

.mySwiper {
    margin-top: 80px;
}

.choose-arrow-main {
    justify-content: center;
}


}


/* ================================================================= */


/* new code  */
  body {
      background: #111;
      color: white;
      font-family: 'Press Start 2P', cursive;
      padding: 20px;
    }
    .carousel-item {
      text-align: center;
    }


    .carousel-caption {
      background: rgba(0, 0, 0, 0.6);
      padding: 15px;
      border-radius: 12px;
    }
    .btn-pixel {
      font-size: 0.8rem;
      border: 2px dashed #0ff;
      background: transparent;
      color: #0ff;
      text-transform: uppercase;
    }
    @import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');
