/* 
------------------------------
*CUSTOM CSS 
*Date Created : 20 may 2022
------------------------------
*/

/**************************************************************
                        EXTRA SPACE 
***************************************************************/
.mt-6,
.my-6 {
  margin-top: 4rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 4rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 4rem !important;
}

.mt-7,
.my-7 {
  margin-top: 5rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 5rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 5rem !important;
}

.mt-8,
.my-8 {
  margin-top: 6rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 6rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 6rem !important;
}

.mt-9,
.my-9 {
  margin-top: 7rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 7rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 7rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 4rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 5rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 6rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 7rem !important;
}

.pt-pb-5{/* 8 november 2022 */
  padding : 48px 0px 48px 0px;
}

.mt-md-6,
.my-md-6 {
  margin-top: 4rem !important;
}
.mr-md-6,
.mx-md-6 {
  margin-right: 4rem !important;
}
.mb-md-6,
.my-md-6 {
  margin-bottom: 4rem !important;
}
.ml-md-6,
.mx-md-6 {
  margin-left: 4rem !important;
}

.mt-md-7,
.my-md-7 {
  margin-top: 5rem !important;
}
.mr-md-7,
.mx-md-7 {
  margin-right: 5rem !important;
}
.mb-md-7,
.my-md-7 {
  margin-bottom: 5rem !important;
}
.ml-md-7,
.mx-md-7 {
  margin-left: 5rem !important;
}

.mt-md-8,
.my-md-8 {
  margin-top: 6rem !important;
}
.mr-md-8,
.mx-md-8 {
  margin-right: 6rem !important;
}
.mb-md-8,
.my-md-8 {
  margin-bottom: 6rem !important;
}
.ml-md-8,
.mx-md-8 {
  margin-left: 6rem !important;
}

.mt-md-9,
.my-md-9 {
  margin-top: 7rem !important;
}
.mr-md-9,
.mx-md-9 {
  margin-right: 7rem !important;
}
.mb-md-9,
.my-md-9 {
  margin-bottom: 7rem !important;
}
.ml-md-9,
.mx-md-9 {
  margin-left: 7rem !important;
}

.mt-md-10,
.my-md-10 {
  margin-top: 8rem !important;
}
.mr-md-10,
.mx-md-10 {
  margin-right: 8rem !important;
}
.mb-md-10,
.my-md-10 {
  margin-bottom: 8rem !important;
}
.ml-md-10,
.mx-md-10 {
  margin-left: 8rem !important;
}

.mt-md-11,
.my-md-11 {
  margin-top: 9rem !important;
}
.mr-md-11,
.mx-md-11 {
  margin-right: 9rem !important;
}
.mb-md-11,
.my-md-11 {
  margin-bottom: 9rem !important;
}
.ml-md-11,
.mx-md-11 {
  margin-left: 9rem !important;
}

.mt-lg-6,
.my-lg-6 {
  margin-top: 5rem !important;
}
.mr-lg-6,
.mx-lg-6 {
  margin-right: 5rem !important;
}
.mb-lg-6,
.my-lg-6 {
  margin-bottom: 5rem !important;
}
.ml-lg-6,
.mx-lg-6 {
  margin-left: 5rem !important;
}

.mt-lg-7,
.my-lg-7 {
  margin-top: 7rem !important;
}
.mr-lg-7,
.mx-lg-7 {
  margin-right: 7rem !important;
}
.mb-lg-7,
.my-lg-7 {
  margin-bottom: 7rem !important;
}
.ml-lg-7,
.mx-lg-7 {
  margin-left: 7rem !important;
}

.mt-lg-8,
.my-lg-8 {
  margin-top: 9rem !important;
}
.mr-lg-8,
.mx-lg-8 {
  margin-right: 9rem !important;
}
.mb-lg-8,
.my-lg-8 {
  margin-bottom: 9rem !important;
}
.ml-lg-8,
.mx-lg-8 {
  margin-left: 9rem !important;
}

.p-6 {
  padding: 4rem !important;
}

.pt-6,
.py-6 {
  padding-top: 4rem !important;
}

.pr-6,
.px-6 {
  padding-right: 4rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 4rem !important;
}

.pl-6,
.px-6 {
  padding-left: 4rem !important;
}

.p-7 {
  padding: 5rem !important;
}

.pt-7,
.py-7 {
  padding-top: 5rem !important;
}

.pr-7,
.px-7 {
  padding-right: 5rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 5rem !important;
}

.pl-7,
.px-7 {
  padding-left: 5rem !important;
}

