@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

a{
  text-decoration: none;
}

:root {
  --primary: #FF7000;
  --dark: #000;
  --light: #F5F5F5;
  --blue: #0A1F44;
  --golden:#FFC107; 
  --graphite-grey: #333333;
}

body{
  font-family: "Roboto", sans-serif;
}

/* icons color  */
i{
  color: var(--primary) !important;
}

/*** Heading ***/
h1,
h2,
h3,
.fw-bold {
  font-weight: 700 !important;
  font-family: "Roboto", sans-serif;
}

h4,
h5,
h6,
.fw-medium {
  font-weight: 500 !important;
  font-family: "Roboto", sans-serif;
}

::selection{
 background-color: var(--blue) !important;
 color: var(--light) !important;
}

/*** Button ***/
.btn {
  font-weight: 500;
  transition: .5s;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 50px;
}
.btn-secondary{
  background-color: var(--primary);
  border-color: var(--primary);
}
.btn-primary{
  background-color: var(--primary);
  border-color: var(--primary);
}






/* end of sticky nabar */



.fixedbg {
  position: fixed !important;
  top: 0;
  width: 100%;
  background: var(--dark) !important;
  z-index: 99999;
  transition: 0.5s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.fixedbg .navbar-brand img {
  /* display: none;  */
}

.fixedbg .navbar-brand-sticky img {
  display: block;
}

.fixedbg .nav-item .nav-link {
  color: #000 !important;
}


.navbar-light .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: #FFFFFF !important;
  font-size: 15px;
  text-transform: uppercase;
  outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--primary);
}

.navbar-brand img{
  width: 272px !important;
}

.dropdown .dropdown-menu a{
  padding: 5px 10px;
  border-left: var(--primary) solid 4px;
  font-size: 14px !important;
}
.dropdown .dropdown-menu a:hover{
  border-left: #000 solid 4px;
}



.video-container {
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: start;
  z-index: 111 !important;
}

.video-container .video-content{
  position: absolute;
  left: 4%;
  right: 30%;
  color: white;
  /* color: grey; */
  z-index: 1111 !important;
}
.video-container .video-content h1{
 
  font-size: 85px;
  /* font-size: 65px; */
  font-weight: 600;
 
}
.video-container .video-content p{
  font-size: 20px;
  font-weight: 200;
  padding-bottom: 20px ;

}
.video-container .video-content a{
  margin-top: 20px  !important;
  font-weight: bold;
  font-size: 19px;
  border-radius: 40px;
}

@media(max-width: 992px) {
  .video-container .video-content{
    position: absolute;
    left: 4%;
    right: 4%;
    color: white;
    z-index: 1111 !important;
  }
}
@media(max-width: 600px) {
.video-container{
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-container .video-content h1{
  font-size: 40px;
}
.video-container .video-content p{
  font-size: 20px;
  font-weight: 200;
  padding-bottom: 20px ;

}


}

video {
object-fit: cover; 
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
}


.video-container:after {
content: '';
display: block;
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
background:rgba(0, 0, 0, 0.381) !important;
z-index: 1;
} 

.mg-drop {
  width: 100%;
  max-width: 1000px;
  z-index: 9999999 !important;
}

.navbar .mg-drop{
  width: 1200px;
  height: 100vh;
  padding: 10px 50px;
  position: absolute;
  top: 80px;
  right: -180px;
  color: var(--light) !important;
  background-color: #2C3349 !important;
}
.navbar .mg-drop .dropdown-item{
  color: var(--light) !important;
  border-bottom: dashed 1px var(--light) !important;
  margin-bottom: 5px;
}
.navbar .mg-drop .dropdown-item:hover{
  color: var(--light) !important;
  background-color: var(--blue) !important;
}

.navbar .navbar-brand img {
  width: 250px; 
  filter: brightness(1.5);
}

.navbar .navbar-brand-sticky img {
  display: none;
  width: 170px;
  filter: brightness(1.5);
}


.banner-logo-img img {
  display: none;
  width: 170px;
  filter: brightness(10%);
}

@media (max-width: 767px) {
  .navbar-brand img {
    width: 100px;
  }

  .navbar-brand-sticky img {
    width: 100px;
  }
}
 

.navbar {


  padding: 0px;
  /* filter: blur(8px); */
  backdrop-filter: blur(10px);
  /* -webkit-filter: blur(8px); */
  background: linear-gradient(#0000002e, #00000045);
  position: absolute;
  z-index: 99999999;
  top: 0;
  width: 100%;
  transition: 0.5s ease-in-out;

 
}

.nav-link {
  color: rgb(0, 0, 0) !important;
}

.dropdown:hover .dropdown-menu {
  display: block !important;
}

.dropdown-menu .dropdown-item:hover {
  background-color: var(--primary);
  color: #fff;
}

.dropdown-menu .dropdown-item:focus {
  background-color: var(--primary) !important;
  color: #fff;
}

.nav-item .nav-link {
  font-weight: 500;
  /* padding-bottom: 0px !important; */
}

.nav-item .nav-link:hover {
  color: #dbd6d6fa !important;
}

.nav-link:hover {
  color: var(--primary);
}

header {
  position: relative;
}


.mobile-menu{
  overflow: hidden;
  /* transform: ; */
}



.nav-icon-menu {
  display: flex;
  gap: 20px;
}

.nav-icon-menu a img {
  width: 35px;
}

.video-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.video-banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.658);
  z-index: 1;
}

