blockquote,body,button,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,td,textarea,th,ul {
    margin: 0;
    padding: 0
}

button, select {
    text-transform: none;
}
button, input {
    overflow: visible;
    outline: none;
}
body {
    height: 100%;
    overflow: visible;
    position: relative;
    background: #fff;
    color: #000;
    font-family: Poppins,SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif;
}

* {
    box-sizing: border-box
}

ul {
    list-style-type: none;
}

a {
    -webkit-text-decoration: none;
    text-decoration: none;
    outline: none;
    color: inherit;
}
a:hover {
    text-decoration: none;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

a, .btn, button, span, sub, sup, p, input, select, textarea, li, img, svg, .transition-3, h1, h2, h3, h4, h5, h6 {
  -webkit-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */ 
  color: rgb(182, 182, 182);
}
input::-moz-placeholder { /* Firefox 19+ */  
     color: rgb(182, 182, 182);
}
input:-ms-input-placeholder { /* IE 10+ */ 
  color: rgb(182, 182, 182);
}
input:-moz-placeholder { /* Firefox 18- */ 
  color: rgb(182, 182, 182);
}

@media (min-width: 576px) {
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

@media (min-width: 768px) {
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1200px) {
  .col-xl-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
  }
}

.top-header-box{
    background: #fff;
    border-bottom: 1px solid #eaeaea;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
}

.component-box {
    background-color: #ffffff;
    width: 100%;
    position: relative;
    margin-top: 100px;
}


@font-face {
    font-family: 'fontello';
    src: url('../font/fontello.eot?81430716');
    src: url('../font/fontello.eot?81430716#iefix') format('embedded-opentype'),
         url('../font/fontello.woff?81430716') format('woff'),
         url('../font/fontello.ttf?81430716') format('truetype'),
         url('../font/fontello.svg?81430716#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
  }

  .fontello {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
   
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
   
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
   
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
   
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
   
    /* You can be more comfortable with increased icons size */
    /* font-size: 120%; */
   
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
   
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  }

:root {
    --primary: #ff3939;
    --secondary: #333;
    --bg-color: #8a3ab9;
    --ad-color: #4b3869;
    --link: rgb(255, 238, 0);
    --blue:#0956b9;
}

.container {
    width: 96vw;
    max-width: 1200px;
    margin: auto;
}

a:hover {
    color: var(--primary);
  }

.hover-scale01:hover{
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}

.hover-scale05:hover{
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* Header */

header {
    width: 100%;
    background-color: white;
    position: fixed;
    top: 0;
    z-index: 100;
    height: 64px;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

header > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand {
    color: var(--primary);
    font-weight: bold;
    font-size: 1.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.brand img{
  height: 40px;
  margin-right: 8px;
  max-width: none;
}

header ul {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

header .menu-item {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

header .menu-item i {
    margin-right: 0.3rem;
    display: none;
}

header .menu a {
    color: var(--secondary);
    opacity: 0.9;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

header .menu-item:hover a {
    opacity: 1;
    color: var(--primary);
}

header .burger {
    display: none;
}

header .close-menu  {
    display: none;
}

header i {
    font-weight: bold;
    font-size: 1.4rem;
}

@media screen and (max-width: 762px) {
    header .burger {
        display: block;
        color: var(--secondary);
        position: relative;
        right: 1rem;
    } 

    header .close-menu-icon {
        display: block;
        color: var(--secondary);
        position: absolute;
        right: 16rem;
    }

    
    header ul {
        flex-direction: column;
        position: absolute;
        align-items: center;
        justify-content: space-evenly;
        gap: 1rem;
        right: -100%;
        background-color: var(--primary);
        width: 40%;
        top: 0;
        height: 100vh;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
}

    header ul.mobile-menu {
        right: 0;
    }

    header .menu a {
        color: white;
    }
}

.development {
    background-color: var(--ad-color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 3rem;
    padding: 0.8rem 0;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    color: white;
    position: absolute;
    top: 5rem;
    width: 100%;
}

.development h4 {
    font-weight: normal;
    font-size: 1.1rem;
}

.development a {
    font-size: 1.1rem;
    color: var(--link);
}

.development i {
    font-size: small;
}

.search-box{
    position: relative;
    height: 40px;
    max-width: 500px;
    width: 100%;
    margin: 0 20px;
}

.search-box form{
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 8px;
    border: 1px solid var(--primary);
}

.search-box input{
    height: 100%;
    width: 100%;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    border: none;
    padding: 0 32px 0 12px;
    background: none;
}

.search-button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1px;
    font-size: 16px;
    font-weight: 400;
    color: var(--primary);
    border: none;
    padding: 6px 10px;
    border-radius: 6px;
    background-color: #fff;
    cursor: pointer;
}

.footer-area {
    background: #101010;
    margin-top: 100px;
}

.footer-area .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

@media (min-width: 992px) {
  .text-lg-right {
      text-align: right !important;
  }
}
@media (min-width: 992px) {
  .col-lg-7 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
  }
}

@media (min-width: 992px) {
  .col-lg-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
  }
}

.widget-title {
    font-weight: 600;
    position: relative;
    padding-left: 23px;
    margin-bottom: 23px;
}

.footer-area .footer-top {
    padding: 74px 0 0 0;
  }
  .footer-area .footer-top .widget-title {
    padding: 0;
    color: #ffffff;
    font-size: 22px;
  }
  .footer-area .footer-top .widget-title:before {
    display: none;
  }
  .footer-area .footer-top ul {
    padding: 0;
    margin: 0;
  }
  .footer-area .footer-top ul li {
    list-style: none;
    color: #ffffff;
    font-size: 16px;
    line-height: 36px;
  }
  .footer-area .footer-top ul li a {
    transition: 0.4s;
  }
  .footer-area .footer-top ul li a:hover {
    color: var(--primary);
  }
  .footer-area .footer-top .widget_post_list .widget-title {
    margin-bottom: 32px;
  }
  .footer-area .footer-bottom {
    border-top: 1px solid #3a3a3a;
    padding: 46px 0;
  }
  .footer-area .footer-bottom .footer-logo {
    display: inline-block;
    color: var(--primary);
  }
  .footer-area .footer-bottom .footer_menu {
    display: inline-flex;
    padding: 0;
    margin: 0;
  }
  .footer-area .footer-bottom .footer_menu li {
    list-style: none;
    color: #ffffff;
    margin-left: 22px;
  }
  .footer-area .footer-bottom .footer_menu li a {
    transition: 0.4s;
  }
  .footer-area .footer-bottom .footer_menu li a:hover {
    color: var(--primary);
  }
  .footer-area .footer-bottom .footer-subscribe-inner {
    position: relative;
  }
  .footer-area .footer-bottom .footer-subscribe-inner input {
    width: 100%;
    border-radius: 5px;
    height: 56px;
    border: 0;
    font-size: 14px;
    color: #ffffff;
    padding: 0 138px 0 25px;
    background-color: #3d3d3d;
  }
  .footer-area .footer-bottom .footer-subscribe-inner input::placeholder {
    color: #ffffff;
  }
  .footer-area .footer-bottom .footer-subscribe-inner button {
    height: 56px;
    border: 0;
    border-radius: 0 5px 5px 0;
    position: absolute;
    right: 0px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    padding: 0;
    background: var(--primary);
    color: #ffffff;
    padding: 0 28px;
    transition: 0.4s;
  }
  .footer-area .footer-bottom .footer-subscribe-inner button:hover {
    background: var(--primary);
  }
  .footer-area .copyright-area {
    background-color: #262626;
    padding: 30px 0;
  }
  .footer-area .copyright-area .privacy-menu {
    padding: 0;
    margin: 0;
  }
  .footer-area .copyright-area .privacy-menu li {
    display: inline-flex;
    margin-right: 25px;
    color: #ffffff;
    list-style: none;
  }
  .footer-area .copyright-area .privacy-menu li a {
    transition: 0.4s;
  }
  .footer-area .copyright-area .privacy-menu li a:hover {
    color: var(--primary);
  }
  .footer-area .copyright-area p {
    color: #ffffff;
    margin: 0;
  }
  .footer-area .copyright-area p span {
    color: var(--primary);
  }

.social-area li {
    list-style: none;
    display: inline-block;
    margin-right: -5px;
}
.social-area.social-area-2 li {
  margin-right: 5px;
}

.social-area li a {
  transition: .4s;
  height: 50px;
  width: 49px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  background-color: #efefef;
  color: #5856d5;
  font-size: 20px;
  transition: all .4s ease-in;
}

.social-area.social-area-2 li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  background-color: #3d3d3d;
  font-size: 16px;
}
.copyright-area .row{
  margin-right: -15px;
  margin-left: -15px;
}

.copyright-area .row > div{
  margin-top: 20px;
}

.social-area li .youtube {
  color: red;
}
.social-area li .facebook {
  color: #0d8af0;
}
.social-area li .twitter {
  color: #00acee;
}
.social-area li .google {
  color: #128c7e;
}

  .show-peel {
    padding: 0 44px 0 10px;
    white-space: nowrap;
}


.show-peel:before {
    border-bottom: 41px solid #ff9595;
    border-right: 40px solid transparent;
    content: "";
    position: absolute;
    right: 0;
    top: 3px;
    transform: rotate(9deg);
    transition: border-bottom .25s, border-right .25s, top .25s;
    z-index: 1;
}

.coupon-button {
    align-self: center;
    background-color: var(--primary);
    border-radius: 6px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    height: 100%;
    line-height: 48px;
    max-height: 48px;
    min-width: 182px;
    position: relative;
    text-align: center;
    width: -webkit-fit-content;
    width: fit-content;
    cursor: pointer;
}

.show-peel .coupon-button-peel {
    background-color: white;
    border-radius: 0 6px 6px 0;
    bottom: 1px;
    color: black;
    direction: rtl;
    font-size: 18px;
    font-weight: 700;
    overflow: hidden;
    padding-right: 3px;
    position: absolute;
    right: 0;
    text-align: right;
    text-transform: uppercase;
    top: 0;
    transition: width .25s;
    width: 35px;
    border: 2px dashed var(--primary);
}

.show-peel:after {
    border-bottom: 10px solid var(--primary);
    border-right: 32px solid transparent;
    bottom: 1px;
    content: "";
    display: block;
    position: absolute;
    right: 4px;
    transition: border-right .25s, right .25s;
}

.show-peel .fontello{
    position: absolute;
    display: block;
    left: -36px;
    top: -6px;
    font-size: 55px;
    color: rgb(255 200 22);
    transform: rotate(-10deg);
}

  .back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    color: #fff;
    background-color: var(--primary);
    text-align: center;
    line-height: 56px;
    z-index: 99;
    font-size: 16px;
    transition: all 0.4s ease-in;
    cursor: pointer;
    display: none;
    animation: backto-top-bounce 4s infinite ease-in-out;
}
@keyframes backto-top-bounce {
    0% {
      transform: translateY(-5px);
    }
    50% {
      transform: translateY(10px);
    }
    100% {
      transform: translateY(-5px);
    }
  }
@media (max-width: 575px) {
    .back-to-top {
        right: 15px;
        bottom: 20px;
        width: 48px;
        height: 48px;
        line-height: 48px;
        font-size: 16px;
    }
}
.media img{
    width: 100px;
}


.banner-home{
  display: flex;
  height: 400px;
  width: 100%;
  background: linear-gradient(to right, #5856d5 0%, #ff1d5b 100%);
  text-align: center;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  gap: 14px;
}

.banner-home{
  margin-bottom: 100px;
}
.banner-home h1{
  font-size: 50px;
}

.banner-home ul{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flexbox;
  display: inline-flex;
  gap: 27px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-home ul li {
  list-style: none;
  position: relative;
  line-height: 1;
}

.banner-home ul li span {
  font-weight: bold;
  line-height: 32px;
  font-size: 20px;
  font-style: normal;
}

.banner-home ul li:not(:last-child)::before {
  display: inline-block;
  content: "\E80E";
  position: absolute;
  font-family: "fontello";
  top: 55.8888%;
  inset-inline-end: -17px;
  color: white;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  transform: translateY(-50%);
}

.banner-home ul > li:last-child {
  color: #dceb0f;
}

/* blog */
.blog-item{
  width: 100%;
  margin-bottom: 30px;
  flex: 0 0 33.33%;
}

.row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col-lg-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.latest-blog__item-slide {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.latest-blog__item-media {
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  vertical-align: middle;
}
.latest-blog__item-media a img {
  max-width: 100%;
  height: 241px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.latest-blog__item-text {
  padding-left: 30px;
  background: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: 30px;
}

.latest-blog__item-text-meta {
  gap: 16px;
  padding-bottom: 21px;
}
.d-flex {
  display: flex !important;
}

.latest-blog__item-text-meta-calender {
  width: 50px;
  height: 56px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 4px;
  background: var(--primary);
  text-align: center;
  padding: 12px 8px;
  margin-top: -30px;
  z-index: 1;
}

.latest-blog__item-text-meta-calender h4 {
  color: white;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 14px;
  margin-bottom: 5px;
}


.latest-blog__item-text-meta-calender p {
  color: white;
  font-weight: 400;
  font-size: 12px;
  font-style: normal;
  line-height: 14px;
  margin: 0;
}
.latest-blog__item-text-meta span a {
  color: #646464;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 6px;
  gap: 6px;
  line-height: 22px;
}
.latest-blog__item-text-meta span a i {
  color: var(--primary);
}

.latest-blog__item-text-bottom a {
  color: #646464;
  font-weight: 600;
  line-height: 24px;
  font-size: 15px;
  gap: 6px;
}


.align-items-center {
  align-items: center !important;
}

.latest-blog__item-text-bottom a h4 {
  max-width: 308px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 24px;
  color: black;
}
.latest-blog__item-text-bottom a h4:hover {
  color: var(--primary);
}
.latest-blog__item-media a img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.jq-stars {display: inline-block;}
.jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: helvetica, arial, verdana;
}
.jq-star {
  width: 100px;
  height: 100px;
  display: inline-block;
  cursor: pointer;
}
.jq-star-svg {
  padding-left: 3px;
  width: 100%;
  height: 100% ;
}
.jq-star-svg path {
  stroke-linejoin: round;
}
.jq-shadow {
  -webkit-filter: drop-shadow( -2px -2px 2px #888 );
  filter: drop-shadow( -2px -2px 2px #888 );
}