/**************************************************
              Font Style custom 
**************************************************/
.font-times p{
  font-family: "Palatino", "URW Palladio L", serif;
}

.font-zcool {
  font-family: ZCOOL QingKe HuangYou;
}

.font-kanit ul li p{
  font-family: Kanit;
}

.fontblack{
    font-weight:bolder; 
    color:black;
}

.fontwhite{
    font-weight:bolder; 
    color: #ffff;
}

.font-red{
  color: #d80018;
}

.white{
    color: #ffff;
}

.opacity5{
    opacity: 0.5;
}

.opacity6{
    opacity: 0.6;
}

.opacity7{
    opacity: 0.7;
}

.font-small {/* 19 september 2022 */
  font-size: small;
}

.footerbg{
    background: rgb(0, 0, 0); 
    opacity: 0.7;
    height: 50px;
    width:100%;
    position: fixed;
    bottom:0;
}

a:hover{
    text-decoration: none;
}

a:hover.textwhite{
    color: #fff;
}

.footerbg-light{
    background: rgb(255, 255, 255); 
    opacity: 0.7;
    height: 50px;
    width:100%;
    position: fixed;
    bottom:0;
}

a:hover.textblack{
    color: rgb(0, 0, 0);
}

.white a:hover{
  color: #e6e6e6;
}

.footerBigFont{
  font-size: 18px;
  color: #fff;
  line-height: 17px;
  text-transform: uppercase;
  font-weight: 700;
}
/*********************************** 
          button glow 
***********************************/

.glow-on-hover {
    /* width: 220px;
    height: 50px; */
    border: none;
    outline: none;
    color: #fff;
    background: #0041c4;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #0041c4;
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0041c4;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}



/***********************************************
              NAVIGATION BAR 
***********************************************/

/* 10 june 2022 */
.navbartransparent {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}

/* 17 june 2022 */
.navbartransparent-mida {
    background: rgba(255, 255, 255, 0.7);
    color: #fff;
}

.transparentbg {
    background: rgba(255, 255, 255, 0.95);
}

/* 15 june 2022 */
.transparentbg-90 {
    background: rgba(255, 255, 255, 0.90);
}

/* 15 june 2022 */
.transparentbg-85 {
    background: rgba(255, 255, 255, 0.85);
}

/* 15 june 2022 */
.transparentbg-80 {
    background: rgba(255, 255, 255, 0.80);
}

/* 15 june 2022 */
.transparentbg-75 {
    background: rgba(255, 255, 255, 0.75);
}

/* 15 june 2022 */
.transparentbg-70 {
    background: rgba(255, 255, 255, 0.70);
}

/* 15 june 2022 */
.transparentbg-65 {
    background: rgba(255, 255, 255, 0.65);
}

/* 15 june 2022 */
.transparentbg-60 {
    background: rgba(255, 255, 255, 0.60);
}

/* 15 june 2022 */
.transparentbg-55 {
    background: rgba(255, 255, 255, 0.55);
}

/* 15 june 2022 */
.transparentbg-50 {
    background: rgba(255, 255, 255, 0.5);
}

nav .font-adobe {
  font-family: "adobe-clean", sans-serif;
}

.navbar-black {
  background-color: rgb(0, 0, 0);
  /* border-color: #303030; */
}

.navbar-white-bg {
  background-color: rgb(255, 255, 255);
}

/* 7 september 2022 */
.nav-item .nav-color {
  overflow: hidden;
  /* background-color: rgba(255, 255, 255, 0.7); */
}

/* Navbar links */
.nav-color a {
  float: left;
  /* color: #f2f2f2; */
  text-align: center;
  padding: 10px 12px;
  text-decoration: none;
  /* font-size: 17px; */
}

.nav-color a:hover {
  background-color: #ad0418;
  color: #fff;
  border-radius: 0.5em;
}

nav .disabled-link {
  -webkit-text-fill-color: #FFFFFF;
}

/* .nav-bottom a {
  float: left;
  display: block;
  color: #ad0418;
  text-align: center;
  padding: 10px 12px;
  text-decoration: none;
} */

/* .nav-bottom a:hover {
  background: #ad0418;
  color: #fff;
} */

/* .nav-bottom a.active {
  background-color: #ad0418;
  color: white;
} */

/* Sweep To Left */
.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 4px;
}
.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ad0418;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active {
  color: white;
}
.hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 4px;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ad0418;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  -webkit-text-fill-color: #FFFFFF;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.hvr-sweep-to-right a:hover{
  -webkit-text-fill-color: #FFFFFF;
}