.video-banner .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  z-index: 2;
}

.video-banner .banner-text h1 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
}

.video-banner .banner-text p {
  font-size: 19px;
}

.call-icon-logi {
  background: #2196f3;
  border-radius: 50%;
}

.whatsapp-icon-logi {
  background: #29a71a !important;
}

.call-icon-logi a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}
 
.mega-menu {
  background-color: #2c3147 !important;
  padding: 20px;
}

.dropdown-menu {
  border: none !important;
}


/* end of mega menu css */

/* -------------------------- end of navbar css ----------------------- */












/* breadcrumb */

/* video banner */
.breadcrumb {
  height: 60vh !important;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: start;
}

.breadcrumb .video-content{
  position: absolute;
  left: 10%;
  right: 10%;
  color: white;
  z-index: 1111 !important;
}
.breadcrumb  .video-content h1{
 
  font-size: 75px;
  font-weight: 600;
 
}
.breadcrumb  .video-content p{
  font-size: 22px;
  /* font-size: 40px; */
  font-weight: 200;
  padding-bottom: 20px ;

}
.breadcrumb  .video-content a{
  margin-top: 20px  !important;
  font-weight: bold;
  font-size: 19px;
  border-radius: 40px;
}

@media(max-width: 992px) {
  .breadcrumb  .video-content{
    position: absolute;
    left: 4%;
    right: 4%;
    color: white;
    z-index: 1111 !important;
  }
}
@media(max-width: 600px) {
.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 60vh; */
}

.breadcrumb  .video-content h1{
  font-size: 40px;
  /* text-align: justify; */
}
.breadcrumb  .video-content p{
  font-size: 20px;
  font-weight: 200;
  padding-bottom: 20px ;

}


}

video {
object-fit: cover; 
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
}


.video-container:after {
content: '';
display: block;
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
background:rgba(0, 0, 0, 0.381) !important;
z-index: 1;
}





/*** About Start ***/
.about .about-img {
  position: relative;
  padding-bottom: 30px;
  margin-top: 30px; 
  margin-left: 30px;
}

.about .sub-title{
  color: var(--primary) !important;
}
.about .bg-primary{
  background-color: var(--blue) !important;
}
.about .text-primary{
  color: var(--primary) !important;
}

.about .about-content p{
  font-size: 20px !important;
}
.about .about-content .about-expro p{
  font-size: 18px !important;
}

/*** About End ***/



