*{
    margin: 0;
    padding: 0;
    
}

@font-face {
    font-family: Arial-unicode;
    src: url(/fonts/arialuni.ttf);
}

@font-face {
    font-family: Aslly;
    src: url(/fonts/Aslly\ Lastty.ttf);
}

@font-face {
    font-family: Badbad;
    src: url(/fonts/Badbad.ttf);
}

@font-face {
    font-family: Bellamona;
    src: url(/fonts/Bellamona.ttf);
}

@font-face {
    font-family: Bhamious;
    src: url(/fonts/Bhamious.ttf);
}

@font-face {
    font-family: Boarding;
    src: url(/fonts/Boarding\ PersonalUse.ttf);
}

@font-face {
    font-family: Brittany-signature;
    src: url(/fonts/BrittanySignature.ttf);
}

@font-face {
    font-family: Butterland;
    src: url(/fonts/Butterland.ttf);
}

@font-face {
    font-family: Dropaso;
    src: url(/fonts/Dropaso.ttf);
}

@font-face {
    font-family: Eurostile;
    src: url(/fonts/EurostileExtended.ttf);
}

@font-face {
    font-family: Eurostile-extended-black;
    src: url(/fonts/EurostileExtendedBlack.ttf);
}

@font-face {
    font-family: Fatiha;
    src: url(/fonts/Fatiha.otf);
}

@font-face {
    font-family: Freeflow;
    src: url(/fonts/Freeflow.ttf);
}

@font-face {
    font-family: Geraldyne;
    src: url(/fonts/Geraldyne\ Demo.ttf);
}

@font-face {
    font-family: Harmonia;
    src: url(/fonts/Harmonia.ttf);
}

@font-face {
    font-family: Heliopride;
    src: url(/fonts/Heliopride.ttf);
}

@font-face {
    font-family: Kalam;
    src: url(/fonts/Kalam-Regular.ttf);
}

@font-face {
    font-family: Neoneon;
    src: url(/fonts/Neoneon.otf);
}

@font-face {
    font-family: Rocket;
    src: url(/fonts/Rocket\ Clouds.otf);
}

@font-face {
    font-family: Royage;
    src: url(/fonts/Royage.otf);
}

@font-face {
    font-family: The-gallery;
    src: url(/fonts/The\ Gallery\ Personal\ Use.otf);
}

@font-face {
    font-family: Whitening;
    src: url(/fonts/Whitening.ttf);
}

@font-face {
    font-family: Dream-angel;
    src: url(/fonts/Dream-Angel.ttf);
}

@font-face {
    font-family: 'Cruella';
    src: url(/fonts/MMCruella-300.ttf);
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: Virtual;
    src: url(/fonts/Virtual-Regular.ttf);
}

@font-face {
    font-family: Golden-hopes;
    src: url(/fonts/Golden\ Hopes.ttf);
}