/******* SEARCH BAR **********/

nav .searchbar {
  /* position: relative; */
  position: inherit;
}

/* Styling the search box where the
  input would be given */
nav .searchbar input[type="text"] {
  border: 0;
  padding: 0;
  width: 0px;
  height: 35px;
  border-radius: 3px;
  transition: all 0.3s ease;
}

/* Styling the search bar icon */
nav .searchbar .icon {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 100%;
  background: none;
  border-radius: 3px;
  color: #fff;
  transition: all 0.5s 0.3s ease;
}

nav .searchbar .icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

nav .searchbar .icon .actives {
  background: #062333;
  transition: all 0.3s ease;
}

nav .searchbar input[type="text"].actives {
  width: 250px;
  padding: 0 10px;
  transition: all 0.5s 0.2s ease;
}






/* 17 june 2022 */
.btn-mida {
    background-color: #d80018;
    border-color: #d80018;
    color: #fff;
}

/* 17 june 2022 */
.btn-mida:hover {
    background-color:#ad0418;
    border-color:#ad0418;
    color:#fff
}
 
/* 16 june 2022 */
/* ANIMATIONS */

/************************************************
        Simple CSS3 Fade-in-down Animation 
************************************************/
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/****************************************************
          Simple CSS3 Fade-in Animation 
*****************************************************/
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fadeIn {
opacity:0;
-webkit-animation:fadeIn ease-in 1;
-moz-animation:fadeIn ease-in 1;
animation:fadeIn ease-in 1;

-webkit-animation-fill-mode:forwards;
-moz-animation-fill-mode:forwards;
animation-fill-mode:forwards;

-webkit-animation-duration:1s;
-moz-animation-duration:1s;
animation-duration:1s;
}

.fadeIn.first {
-webkit-animation-delay: 0.4s;
-moz-animation-delay: 0.4s;
animation-delay: 0.4s;
}

.fadeIn.second {
-webkit-animation-delay: 0.6s;
-moz-animation-delay: 0.6s;
animation-delay: 0.6s;
}

.fadeIn.third {
-webkit-animation-delay: 0.8s;
-moz-animation-delay: 0.8s;
animation-delay: 0.8s;
}

.fadeIn.fourth {
-webkit-animation-delay: 1s;
-moz-animation-delay: 1s;
animation-delay: 1s;
}

/*******************************************
      Simple CSS3 Fade-in Animation 
********************************************/
.underlineHover:after {
display: block;
left: 0;
bottom: -10px;
width: 0;
height: 2px;
background-color: #56baed;
content: "";
transition: width 0.2s;
}

.underlineHover:hover {
color: #0d0d0d;
}

.underlineHover:hover:after{
width: 100%;
}

/**********************************
        fade up animation 
**********************************/
@keyframes fadeInUp {
  from {
      transform: translate3d(0,40px,0)
  }

  to {
      transform: translate3d(0,0,0);
      opacity: 1
  }
}