/*** Feature ***/
.feature-section{
  background: linear-gradient(#0a1f44e8, #0a1f44e8), url(https://c4.wallpaperflare.com/wallpaper/236/708/870/soft-white-minimalism-background-wallpaper-preview.jpg);
}
/* .feature-section .feature-item {
  transition: .5s;
  min-height: 235px !important;
}

.feature-section  .feature-item:hover {
  margin-top: -15px;
} */




/*** Service ***/
.service-item {
  position: relative;
  padding: 45px 10px;
  background: var(--light);
  overflow: hidden;
  transition: .5s;
  /* min-height: 588px; */
  min-height: 660px;
}

@media(max-width:768px)
{
  .service-item {
    position: relative;
    padding: 45px 10px;
    background: var(--light);
    overflow: hidden;
    transition: .5s;
    min-height: 350px;
  }
}
.service-item:hover {
  margin-top: -15px;
  padding-bottom: 60px;
  background: var(--blue);
}

.service-item .service-icon {
  margin: 0 auto 20px auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  background: url(../img/index-img/blob-primary-2.png) center center no-repeat;
  background-size: contain;
  transition: .5s;
}

.service-item:hover .service-icon {
  color: var(--dark);
  background: url(../img/blob-secondary.png) center center no-repeat;
  background-size: contain;
}

.service-item h5,
.service-item p {
  transition: .5s;
}

.service-item:hover h5,
.service-item:hover p {
  color: #FFFFFF;
}

.service-item a.btn {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--primary);
  background: #FFFFFF;
  border-radius: 40px 40px 0 0;
  transition: .5s;
  z-index: 1;
}

.service-item a.btn:hover {
  color: var(--dark);
  background: var(--secondary);
}

.service-item:hover a.btn {
  bottom: 0;
}





/*** Project Portfolio ***/

.product-section-index .portfolio-item img {
  transition: .5s;
}

.product-section-index .portfolio-item:hover img {
  transform: scale(1.1);
}

.product-section-index .portfolio-item .portfolio-overlay {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0a1f44d3;
  transition: .5s;
  opacity: 0;
}

.product-section-index .portfolio-item:hover .portfolio-overlay {
  opacity: 1;
}


/* why choose us */

.ftco-about {
  position: relative;
  z-index: 0; 
}
.ftco-about p{
  font-size: 20px;
  text-align: justify;
}
  .ftco-about .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .1;
    background: #000000;
    z-index: -1; 
  }
  .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; 
}
  .ftco-about .img {
    margin-top: -100px;
    box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
    border: 15px solid #fff; 
  }

    @media (max-width: 767.98px) {
      .ftco-about .img {
        height: 400px; 
      } 
      
    }
  .ftco-about .about-intro {
    width: 100%;
    position: relative;
    z-index: 99; }

    .icon-video {
      width: 80px;
      height: 80px;
      background: #fff;
      -webkit-animation: pulse 2s infinite;
      animation: pulse 2s infinite;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; 
}
  .icon-video span {
    color: #4212BA;
    font-size: 24px; 
    
  }




/* gallery start */
.gallery{
  padding: 10px 0;
}

.gallery .text-primary{
  color: var(--secondary) !important;
}
.gallery .gallery-img {
  position: relative;
  overflow: hidden;
}

.gallery .gallery-img img {
  transition: 0.5s;
}

.gallery .gallery-img:hover img {
  transform: scale(1.2);
}

.gallery .gallery-img .gallery-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  opacity: 0;
}

.gallery .gallery-img:hover .gallery-icon {
  opacity: 1;
  background: rgba(0, 0, 0, .6);
}
.gallery .gallery-img .gallery-icon  p{
  padding: 15px 10px;
  background-color: var(--primary);
}

.lb-data .lb-number {
  display: none !important;
}
/* gallery end */








.contact-info {
  /* background: #222; */
  padding: 20px 20px 20px 0px;
  border-radius: 8px;
  /* max-width: 320px; */
  color: #fff;
  font-family: Arial, sans-serif;
}

.info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.info-item:last-child {
  margin-bottom: 0;
}

.icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  flex-shrink: 0;
}

.icon i {
  color: #fff;
  font-size: 18px;
}

.info-text {
  flex: 1;
}

.label {
  font-size: 17px;
  /* font-size: 12px; */
  /* letter-spacing: 1px; */
  /* opacity: 0.7; */
  display: block;
  margin-bottom: 4px;
  color: #fff !important;
}

.info-text p {
  margin: 0;
  font-size: 17px;
  /* font-size: 14px; */
  line-height: 1.4;
}

.info-text a {
  color: #fff;
  text-decoration: none;
}

.info-text a:hover {
  text-decoration: underline;
}