@font-face {
    font-family: Eurostile_extended;
    src: url(/fonts/EurostileExtended.ttf);
}
 
  @keyframes glowing {
    0% { background-color: #ffb522; -webkit-box-shadow: 0 0 3px #ffb522; }
    25% { background-color: #b87f0e; -webkit-box-shadow: 0 0 3px #b87f0e; }
    50% { background-color: #996c14; -webkit-box-shadow: 0 0 40px #996c14; }
    75% { background-color: #cc901b; -webkit-box-shadow: 0 0 40px #cc901b; }
    100% { background-color: #ffb522; -webkit-box-shadow: 0 0 3px #ffb522; }
  }


:root{
    --main-color: #ffb522;
    --background-color: #323b44;
    --text-color: black;
    --bg-color: white;
}

.text-orange{
    color: var(--main-color);
}

.bg-orange{
    background-color: var(--main-color);
    color: var(--bg-color);
}

.bg-orange:hover{
    background-color: var(--main-color);
    color: var(--text-color);
}

.bg-gray{
    background-color: var(--background-color);
    color: white;
}

.bg-gray:hover{
    background-color: var(--bg-color);
    color: var(--text-color)
}

.body{
    background-color: black;
    margin-top: 80px;
}

.button1{
    color: #ffffff;
    transition: ease all .3s;
    animation: glowing 1500ms infinite;
    margin-left: 200px;
}

.button2{
    /* background-image: url("/img/shop.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height:50px;
    width: 170px; */
    margin-left: 50px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.button3{
    background-image: url("/img/shop.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height:50px;
    width: 200px;
    margin-left: 50px;
}


.banner_title{
    color: var(--main-color);
    font-family: 'Arial-unicode','Times New Roman';
    font-size: 100px;
    align-items: center;
}

.banner_title_span{
    color: #ff1178;
    font-family: 'neoneon',serif;
    font-size: 106px;
    margin-top: 25px;
    text-shadow: 1px 1px 8px, 0 0 25px, 0 0 5px;  
}

.animated{
    font-size: 50px;
    padding-left: 140px;
    font-family: 'Dropaso','Times New Roman';
    animation-name: sequence;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.sequence {
    animation-name: sequence;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
   
}
.sequence:nth-child(1) {
    animation-delay: 0s;
}
.sequence:nth-child(2) {
    animation-delay: 0.2s;
}
.sequence:nth-child(3) {
    animation-delay: 0.4s;
}
.sequence:nth-child(4) {
    animation-delay: 0.6s;
}

.sequence:nth-child(5) {
  animation-delay: 0.8s;
}

.sequence:nth-child(6) {
  animation-delay: 1.0s;
}

.sequence:nth-child(7) {
  animation-delay: 1.2s;
}

.sequence:nth-child(8) {
  animation-delay: 1.4s;
}

.sequence:nth-child(9) {
  animation-delay: 1.6s;
}

.sequence:nth-child(10) {
  animation-delay: 1.8s;
}

@keyframes sequence {
    0% {
      text-shadow: 2px 0 0 #2196F3, -2px 0 0 #2196F3, 0 2px 0 #2196F3, 0 -2px 0 #2196F3, 1px 1px #2196F3, -1px -1px 0 #2196F3, 1px -1px 0 #2196F3, -1px 1px 0 #2196F3;
    }
    20% {
      text-shadow: 2px 0 0 #9C27B0, -2px 0 0 #9C27B0, 0 2px 0 #9C27B0, 0 -2px 0 #9C27B0, 1px 1px #9C27B0, -1px -1px 0 #9C27B0, 1px -1px 0 #9C27B0, -1px 1px 0 #9C27B0;
    }
    40% {
      text-shadow: 2px 0 0 #F44336, -2px 0 0 #F44336, 0 2px 0 #F44336, 0 -2px 0 #F44336, 1px 1px #F44336, -1px -1px 0 #F44336, 1px -1px 0 #F44336, -1px 1px 0 #F44336;
    }
    60% {
      text-shadow: 2px 0 0 #FFEB3B, -2px 0 0 #FFEB3B, 0 2px 0 #FFEB3B, 0 -2px 0 #FFEB3B, 1px 1px #FFEB3B, -1px -1px 0 #FFEB3B, 1px -1px 0 #FFEB3B, -1px 1px 0 #FFEB3B;
    }
    80% {
      text-shadow: 2px 0 0 #74D108, -2px 0 0 #74D108, 0 2px 0 #74D108, 0 -2px 0 #74D108, 1px 1px #74D108, -1px -1px 0 #74D108, 1px -1px 0 #74D108, -1px 1px 0 #74D108;
    }
    100% {
      text-shadow: 2px 0 0 #2196F3, -2px 0 0 #2196F3, 0 2px 0 #2196F3, 0 -2px 0 #2196F3, 1px 1px #2196F3, -1px -1px 0 #2196F3, 1px -1px 0 #2196F3, -1px 1px 0 #2196F3;
    }
  }

.cmn_btn_customize{
    color: var(--main-color);
    transition: ease all .3s;    
}

.cmn_btn_customize:hover{
    transition: ease all .3s;
}

.sectionwhy{
    font-size: 50px;
    font-family: 'sans-sarif';
    color: var(--main-color);
    font-weight: bolder;
    letter-spacing: normal;
}
.sectionwhy_span{
    font-family: 'Golden-Hopes';
    font-size: 60px;
    color: #fff;
    font-weight: 400;
}

.forthsecond{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 30px;
    color: var(--main-color);
}

.forthsecond_span{
    font-size: 30px;
    color: white;
}

.cmn_btn{
    color: var(--main-color);
    transition: ease all .3s;
    font-weight: 600;
}

.cmn_btn:hover{
    color: white;
    background-color: var(--main-color);
    box-shadow: 0px 0px 2px 2px var(--main-color);
}
.customize_btn a{
    touch-action: manipulation;
    background-color: transparent;
}

.client {
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
  
  }
  
  .carousel-icon {
      
       
          font-size: 5rem;
          color: white;
      
  
  }
  .carousel-item {
  
     
          font-size: 1.6rem;
           color: var(--main-color);
      
  }
  
  .t-card {
      padding: 1.8125rem 1.125rem;
      border-radius: 1.25rem;
      color: rgb(255, 255, 255);
      height: auto;
  }
  
  .arrow-down {
      width: 0;
      height: 0;
      border-left: 1.5625rem solid transparent;
      border-right: 1.5625rem solid transparent;
      border-top: 1.25rem solid #000;
      margin-left: 4.6875rem;
  }

.whatsapp-chat {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    display: flex;
    text-align: center;
    align-items: center;
  }
  
  .whatsapp-chat a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    border-radius: 50%;
    
    transition: all 0.3s ease-in-out;
  }
  
  .whatsapp-chat a i {
    margin-right: 10px;
  }
  
  .whatsapp-chat a:hover {
    transform: scale(1.1);
    
  }

.whatsapptitle{
    color: rgb(0, 0, 0);
    font-size: 18px;
    background-color: white;
    padding: 3px;
    border-radius: 10px;
}

.fa-fa-whatsapp img{
    height: 60px;
}


.fa-facebook {
    background: #3B5998;
    color: white;
  }

.firsthalf_p{
    text-shadow: 1px 1px 8px , 0 0 25px , 0 0 5px ;
    height: 455px;
    background-image: url('../img/bg1.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: sticky;
    top: 70px;
    word-break: break-all;
}

.des{
    font-size: 13px;
    color: #a53939;
    text-align: start;
}

.secondhalf_button{
    height: 45px;
    width: 99px;
    border: none;
    transition-duration: 0.4s;
    margin: 3px;
}

.secondhalf_button:hover {
    background-image: linear-gradient(72deg,#e64d4d 0,#0feb72 51%,#36cff5 100%);
    color: white;
}

.secondhalf_button:focus{
    background-image: linear-gradient(72deg,#e64d4d 0,#0feb72 51%,#36cff5 100%);
    color: white;
}

.fontcolor1{
    height: 40px;
    width: 40px;
    background-color: red;
    border-radius: 20px;
    border: none;
}

.fontcolor2{
    height: 40px;
    width: 40px;
    background-color: #48bf53;
    border-radius: 20px;
    border: none;
}

.fontcolor3{
    height: 40px;
    width: 40px;
    background-color: blue;
    border-radius: 20px;
    border: none;
}

.fontcolor4{
    height: 40px;
    width: 40px;
    background-color: yellow;
    border-radius: 20px;
    border: none;
}

.fontcolor5{
    height: 40px;
    width: 40px;
    background-color: cyan;
    border-radius: 20px;
    border: none;
}

.fontcolor7{
    height: 40px;
    width: 40px;
    background-color: white;
    border-radius: 20px;
    border: none;
}

.fontcolor8{
    height: 40px;
    width: 40px;
    background-color:#ff1178;
    border-radius: 20px;
    border: none;
}

.sizelabel_button{
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    border: none;
    transition-duration: 0.4s;
    border-radius: 10px;
}

.sizelabel_button:hover {
    background-image: linear-gradient(72deg,#e64d4d 0,#0feb72 51%,#36cff5 100%);
    color: white;
}

.sizelabel_button:focus{
    background-image: linear-gradient(72deg,#e64d4d 0,#0feb72 51%,#36cff5 100%);
    color: white;
}

.background1{
    background-image: url("/img/Background1.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height:100%;
    width: 100%;
    transition-duration: 0.4s;
}

.background2{
    background-image: url("/img/bg2.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height:100%;
    width: 100%;
    transition-duration: 0.4s;
}

.background3{
    background-image: url("/img/bg3.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height:100%;
    width: 100%;
    transition-duration: 0.4s;
}

.custombackground{
    font-size: 12px;
    height: 60px;
    border-radius: 10px;
    background-color: palegoldenrod;
}

/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
    transition: ease all .3s;
    line-height: 1.6;
    padding: 10px;
    color: var(--main-color);
    border: solid 2px var(--main-color);
    font-family: sans-serif;
    font-weight: 600;
    width: 200px;
    letter-spacing: 1px;
    display: inline-block;
  }

.open-button:hover{  
    color: white;
    text-decoration: none;
    background-color: var(--main-color);
    box-shadow: 0px 0px 2px 2px var(--main-color);
}

.open-button a{
    touch-action: manipulation;
    background-color: transparent;
    }
  
  /* The popup form - hidden by default */
  .form-popup {
    display: none;
    z-index: 9;
  }
  
  /* Add styles to the form container */
  /* .form-container {
    width: 100%;
    position: fixed;
    top: 8%;
    left: 20%;
    height: auto;
    
  } */
  
  .form-container .btn {
    background-color: green;
    color: white;
    border: none;
    cursor: pointer;
    opacity: 0.8;
  }
  
  /* Add a red background color to the cancel button */
  .form-container .cancel {
    background-color: red;
  }
  
  /* Add some hover effects to buttons */
  .form-container .btn:hover, .open-button:hover {
    opacity: 1;
  }

/* text on image hover in bestseller */
.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #212529;
  }

  .card:hover .overlay {
    opacity: 1;
  }