@-webkit-keyframes fadeInUp {
  from {
      transform: translate3d(0,40px,0)
  }

  to {
      transform: translate3d(0,0,0);
      opacity: 1
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
  opacity: 0
}

.fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

/***********************************
        scroll animation 
************************************/
.inline-photo {
  margin: 2em auto;
  opacity: 0;
  transform: translateY(4em) rotateZ(-5deg);
  transition: transform 4s .25s cubic-bezier(0,1,.3,1),
              opacity .3s .25s ease-out;
  max-width: 600px;
  will-change: transform, opacity;
}

.inline-photo.is-visible {
  opacity: 1;
  transform: rotateZ(0);
}

.product-photo {
  margin: 2em auto;
  animation: 0.2s ease-in;
  transform: translateX(-30%);
  transition: transform 4s .25s cubic-bezier(0,1,.3,1),
              opacity .3s .25s ease-in-out;
  max-width: 500px;
  /* width: 90%; */
  will-change: transform, opacity;
}

.product-photo.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.inline-rotate-2d {
  margin: 2em auto;
  opacity: 0;
  transform: translateY(4em) rotateZ(-5deg);
  transition: transform 4s .25s cubic-bezier(0,1,.3,1),
              opacity .3s .25s ease-out;
  max-width: 600px;
  width: 90%;
  will-change: transform, opacity;
}

.inline-rotate-2d.is-visible {
  opacity: 1;
  transform: rotateZ(-2deg);
}

/***********************************
          rotate animation
***********************************/
.rotate-animation a{
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
}

.rotate-animation a:hover {
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/************************************
            LOADING ROLLER
************************************/
/* 12 july 2022 */
.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
  }
  .lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #d80018;
    margin: -4px 0 0 -4px;
  }
  .lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
  }
  .lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
  }
  .lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
  }
  .lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
  }
  .lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
  }
  .lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
  }
  .lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
  }
  .lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
  }
  .lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
  }
  .lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
  }
  .lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
  }
  .lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
  }
  .lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
  }
  .lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
  }
  .lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
  }
  .lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
  }
  @keyframes lds-roller {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

/* 29 august 2022 */
.text-capitalize{
  text-transform: capitalize;
}

/******************************************
                cart css
******************************************/
/* 8 september 2022 */
.main-section{
  background-color: #F8F8F8;
}
.dropdown{
  float:right;
  /* padding-right: 50px; */
}
.btn{
  border:0px;
  margin:10px 0px;
  box-shadow:none !important;
}
.dropdown .dropdown-menu{
  padding:20px;
  /* top:30px !important; */
  top:40px !important;
  width:350px !important;
  left:-110px !important;
  box-shadow:0px 5px 30px black;
}
.total-header-section{
  border-bottom:1px solid #d2d2d2;
}
.total-section p{
  margin-bottom:20px;
}
.cart-detail{
  padding:15px 0px;
}
.cart-detail-img img{
  width:100%;
  height:100%;
  padding-left:15px;
}
.cart-detail-product p{
  margin:0px;
  color:#000;
  font-weight:500;
}
.cart-detail .price{
  font-size:12px;
  margin-right:10px;
  font-weight:500;
}
.cart-detail .count{
  color:#C2C2DC;
}
.checkout{
  border-top:1px solid #d2d2d2;
  padding-top: 15px;
}
.checkout .btn-primary{
  border-radius:50px;
  height:50px;
}
.dropdown-menu:before{
  content: " ";
  position:absolute;
  top:-20px;
  /* right:50px; */
  left: 120px;
  /* border:10px solid transparent; */
  border-bottom-color:#fff;
}

/*******************************************
        font unsuccessful payment
*******************************************/
/* 15 september 2022 */
.animate-charcter
{
  text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #d80018 0%,
    /* #44107a 29%, */
    #414141 67%,
    #fff 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  /* color: #fff; */
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
  /* font-size: 190px; */
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

/*************************************
          MIDA Home Page 
**************************************/
/* 19 september 2022 */
#home-header {
  background-repeat:  no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center;
}

#homebg-red {
  background: #d80018;
}

#home-header .header{
  /* background-color:#f6f6f6; */
  padding:80px 0;
}

#home-header .header .header-row{
  display: flex;
}

#home-header .header .header-row img{
  height:111px;
  width:131px
}

#home-header .header .header-row .texts{
  margin-left:1rem
}

#home-header .header .header-row .texts p{
  margin-bottom:0
}

#home-header .header .header-row .texts p.leading{
  color:#0041c4;
  font-size:2rem;
  font-style:normal;
  font-weight:700;
  line-height:2.5rem;
  margin-bottom:1rem
}

#home-header .header .header-row .texts p.trailing{
  color:#2d3136
}

#homebg-move{
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 300% 300%;
  background-image: linear-gradient(
        -45deg, 
        rgba(216,0,24,1) 0%, 
        rgba(230,230,230,1) 25%, 
        rgba(65,65,65,1) 51%, 
        rgba(216,0,24,1) 100%
  );  
  animation: AnimateBG 20s ease infinite;
}