.all-btn{
  /* width: 120px; */
  /* padding: 10px; */
  /* position: fixed; */
  bottom: 25px;
  right: 20px;
  cursor: pointer;
  z-index: 999;
  background-color: var(--blue);
  color: var(--light);
  font-weight: bold;
  transition: 0.5s ease-in-out;
}

.all-btn:hover{
  background-color: var(--primary) !important;
  color: var(--light);
}

/* Contact fixed Icon */
.whatsapp-icon span {
  width: 120px;
  padding: 10px;
  position: fixed;
  bottom: 25px;
  right: 20px;
  cursor: pointer;
  z-index: 999;
  background-color: var(--blue);
  color: var(--light);
  font-weight: bold;
  transition: 0.5s ease-in-out;
}


.whatsapp-icon span:hover{
  background-color: var(--primary) !important;
}

#whatsapp {
  display: none;
  position: fixed;
  bottom: 80px;
  /* bottom: 100px; */
  right: 20px;
  z-index: 1000;
}

.chat-card {
  width: 350px;
  max-width: 90vw;
  background: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  border-radius: 12px;
  overflow: hidden;
  animation-duration: 0.4s;
  animation-fill-mode: both;
}

@keyframes slideInUp {
  from {
    transform: translateY(200px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideOutDown {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(200px);
    opacity: 0;
  }
}

.slide-in {
  animation-name: slideInUp;
}

.slide-out {
  animation-name: slideOutDown;
}

.chat-header {
  background-color: var(--blue) !important;
  color: white;
  padding:   8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chat-close i {
  font-size: 20px;
  cursor: pointer;
}

.chat-middle {
  background-size: cover;
  min-height: 350px;
}

.form-container {
    background: #2c2c2c;
    padding: 24px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 2px 12px rgba(0,0,0,0.3);
}

/* label {
    font-size: 0.9rem;
    margin: 10px 0 4px;
    display: block;
    color: #bbb;
} */

input {
    width: 100%;
    padding: 6px 12px;
    /* padding: 10px 12px; */
    border: none;
    border-radius: 6px;
    background: #3a3a3a;
    color: #fff;
    box-sizing: border-box;
    font-size: 1rem;
    margin-bottom: 5px;
}

input:focus {
    outline: 2px solid var(--primary);
    background: #444;
}

textarea {
    width: 100%;
    padding: 10px 12px;
    border: none;
    border-radius: 6px;
    background: #3a3a3a;
    color: #fff;
    box-sizing: border-box;
    font-size: 1rem;
    margin-bottom: 10px;
}

textarea:focus {
    outline: 2px solid var(--primary);
    background: #444;
}

button {
    /* width: 100%; */
    padding: 12px;
    background: var(--blue);
    border: none;
    border-radius: 6px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    font-size: 1rem;
    /* margin-top: 12px; */
    color: var(--light) !important;
    transition: background 0.3s;
}

button:hover {
    background: var(--primary);
}


.whatsapp-chat{
  z-index: 9999999 !important;
}

/* Responsive */
@media screen and (max-width: 500px) {
    .form-container {
        padding: 16px;
    }
    label {
        font-size: 0.85rem;
    }
    input {
        padding: 8px;
    }
    button {
        padding: 10px;
    }
}





/* iso */
.iso-certifi{
  cursor: pointer;
}
/* .iso-certifi .iso-img img{
  display: none !important;
} */



#product{
  background: url(../img/index-img/product-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}




.navbar-toggler {
  /* padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x); */
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--blue) !important;
  background-color: var(--light) !important;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  /* transition: var(--light) !important; */
}

@media (max-width:500px){
  .navbar-brand img {
    width: 225px !important;
    /* width: 130px !important; */
  }
}





/*Whatsapp-popup*/
#whatsapp2 .wtsapp:focus{
  border:none;outline:none;
}
#whatsapp2 i{
  color: var(--light) !important;
}
#whatsapp2 .wtsapp{
  position: fixed; 
  transition: all .5s ease;
  background: #25d366;
  display: block;
  text-align: center;
  box-shadow: 0 0 20px rgba(0,0,0,0.15);
  border-radius: 50px;
  border-right: none;
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  bottom: 95px;
  left: 20px;
  border: 0;
  z-index: 9999;
  width: 50px;
  height: 50px;
  line-height:48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#whatsapp2 .wtsapp:before {  
  content: "";    
  position: absolute; 
  z-index: -1;    
  left: 50%;
  top: 50%;   
  transform: translateX(-50%) translateY(-50%);   
  display: block; 
  width: 60px;    
  height: 60px;   
  background: #25d366;    
  border-radius: 50%; 
  -webkit-animation: pulse-border 1500ms ease-out infinite;   
  animation: pulse-border 1500ms ease-out infinite;}