@keyframes AnimateBG {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

/* phone */
.phone {
  position: absolute;
  width: 20px;
  height: 18px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

/* email */
.email {
  position: absolute;
  width: 20px;
  height: 16px;
  margin-top: 2px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  }

  /* location */
.location {
  position: absolute;
  width: 23px;
  height: 25px;
  margin-top: 2px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  }

/***************************************
            social media 
***************************************/
  /* linkedin */
.linkedin {
  width: 32px;
  height: 32px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

/* facebook */
.facebook {
  width: 36px;
  height: 35px; 
  border-radius: 5px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

/* youtube */
.youtube {
  width: 40px;
  height: 30px;
  border-radius: 5px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

/* twitter */
.twitter {
  width: 40px;
  height: 38px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

/* instagram */
.instagram {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.max-box {
  max-height: 210px;
}

.background-mida-dark {
  background: #414141;
}

/****************************************
          animation scroll
*****************************************/
strong,
b {
  font-weight: 600
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  line-height: 150%;
}

/* i.fa {
  color: #333;
} */

*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/*clearfixes*/

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}


/******************************************
            animation element
******************************************/

.animation-element {
  opacity: 0;
  position: relative;
}
/*animation element sliding left*/

.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 1000ms linear;
  -webkit-transition: all 1000ms linear;
  -o-transition: all 1000ms linear;
  transition: all 1000ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
/*animation slide left styled for testimonials*/

.animation-element.slide-left.testimonial {
  float: left;
}
.animation-element.slide-left.testimonial:hover,
.animation-element.slide-left.testimonial:active{
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
}

.animation-element.slide-left.testimonial:nth-of-type(odd) {
  width: 48.5%;
  margin: 0% 1.5% 3.0% 0%;
}

.animation-element.slide-left.testimonial:nth-of-type(even) {
  width: 48.5%;
  margin: 0% 0% 3.0% 1.5%;
}

.animation-element.slide-left.testimonial .header{
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.animation-element.slide-left.testimonial .left{
  float: left;
  margin-right: 15px;
}
.animation-element.slide-left.testimonial .right{
  float: left;
}

.animation-element.slide-left.testimonial img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  box-shadow: 0px 1px 3px rgba(51, 51, 51, 0.5);
}

.animation-element.slide-left.testimonial h3 {
  margin: 0px 0px 5px 0px;
}

.animation-element.slide-left.testimonial h4 {
  margin: 0px 0px 5px 0px;
}

.animation-element.slide-left.testimonial .content {
  float: left;
  width:100%;
  margin-bottom: 10px;
}

.animation-element.slide-left.testimonial .rating{}

.animation-element.slide-left.testimonial i {
  color: #aaa;
  margin-right: 5px;
}



/*media queries for small devices*/
@media screen and (max-width: 678px){
  /*testimonials*/
  .animation-element.slide-left.testimonial,
  .animation-element.slide-left.testimonial:nth-of-type(odd),
  .animation-element.slide-left.testimonial:nth-of-type(even){
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  .animation-element.slide-left.testimonial .right,
  .animation-element.slide-left.testimonial .left,
  .animation-element.slide-left.testimonial .content,
  .animation-element.slide-left.testimonial .rating{
    text-align: center;
    float: none;
  }
  .animation-element.slide-left.testimonial img{
    width: 85px;
    height: 85px;
    margin-bottom: 5px;
  }
  
}

.animation-element.slide-right{
	opacity: 0;
  -moz-transition: all 1000ms linear;
  -webkit-transition: all 1000ms linear;
  -o-transition: all 1000ms linear;
  transition: all 1000ms linear;
  -moz-transform: translate3d(100px, 0px, 0px);
  -webkit-transform: translate3d(100px, 0px, 0px);
  -o-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate3d(100px, 0px, 0px);
}

.animation-element.slide-right.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/***************************************
          custom scroll bar 
***************************************/
*::-webkit-scrollbar {
  width: 10px;
  height: 5px;
}

*::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #303030, #e6e6e6 1px, #414141 0, #d80018 );
  border-radius: 16px;
  box-shadow: inset 2px 2px 2px hsla(0, 0%, 100%, 0.25),
    inset -2px -2px 2px rgba(0, 0, 0, 0.25);
}

*::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.7);
}

*::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0.7);
}

/********************************
          card custom 
******************************/
.bg-no{
  word-wrap: break-word;
    background-clip: border-box;
    border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative;
}

/* 18 october 2022 */
.checkout-form label{
  font-size: 12px;
  font-weight: 700;
  margin-top: 15px;
}

.checkout-form input{
  font-size: 14px;
  padding: 5px;
  font-weight: 400;
}

/***********************************
          MIDA about Page 
***********************************/
/* 8 November 2022 */
#about-header {
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  background-repeat:  no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: top;
}

#aboutbg-red {
  background: #d80018;
}

#about-header .header{
  /* background-color:#f6f6f6; */
  padding:80px 0;
}

#about-header .header .header-row{
  display: flex;
}

#about-header .header .header-row img{
  height:111px;
  width:131px
}

#about-header .header .header-row .texts{
  margin-left:1rem
}

#about-header .header .header-row .texts p{
  margin-bottom:0
}

#about-header .header .header-row .texts p.leading{
  border-color: rgb(230, 230, 230);
  color: rgb(255, 255, 255);
  font-size:4rem;
  font-style:normal;
  font-weight:800;
  margin-bottom:1rem
}

#about-header .header .header-row .texts p.trailing{
  border-color: rgb(230, 230, 230);
  color: rgb(255, 255, 255);
  font-weight:500;
  font-size:1.3rem;
}

.block-benefits{
  position: relative;
  z-index: 1;
}

.conic-gradient-repeating {
  background: conic-gradient(#ffffff 235deg, #D80018 0deg);/* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background: -webkit-conic-gradient(#ffffff 235deg, #D80018 0deg); /* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
  background: -moz-conic-gradient(#ffffff 235deg, #D80018 0deg);/* Firefox 3.6 - 15 */
}

.gradient-about-header{
  background: linear-gradient(to bottom left, #00000003 70%, #D80018 30%),/* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
              linear-gradient(to bottom right, #00000003 70%, #ffffff 30%);
  background: -webkit-linear-gradient(to bottom left, #00000003 70%, #D80018 30%),/* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
              -webkit-linear-gradient(to bottom right, #00000003 70%, #ffffff 30%);
  background: -moz-linear-gradient(to bottom left, #00000003 70%, #D80018 30%),/* Firefox 3.6 - 15 */
              -moz-linear-gradient(to bottom right, #00000003 70%, #ffffff 30%);

}

.block-benefits .bg-text-container{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  pointer-events: none;
}

#aboutbg-move{
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 300% 300%;
  /* background-color: rgba(230,230,230,1);   */
}

.block-benefits #aboutbg-move .bg-text-wrapper{
  position: absolute;
  left: 50%;
  white-space: nowrap;
  transform: translate3d(-50%,0,0) rotate(-90deg);
  display: flex;
}

.block-benefits #aboutbg-move .bg-text{
  display: block;
  flex-shrink: 0;
  font-family: helv-regular;
  font-size: 100px;
  line-height: 1;
  -webkit-font-smoothing : antialiased;
  /* -webkit-text-fill-color: #ffff; */
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #414141;
  animation: scrollText 60s infinite linear;
}

@keyframes scrollText {
  from   { transform: translate3d(0px, 0px, 0px); }
  to { transform: translate(-100%, 0%); }
}

.block-benefits #aboutbg-move .card{
  box-shadow: 0 94px 80px rgba(0,0,0,.03),0 39px 33px 
  rgba(0,0,0,.02),0 21px 18px 
  rgba(0,0,0,.02),0 12px 10px 
  rgba(0,0,0,.015),0 6px 5px 
  rgba(0,0,0,.01),0 2px 2px 
  rgba(0,0,0,.01);
  border: #ffff;
}

.block-benefits #aboutbg-move .card .card-body{
  padding: 70px 50px;/* top-bottom left-right */
}

/**********************************
          DIALOG BOX  
***********************************/
.dialog-shadow {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, 
              rgba(0, 0, 0, 0.22) 0px 15px 12px;
}


/****************************
        CAROUSE
*****************************/

/********* TURN BOOTSTRAP CAROUSEL INTO FULL SCREEN SLIDER *****************/

.carousel img {
    width: 100vw;
    height: 100vh;
    padding-top: 60px;
    /* object-position: center; */
    object-fit: fill;
  }

/* CAROUSEL BUTTON */
.carousel-control-prev, 
.carousel-control-next{
  top : 90%;
  margin: 10px;
} 

.num{
  /* background:#000; */
  color:#fff;
  /* width:50px; */
  text-align:center;
}

/* Media query for screens with a maximum width of 800 (adjust this value as needed) */
@media only screen and (max-width: 800px) {
  .carousel img {
    width: 100vw;
    height: 100vh;
    padding: 0px;
    object-fit: fill;
  }
}

/**************************************
                SIDEBAR
***************************************/

.sidebar {
  /* height: 60%; */
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 16%;
  /* background: rgba(0, 0, 0, 0.7); */
  }

  .sidebar p {
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 5px;
    font-size: 10px;
    font-family: "adobe-clean", sans-serif;
    
    /* Safari */
    -webkit-transform: rotate(-90deg); /* == 270deg */

    /* Firefox */
    -moz-transform: rotate(-90deg);

    /* IE */
    -ms-transform: rotate(-90deg);

    /* Opera */
    -o-transform: rotate(-90deg);
}

/* for screen less than 600px (for mobile view) */
@media only screen and (max-width: 600px) {
  .sidebar  {
    padding-top: 30%;
  }
}

/*  EOF  */

  