@keyframes pulse-border {
0% {
  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); 
  opacity: 1;}
100% {
  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5); 
  opacity: 0;
 }
}
/*Call Me*/
.phone_lefts-side{
  position:relative;
}
.phone_lefts-side i{ 
  color: var(--light) !important;
} 
.phone_lefts-side a{ 
  position: fixed;    
  bottom: 10px;    
  color:white !important;    
  background-color:#03a84e;   
  animation: topBottom 4s infinite;    
  z-index: 11111;    
  left: 20px;    
  background-color: var(--primary) !important;    
  color: white;    
  padding: 9px 16px;    
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;    
  font-size: 20px;    
  animation: bounce 4s infinite alternate;
}    

.glow {  
  font-size: 80px;  
  color: #fff;  
  text-align: center;  
  -webkit-animation: glow 1s ease-in-out infinite alternate;  
  -moz-animation: glow 1s ease-in-out infinite alternate;  
  animation: glow 1s ease-in-out infinite alternate;
}
@-webkit-keyframes glow {
from {
  text-shadow: 0 0 10px #f3fffd , 0 0 20px #f3fffd, 0 0 30px #f3fffd , 0 0 40px #f3fffd , 0 0 50px #f3fffd , 0 0 60px #f3fffd , 0 0 70px #f3fffd ;
}
to {
  text-shadow: 0 0 20px #f3fffd, 0 0 30px #f3fffd , 0 0 40px #f3fffd , 0 0 50px #016098 , 0 0 60px #f3fffd , 0 0 70px #f3fffd , 0 0 80px #f3fffd ;}
}
.bounce{
  animation: bounce 965 1.6s ease infinite;
  transform-origin:50% 50%;
}
@keyframes bounce{
  0%{
    transform:translateY(0)
  }
    12.5%{
      transform:translateY(0)
    }
    25%{
      transform:translateY(0)
    }
    50%{
      transform:translateY(-15px)
    }
    62.5%{
      transform:translateY(0)
    }
    75%{
      transform:translateY(-15px)
    }
    100%{transform:translateY(0)
  }
}




/*  */
.dropdown-menu {
  display: none;
  background-color: #2c3147 !important;
  color: #fff !important;
  width: 100%;
  left: 0;
  right: 0; 
  padding: 0;
}

.dropdown-menu a{
  color: #fff !important;
}

.nav-item:hover .dropdown-menu {
  display: block;
}
/* 
.mega-menu  {
  list-style: none;
  padding-left: 10px;
  margin-bottom: 0;
  width: 25%;
}

.mega-menu  li {
  padding: 8px 0;
  padding-left: 10px;
  color: white;
  border-bottom: 1px dashed #999;
}

.mega-menu  li a{
  color: #fff !important;
} */




.mega-menu ul {
  list-style: none;
  padding-left: 10px;
  margin-bottom: 0;
  /* width: 25%; */
  column-count: 4;
}

.mega-menu ul li {
  padding: 8px 0;
  padding-left: 10px;
  color: white;
  border-bottom: 1px dashed #999;
}

.mega-menu ul li a{
  color: #fff !important;
}



/*  */
#productCard {
  display: none; 
}



.list-unstyled {
  padding-left: 0;
  list-style: none;
  font-size: 17px !important;
  color: #fff !important;
}

/* back to top */

.back-to-top {
  position: fixed;
  left: 16px;
  bottom: 24px;
  display: flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  z-index: 99;
  background-color: var(--primary);
}

.back-to-top:hover{
background: #0A1F44;
border-color:#0A1F44;
}

.product-section dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 20px;
}