/*   
Theme Name: Goodwill Halloween 2024
Theme URI: http://www.website.com/
Description: Goodwill Halloween Campaign Website
Author URI: http://www.website.com
Version: 1.5
*/
/* CSS RESET*/
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Gantari:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sora:wght@100..800&display=swap");
*, *::after, *::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  box-sizing: border-box;
  font-weight: normal;
  font-family: "poppins", sans-serif;
  }
.location-details-area{
  margin-bottom:5rem;
}
.container {
  max-width: 1480px; }
  @media (min-width: 1500px) and (max-width: 1599px) {
    .container {
      max-width: 1440px; } }
  @media (min-width: 1368px) and (max-width: 1499px) {
    .container {
      max-width: 1300px; } }
  @media (min-width: 1200px) and (max-width: 1367px) {
    .container {
      max-width: 1200px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .container {
      max-width: 990px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .container {
      max-width: 740px; } }

uL, ol, dl {
  margin: 0;
  padding: 0;
  list-style: none; }

img {
  width: 100%; }

h1, h2, h3, h4, h5 {
  font-style: normal;
  font-weight: 600; }

h1 {
  font-size: 5.222rem;
  /*94px*/ }

h2 {
  font-size: 2.889rem;
  /*52px*/ }

h3 {
  font-size: 1.333rem;
  /*24px*/ }

h4 {
  font-size: 1.111rem;
  /*20px*/ }

h5 {
  font-size: 1.777rem;
  /*31.98px*/ }

h6 {
  font-size: 1.333rem;
  /*23.99px*/ }

.common-btn {
  padding: 14px 32px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.005em;
  transition: .3s;
  border: 2px solid #021058;
  font-family: "Poppins", sans-serif;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px; }
  .common-btn span {
    display: flex;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background-color: #000;
    justify-content: center !important;
    align-items: center;
    margin-left: 12px;
    transition: .3s; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .common-btn span {
        width: 32px;
        height: 32px;
        margin-left: 8px; } }
    .common-btn span img {
      margin: 0;
      max-width: 16px;
      transition: .3s; }
  .common-btn img {
    width: 24px;
    margin-right: 10px; }
    @media (min-width: 1200px) and (max-width: 1367px) {
      .common-btn img {
        width: 15px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .common-btn img {
        width: 13px; } }
  @media (min-width: 1500px) and (max-width: 1599px) {
    .common-btn {
      font-size: 18px; } }
  @media (min-width: 1368px) and (max-width: 1499px) {
    .common-btn {
      font-size: 17px; } }
  @media (min-width: 1200px) and (max-width: 1367px) {
    .common-btn {
      font-size: 18px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .common-btn {
      font-size: 17px;
      padding: 12px 28px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .common-btn {
      font-size: 16px;
      padding: 12px 30px; } }
  @media only screen and (max-width: 767px) {
    .common-btn {
      font-size: 16px;
      padding: 10px 25px; } }

.btn--blue {
  color: #fff;
  background-color: #021058; }
  .btn--blue img {
    transition: .3s ease-in-out; }
  .btn--blue:hover {
    background-color: transparent;
    border-color: #000;
    color: #000; }
    .btn--blue:hover img {
      filter: invert(1); }
  .btn--blue:focus {
    background-color: transparent;
    border-color: #000;
    color: #000; }
    .btn--blue:focus img {
      filter: invert(1); }
  .btn--blue:active {
    background-color: transparent;
    border-color: #000;
    color: #000; }
    .btn--blue:active img {
      filter: invert(1); }

.btn--white {
  color: #F70;
  background-color: #fff;
  border-color: #fff; }
  .btn--white:hover {
    background-color: #021058;
    border-color: #021058;
    color: #F70; }
  .btn--white:active {
    background-color: #021058;
    border-color: #021058;
    color: #F70; }
  .btn--white:focus {
    background-color: #021058;
    border-color: #021058;
    color: #F70; }

.btn--black {
  border-color: #000;
  color: #000;
  padding: 6px;
  padding-left: 30px;
  font-weight: 600; }
  .btn--black:hover {
    background-color: #000;
    color: #fff; }
    .btn--black:hover span {
      background-color: #fff; }
      .btn--black:hover span img {
        filter: invert(1); }

.normal--btn {
  border-color: #021058;
  color: #021058;
  padding: 18px 40px; }
  @media only screen and (max-width: 767px) {
    .normal--btn {
      padding: 14px 32px; } }
  .normal--btn:hover {
    background-color: #021058;
    color: #fff; }
    .normal--btn:hover svg path {
      fill: #fff; }
  .normal--btn:active {
    background-color: #021058;
    color: #fff; }
    .normal--btn:active svg path {
      fill: #fff; }
  .normal--btn:focus {
    background-color: #021058;
    color: #fff; }
    .normal--btn:focus svg path {
      fill: #fff; }
  .normal--btn.with--icon {
    display: inline-flex;
    align-items: center; }
    .normal--btn.with--icon svg {
      margin-left: 15px;
      width: 24px;
      transition: .3s; }

/*----- Costume Card Component ----*/
.costume__card {
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 140px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .costume__card {
      margin-bottom: 70px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .costume__card {
      margin-bottom: 70px; } }
  @media only screen and (max-width: 767px) {
    .costume__card {
      margin-bottom: 80px;
      max-width: 330px;
      margin-top: 50px; } 


}
  .costume__card .costume__thumb {
    border-radius: 15px;
    background: radial-gradient(152.67% 49.78% at 49.9% 50%, #FBAC1C 0%, #D54B27 100%);
    position: relative;
    height: 480px;
    width: 100%;
    margin-bottom: 20px; }

.costume__card .costume__thumb {
    border-radius: 15px;
    position: relative;
    height: 480px;
    width: 100%;
    margin-bottom: 20px;
}

.row > div:nth-child(6n+1) .costume__card .costume__thumb {
  background-image: linear-gradient(
    180deg,
    #E69B2D 0%,
    #E5902D 2%,
    #E57D2D 6%,
    #E5702D 11%,
    #E5692D 18%,
    #E5672D 32%,
    #E0642C 41%,
    #D45E29 51%,
    #BF5324 61%
  );
}

.row > div:nth-child(6n+2) .costume__card .costume__thumb {
  background-image: linear-gradient(
    180deg,
    #F17BB0 0%,
    #E464A7 6%,
    #D94F9E 14%,
    #D14098 22%,
    #CC3795 32%,
    #CB3594 47%,
    #C63390 55%,
    #BA3086 63%,
    #A52974 71%,
    #88215C 79%,
    #63153D 87%,
    #360817 96%,
    #1B0000 100%
  );
}

.row > div:nth-child(6n+3) .costume__card .costume__thumb {
  background-image: linear-gradient(
    180deg,
    #A05BA4 0%,
    #9C58A3 2%,
    #7C459A 18%,
    #693995 32%,
    #623594 42%,
    #5F338F 51%,
    #562F83 61%,
    #49276E 70%,
    #351D51 80%,
    #1D0F2D 90%,
    #000001 100%
  );
}

.row > div:nth-child(6n+4) .costume__card .costume__thumb {
  background-image: linear-gradient(
    180deg,
    #EF5322 0%,
    #DF3824 12%,
    #D42626 23%,
    #D12027 32%,
    #CC1F26 42%,
    #C01C23 52%,
    #AB191E 63%,
    #8E1318 73%,
    #690D0F 84%,
    #3C0405 94%,
    #220000 100%
  );
}

.row > div:nth-child(6n+5) .costume__card .costume__thumb {
  background-image: linear-gradient(
    180deg,
    #A4DEF8 0%,
    #4AC2C2 32%,
    #48BEBF 42%,
    #44B2B7 52%,
    #3C9FA9 62%,
    #328596 71%,
    #25627D 80%,
    #15385E 90%,
    #02073B 99%,
    #000036 100%
  );
}

.row > div:nth-child(6n) .costume__card .costume__thumb {
  background-image: linear-gradient(
    180deg,
    #72C068 0%,
    #4DB159 15%,
    #35A850 28%,
    #2DA54D 35%,
    #2BA04A 46%,
    #289444 56%,
    #217F3A 67%,
    #19622B 78%,
    #0E3D18 89%,
    #001001 99%,
    #000E00 100%
  );
}
    @media (min-width: 1368px) and (max-width: 1499px) {
      .costume__card .costume__thumb {
        height: 410px; } }
    @media (min-width: 1200px) and (max-width: 1367px) {
      .costume__card .costume__thumb {
        height: 360px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .costume__card .costume__thumb {
        height: 280px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .costume__card .costume__thumb {
        height: 230px; } }
    @media only screen and (max-width: 767px) {
      .costume__card .costume__thumb {
        height: 230px; } }
    .costume__card .costume__thumb img {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 630px;
      left: 50%;
      transform: translateX(-50%); }
      @media (min-width: 1368px) and (max-width: 1499px) {
        .costume__card .costume__thumb img {
          height: 540px; } }
      @media (min-width: 1200px) and (max-width: 1367px) {
        .costume__card .costume__thumb img {
          height: 480px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .costume__card .costume__thumb img {
          height: 360px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .costume__card .costume__thumb img {
          height: 320px; } }
      @media only screen and (max-width: 767px) {
        .costume__card .costume__thumb img {
          height: auto; 
          max-width: 280px;
} }
  .costume__card .costume--center img {
    width: auto; }
  .costume__card a {
    display: inline-block;
    width: 100%;
    color: #3A3A3C;
    text-decoration: none;
    font-family: "Barlow", sans-serif;
    font-weight: 700; }
    .costume__card a h2 {
      font-size: 54px;
      font-weight: 700;
      line-height: 64px;
      /* 118.519% */
      color: #3A3A3C;
      font-family: "Barlow", sans-serif; }
      @media (min-width: 1368px) and (max-width: 1499px) {
        .costume__card a h2 {
          font-size: 45px;
          line-height: 55px; } }
      @media (min-width: 1200px) and (max-width: 1367px) {
        .costume__card a h2 {
          font-size: 45px;
          line-height: 50px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .costume__card a h2 {
          font-size: 36px;
          line-height: 40px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .costume__card a h2 {
          font-size: 32px;
          line-height: 36px; } }
      @media only screen and (max-width: 767px) {
        .costume__card a h2 {
          font-size: 32px;
          line-height: 36px; } }
  .costume__card.big--card {
    margin-top: 0;
    margin-bottom: 0; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .costume__card.big--card {
        max-width: 360px;
        margin: 0 auto;
        margin-top: 60px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .costume__card.big--card {
        margin-top: 70px; } }
    .costume__card.big--card img {
      width: 100%;
      height: auto; }
      @media (min-width: 1368px) and (max-width: 1499px) {
        .costume__card.big--card img {
          width: 409px; } }
      @media (min-width: 1200px) and (max-width: 1367px) {
        .costume__card.big--card img {
          width: 376px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .costume__card.big--card img {
          width: 265px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .costume__card.big--card img {
          width: 210px; } }
      @media only screen and (max-width: 767px) {
        .costume__card.big--card img {
          width: 350px; 
}
          .costume__card.big--card{
          margin-bottom:120px;
} 
      
}

/*----- Costume Card Component ----*/
/*----- Page Title Component ----*/
.page__title {
  padding-top: 40px;
  padding-bottom: 40px; 
  font-weight: 600;
  font-family: "poppins";
}
.page__title h1 {
  font-weight: 600;
  font-family: "poppins";
  text-align:center;
}
  @media only screen and (max-width: 767px) {
    .page__title {
      padding-top: 20px;
      padding-bottom: 25px; } }
  .page__title h2 {
    color: #000;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 80px;
    font-weight: 700;
    line-height: 90%; }
    @media (min-width: 1200px) and (max-width: 1367px) {
      .page__title h2 {
        font-size: 50px;
        line-height: 55px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .page__title h2 {
        font-size: 40px;
        line-height: 45px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .page__title h2 {
        font-size: 40px;
        line-height: 45px; } }
    @media only screen and (max-width: 767px) {
      .page__title h2 {
        font-size: 32px;
        line-height: 36px; } }

/*----- Page Title Component ----*/
.inspiration__card {
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .inspiration__card {
      margin-bottom: 50px; } }
  .inspiration__card h2 {
    color: #3A3A3C;
    text-align: center;
    font-family: "Barlow", sans-serif;
    font-size: 54px;
    font-weight: 700;
    line-height: 64px;
    /* 118.519% */ }
    @media (min-width: 1368px) and (max-width: 1499px) {
      .inspiration__card h2 {
        font-size: 40px;
        line-height: 50px; } }
    @media (min-width: 1200px) and (max-width: 1367px) {
      .inspiration__card h2 {
        font-size: 36px;
        line-height: 45px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .inspiration__card h2 {
        font-size: 32px;
        line-height: 36px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .inspiration__card h2 {
        font-size: 30px;
        line-height: 36px; } }
    @media only screen and (max-width: 767px) {
      .inspiration__card h2 {
        font-size: 28px;
        line-height: 34px; } }
  .inspiration__card .inspiration__thumb {
    margin-top: 40px;
    position: relative;
    z-index: 1;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .inspiration__card .inspiration__thumb {
        max-width: 300px;
        margin: 0 auto;
        margin-top: 20px; } }
    .inspiration__card .inspiration__thumb img {
      max-height: 650px;
      width: auto; }
      @media (min-width: 1200px) and (max-width: 1367px) {
        .inspiration__card .inspiration__thumb img {
          max-height: 550px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .inspiration__card .inspiration__thumb img {
          max-height: 450px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .inspiration__card .inspiration__thumb img {
          max-height: 400px; } }
      @media only screen and (max-width: 767px) {
        .inspiration__card .inspiration__thumb img {
          max-height: 320px; } }
    .inspiration__card .inspiration__thumb::after {
      border-radius: 15px;
      background: radial-gradient(152.67% 49.78% at 49.9% 50%, #FBAC1C 0%, #D54B27 100%);
      position: absolute;
      content: '';
      top: 0;
      z-index: -1;
      left: 0;
      width: 100%;
      height: 480px; }
      @media (min-width: 1200px) and (max-width: 1367px) {
        .inspiration__card .inspiration__thumb::after {
          height: 400px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .inspiration__card .inspiration__thumb::after {
          height: 350px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .inspiration__card .inspiration__thumb::after {
          height: 300px; } }
      @media only screen and (max-width: 767px) {
        .inspiration__card .inspiration__thumb::after {
          height: 240px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .magic__card--single {
    max-width: 420px;
    margin: 0 auto;
    margin-bottom: 50px; } }

@media only screen and (max-width: 767px) {
  .magic__card--single {
    max-width: 340px;
    margin: 0 auto;
    margin-bottom: 50px; } }

.magic__card--single .card__count {
  margin-bottom: 10px; }
  .magic__card--single .card__count span {
    font-size: 22px;
    font-weight: 500;
    font-family: "Gantari", sans-serif;
    display: block;
    color: #000; }
    @media only screen and (max-width: 767px) {
      .magic__card--single .card__count span {
        font-size: 20px; } }

.magic__card--single a {
  display: inline-block;
  width: 100%;
  text-decoration: none; }
  .magic__card--single a .magic__card {
    background-color: #FFBD72;
    padding: 16px;
    border-radius: 16px; }
    .magic__card--single a .magic__card .magic__card--header {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 0 20px; }
      .magic__card--single a .magic__card .magic__card--header h3 {
        font-size: 54px;
        color: #000;
        font-weight: 700;
        line-height: 52px; }
        @media (min-width: 1200px) and (max-width: 1367px) {
          .magic__card--single a .magic__card .magic__card--header h3 {
            font-size: 45px;
            line-height: 48px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .magic__card--single a .magic__card .magic__card--header h3 {
            font-size: 36px;
            line-height: 42px; } }
        @media only screen and (max-width: 767px) {
          .magic__card--single a .magic__card .magic__card--header h3 {
            font-size: 32px;
            line-height: 36px; } }
      .magic__card--single a .magic__card .magic__card--header span {
        width: 52px;
        height: 52px;
        border: 2px solid #000;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        flex-shrink: 0;
        position: relative;
        top: 4px;
        transition: .3s ease-in-out; }
        @media (min-width: 1200px) and (max-width: 1367px) {
          .magic__card--single a .magic__card .magic__card--header span {
            width: 48px;
            height: 48px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .magic__card--single a .magic__card .magic__card--header span {
            width: 45px;
            height: 45px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .magic__card--single a .magic__card .magic__card--header span {
            width: 42px;
            height: 42px; } }
        .magic__card--single a .magic__card .magic__card--header span img {
          width: 16px;
          transition: .3s ease-in-out; }
          @media (min-width: 1200px) and (max-width: 1367px) {
            .magic__card--single a .magic__card .magic__card--header span img {
              width: 14px; } }
          @media (min-width: 992px) and (max-width: 1199px) {
            .magic__card--single a .magic__card .magic__card--header span img {
              width: 14px; } }
          @media only screen and (max-width: 767px) {
            .magic__card--single a .magic__card .magic__card--header span img {
              width: 14px; } }
    .magic__card--single a .magic__card .magic__card--thumb {
      height: 270px;
      border-radius: 16px;
      position: relative;
      width: 100%;
      background-color: #FF8A00;
      margin-top: 50px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .magic__card--single a .magic__card .magic__card--thumb {
          height: 220px; } }
      .magic__card--single a .magic__card .magic__card--thumb img {
        position: absolute;
        bottom: -15px;
        width: auto;
        max-height: 330px;
        left: 50%;
        transform: translateX(-50%); }
        @media (min-width: 992px) and (max-width: 1199px) {
          .magic__card--single a .magic__card .magic__card--thumb img {
            max-width: 280px; } }
    .magic__card--single a .magic__card:hover .magic__card--header span {
      transform: rotate(45deg);
      background-color: #000; }
      .magic__card--single a .magic__card:hover .magic__card--header span img {
        filter: invert(1); }

.creative__card {
  background-image: url(../images/card-bg.jpg);
  background-size: cover;
  background-position: center;
  background-color: #FF8A00;
  border-radius: 20px;
  padding: 30px 50px;
  height: 600px;
  width: 680px;
  position: relative;
  z-index: 1; }
  @media (min-width: 1500px) and (max-width: 1599px) {
    .creative__card {
      width: 580px;
      height: 480px;
      padding: 25px 40px;
      border-radius: 16px; } }
  @media (min-width: 1368px) and (max-width: 1499px) {
    .creative__card {
      width: 580px;
      height: 480px;
      padding: 25px 40px;
      border-radius: 16px; } }
  @media (min-width: 1200px) and (max-width: 1367px) {
    .creative__card {
      width: 550px;
      height: 450px;
      padding: 25px 40px;
      border-radius: 14px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .creative__card {
      width: 500px;
      height: 400px;
      padding: 25px 25px;
      border-radius: 14px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .creative__card {
      width: 500px;
      height: 400px;
      padding: 25px 25px;
      border-radius: 14px; } }
  @media only screen and (max-width: 767px) {
    .creative__card {
      width: 360px;
      height: 330px;
      padding: 20px 20px;
      border-radius: 12px; } }
  .creative__card .creative__content {
    height: 100%;
    padding-bottom: 20px; }
    .creative__card .creative__content .creative__title {
      margin-bottom: 25px;
      width: 100%; }
      .creative__card .creative__content .creative__title h2 {
        background-color: rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(54px);
        -webkit-backdrop-filter: blur(54px);
        display: inline-block;
        padding: 14px 20px;
        line-height: 55px;
        color: #fff;
        font-weight: 900;
        text-transform: uppercase;
        border-radius: 12px;
        font-size: 58px;
        letter-spacing: -2px;
        margin-bottom: 0;
        font-family: "Poppins", sans-serif; }
        @media (min-width: 1500px) and (max-width: 1599px) {
          .creative__card .creative__content .creative__title h2 {
            font-size: 48px;
            padding: 12px 18px;
            line-height: 45px; } }
        @media (min-width: 1368px) and (max-width: 1499px) {
          .creative__card .creative__content .creative__title h2 {
            font-size: 48px;
            padding: 12px 18px;
            line-height: 45px; } }
        @media (min-width: 1200px) and (max-width: 1367px) {
          .creative__card .creative__content .creative__title h2 {
            font-size: 44px;
            padding: 12px 18px;
            line-height: 45px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .creative__card .creative__content .creative__title h2 {
            font-size: 40px;
            padding: 12px 18px;
            line-height: 42px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .creative__card .creative__content .creative__title h2 {
            font-size: 40px;
            padding: 12px 18px;
            line-height: 42px; } }
        @media only screen and (max-width: 767px) {
          .creative__card .creative__content .creative__title h2 {
            font-size: 28px;
            padding: 10px 14px;
            line-height: 32px; } }
    .creative__card .creative__content .creative__description {
      width: 360px; }
      @media (min-width: 1500px) and (max-width: 1599px) {
        .creative__card .creative__content .creative__description {
          width: 300px; } }
      @media (min-width: 1368px) and (max-width: 1499px) {
        .creative__card .creative__content .creative__description {
          width: 300px; } }
      @media (min-width: 1200px) and (max-width: 1367px) {
        .creative__card .creative__content .creative__description {
          width: 280px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .creative__card .creative__content .creative__description {
          width: 240px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .creative__card .creative__content .creative__description {
          width: 250px; } }
      @media only screen and (max-width: 767px) {
        .creative__card .creative__content .creative__description {
          width: 180px; } }
      .creative__card .creative__content .creative__description p {
        font-size: 32px;
        font-weight: 500;
        color: #fff;
        line-height: 110%; }
        @media (min-width: 1500px) and (max-width: 1599px) {
          .creative__card .creative__content .creative__description p {
            font-size: 26px; } }
        @media (min-width: 1368px) and (max-width: 1499px) {
          .creative__card .creative__content .creative__description p {
            font-size: 26px; } }
        @media (min-width: 1200px) and (max-width: 1367px) {
          .creative__card .creative__content .creative__description p {
            font-size: 24px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .creative__card .creative__content .creative__description p {
            font-size: 22px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .creative__card .creative__content .creative__description p {
            font-size: 22px; } }
        @media only screen and (max-width: 767px) {
          .creative__card .creative__content .creative__description p {
            font-size: 16px; } }
  .creative__card .card_img {
    position: absolute;
    left: 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%; }
  .creative__card.card__version-two .creative__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .creative__card.card__version-two .creative__content .creative__description {
      display: flex;
      align-items: flex-end; }

h1, h2, h3, h4, h5 {
  font-style: normal;
  font-weight: 500; }

.main-title {
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  color: #00235D; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .main-title {
      font-size: 36px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .main-title {
      font-size: 30px;
      line-height: 36px; } }
  @media only screen and (max-width: 767px) {
    .main-title {
      font-size: 28px;
      text-align: center;
      line-height: 115%; }
      .main-title br {
        display: none; } }

.container-medium .container {
  max-width: 1230px; }

.area__title {
  margin-bottom: 50px; }
  .area__title h2 {
    color: #000;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 68px;
    font-weight: 700;
    line-height: 72px; 
    margin-bottom: 32px;
}
    @media (min-width: 1368px) and (max-width: 1499px) {
      .area__title h2 {
        font-size: 64px;
        line-height: 60px; } }
    @media (min-width: 1200px) and (max-width: 1367px) {
      .area__title h2 {
        font-size: 54px;
        line-height: 60px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .area__title h2 {
        font-size: 40px;
        line-height: 47px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .area__title h2 {
        font-size: 40px;
        line-height: 47px;
        font-family: "Poppins", sans-serif; } }
    @media only screen and (max-width: 767px) {
      .area__title h2 {
        font-size: 32px;
        line-height: 36px; }
        .area__title h2 br {
          display: none; } }
    .area__title h2.title__lg {
      font-size: 80px;
      line-height: 82px; }
      @media (min-width: 1200px) and (max-width: 1367px) {
        .area__title h2.title__lg {
          font-size: 68px;
          line-height: 70px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .area__title h2.title__lg {
          font-size: 60px;
          line-height: 64px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .area__title h2.title__lg {
          font-size: 80px;
          line-height: 76px; } }
      @media only screen and (max-width: 767px) {
        .area__title h2.title__lg {
          font-size: 54px;
          line-height: 57px; } }
  .area__title p {
    color: #3A3A3C;
    text-align: center;
    font-family: "poppins", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    /* 133.333% */
    opacity: 0.76; }
    @media (min-width: 1368px) and (max-width: 1499px) {
      .area__title p {
        font-size: 22px;
        line-height: 30px; } }
    @media (min-width: 1200px) and (max-width: 1367px) {
      .area__title p {
        font-size: 20px;
        line-height: 28px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .area__title p {
        font-size: 18px;
        line-height: 22px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .area__title p {
        font-size: 20px;
        line-height: 25px; } }
    @media only screen and (max-width: 767px) {
      .area__title p {
        font-size: 18px;
        line-height: 26px; }
        .area__title p br {
          display: none; } }
    @media only screen and (max-width: 767px) {
      .area__title p {
        font-size: 18px;
        line-height: 26px; }
        .area__title p br {
          display: none; } }
  .area__title.title--gray h2 {
    color: #3A3A3C; }

/*-------------- Header Area Start  ---- --------*/
.skip-link {
  background: #fff;;
  left: 2%;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  border: 3px solid #021058;
  border-radius: 30px;
  font-size: 1.111rem;
  padding: 0.556rem 2rem;
  max-width: 19.444rem;
  text-align: center;
  line-height: 163.15%;
  color: #fff;
  position: absolute;
  transform: translateY(-211%);
  transition: transform 0.3s;
  z-index: 10000; 
  top: -10%;
}

.skip-link:focus, .skip-link:hover {
 
  transform: translateY(0%);
  text-decoration: none;
  top: -0.1%;
  left: 2%;
color:#021058;
  text-decoration: underline;

}

header {
  background-color: transparent;
  padding: 0px 0 15px;
  padding-bottom: 0; }
  header .header__logo img {
    width: 200px; }
    @media (min-width: 1368px) and (max-width: 1499px) {
      header .header__logo img {
        width: 185px; } }
    @media (min-width: 1200px) and (max-width: 1367px) {
      header .header__logo img {
        width: 100%; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      header .header__logo img {
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      header .header__logo img {
        width: 100% !important; } }
    @media (max-width: 991px) {
      header .header__logo img {
        width: 140px !important; } }
  header .header-navbar {
    padding: 7px 0;
    transition: .3s; }
    header .header-navbar .header__right--wrap {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      @media (max-width: 991px) {
        header .header-navbar .header__right--wrap {
          display: flex;
          align-items: center;
          justify-content: flex-end; } }
      header .header-navbar .header__right--wrap .header-right {
        display: flex;
        align-items: center;
        justify-content: flex-end; }
        @media (max-width: 991px) {
          header .header-navbar .header__right--wrap .header-right {
            position: fixed;
            right: -100%;
            top: 0;
            z-index: 99;
            background-color: #EEF6FE;
            padding: 20px;
            height: 100%;
            width: 300px;
            opacity: 0;
            visibility: hidden;
            transition: .3s;
            display: block;
            padding-top: 80px;
            padding-bottom: 100px;
            filter: drop-shadow(0px 52px 54px rgba(65, 62, 101, 0.296766)); }
            header .header-navbar .header__right--wrap .header-right.acitve {
              right: 0 !important;
              opacity: 1 !important;
              visibility: visible !important; } }
        header .header-navbar .header__right--wrap .header-right .menu--x {
          display: none; }
          @media (max-width: 991px) {
            header .header-navbar .header__right--wrap .header-right .menu--x {
              display: block;
              position: absolute;
              left: 20px;
              top: 15px;
              cursor: pointer;
              border: none; }
              header .header-navbar .header__right--wrap .header-right .menu--x img {
                width: 17px; } }
        header .header-navbar .header__right--wrap .header-right .header-right__nav .header-right__list {
          display: flex;
          align-items: center;
          margin: 0;
          padding: 0;
          gap: 0 5px; }
          @media (min-width: 1368px) and (max-width: 1499px) {
            header .header-navbar .header__right--wrap .header-right .header-right__nav .header-right__list {
              gap: 0 3px; } }
          @media (min-width: 1200px) and (max-width: 1367px) {
            header .header-navbar .header__right--wrap .header-right .header-right__nav .header-right__list {
              gap: 0 3px; } }
          @media (min-width: 992px) and (max-width: 1199px) {
            header .header-navbar .header__right--wrap .header-right .header-right__nav .header-right__list {
              gap: 0 0px; } }
          @media (max-width: 991px) {
            header .header-navbar .header__right--wrap .header-right .header-right__nav .header-right__list {
              display: block; } }
          header .header-navbar .header__right--wrap .header-right .header-right__nav .header-right__list li {
            display: inline;
            margin: 0 5px; }
            @media (min-width: 1368px) and (max-width: 1499px) {
              header .header-navbar .header__right--wrap .header-right .header-right__nav .header-right__list li {
                margin: 0 3px; } }
            @media (min-width: 1200px) and (max-width: 1367px) {
              header .header-navbar .header__right--wrap .header-right .header-right__nav .header-right__list li {
                margin: 0 3px; } }
            @media (min-width: 992px) and (max-width: 1199px) {
              header .header-navbar .header__right--wrap .header-right .header-right__nav .header-right__list li {
                margin: 0 2px; } }
            @media (max-width: 991px) {
              header .header-navbar .header__right--wrap .header-right .header-right__nav .header-right__list li {
                display: block;
                margin-bottom: 20px; } }
            header .header-navbar .header__right--wrap .header-right .header-right__nav .header-right__list li a {
              display: inline-block;
              text-decoration: none;
              color: #1C191A;
              font-size: 20px;
              line-height: 30px;
              position: relative;
              transition: .3s;
              font-weight: 400;
              font-family: "Gantari", sans-serif;
              padding: 10px 5px;
              border: 2px solid transparent;
              border-radius: 50px;
              line-height: 20px;
              letter-spacing: -1%; }
              @media (min-width: 1368px) and (max-width: 1499px) {
                header .header-navbar .header__right--wrap .header-right .header-right__nav .header-right__list li a {
                  font-size: 18px;
                  border-width: 1.5px; } }
              @media (min-width: 1200px) and (max-width: 1367px) {
                header .header-navbar .header__right--wrap .header-right .header-right__nav .header-right__list li a {
                  font-size: 16px;
                  border-width: 1px; } }
              @media (min-width: 992px) and (max-width: 1199px) {
                header .header-navbar .header__right--wrap .header-right .header-right__nav .header-right__list li a {
                  font-size: 14px;
                  border-width: 1px; } }
            header .header-navbar .header__right--wrap .header-right .header-right__nav .header-right__list li.active a {
              color: #F70;
              font-weight: 500;
              font-family: "Sora", sans-serif;
              font-weight: bold;
              font-size: 16px;
              color: #000;
              border-color: #D6D6D6;
              padding: 10px 18px; }
              @media (min-width: 1200px) and (max-width: 1367px) {
                header .header-navbar .header__right--wrap .header-right .header-right__nav .header-right__list li.active a {
                  font-size: 8px 15px;
                  font-size: 14px; } }
              @media (min-width: 992px) and (max-width: 1199px) {
                header .header-navbar .header__right--wrap .header-right .header-right__nav .header-right__list li.active a {
                  font-size: 7px 14px;
                  font-size: 13px; } }
      header .header-navbar .header__right--wrap .language__selector {
        margin-left: 40px;
        padding-right: 20px;
        line-height: 1;
        border-right: 1px solid rgba(31, 46, 19, 0.4); }
        @media (min-width: 1500px) and (max-width: 1599px) {
          header .header-navbar .header__right--wrap .language__selector {
            margin-left: 30px; } }
        @media (min-width: 1368px) and (max-width: 1499px) {
          header .header-navbar .header__right--wrap .language__selector {
            margin-left: 25px; } }
        @media (min-width: 1200px) and (max-width: 1367px) {
          header .header-navbar .header__right--wrap .language__selector {
            margin-left: 20px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          header .header-navbar .header__right--wrap .language__selector {
            margin-left: 15px;
            padding-right: 0;
            border: none;
            margin-right: 10px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          header .header-navbar .header__right--wrap .language__selector {
            margin-right: 25px; } }
        @media (max-width: 991px) {
          header .header-navbar .header__right--wrap .language__selector {
            margin-right: 0px;
            margin-left: 0;
            border: none;
            position: relative;
            padding-right: 0; }
            header .header-navbar .header__right--wrap .language__selector::after {
              position: absolute;
              right: 15px;
              top: 50%;
              transform: translateY(-50%) rotate(-45deg);
              width: 9px;
              height: 9px;
              border-left: 1.5px solid #000;
              border-bottom: 1.5px solid #000;
              content: '';
              margin-top: -2px; } }
        header .header-navbar .header__right--wrap .language__selector .form-select {
          padding: 0;
          background-image: none;
          border: none;
          text-transform: uppercase;
          border-radius: 0;
          box-shadow: none;
          outline: none;
          color: #1C191A;
          font-size: 16px;
          font-weight: 500;
          line-height: 1; }
          @media (min-width: 1368px) and (max-width: 1499px) {
            header .header-navbar .header__right--wrap .language__selector .form-select {
              font-size: 15px; } }
          @media (min-width: 1200px) and (max-width: 1367px) {
            header .header-navbar .header__right--wrap .language__selector .form-select {
              font-size: 14px; } }
          @media (min-width: 992px) and (max-width: 1199px) {
            header .header-navbar .header__right--wrap .language__selector .form-select {
              font-size: 13px; } }
          @media (max-width: 991px) {
            header .header-navbar .header__right--wrap .language__selector .form-select {
              background-color: #fff;
              padding: 10px 14px;
              font-size: 16px;
              border-radius: 4px; } }
      header .header-navbar .header__right--wrap .header-right__btn {
        margin-left: 35px; }
        @media (min-width: 1500px) and (max-width: 1599px) {
          header .header-navbar .header__right--wrap .header-right__btn {
            margin-left: 25px; } }
        @media (min-width: 1368px) and (max-width: 1499px) {
          header .header-navbar .header__right--wrap .header-right__btn {
            margin-left: 20px; } }
        @media (min-width: 1200px) and (max-width: 1367px) {
          header .header-navbar .header__right--wrap .header-right__btn {
            margin-left: 15px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          header .header-navbar .header__right--wrap .header-right__btn {
            margin-left: 10px; } }
        @media (max-width: 991px) {
          header .header-navbar .header__right--wrap .header-right__btn {
            display: none; } }
        header .header-navbar .header__right--wrap .header-right__btn a {
          display: inline-flex;
          font-size: 18px; }
          @media (min-width: 1368px) and (max-width: 1499px) {
            header .header-navbar .header__right--wrap .header-right__btn a {
              font-size: 18px; } }
          @media (min-width: 1200px) and (max-width: 1367px) {
            header .header-navbar .header__right--wrap .header-right__btn a {
              font-size: 16px; } }
          @media (min-width: 992px) and (max-width: 1199px) {
            header .header-navbar .header__right--wrap .header-right__btn a {
              font-size: 14px;
              padding-left: 18px; } }
          @media (max-width: 991px) {
            header .header-navbar .header__right--wrap .header-right__btn a {
              width: 100%;
              font-size: 14px;
              text-align: center; } }
        header .header-navbar .header__right--wrap .header-right__btn.header--btn--nav {
          display: none; }
          @media (min-width: 768px) and (max-width: 991px) {
            header .header-navbar .header__right--wrap .header-right__btn.header--btn--nav {
              display: inline-flex;
              margin-right: 25px; } }
      header .header-navbar .header__right--wrap .menu_trigger {
        display: none;
        width: 28px;
        cursor: pointer;
        border: none;
        background-color: transparent; }
        @media (max-width: 991px) {
          header .header-navbar .header__right--wrap .menu_trigger {
            display: block; } }
        header .header-navbar .header__right--wrap .menu_trigger span {
          display: block;
          width: 100%;
          height: 2px;
          background-color: #000; }
          header .header-navbar .header__right--wrap .menu_trigger span:nth-child(2) {
            margin: 6px 0; }
    header .header-navbar.nav-without-hero {
      padding-bottom: 22px; }

/*-------------- Header Area End  ---- --------*/
/*-------  Footer Area Start ------*/
footer {
  background-color: #F70;
  background-image: url(../images/Footer.jpg);
  background-position: center;
  background-size: cover;
  padding-bottom: 40px; }
  @media (min-width: 768px) and (max-width: 991px) {
    footer {
      background-image: url(../images/footer-bg-md.jpg); } }
  @media only screen and (max-width: 767px) {
    footer {
      background-image: url(../images/footer-bg-sm.jpg); } }
  footer .footer__top--wrapper {
    padding: 56px 0;
    border-bottom: 1px solid rgba(237, 237, 237, 0.2); }
    @media (min-width: 1200px) and (max-width: 1367px) {
      footer .footer__top--wrapper {
        padding: 50px 0; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      footer .footer__top--wrapper {
        padding: 50px 0; } }
    footer .footer__top--wrapper .footer__top--left .social__wrap {
      display: flex;
      align-items: center;
      gap: 0 24px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        footer .footer__top--wrapper .footer__top--left .social__wrap {
          gap: 0 20px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        footer .footer__top--wrapper .footer__top--left .social__wrap {
          display: block;
          text-align: center;
          margin-bottom: 60px; } }
      @media only screen and (max-width: 767px) {
        footer .footer__top--wrapper .footer__top--left .social__wrap {
          display: block;
          text-align: center;
          margin-bottom: 50px; } }
      footer .footer__top--wrapper .footer__top--left .social__wrap span {
        font-size: 30px;
        font-weight: 500;
        font-family: "Gantari", sans-serif;
        color: #fff;
        line-height: 1; }
        @media (min-width: 1200px) and (max-width: 1367px) {
          footer .footer__top--wrapper .footer__top--left .social__wrap span {
            font-size: 25px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          footer .footer__top--wrapper .footer__top--left .social__wrap span {
            font-size: 24px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          footer .footer__top--wrapper .footer__top--left .social__wrap span {
            font-size: 28px;
            text-align: center;
            margin-bottom: 25px; } }
        @media only screen and (max-width: 767px) {
          footer .footer__top--wrapper .footer__top--left .social__wrap span {
            font-size: 28px;
            text-align: center;
            margin-bottom: 25px; } }
      footer .footer__top--wrapper .footer__top--left .social__wrap ul {
        display: flex;
        align-items: center;
        gap: 0 24px; }
        @media (min-width: 768px) and (max-width: 991px) {
          footer .footer__top--wrapper .footer__top--left .social__wrap ul {
            justify-content: center;
            margin-top: 25px; } }
        @media only screen and (max-width: 767px) {
          footer .footer__top--wrapper .footer__top--left .social__wrap ul {
            margin-top: 25px;
            justify-content: center; } }
        footer .footer__top--wrapper .footer__top--left .social__wrap ul li {
          display: inline-block; }
          footer .footer__top--wrapper .footer__top--left .social__wrap ul li a {
            display: inline-block; }
            footer .footer__top--wrapper .footer__top--left .social__wrap ul li a img {
              max-width: 32px;
              max-height: 32px;
              transition: .3s; }
              @media (min-width: 1200px) and (max-width: 1367px) {
                footer .footer__top--wrapper .footer__top--left .social__wrap ul li a img {
                  max-width: 28px;
                  max-height: 28px; } }
              @media (min-width: 992px) and (max-width: 1199px) {
                footer .footer__top--wrapper .footer__top--left .social__wrap ul li a img {
                  max-width: 26px;
                  max-height: 26px; } }
              @media only screen and (max-width: 767px) {
                footer .footer__top--wrapper .footer__top--left .social__wrap ul li a img {
                  max-width: 28px;
                  max-height: 28px; } }
    footer .footer__top--wrapper .footer__top--right {
      display: flex;
      justify-content: flex-end; }
      @media (min-width: 768px) and (max-width: 991px) {
        footer .footer__top--wrapper .footer__top--right {
          justify-content: center; } }
      @media only screen and (max-width: 767px) {
        footer .footer__top--wrapper .footer__top--right {
          justify-content: center; } }
      footer .footer__top--wrapper .footer__top--right .footer__links ul {
        display: flex;
        align-items: center;
        gap: 0 30px; }
        @media (min-width: 768px) and (max-width: 991px) {
          footer .footer__top--wrapper .footer__top--right .footer__links ul {
            display: block; } }
        @media only screen and (max-width: 767px) {
          footer .footer__top--wrapper .footer__top--right .footer__links ul {
            display: block; } }
        footer .footer__top--wrapper .footer__top--right .footer__links ul li {
          display: inline-block; }
          @media (min-width: 768px) and (max-width: 991px) {
            footer .footer__top--wrapper .footer__top--right .footer__links ul li {
              display: block;
              margin-bottom: 15px;
              text-align: center; } }
          @media only screen and (max-width: 767px) {
            footer .footer__top--wrapper .footer__top--right .footer__links ul li {
              display: block;
              margin-bottom: 15px;
              text-align: center; } }
          footer .footer__top--wrapper .footer__top--right .footer__links ul li a {
            display: inline-block;
            text-decoration: none;
            color: #fff;
            font-family: "Gantari", sans-serif;
            font-weight: normal;
            font-size: 22px; }
            @media (min-width: 1200px) and (max-width: 1367px) {
              footer .footer__top--wrapper .footer__top--right .footer__links ul li a {
                font-size: 20px; } }
            @media (min-width: 992px) and (max-width: 1199px) {
              footer .footer__top--wrapper .footer__top--right .footer__links ul li a {
                font-size: 18px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              footer .footer__top--wrapper .footer__top--right .footer__links ul li a {
                font-size: 20px;
                display: block; } }
            @media only screen and (max-width: 767px) {
              footer .footer__top--wrapper .footer__top--right .footer__links ul li a {
                font-size: 20px;
                display: block;
                text-align: center; } }
  footer .copyright__wrapper {
    text-align: center;
    padding-top: 20px; }
    footer .copyright__wrapper p {
      color: #fff;
      margin: 0;
      font-family: "Gantari", sans-serif;
      font-size: 18px;
      font-weight: normal;
      line-height: 150%;
      margin: 0; }
      @media only screen and (max-width: 767px) {
        footer .copyright__wrapper p {
          font-size: 14px;
          text-align: center; } }
  footer.footer-two {
    background-image: url(../images/footer-bg-2.jpg);
    background-color: #F808EC; }
    @media (min-width: 768px) and (max-width: 991px) {
      footer.footer-two {
        background-image: url(../images/footer-bg-pink-md.jpg); } }
    @media only screen and (max-width: 767px) {
      footer.footer-two {
        background-image: url(../images/footer-bg-pink-sm.jpg); } }
  footer.footer-green {
    background-color: #25C906;
    background-image: url(../images/footer-bg-3.jpg); }
    @media (min-width: 768px) and (max-width: 991px) {
      footer.footer-green {
        background-image: url(../images/footer-bg-green-md.jpg); } }
    @media only screen and (max-width: 767px) {
      footer.footer-green {
        background-image: url(../images/footer-bg-green-sm.jpg); } }

/*-------  Services Area End ------*/
/*-------------- Hero Area Start  ---- --------*/
.hero-area {
  padding: 15px 0;
  position: relative; }

  .hero-area .hero-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 380px;
    object-fit: cover;
    object-position: top; }

/*-------------- Hero Area End  ---- --------*/
/*-------------- Hero Bottom Area Start  ---- --------*/
.hero-bottom-area {
  padding: 65px 0;
  position: relative; }
  .hero-bottom-area .hero__buck--wrapper {
    max-width: 1265px;
    margin: 0 auto;
    position: relative; }
    .hero-bottom-area .hero__buck--wrapper .buck__top--content .hero__bottom--left {
      max-width: 580px; }
      @media (min-width: 1200px) and (max-width: 1367px) {
        .hero-bottom-area .hero__buck--wrapper .buck__top--content .hero__bottom--left {
          max-width: 500px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .hero-bottom-area .hero__buck--wrapper .buck__top--content .hero__bottom--left {
          max-width: 400px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .hero-bottom-area .hero__buck--wrapper .buck__top--content .hero__bottom--left {
          text-align: center;
          margin: 0 auto;
          margin-bottom: 25px; } }
      .hero-bottom-area .hero__buck--wrapper .buck__top--content .hero__bottom--left h2 {
        font-size: 64px;
        font-weight: 900;
        line-height: 66px;
        color: #000;
        text-transform: uppercase;
        font-family: "Gantari", sans-serif; }
        @media (min-width: 1368px) and (max-width: 1499px) {
          .hero-bottom-area .hero__buck--wrapper .buck__top--content .hero__bottom--left h2 {
            font-size: 58px;
            line-height: 60px; } }
        @media (min-width: 1200px) and (max-width: 1367px) {
          .hero-bottom-area .hero__buck--wrapper .buck__top--content .hero__bottom--left h2 {
            font-size: 54px;
            line-height: 56px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .hero-bottom-area .hero__buck--wrapper .buck__top--content .hero__bottom--left h2 {
            font-size: 40px;
            line-height: 44px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .hero-bottom-area .hero__buck--wrapper .buck__top--content .hero__bottom--left h2 {
            font-size: 60px;
            line-height: 64px; } }
        @media only screen and (max-width: 767px) {
          .hero-bottom-area .hero__buck--wrapper .buck__top--content .hero__bottom--left h2 {
            font-size: 54px;
            line-height: 58px;
            text-align: center; } }
    .hero-bottom-area .hero__buck--wrapper .buck__top--content .hero__bottom--right {
      width: 520px;
      text-align: right;
      float: right; }
      @media (min-width: 1368px) and (max-width: 1499px) {
        .hero-bottom-area .hero__buck--wrapper .buck__top--content .hero__bottom--right {
          max-width: 480px; } }
      @media (min-width: 1200px) and (max-width: 1367px) {
        .hero-bottom-area .hero__buck--wrapper .buck__top--content .hero__bottom--right {
          max-width: 430px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .hero-bottom-area .hero__buck--wrapper .buck__top--content .hero__bottom--right {
          max-width: 350px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .hero-bottom-area .hero__buck--wrapper .buck__top--content .hero__bottom--right {
          max-width: 490px;
          margin: 0 auto;
          text-align: center;
          float: none; } }
      @media only screen and (max-width: 767px) {
        .hero-bottom-area .hero__buck--wrapper .buck__top--content .hero__bottom--right {
          max-width: 100%;
          margin: 0 auto;
          text-align: center;
          float: none; } }
      .hero-bottom-area .hero__buck--wrapper .buck__top--content .hero__bottom--right p {
        font-size: 22px;
        color: #000;
        font-family: "Gantari", sans-serif; }
        @media (min-width: 1368px) and (max-width: 1499px) {
          .hero-bottom-area .hero__buck--wrapper .buck__top--content .hero__bottom--right p {
            font-size: 20px; } }
        @media (min-width: 1200px) and (max-width: 1367px) {
          .hero-bottom-area .hero__buck--wrapper .buck__top--content .hero__bottom--right p {
            font-size: 20px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .hero-bottom-area .hero__buck--wrapper .buck__top--content .hero__bottom--right p {
            font-size: 18px;
            line-height: 22px; } }
        @media only screen and (max-width: 767px) {
          .hero-bottom-area .hero__buck--wrapper .buck__top--content .hero__bottom--right p {
            font-size: 20px; } }
    .hero-bottom-area .hero__buck--wrapper .buck__main--wrapper {
      position: relative;
      margin: 0 auto; }
      .hero-bottom-area .hero__buck--wrapper .buck__main--wrapper .buck__box {
        position: relative;
        max-width: 630px;
        margin: 0 auto;
        margin-top: -140px; }
        @media (min-width: 1200px) and (max-width: 1367px) {
          .hero-bottom-area .hero__buck--wrapper .buck__main--wrapper .buck__box {
            max-width: 550px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .hero-bottom-area .hero__buck--wrapper .buck__main--wrapper .buck__box {
            max-width: 420px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .hero-bottom-area .hero__buck--wrapper .buck__main--wrapper .buck__box {
            max-width: 580px;
            margin-top: 50px; } }
        @media only screen and (max-width: 767px) {
          .hero-bottom-area .hero__buck--wrapper .buck__main--wrapper .buck__box {
            max-width: 280px;
            margin-top: 50px; } }
        .hero-bottom-area .hero__buck--wrapper .buck__main--wrapper .buck__box img {
          position: relative;
          right: -35px; }
          @media only screen and (max-width: 767px) {
            .hero-bottom-area .hero__buck--wrapper .buck__main--wrapper .buck__box img {
              right: 0px;
              width: 100%; } }
      .hero-bottom-area .hero__buck--wrapper .buck__main--wrapper .buck--box-left {
        width: 500px;
        position: absolute;
        left: 0px;
        z-index: 1;
        top: 39%; }
        @media (min-width: 1200px) and (max-width: 1367px) {
          .hero-bottom-area .hero__buck--wrapper .buck__main--wrapper .buck--box-left {
            width: 470px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .hero-bottom-area .hero__buck--wrapper .buck__main--wrapper .buck--box-left {
            width: 410px;
            top: 37%; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .hero-bottom-area .hero__buck--wrapper .buck__main--wrapper .buck--box-left {
            width: 490px;
            top: unset;
            position: relative;
            left: unset;
            text-align: center;
            margin: 0 auto; } }
        @media only screen and (max-width: 767px) {
          .hero-bottom-area .hero__buck--wrapper .buck__main--wrapper .buck--box-left {
            width: 100%;
            top: unset;
            position: relative;
            left: unset;
            text-align: center;
            margin: 0 auto; } }
        .hero-bottom-area .hero__buck--wrapper .buck__main--wrapper .buck--box-left img {
          width: 100%;
          margin-bottom: -50px;
          position: relative;
          left: -45px; }
          @media (min-width: 1200px) and (max-width: 1367px) {
            .hero-bottom-area .hero__buck--wrapper .buck__main--wrapper .buck--box-left img {
              left: -30px; } }
          @media (min-width: 992px) and (max-width: 1199px) {
            .hero-bottom-area .hero__buck--wrapper .buck__main--wrapper .buck--box-left img {
              left: -30px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .hero-bottom-area .hero__buck--wrapper .buck__main--wrapper .buck--box-left img {
              left: unset;
              display: none; } }
          @media only screen and (max-width: 767px) {
            .hero-bottom-area .hero__buck--wrapper .buck__main--wrapper .buck--box-left img {
              left: unset;
              display: none; } }
        .hero-bottom-area .hero__buck--wrapper .buck__main--wrapper .buck--box-left p {
          width: 350px;
          font-size: 22px;
          color: #000;
          line-height: 140%;
          margin-left: 25px; }
          @media (min-width: 992px) and (max-width: 1199px) {
            .hero-bottom-area .hero__buck--wrapper .buck__main--wrapper .buck--box-left p {
              font-size: 18px;
              max-width: 260px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .hero-bottom-area .hero__buck--wrapper .buck__main--wrapper .buck--box-left p {
              font-size: 22px;
              max-width: 100%;
              text-align: center;
              padding: 0;
              margin-left: 0;
              width: 100%; } }
          @media only screen and (max-width: 767px) {
            .hero-bottom-area .hero__buck--wrapper .buck__main--wrapper .buck--box-left p {
              font-size: 20px;
              max-width: 100%;
              text-align: center;
              padding: 0;
              margin-left: 0;
              width: 100%; } }
      .hero-bottom-area .hero__buck--wrapper .buck__main--wrapper .buck--box-right {
        position: absolute;
        width: 350px;
        right: 50px;
        top: 25%; }
        @media (min-width: 1200px) and (max-width: 1367px) {
          .hero-bottom-area .hero__buck--wrapper .buck__main--wrapper .buck--box-right {
            width: 320px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .hero-bottom-area .hero__buck--wrapper .buck__main--wrapper .buck--box-right {
            width: 280px; } }
        @media only screen and (max-width: 767px) {
          .hero-bottom-area .hero__buck--wrapper .buck__main--wrapper .buck--box-right {
            display: none; } }

/*-------------- Hero Bottom Area End  ---- --------*/
/*-------------- Match Magic Area Start  ---- --------*/
.fantasy-area {
  padding-bottom: 140px;
  padding-top: 110px; }
  @media (min-width: 1368px) and (max-width: 1499px) {
    .fantasy-area {
      padding-bottom: 80px;
      padding-top: 70px; } }
  @media (min-width: 1200px) and (max-width: 1367px) {
    .fantasy-area {
      padding-top: 60px;
      padding-bottom: 50px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .fantasy-area {
      padding-top: 60px;
      padding-bottom: 70px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .fantasy-area {
      padding-top: 60px;
      padding-bottom: 70px; } }
  @media only screen and (max-width: 767px) {
    .fantasy-area {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media (min-width: 1500px) and (max-width: 1599px) {
    .fantasy-area .fantasy__wrapper {
      padding: 0 40px; } }
  @media (min-width: 1368px) and (max-width: 1499px) {
    .fantasy-area .fantasy__wrapper {
      padding: 0 10px; } }
  @media (min-width: 1200px) and (max-width: 1367px) {
    .fantasy-area .fantasy__wrapper {
      padding: 0 10px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .fantasy-area .fantasy__wrapper {
      padding: 0 20px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .fantasy-area .fantasy__wrapper {
      padding: 0 15px; } }
  @media only screen and (max-width: 767px) {
    .fantasy-area .fantasy__wrapper {
      padding: 0 10px; } }
  .fantasy-area .fantasy__wrapper .fantasy_slider .single__fantasy--slider {
    padding-top: 230px; }
    @media (min-width: 1200px) and (max-width: 1367px) {
      .fantasy-area .fantasy__wrapper .fantasy_slider .single__fantasy--slider {
        padding-top: 160px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .fantasy-area .fantasy__wrapper .fantasy_slider .single__fantasy--slider {
        padding-top: 130px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .fantasy-area .fantasy__wrapper .fantasy_slider .single__fantasy--slider {
        padding-top: 110px; } }
    @media only screen and (max-width: 767px) {
      .fantasy-area .fantasy__wrapper .fantasy_slider .single__fantasy--slider {
        padding-top: 0px; } }
    .fantasy-area .fantasy__wrapper .fantasy_slider .single__fantasy--slider .fantasy__slider--item {
      border-radius: 15px;
      background-image: url(../images/slider-bg.jpg);
      background-position: center;
      background-size: cover;
      position: relative; }
      .fantasy-area .fantasy__wrapper .fantasy_slider .single__fantasy--slider .fantasy__slider--item .slide__thumb {
        position: relative;
        height: 500px;
        width: 100%; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .fantasy-area .fantasy__wrapper .fantasy_slider .single__fantasy--slider .fantasy__slider--item .slide__thumb {
            height: 400px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .fantasy-area .fantasy__wrapper .fantasy_slider .single__fantasy--slider .fantasy__slider--item .slide__thumb {
            height: 350px; } }
        @media only screen and (max-width: 767px) {
          .fantasy-area .fantasy__wrapper .fantasy_slider .single__fantasy--slider .fantasy__slider--item .slide__thumb {
            height: 300px; } }
        .fantasy-area .fantasy__wrapper .fantasy_slider .single__fantasy--slider .fantasy__slider--item .slide__thumb img {
          width: 500px;
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%); }
          @media (min-width: 1200px) and (max-width: 1367px) {
            .fantasy-area .fantasy__wrapper .fantasy_slider .single__fantasy--slider .fantasy__slider--item .slide__thumb img {
              width: 450px; } }
          @media (min-width: 992px) and (max-width: 1199px) {
            .fantasy-area .fantasy__wrapper .fantasy_slider .single__fantasy--slider .fantasy__slider--item .slide__thumb img {
              width: 350px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .fantasy-area .fantasy__wrapper .fantasy_slider .single__fantasy--slider .fantasy__slider--item .slide__thumb img {
              width: 320px; } }
          @media only screen and (max-width: 767px) {
            .fantasy-area .fantasy__wrapper .fantasy_slider .single__fantasy--slider .fantasy__slider--item .slide__thumb img {
              width: 220px; } }
      .fantasy-area .fantasy__wrapper .fantasy_slider .single__fantasy--slider .fantasy__slider--item .slide__content {
        max-width: 620px; }
        @media (min-width: 1368px) and (max-width: 1499px) {
          .fantasy-area .fantasy__wrapper .fantasy_slider .single__fantasy--slider .fantasy__slider--item .slide__content {
            max-width: 550px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .fantasy-area .fantasy__wrapper .fantasy_slider .single__fantasy--slider .fantasy__slider--item .slide__content {
            max-width: 310px; } }
        @media only screen and (max-width: 767px) {
          .fantasy-area .fantasy__wrapper .fantasy_slider .single__fantasy--slider .fantasy__slider--item .slide__content {
            max-width: 400px;
            text-align: center;
            padding: 30px 20px;
            margin-bottom: 25px; } }
        .fantasy-area .fantasy__wrapper .fantasy_slider .single__fantasy--slider .fantasy__slider--item .slide__content h2 {
          color: #fff;
          text-shadow: 0px 4px 11px rgba(0, 0, 0, 0.16);
          font-family: "Gantari", sans-serif;
          font-size: 64px;
          font-weight: 600;
          line-height: 80px;
          /* 164.063% */ }
          @media (min-width: 1200px) and (max-width: 1367px) {
            .fantasy-area .fantasy__wrapper .fantasy_slider .single__fantasy--slider .fantasy__slider--item .slide__content h2 {
              font-size: 50px;
              line-height: 65px; } }
          @media (min-width: 992px) and (max-width: 1199px) {
            .fantasy-area .fantasy__wrapper .fantasy_slider .single__fantasy--slider .fantasy__slider--item .slide__content h2 {
              font-size: 45px;
              line-height: 45px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .fantasy-area .fantasy__wrapper .fantasy_slider .single__fantasy--slider .fantasy__slider--item .slide__content h2 {
              font-size: 50px;
              line-height: 55px; } }
          @media only screen and (max-width: 767px) {
            .fantasy-area .fantasy__wrapper .fantasy_slider .single__fantasy--slider .fantasy__slider--item .slide__content h2 {
              font-size: 50px;
              line-height: 55px; } }
        .fantasy-area .fantasy__wrapper .fantasy_slider .single__fantasy--slider .fantasy__slider--item .slide__content p {
          color: #fff;
          text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
          font-family: "Gantari", sans-serif;
          font-size: 28px;
          font-weight: 300;
          line-height: 32px;
          /* 114.286% */ }
          @media (min-width: 1200px) and (max-width: 1367px) {
            .fantasy-area .fantasy__wrapper .fantasy_slider .single__fantasy--slider .fantasy__slider--item .slide__content p {
              font-size: 24px;
              line-height: 28px; } }
          @media (min-width: 992px) and (max-width: 1199px) {
            .fantasy-area .fantasy__wrapper .fantasy_slider .single__fantasy--slider .fantasy__slider--item .slide__content p {
              font-size: 20px;
              line-height: 24px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .fantasy-area .fantasy__wrapper .fantasy_slider .single__fantasy--slider .fantasy__slider--item .slide__content p {
              font-size: 18px;
              line-height: 24px; } }
          @media only screen and (max-width: 767px) {
            .fantasy-area .fantasy__wrapper .fantasy_slider .single__fantasy--slider .fantasy__slider--item .slide__content p {
              font-size: 18px;
              line-height: 24px; } }
        .fantasy-area .fantasy__wrapper .fantasy_slider .single__fantasy--slider .fantasy__slider--item .slide__content .slide__btn {
          margin-top: 30px; }
          .fantasy-area .fantasy__wrapper .fantasy_slider .single__fantasy--slider .fantasy__slider--item .slide__content .slide__btn a {
            color: #D64C28; }
  .fantasy-area .fantasy__wrapper .fantasy_slider .slide-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 105px;
    width: 80px;
    height: 80px;
    background-position: center;
    background-size: cover;
    background-color: transparent;
    border: none;
    z-index: 2; }
    @media (min-width: 1368px) and (max-width: 1499px) {
      .fantasy-area .fantasy__wrapper .fantasy_slider .slide-arrow {
        width: 60px;
        height: 60px; } }
    @media (min-width: 1200px) and (max-width: 1367px) {
      .fantasy-area .fantasy__wrapper .fantasy_slider .slide-arrow {
        width: 50px;
        height: 50px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .fantasy-area .fantasy__wrapper .fantasy_slider .slide-arrow {
        width: 40px;
        height: 40px;
        margin-top: 70px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .fantasy-area .fantasy__wrapper .fantasy_slider .slide-arrow {
        width: 40px;
        height: 40px;
        margin-top: 60px; } }
    @media only screen and (max-width: 767px) {
      .fantasy-area .fantasy__wrapper .fantasy_slider .slide-arrow {
        width: 30px;
        height: 30px;
        margin-top: 0px; } }
    .fantasy-area .fantasy__wrapper .fantasy_slider .slide-arrow.prev-arrow {
      left: -40px;
      background-image: url(../images/arrow-prev.png); }
      @media (min-width: 1368px) and (max-width: 1499px) {
        .fantasy-area .fantasy__wrapper .fantasy_slider .slide-arrow.prev-arrow {
          left: -30px; } }
      @media (min-width: 1200px) and (max-width: 1367px) {
        .fantasy-area .fantasy__wrapper .fantasy_slider .slide-arrow.prev-arrow {
          left: -25px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .fantasy-area .fantasy__wrapper .fantasy_slider .slide-arrow.prev-arrow {
          left: -20px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .fantasy-area .fantasy__wrapper .fantasy_slider .slide-arrow.prev-arrow {
          left: -20px; } }
      @media only screen and (max-width: 767px) {
        .fantasy-area .fantasy__wrapper .fantasy_slider .slide-arrow.prev-arrow {
          left: -15px; } }
    .fantasy-area .fantasy__wrapper .fantasy_slider .slide-arrow.next-arrow {
      right: -40px;
      background-image: url(../images/arrow-next.png); }
      @media (min-width: 1368px) and (max-width: 1499px) {
        .fantasy-area .fantasy__wrapper .fantasy_slider .slide-arrow.next-arrow {
          right: -30px; } }
      @media (min-width: 1200px) and (max-width: 1367px) {
        .fantasy-area .fantasy__wrapper .fantasy_slider .slide-arrow.next-arrow {
          right: -25px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .fantasy-area .fantasy__wrapper .fantasy_slider .slide-arrow.next-arrow {
          right: -20px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .fantasy-area .fantasy__wrapper .fantasy_slider .slide-arrow.next-arrow {
          right: -20px; } }
      @media only screen and (max-width: 767px) {
        .fantasy-area .fantasy__wrapper .fantasy_slider .slide-arrow.next-arrow {
          right: -15px; } }

/*-------------- Match Magic Area End  ---- --------*/
/*-------------- Match Magic Area Start  ---- --------*/
.match-magic-area {
  padding-top: 50px;
  padding-bottom: 60px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .match-magic-area {
      padding: 70px 0;
      padding-bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    .match-magic-area {
      padding: 50px 0;
      padding-bottom: 20px;
      overflow: hidden; } }
  .match-magic-area .magic-wrapper {
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 25px; }
    @media only screen and (max-width: 767px) {
      .match-magic-area .magic-wrapper {
        margin-top: 0; } }
    .match-magic-area .magic-wrapper .magic__item {
      width: 100%;
      position: relative;
      border-radius: 15px;
      background: radial-gradient(167.96% 54.74% at 61.8% 53.05%, #FBAC1C 16.91%, #D54B27 100%);
      height: 250px;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      z-index: 1;
      padding-bottom: 30px;
      margin-bottom: 50px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .match-magic-area .magic-wrapper .magic__item {
          height: 190px;
          padding-bottom: 20px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .match-magic-area .magic-wrapper .magic__item {
          height: 150px;
          padding-bottom: 20px;
          margin-bottom: 0px; } }
      @media only screen and (max-width: 767px) {
        .match-magic-area .magic-wrapper .magic__item {
          height: 240px;
          padding-bottom: 20px;
          margin-bottom: 50px; } }
      .match-magic-area .magic-wrapper .magic__item img {
        position: absolute;
        bottom: 0;
        height: 340px;
        width: auto;
        z-index: -1;
        left: 50%;
        transform: translateX(-50%); }
        @media (min-width: 992px) and (max-width: 1199px) {
          .match-magic-area .magic-wrapper .magic__item img {
            height: 250px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .match-magic-area .magic-wrapper .magic__item img {
            height: 180px; } }
        @media only screen and (max-width: 767px) {
          .match-magic-area .magic-wrapper .magic__item img {
            height: 250px; } }
      .match-magic-area .magic-wrapper .magic__item a {
        display: inline-block;
        width: 280px;
        text-align: center;
        padding: 11px 12px; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .match-magic-area .magic-wrapper .magic__item a {
            width: 240px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .match-magic-area .magic-wrapper .magic__item a {
            width: auto;
            padding: 8px 15px; } }

/*-------------- Match Magic Area End  ---- --------*/
/*--------------  Area Start  ---- --------*/
.costumes-area {
  padding-top: 80px;
  padding-bottom: 100px;
  overflow: hidden; }
  @media (min-width: 1500px) and (max-width: 1599px) {
    .costumes-area {
      overflow: hidden; } }
  @media (min-width: 1368px) and (max-width: 1499px) {
    .costumes-area {
      overflow: hidden; } }
  @media (min-width: 1200px) and (max-width: 1367px) {
    .costumes-area {
      overflow: hidden; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .costumes-area {
      overflow: hidden; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .costumes-area {
      overflow: hidden;
      padding-top: 70px; } }
  @media only screen and (max-width: 767px) {
    .costumes-area {
      overflow: hidden;
      padding-top: 70px; } }
  .costumes-area .area__title {
    margin-bottom: 90px; }
    .costumes-area .area__title h2 {
      color: #3A3A3C; }

/*-------------- Hero Area Start  ---- --------*/
/*-------------- Hero Area Start  ---- --------*/
.video-area {
  padding-bottom: 90px;
  padding-top: 50px; }
  @media only screen and (max-width: 767px) {
    .video-area {
      padding-bottom: 60px; } }
  .video-area .video__item {
    margin-bottom: 45px;
    padding: 30px;
    border: 1px solid #DFE1E2;
    border-radius: 16px; }
    @media (min-width: 1368px) and (max-width: 1499px) {
      .video-area .video__item {
        padding: 25px;
        border-radius: 15px; } }
    @media (min-width: 1200px) and (max-width: 1367px) {
      .video-area .video__item {
        padding: 20px;
        border-radius: 10px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .video-area .video__item {
        padding: 15px;
        border-radius: 10px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .video-area .video__item {
        padding: 15px;
        border-radius: 10px; } }
    @media only screen and (max-width: 767px) {
      .video-area .video__item {
        padding: 15px;
        border-radius: 10px; } }
    .video-area .video__item .video__thumb {
      position: relative; }
      .video-area .video__item .video__thumb img {
        width: 100%;
        height: 320px;
        object-fit: cover;
        border-radius: 20px; }
        @media (min-width: 1200px) and (max-width: 1367px) {
          .video-area .video__item .video__thumb img {
            height: 280px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .video-area .video__item .video__thumb img {
            height: 220px;
            border-radius: 10px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .video-area .video__item .video__thumb img {
            height: 200px;
            border-radius: 10px; } }
        @media only screen and (max-width: 767px) {
          .video-area .video__item .video__thumb img {
            height: 200px;
            border-radius: 10px; } }
      .video-area .video__item .video__thumb a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 70px;
        height: 70px;
        background-color: #231f20cf;
        border-radius: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        @media (min-width: 1200px) and (max-width: 1367px) {
          .video-area .video__item .video__thumb a {
            width: 60px;
            height: 60px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .video-area .video__item .video__thumb a {
            width: 50px;
            height: 50px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .video-area .video__item .video__thumb a {
            width: 50px;
            height: 50px; } }
        @media only screen and (max-width: 767px) {
          .video-area .video__item .video__thumb a {
            width: 50px;
            height: 50px; } }
        .video-area .video__item .video__thumb a img {
          width: 18px;
          height: auto;
          border-radius: 0 !important; }
          @media (min-width: 992px) and (max-width: 1199px) {
            .video-area .video__item .video__thumb a img {
              width: 15px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .video-area .video__item .video__thumb a img {
              width: 15px; } }
          @media only screen and (max-width: 767px) {
            .video-area .video__item .video__thumb a img {
              width: 15px; } }
    .video-area .video__item .video__content {
      margin-top: 25px;
      max-width: 650px;
      min-height: 160px; }
      .video-area .video__item .video__content a {
        display: inline-flex;
        justify-content: flex-end;
        align-items: flex-start;
        gap: 0 20px;
        font-family: "Poppins", sans-serif;
        text-decoration: none;
        margin-bottom: 15px; }
        .video-area .video__item .video__content a.block-text {
          display: inline-flex;
          justify-content: flex-start;
          align-items: flex-start; }
        .video-area .video__item .video__content a h3 {
          color: #151112;
          font-size: 32px;
          font-weight: 700;
          line-height: 40px;
          /* 125% */
          font-family: "Poppins", sans-serif;
          margin-bottom: 0px; }
          @media (min-width: 1368px) and (max-width: 1499px) {
            .video-area .video__item .video__content a h3 {
              font-size: 26px;
              line-height: 34px; } }
          @media (min-width: 1200px) and (max-width: 1367px) {
            .video-area .video__item .video__content a h3 {
              font-size: 25px;
              line-height: 28px; } }
          @media (min-width: 992px) and (max-width: 1199px) {
            .video-area .video__item .video__content a h3 {
              font-size: 22px;
              line-height: 25px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .video-area .video__item .video__content a h3 {
              font-size: 20px;
              line-height: 24px; } }
          @media only screen and (max-width: 767px) {
            .video-area .video__item .video__content a h3 {
              font-size: 22px;
              line-height: 26px; } }
        .video-area .video__item .video__content a img {
          width: 16px;
          position: relative;
          top: 8px; }
          @media (min-width: 1368px) and (max-width: 1499px) {
            .video-area .video__item .video__content a img {
              width: 15px; } }
          @media (min-width: 1200px) and (max-width: 1367px) {
            .video-area .video__item .video__content a img {
              width: 14px; } }
          @media (min-width: 992px) and (max-width: 1199px) {
            .video-area .video__item .video__content a img {
              width: 14px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .video-area .video__item .video__content a img {
              width: 14px; } }
          @media only screen and (max-width: 767px) {
            .video-area .video__item .video__content a img {
              width: 14px; } }
      .video-area .video__item .video__content p {
        color: #1C191A;
        font-family: "Poppins", sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: 32px;
        /* 145.455% */ }
        .video-area .video__item .video__content p:last-child {
          margin-bottom: 0; }
        @media (min-width: 1368px) and (max-width: 1499px) {
          .video-area .video__item .video__content p {
            font-size: 20px;
            line-height: 28px; } }
        @media (min-width: 1200px) and (max-width: 1367px) {
          .video-area .video__item .video__content p {
            font-size: 17px;
            line-height: 26px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .video-area .video__item .video__content p {
            font-size: 15px;
            line-height: 22px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .video-area .video__item .video__content p {
            font-size: 15px;
            line-height: 22px; } }
        @media only screen and (max-width: 767px) {
          .video-area .video__item .video__content p {
            font-size: 15px;
            line-height: 22px; } }
  .video-area.diy-video-area {
    padding-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .video-area.diy-video-area {
        padding-top: 0; } }

/*-------------- Hero Area End  ---- --------*/
/*----- Costume Details Area Start ----*/
.breadcrumbs {
  list-style: none;
  margin: 0 0 0 3rem;
  padding: 0 45px 45px 0;
}

.breadcrumbs li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  font-family: Gantari,sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 20px;
  color: #3A3A3C;
}

.breadcrumbs li a {
  display: block;
  padding: 0 40px 0 0px;
  color: #3A3A3C;
  text-decoration: none;
  height: 18px;
  position: relative;
  perspective: 700px;
  font-weight: 700;
}

.breadcrumbs li a:after {
  content: '';
  width: 10px;
  height: 10px;
  border-color: #333;
  border-style: solid;
  border-width: 1px 1px 0 0;
  outline: 1px solid transparent;
  
  position: absolute;
  right: 10px;
  -webkit-transition: all .15s ease;
     -moz-transition: all .15s ease;
      -ms-transition: all .15s ease;
          transition: all .15s ease;
  -webkit-transform: rotateZ(45deg) skew(10deg, 10deg);
     -moz-transform: rotateZ(45deg) skew(10deg, 10deg);
      -ms-transform: rotateZ(45deg) skew(10deg, 10deg);
          transform: rotateZ(45deg) skew(10deg, 10deg);
  top: 5px;
}


.breadcrumbs li a:hover:after {
  right: 15px;
  -webkit-transform: rotateZ(45deg) skew(-10deg, -10deg);
     -moz-transform: rotateZ(45deg) skew(-10deg, -10deg);
      -ms-transform: rotateZ(45deg) skew(-10deg, -10deg);
          transform: rotateZ(45deg) skew(-10deg, -10deg);
}
  @media (min-width: 1200px) and (max-width: 1367px) {
    .costume-details-area {
      padding-top: 80px;
      padding-bottom: 100px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .costume-details-area {
      padding-top: 60px;
      padding-bottom: 80px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .costume-details-area {
      padding-top: 60px;
      padding-bottom: 80px; } }
  @media only screen and (max-width: 767px) {
    .costume-details-area {
      padding-top: 60px;
      padding-bottom: 80px; } }
  .costume-details-area .costume__details__text {
    margin-top: 120px; }
.costume-details-area .costume__details__text h2 {
   font-size: 48px;
    color: #000;
    font-weight: 700;
    line-height: 48px; }

    @media (min-width: 992px) and (max-width: 1199px) {
      .costume-details-area .costume__details__text {
        margin-top: 40px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .costume-details-area .costume__details__text {
        margin-top: 0px; } }
    @media only screen and (max-width: 767px) {
      .costume-details-area .costume__details__text {
        margin-top: 60px; } }
    .costume-details-area .costume__details__text p {
      font-size: 22px;
          color: #000;
          line-height: 140%;
 }
      @media (min-width: 1200px) and (max-width: 1367px) {
        .costume-details-area .costume__details__text p {
          font-size: 24px;
          line-height: 30px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .costume-details-area .costume__details__text p {
          font-size: 20px;
          line-height: 27px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .costume-details-area .costume__details__text p {
          font-size: 18px;
          line-height: 22px; } }
      @media only screen and (max-width: 767px) {
        .costume-details-area .costume__details__text p {
          font-size: 18px;
          line-height: 22px; } }
    .costume-details-area .costume__details__text ul{
      margin-top: 40px;
          padding: 0;
        list-style: none;
      margin-bottom: 40px;
}
  
        .costume-details-area .costume__details__text ul li {
         font-size: 22px;
  color: #3A3A3C;
  line-height: 140%;
          position: relative;
          padding-left: 20px;
          margin-bottom: 7px; }

            .costume-details-area .costume__details__text ul li a {
          color: #021058;
          font-family: "Gantari", sans-serif;
          font-size: 30px;
          font-weight: 600;
          line-height: 39px;
          position: relative;
          padding-left: 20px;
          margin-bottom: 7px; }

  
          @media (min-width: 1200px) and (max-width: 1367px) {
            .costume-details-area .costume__details__text  ul li {
              font-size: 24px;
              line-height: 30px; } }
          @media (min-width: 992px) and (max-width: 1199px) {
            .costume-details-area .costume__details__text ul li {
              font-size: 20px;
              line-height: 27px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .costume-details-area .costume__details__text  ul li {
              font-size: 18px;
              line-height: 22px; } }
          @media only screen and (max-width: 767px) {
            .costume-details-area .costume__details__text  ul li {
              font-size: 18px;
              line-height: 22px; } }
          .costume-details-area .costume__details__text ul li::after {
            width: 8px;
            height: 8px;
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            border-radius: 100%;
            background-color: #3A3A3C;
            opacity: 0.76;
            margin-top: 2px; }
            @media (min-width: 1200px) and (max-width: 1367px) {
              .costume-details-area .costume__details__text  ul li::after {
                width: 6px;
                height: 6px; } }
            @media (min-width: 992px) and (max-width: 1199px) {
              .costume-details-area .costume__details__text  ul li::after {
                width: 6px;
                height: 6px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .costume-details-area .costume__details__text  ul li::after {
                width: 6px;
                height: 6px; } }
            @media only screen and (max-width: 767px) {
              .costume-details-area .costume__details__text  ul li::after {
                width: 5px;
                height: 5px; } }
    .costume-details-area .costume__details__text .explore-btn {
      margin-top: 50px; }
      @media (min-width: 1200px) and (max-width: 1367px) {
        .costume-details-area .costume__details__text .explore-btn {
          margin-top: 40px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .costume-details-area .costume__details__text .explore-btn {
          margin-top: 40px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .costume-details-area .costume__details__text .explore-btn {
          margin-top: 40px; } }
.costume-details-area {
  background-color: #F9FAFF;
  padding-top: 90px;
  padding-bottom: 140px; }

.location-details-area {
  background-color: #F9FAFF;
padding-top: 90px;
padding-bottom: 140px;
}
.costume-details-area .custume__left h2 {
background-image: radial-gradient(60.38% 45.38% at 50.48% 10.66%, #FBAC1C 16.91%, #D54B27 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  text-align: center;
font-family: "Barlow", sans-serif;
font-size: 143px;
font-weight: 800;
line-height: 123px;
text-transform: uppercase;
}
.gradient-bg {
  background-image: radial-gradient(60.38% 45.38% at 50.48% 45.66%, #FBAC1C 16.91%, #D54B27 100%);
  border-radius: 20px;
  margin: -16px 40px;
}

/*-------------- Inspiration Area Start  ---- --------*/
/*----- Costume Details Area Start ----*/
.hero-area.diy--hero .hero__maincontent .hero-diy {
  right: 8%;
  width: 825px;
  }
  @media (min-width: 1368px) and (max-width: 1499px) {
    .hero-area.diy--hero .hero__maincontent .hero-diy {
      width: 720px; } }
  @media (min-width: 1200px) and (max-width: 1367px) {
    .hero-area.diy--hero .hero__maincontent .hero-diy {
      width: 680px;
      right: 16%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .hero-area.diy--hero .hero__maincontent .hero-diy {
      width: 620px;
      right: 16%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .hero-area.diy--hero .hero__maincontent .hero-diy {
      width: 720px;
      right: -8%; } }
  @media only screen and (max-width: 767px) {
    .hero-area.diy--hero .hero__maincontent .hero-diy {
      right: -18%;
      width: 520px; } }

  @media only screen and (max-width: 551px) {
    .hero-area.diy--hero .hero__maincontent .hero-diy {
      right: 59%;
      width: 520px; } }

.hero-area.diy--hero .hero__maincontent .hero__top--left .hero__top--content {
  max-width: 480px; }
  @media (min-width: 1200px) and (max-width: 1367px) {
    .hero-area.diy--hero .hero__maincontent .hero__top--left .hero__top--content {
      max-width: 370px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .hero-area.diy--hero .hero__maincontent .hero__top--left .hero__top--content {
      max-width: 330px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .hero-area.diy--hero .hero__maincontent .hero__top--left .hero__top--content {
      max-width: 330px; } }
  .hero-area.diy--hero .hero__maincontent .hero__top--left .hero__top--content h2 {
    font-size: 72px;
    line-height: 70px; }
    @media (min-width: 1200px) and (max-width: 1367px) {
      .hero-area.diy--hero .hero__maincontent .hero__top--left .hero__top--content h2 {
        font-size: 56px;
        line-height: 58px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .hero-area.diy--hero .hero__maincontent .hero__top--left .hero__top--content h2 {
        font-size: 50px;
        line-height: 52px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .hero-area.diy--hero .hero__maincontent .hero__top--left .hero__top--content h2 {
        font-size: 50px;
        line-height: 52px; } }
    @media only screen and (max-width: 767px) {
      .hero-area.diy--hero .hero__maincontent .hero__top--left .hero__top--content h2 {
        font-size: 50px;
        line-height: 52px; } }
  .hero-area.diy--hero .hero__maincontent .hero__top--left .hero__top--content p {
    font-size: 22px;
    max-width: 440px; }
    @media (min-width: 1200px) and (max-width: 1367px) {
      .hero-area.diy--hero .hero__maincontent .hero__top--left .hero__top--content p {
        font-size: 20px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .hero-area.diy--hero .hero__maincontent .hero__top--left .hero__top--content p {
        font-size: 18px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .hero-area.diy--hero .hero__maincontent .hero__top--left .hero__top--content p {
        font-size: 18px; } }
    @media only screen and (max-width: 767px) {
      .hero-area.diy--hero .hero__maincontent .hero__top--left .hero__top--content p {
        font-size: 17px; } }

.hero-area.diy--hero .hero__maincontent .hero__bottom--wrapper {
  padding-top: 50px; }
  @media (min-width: 1200px) and (max-width: 1367px) {
    .hero-area.diy--hero .hero__maincontent .hero__bottom--wrapper {
      padding-top: 50px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .hero-area.diy--hero .hero__maincontent .hero__bottom--wrapper {
      padding-top: 50px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .hero-area.diy--hero .hero__maincontent .hero__bottom--wrapper {
      padding-top: 140px; } }
  .hero-area.diy--hero .hero__maincontent .hero__bottom--wrapper h1 {
    font-size: 142px; }
    @media (min-width: 1368px) and (max-width: 1499px) {
      .hero-area.diy--hero .hero__maincontent .hero__bottom--wrapper h1 {
        font-size: 128px; } }
    @media (min-width: 1200px) and (max-width: 1367px) {
      .hero-area.diy--hero .hero__maincontent .hero__bottom--wrapper h1 {
        font-size: 118px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .hero-area.diy--hero .hero__maincontent .hero__bottom--wrapper h1 {
        font-size: 100px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .hero-area.diy--hero .hero__maincontent .hero__bottom--wrapper h1 {
        font-size: 92px; } }
    @media only screen and (max-width: 767px) {
      .hero-area.diy--hero .hero__maincontent .hero__bottom--wrapper h1 {
        font-size: 42px; } }

/*-------------- Inspiration Area Start  ---- --------*/
.inspiration-area {
  padding-top: 0px; }
  @media (min-width: 1368px) and (max-width: 1499px) {
    .inspiration-area {
      padding: 100px 0; } }
  @media (min-width: 1200px) and (max-width: 1367px) {
    .inspiration-area {
      padding: 80px 0;
      padding-bottom: 0; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .inspiration-area {
      padding-top: 50px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .inspiration-area {
      padding-top: 0px; } }
  @media only screen and (max-width: 767px) {
    .inspiration-area {
      padding-top: 0px; } }
  .inspiration-area .inspiration__single__row {
    padding: 80px 0; }
    @media only screen and (max-width: 767px) {
      .inspiration-area .inspiration__single__row {
        padding-bottom: 20px;
        padding-top: 60px; } }
    .inspiration-area .inspiration__single__row.wrapper--bg {
      background-color: #F9FAFF; }

/*-------------- Inspiration Area End  ---- --------*/
/*-------------- Nearest Store Area Start  ---- --------*/
.nearest-store-area {
  padding-top: 50px; }
  .nearest-store-area .area__title h2 {
    color: #000; }
  .nearest-store-area .nearest__wrapper p {
    color: #3A3A3C;
    font-family: "Gantari", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    /* 210% */
    margin-top: 50px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .nearest-store-area .nearest__wrapper p {
        font-size: 18px;
        line-height: 24px; } }
    @media only screen and (max-width: 767px) {
      .nearest-store-area .nearest__wrapper p {
        font-size: 18px;
        line-height: 24px; } }
  .nearest-store-area .store-banner {
    padding-top: 50px; }
    .nearest-store-area .store-banner img {
      width: 100%; }

/*-------------- Nearest Store Area End  ---- --------*/
/*-------------- Product Area Start  ---- --------*/
.products-area {
  padding-bottom: 30px; }
  .products-area .product-filter-wrapper {
    padding-top: 80px;
    padding-bottom: 120px; }
    @media (min-width: 1500px) and (max-width: 1599px) {
      .products-area .product-filter-wrapper {
        padding-top: 100px; } }
    @media (min-width: 1368px) and (max-width: 1499px) {
      .products-area .product-filter-wrapper {
        padding-top: 100px;
        padding-bottom: 100px; } }
    @media (min-width: 1200px) and (max-width: 1367px) {
      .products-area .product-filter-wrapper {
        padding-top: 100px;
        padding-bottom: 80px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .products-area .product-filter-wrapper {
        padding-top: 100px;
        padding-bottom: 80px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .products-area .product-filter-wrapper {
        padding-top: 50px;
        padding-bottom: 80px; } }
    @media only screen and (max-width: 767px) {
      .products-area .product-filter-wrapper {
        padding-top: 50px;
        padding-bottom: 70px; } }
    .products-area .product-filter-wrapper .filter__list {
      text-align: center; }
      .products-area .product-filter-wrapper .filter__list button {
        background-color: #EDEDED;
        border-radius: 40px;
        padding: 12px 40px;
        color: #021058;
        transition: .3s;
        border: none;
        font-family: "Barlow", sans-serif;
        font-size: 22px;
        font-weight: 500;
        line-height: normal;
        padding-bottom: 14px;
        margin: 0 12px; }
        @media (min-width: 1200px) and (max-width: 1367px) {
          .products-area .product-filter-wrapper .filter__list button {
            font-size: 20px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .products-area .product-filter-wrapper .filter__list button {
            font-size: 18px;
            padding: 10px 30px;
            padding-bottom: 12px;
            margin: 0 7px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .products-area .product-filter-wrapper .filter__list button {
            font-size: 16px;
            padding: 10px 22px;
            padding-bottom: 12px;
            margin: 0 5px; } }
        @media only screen and (max-width: 767px) {
          .products-area .product-filter-wrapper .filter__list button {
            font-size: 15px;
            padding: 8px 15px;
            padding-bottom: 10px;
            margin: 8px 6px; } }
        .products-area .product-filter-wrapper .filter__list button:hover {
          background-color: #021058;
          color: #fff; }
        .products-area .product-filter-wrapper .filter__list button:focus {
          border: none;
          box-shadow: none !important; }
        .products-area .product-filter-wrapper .filter__list button.active {
          background-color: #021058;
          color: #fff; }
  .products-area .products__single__wrapper {
    padding-top: 80px;
    padding-bottom: 80px; }
    @media only screen and (max-width: 767px) {
      .products-area .products__single__wrapper {
        padding-bottom: 25px; } }
    .products-area .products__single__wrapper .single_product {
      text-align: center;
      padding: 0 20px;
      margin-bottom: 50px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .products-area .products__single__wrapper .single_product {
          margin-bottom: 0; } }
      @media only screen and (max-width: 767px) {
        .products-area .products__single__wrapper .single_product {
          margin-bottom: 70px; } }
      .products-area .products__single__wrapper .single_product h3 {
        max-width: 280px;
        margin: 0 auto;
        margin-bottom: 20px;
        color: #021058;
        text-align: center;
        font-family: "Barlow", sans-serif;
        font-size: 36px;
        font-weight: 600;
        line-height: 38px;
        /* 105.556% */ }
        @media (min-width: 1200px) and (max-width: 1367px) {
          .products-area .products__single__wrapper .single_product h3 {
            font-size: 32px;
            max-width: 240px;
            line-height: 35px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .products-area .products__single__wrapper .single_product h3 {
            font-size: 25px;
            max-width: 230px !important;
            line-height: 30px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .products-area .products__single__wrapper .single_product h3 {
            font-size: 24px;
            max-width: 230px !important;
            line-height: 30px; } }
        @media only screen and (max-width: 767px) {
          .products-area .products__single__wrapper .single_product h3 {
            font-size: 28px;
            max-width: 250px !important;
            line-height: 30px; } }
        .products-area .products__single__wrapper .single_product h3 span {
          display: block; }
        .products-area .products__single__wrapper .single_product h3.w-full {
          max-width: 100%; }
      .products-area .products__single__wrapper .single_product .product__thumb {
        max-width: 380px;
        height: 300px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        margin: 0 auto; }
        @media (min-width: 768px) and (max-width: 991px) {
          .products-area .products__single__wrapper .single_product .product__thumb {
            height: 190px; } }
        @media only screen and (max-width: 767px) {
          .products-area .products__single__wrapper .single_product .product__thumb {
            height: auto; } }
        .products-area .products__single__wrapper .single_product .product__thumb img {
          max-width: 300px;
          padding: 25px 20px;
          padding-top: 0; }
      .products-area .products__single__wrapper .single_product .price__tag a {
        display: inline-block;
        padding: 9px 22px;
        color: #fff;
        text-align: center;
        font-family: "Barlow", sans-serif;
        font-size: 34px;
        font-weight: 700;
        line-height: 34px;
        /* 100% */
        border-radius: 15px;
        background: #021058;
        text-decoration: none;
        border: 2px solid #021058;
        transition: .3s; }
        .products-area .products__single__wrapper .single_product .price__tag a:hover {
          background-color: transparent;
          color: #021058; }
        .products-area .products__single__wrapper .single_product .price__tag a:active {
          background-color: transparent;
          color: #021058; }
        .products-area .products__single__wrapper .single_product .price__tag a:focus {
          background-color: transparent;
          color: #021058; }
        @media (min-width: 1200px) and (max-width: 1367px) {
          .products-area .products__single__wrapper .single_product .price__tag a {
            font-size: 25px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .products-area .products__single__wrapper .single_product .price__tag a {
            font-size: 22px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .products-area .products__single__wrapper .single_product .price__tag a {
            font-size: 20px;
            padding: 7px 20px;
            border-radius: 12px; } }
        @media only screen and (max-width: 767px) {
          .products-area .products__single__wrapper .single_product .price__tag a {
            font-size: 18px;
            padding: 7px 20px;
            border-radius: 12px; } }
    .products-area .products__single__wrapper.wrapper--bg {
      background-color: #F9FAFF; }
    .products-area .products__single__wrapper.hat--wrapper .product__thumb {
      height: 180px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .products-area .products__single__wrapper.hat--wrapper .product__thumb {
          height: 140px; } }
    .products-area .products__single__wrapper.tie--wrapper .product__thumb {
      height: 200px; }
      .products-area .products__single__wrapper.tie--wrapper .product__thumb img {
        max-height: 170px; }
    .products-area .products__single__wrapper.makeUp--wrapper .product__thumb {
      height: 300px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .products-area .products__single__wrapper.makeUp--wrapper .product__thumb {
          max-height: 270px; } }
      .products-area .products__single__wrapper.makeUp--wrapper .product__thumb img {
        max-height: 300px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .products-area .products__single__wrapper.makeUp--wrapper .product__thumb img {
            max-height: 250px; } }
  .products-area .product--title-wrap .area__title {
    margin-bottom: 0; }

.filterItems {
  display: none;
  overflow: hidden; }

.show {
  display: block;
  animation: 350ms showing linear; }

#sort-options {
  margin-top: 15px; }

@keyframes showing {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/*-------------- Product Area End  ---- --------*/
/*-------------- About Area Start  ---- --------*/
.about-area {
  padding-top: 100px;
  padding-bottom: 50px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .about-area {
      padding-top: 70px; } }
  @media only screen and (max-width: 767px) {
    .about-area {
      padding-top: 70px; } }
  .about-area .area__title h2 {
    max-width: 570px;
    margin: 0 auto;
    margin-bottom: 25px; }
  .about-area .goodwill__note {
    max-width: 1100px;
    margin: 0 auto; }
    @media (min-width: 1200px) and (max-width: 1367px) {
      .about-area .goodwill__note {
        max-width: 1000px; } }
    .about-area .goodwill__note ol li {
      display: flex;
      align-items: center;
      margin-bottom: 30px; }
      .about-area .goodwill__note ol li span {
        color: #000;
        text-align: right;
        font-family: "Poppins", sans-serif;
        font-size: 80px;
        font-weight: 600;
        line-height: 84px;
        /* 170.313% */
        display: inline-block;
        width: 90px;
        padding-right: 25px; }
        @media (min-width: 1200px) and (max-width: 1367px) {
          .about-area .goodwill__note ol li span {
            font-size: 45px;
            line-height: 80px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .about-area .goodwill__note ol li span {
            font-size: 45px;
            line-height: 80px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .about-area .goodwill__note ol li span {
            font-size: 45px;
            line-height: 60px; } }
        @media only screen and (max-width: 767px) {
          .about-area .goodwill__note ol li span {
            font-size: 36px;
            line-height: 40px;
            width: 50px; } }
      .about-area .goodwill__note ol li .note__text {
        padding: 25px 30px;
        background-color: #231F20;
        border-left: 18px solid #D44C28;
        width: calc(100% - 70px); }
        @media (min-width: 1200px) and (max-width: 1367px) {
          .about-area .goodwill__note ol li .note__text {
            border-width: 15px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .about-area .goodwill__note ol li .note__text {
            border-width: 15px;
            padding: 20px 25px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .about-area .goodwill__note ol li .note__text {
            border-width: 12px;
            padding: 20px 25px; } }
        @media only screen and (max-width: 767px) {
          .about-area .goodwill__note ol li .note__text {
            border-width: 10px;
            padding: 15px 20px;
            width: calc(100% - 50px); } }
        .about-area .goodwill__note ol li .note__text p {
          margin-bottom: 0;
          color: #fff;
          font-family: "Poppins", sans-serif;
          font-size: 24px;
          font-weight: 400;
          line-height: 31px;
          /* 129.167% */
          opacity: 0.76; }
          @media (min-width: 1200px) and (max-width: 1367px) {
            .about-area .goodwill__note ol li .note__text p {
              font-size: 20px; } }
          @media (min-width: 992px) and (max-width: 1199px) {
            .about-area .goodwill__note ol li .note__text p {
              font-size: 20px;
              line-height: 28px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .about-area .goodwill__note ol li .note__text p {
              font-size: 18px;
              line-height: 24px; } }
          @media only screen and (max-width: 767px) {
            .about-area .goodwill__note ol li .note__text p {
              font-size: 16px;
              line-height: 22px; } }

.hero-area.costume-hero-area .hero__maincontent .costume-hero-zombie {
  position: absolute;
  width: 860px;
  height: auto;
  bottom: 0;
  right: 14%;
  z-index: -1;
  }
  @media (min-width: 1368px) and (max-width: 1499px) {
    .hero-area.costume-hero-area .hero__maincontent .costume-hero-zombie {
      width: 810px;
      right: 16%; } }
  @media (min-width: 1200px) and (max-width: 1367px) {
    .hero-area.costume-hero-area .hero__maincontent .costume-hero-zombie {
      width: 770px;
      height: auto;
      bottom: 0;
      right: 16%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .hero-area.costume-hero-area .hero__maincontent .costume-hero-zombie {
      width: 620px;
      right: 15%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .hero-area.costume-hero-area .hero__maincontent .costume-hero-zombie {
      width: 720px;
      right: -1%; } }

.hero-area.costume-hero-area .hero__maincontent .hero__top--left .hero__top--content {
  max-width: 480px; }
  @media (min-width: 1200px) and (max-width: 1367px) {
    .hero-area.costume-hero-area .hero__maincontent .hero__top--left .hero__top--content {
      max-width: 400px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .hero-area.costume-hero-area .hero__maincontent .hero__top--left .hero__top--content {
      max-width: 380px; } }
  .hero-area.costume-hero-area .hero__maincontent .hero__top--left .hero__top--content h2 {
    font-size: 72px;
    line-height: 70px; }
    @media (min-width: 1368px) and (max-width: 1499px) {
      .hero-area.costume-hero-area .hero__maincontent .hero__top--left .hero__top--content h2 {
        font-size: 60px;
        line-height: 62px; } }
    @media (min-width: 1200px) and (max-width: 1367px) {
      .hero-area.costume-hero-area .hero__maincontent .hero__top--left .hero__top--content h2 {
        font-size: 50px;
        line-height: 52px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .hero-area.costume-hero-area .hero__maincontent .hero__top--left .hero__top--content h2 {
        font-size: 44px;
        line-height: 46px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .hero-area.costume-hero-area .hero__maincontent .hero__top--left .hero__top--content h2 {
        font-size: 64px;
        line-height: 64px; } }
    @media only screen and (max-width: 767px) {
      .hero-area.costume-hero-area .hero__maincontent .hero__top--left .hero__top--content h2 {
        font-size: 46px;
        line-height: 48px; } }
  .hero-area.costume-hero-area .hero__maincontent .hero__top--left .hero__top--content p {
    font-size: 22px;
    max-width: 440px; }
    @media (min-width: 1368px) and (max-width: 1499px) {
      .hero-area.costume-hero-area .hero__maincontent .hero__top--left .hero__top--content p {
        font-size: 20px;
        max-width: 380px; } }
    @media (min-width: 1200px) and (max-width: 1367px) {
      .hero-area.costume-hero-area .hero__maincontent .hero__top--left .hero__top--content p {
        font-size: 18px;
        max-width: 340px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .hero-area.costume-hero-area .hero__maincontent .hero__top--left .hero__top--content p {
        font-size: 18px;
        max-width: 320px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .hero-area.costume-hero-area .hero__maincontent .hero__top--left .hero__top--content p {
        font-size: 18px;
        max-width: 320px; } }
    @media only screen and (max-width: 767px) {
      .hero-area.costume-hero-area .hero__maincontent .hero__top--left .hero__top--content p {
        font-size: 18px; } }

.hero-area.costume-hero-area .hero__maincontent .hero__top--right .long__arrow img {
  height: 220px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .hero-area.costume-hero-area .hero__maincontent .hero__top--right .long__arrow img {
      height: auto !important;
      height: 180px !important;
      width: auto !important; } }
  @media only screen and (max-width: 767px) {
    .hero-area.costume-hero-area .hero__maincontent .hero__top--right .long__arrow img {
      height: auto; } }

.hero-area.costume-hero-area .hero__maincontent .hero__bottom--wrapper h1 {
  font-size: 116px;
  }
  @media (min-width: 1500px) and (max-width: 1599px) {
    .hero-area.costume-hero-area .hero__maincontent .hero__bottom--wrapper h1 {
      font-size: 112px;
      } }
  @media (min-width: 1368px) and (max-width: 1499px) {
    .hero-area.costume-hero-area .hero__maincontent .hero__bottom--wrapper h1 {
      font-size: 100px;
      } }
  @media (min-width: 1200px) and (max-width: 1367px) {
    .hero-area.costume-hero-area .hero__maincontent .hero__bottom--wrapper h1 {
      font-size: 93px;
      } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .hero-area.costume-hero-area .hero__maincontent .hero__bottom--wrapper h1 {
      font-size: 79px;
      } }
  @media (min-width: 768px) and (max-width: 991px) {
    .hero-area.costume-hero-area .hero__maincontent .hero__bottom--wrapper h1 {
      font-size: 88px; } }
  @media only screen and (max-width: 767px) {
    .hero-area.costume-hero-area .hero__maincontent .hero__bottom--wrapper h1 {
      font-size: 48px; } }

.accessories--hero .hero__maincontent {
  background-image: url(../images/hero-bg-2.jpg); }
  .accessories--hero .hero__maincontent .hero-flower {
    width: 750px;
    right: 14%; }
    @media (min-width: 1368px) and (max-width: 1499px) {
      .accessories--hero .hero__maincontent .hero-flower {
        width: 720px;
        right: 6%; } }
    @media (min-width: 1200px) and (max-width: 1367px) {
      .accessories--hero .hero__maincontent .hero-flower {
        width: 730px;
        right: 5%; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .accessories--hero .hero__maincontent .hero-flower {
        width: 620px;
        right: 0%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .accessories--hero .hero__maincontent .hero-flower {
        width: 620px;
        right: 5%; } }
    @media only screen and (max-width: 767px) {
      .accessories--hero .hero__maincontent .hero-flower {
        width: 480px;
        right: 50%;
        transform: translateX(50%); } }
  @media (min-width: 1200px) and (max-width: 1367px) {
    .accessories--hero .hero__maincontent .hero__top--wrapper .hero__top--left .hero__top--content p {
      max-width: 380px;
      font-size: 18px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .accessories--hero .hero__maincontent .hero__top--wrapper .hero__top--left .hero__top--content p {
      max-width: 350px;
      font-size: 17px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .accessories--hero .hero__maincontent .hero__top--wrapper .hero__top--left .hero__top--content p {
      max-width: 350px;
      font-size: 17px; } }
  .accessories--hero .hero__maincontent .hero__top--wrapper .hero__top--left .hero__top--content .hero__btn a {
    background-image: linear-gradient(to bottom, #F808EC, #8D019C); }
  @media only screen and (max-width: 767px) {
    .accessories--hero .hero__maincontent .hero__top--wrapper .hero__smart--text {
      display: none; } }
  @media (min-width: 1200px) and (max-width: 1367px) {
    .accessories--hero .hero__maincontent .hero__bottom--wrapper {
      padding-top: 50px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .accessories--hero .hero__maincontent .hero__bottom--wrapper {
      padding-top: 25px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .accessories--hero .hero__maincontent .hero__bottom--wrapper {
      padding-top: 250px; } }
  @media only screen and (max-width: 767px) {
    .accessories--hero .hero__maincontent .hero__bottom--wrapper {
      padding-top: 0px; } }
  @media (min-width: 1368px) and (max-width: 1499px) {
    .accessories--hero .hero__maincontent .hero__bottom--wrapper h1 {
      font-size: 125px; } }
  @media (min-width: 1200px) and (max-width: 1367px) {
    .accessories--hero .hero__maincontent .hero__bottom--wrapper h1 {
      font-size: 115px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .accessories--hero .hero__maincontent .hero__bottom--wrapper h1 {
      font-size: 96px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .accessories--hero .hero__maincontent .hero__bottom--wrapper h1 {
      font-size: 86px; } }


  .hero-area.inspiration--hero .hero__maincontent .joker-zombie {
    width: 900px;
    right: 13%; }
    @media (min-width: 1368px) and (max-width: 1499px) {
      .hero-area.inspiration--hero .hero__maincontent .joker-zombie {
        width: 850px;
        right: 9%; } }
    @media (min-width: 1200px) and (max-width: 1367px) {
      .hero-area.inspiration--hero .hero__maincontent .joker-zombie {
        width: 780px;
        right: 10%; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .hero-area.inspiration--hero .hero__maincontent .joker-zombie {
        width: 700px;
        right: 5%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .hero-area.inspiration--hero .hero__maincontent .joker-zombie {
        width: 750px;
        right: -2%; } }
    @media only screen and (max-width: 767px) {
      .hero-area.inspiration--hero .hero__maincontent .joker-zombie {
        width: 360px;
        right: unset;
        left: 50%;
        transform: translateX(-50%); } }
  @media only screen and (max-width: 767px) {
    .hero-area.inspiration--hero .hero__maincontent .hero__top--wrapper .hero__top--left .hero__top--content h2 {
      font-size: 36px !important; } }
  @media (min-width: 1368px) and (max-width: 1499px) {
    .hero-area.inspiration--hero .hero__maincontent .hero__top--wrapper .hero__top--left .hero__top--content {
      max-width: 350px; }
      .hero-area.inspiration--hero .hero__maincontent .hero__top--wrapper .hero__top--left .hero__top--content p {
        font-size: 18px; } }
  @media (min-width: 1200px) and (max-width: 1367px) {
    .hero-area.inspiration--hero .hero__maincontent .hero__top--wrapper .hero__top--left .hero__top--content {
      max-width: 340px; }
      .hero-area.inspiration--hero .hero__maincontent .hero__top--wrapper .hero__top--left .hero__top--content p {
        font-size: 18px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .hero-area.inspiration--hero .hero__maincontent .hero__top--wrapper .hero__top--left .hero__top--content {
      max-width: 310px; }
      .hero-area.inspiration--hero .hero__maincontent .hero__top--wrapper .hero__top--left .hero__top--content p {
        font-size: 17px; } }
  @media only screen and (max-width: 767px) {
    .hero-area.inspiration--hero .hero__maincontent .hero__top--wrapper .hero__top--left .hero__top--content p {
      max-width: 310px;
      font-size: 17px; } }
  .hero-area.inspiration--hero .hero__maincontent .hero__top--wrapper .hero__top--left .hero__top--content .hero__btn a {
    background-image: linear-gradient(to bottom, #2bc60e, #29b008, #259b04, #218701, #1d7300); }
  @media (min-width: 768px) and (max-width: 991px) {
    .hero-area.inspiration--hero .hero__maincontent .hero__bottom--wrapper {
      padding-top: 280px; } }
  @media (min-width: 1368px) and (max-width: 1499px) {
    .hero-area.inspiration--hero .hero__maincontent .hero__bottom--wrapper h1 {
      font-size: 125px; } }
  @media (min-width: 1200px) and (max-width: 1367px) {
    .hero-area.inspiration--hero .hero__maincontent .hero__bottom--wrapper h1 {
      font-size: 115px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .hero-area.inspiration--hero .hero__maincontent .hero__bottom--wrapper h1 {
      font-size: 95px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .hero-area.inspiration--hero .hero__maincontent .hero__bottom--wrapper h1 {
      font-size: 92px; } }

.creative-service-area {
  padding-top: 90px; }
  .creative-service-area .welcome__title--sm {
    max-width: 1530px;
    margin: 0 auto; }

.horizontal-scoll-wrapper {
  padding: 50px 0;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .horizontal-scoll-wrapper {
      padding: 50px 0; } }

.horizontal-scoll-wrapper {
  height: auto; }

.horizontal {
  display: flex;
  height: auto;
  gap: 30px; }
  @media only screen and (max-width: 767px) {
    .horizontal {
      gap: 0 15px; } }

.horizontal > div {
  display: flex;
  flex-shrink: 0;
  padding: 0 5px; }

.services-area {
  padding-top: 50px; }

.infinite-slider-area {
  position: relative;
  padding: 300px 0;
  z-index: 1; }
  @media (min-width: 1200px) and (max-width: 1367px) {
    .infinite-slider-area {
      padding: 280px 0; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .infinite-slider-area {
      padding: 260px 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .infinite-slider-area {
      padding: 260px 0; } }
  @media only screen and (max-width: 767px) {
    .infinite-slider-area {
      padding: 200px 0; } }
  .infinite-slider-area .elvis_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    z-index: 1; }
    @media (min-width: 1500px) and (max-width: 1599px) {
      .infinite-slider-area .elvis_img {
        width: 670px; } }
    @media (min-width: 1368px) and (max-width: 1499px) {
      .infinite-slider-area .elvis_img {
        width: 650px; } }
    @media (min-width: 1200px) and (max-width: 1367px) {
      .infinite-slider-area .elvis_img {
        width: 580px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .infinite-slider-area .elvis_img {
        width: 520px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .infinite-slider-area .elvis_img {
        width: 620px; } }
    @media only screen and (max-width: 767px) {
      .infinite-slider-area .elvis_img {
        width: 380px; } }
  .infinite-slider-area .indinite-slider-wrapper .marquee-cont {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    justify-content: center; }
    .infinite-slider-area .indinite-slider-wrapper .marquee-cont .marquee-slider {
      min-width: 100%;
      flex-shrink: 0;
      animation-direction: reverse;
      animation-timing-function: linear;
      animation-iteration-count: infinite;
      animation-play-state: running;
      animation-duration: 25s; }
      .infinite-slider-area .indinite-slider-wrapper .marquee-cont .marquee-slider p {
        display: inline-flex;
        align-items: center;
        font-size: 164px;
        font-weight: 700;
        line-height: 94%;
        letter-spacing: -3px;
        text-transform: uppercase;
        position: relative;
        font-family: "Gantari", sans-serif;
        margin: 0; }
        @media (min-width: 1500px) and (max-width: 1599px) {
          .infinite-slider-area .indinite-slider-wrapper .marquee-cont .marquee-slider p {
            font-size: 140px; } }
        @media (min-width: 1200px) and (max-width: 1367px) {
          .infinite-slider-area .indinite-slider-wrapper .marquee-cont .marquee-slider p {
            font-size: 130px; } }
        @media (min-width: 1200px) and (max-width: 1367px) {
          .infinite-slider-area .indinite-slider-wrapper .marquee-cont .marquee-slider p {
            font-size: 120px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .infinite-slider-area .indinite-slider-wrapper .marquee-cont .marquee-slider p {
            font-size: 110px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .infinite-slider-area .indinite-slider-wrapper .marquee-cont .marquee-slider p {
            font-size: 120px; } }
        @media only screen and (max-width: 767px) {
          .infinite-slider-area .indinite-slider-wrapper .marquee-cont .marquee-slider p {
            font-size: 80px; } }
        .infinite-slider-area .indinite-slider-wrapper .marquee-cont .marquee-slider p img {
          width: 36px;
          margin: 0 40px; }
          @media (min-width: 992px) and (max-width: 1199px) {
            .infinite-slider-area .indinite-slider-wrapper .marquee-cont .marquee-slider p img {
              width: 32px;
              margin: 0 34px; } }
          @media only screen and (max-width: 767px) {
            .infinite-slider-area .indinite-slider-wrapper .marquee-cont .marquee-slider p img {
              width: 30px;
              margin: 0 30px; } }

.marquee-left .marquee-slider {
  animation-name: slide;
  position: relative;
  z-index: 3; }
  .marquee-left .marquee-slider p {
    color: #FC5A31; }

.marquee-right .marquee-slider {
  animation-name: slide-right-to-left;
  position: relative;
  z-index: -1; }
  .marquee-right .marquee-slider p {
    color: #000; }

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0); } }

/*!sc*/
@keyframes slide {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0); } }

/*!sc*/
@-webkit-keyframes slide-right-to-left {
  0% {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes slide-right-to-left {
  0% {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }
    footer {
      background-color: #F70;
      background-image: url(https://halloween2.wpenginepowered.com/wp-content/uploads/2024/07/Footer-scaled.jpg);
      background-position: center;
      background-size: cover;
      padding-bottom: 40px; }
      @media (min-width: 768px) and (max-width: 991px) {
        footer {
          background-image: url(https://halloween2.wpenginepowered.com/wp-content/uploads/2024/07/footer-bg-md.jpg); } }
      @media only screen and (max-width: 767px) {
        footer {
          background-image: url(https://halloween2.wpenginepowered.com/wp-content/uploads/2024/07/footer-bg-sm.jpg); } }
      footer .footer__top--wrapper {
        padding: 56px 0;
        border-bottom: 1px solid rgba(237, 237, 237, 0.2); }
        @media (min-width: 1200px) and (max-width: 1367px) {
          footer .footer__top--wrapper {
            padding: 50px 0; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          footer .footer__top--wrapper {
            padding: 50px 0; } }
        footer .footer__top--wrapper .footer__top--left .social__wrap {
          display: flex;
          align-items: center;
          gap: 0 24px; }
          @media (min-width: 992px) and (max-width: 1199px) {
            footer .footer__top--wrapper .footer__top--left .social__wrap {
              gap: 0 20px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            footer .footer__top--wrapper .footer__top--left .social__wrap {
              display: block;
              text-align: center;
              margin-bottom: 60px; } }
          @media only screen and (max-width: 767px) {
            footer .footer__top--wrapper .footer__top--left .social__wrap {
              display: block;
              text-align: center;
              margin-bottom: 50px; } }
          footer .footer__top--wrapper .footer__top--left .social__wrap span {
            font-size: 30px;
            font-weight: 500;
            font-family: "Gantari", sans-serif;
            color: #fff;
            line-height: 1; }
            @media (min-width: 1200px) and (max-width: 1367px) {
              footer .footer__top--wrapper .footer__top--left .social__wrap span {
                font-size: 25px; } }
            @media (min-width: 992px) and (max-width: 1199px) {
              footer .footer__top--wrapper .footer__top--left .social__wrap span {
                font-size: 24px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              footer .footer__top--wrapper .footer__top--left .social__wrap span {
                font-size: 28px;
                text-align: center;
                margin-bottom: 25px; } }
            @media only screen and (max-width: 767px) {
              footer .footer__top--wrapper .footer__top--left .social__wrap span {
                font-size: 28px;
                text-align: center;
                margin-bottom: 25px; } }
          footer .footer__top--wrapper .footer__top--left .social__wrap ul {
            display: flex;
            align-items: center;
            gap: 0 24px; }
            @media (min-width: 768px) and (max-width: 991px) {
              footer .footer__top--wrapper .footer__top--left .social__wrap ul {
                justify-content: center;
                margin-top: 25px; } }
            @media only screen and (max-width: 767px) {
              footer .footer__top--wrapper .footer__top--left .social__wrap ul {
                margin-top: 25px;
                justify-content: center; } }
            footer .footer__top--wrapper .footer__top--left .social__wrap ul li {
              display: inline-block; }
              footer .footer__top--wrapper .footer__top--left .social__wrap ul li a {
                display: inline-block; }
                footer .footer__top--wrapper .footer__top--left .social__wrap ul li a img {
                  max-width: 32px;
                  max-height: 32px;
                  transition: .3s; }
                  @media (min-width: 1200px) and (max-width: 1367px) {
                    footer .footer__top--wrapper .footer__top--left .social__wrap ul li a img {
                      max-width: 28px;
                      max-height: 28px; } }
                  @media (min-width: 992px) and (max-width: 1199px) {
                    footer .footer__top--wrapper .footer__top--left .social__wrap ul li a img {
                      max-width: 26px;
                      max-height: 26px; } }
                  @media only screen and (max-width: 767px) {
                    footer .footer__top--wrapper .footer__top--left .social__wrap ul li a img {
                      max-width: 28px;
                      max-height: 28px; } }
        footer .footer__top--wrapper .footer__top--right {
          display: flex;
          justify-content: flex-end; }
          @media (min-width: 768px) and (max-width: 991px) {
            footer .footer__top--wrapper .footer__top--right {
              justify-content: center; } }
          @media only screen and (max-width: 767px) {
            footer .footer__top--wrapper .footer__top--right {
              justify-content: center; } }
          footer .footer__top--wrapper .footer__top--right .footer__links ul {
            display: flex;
            align-items: center;
            gap: 0 30px; }
            @media (min-width: 768px) and (max-width: 991px) {
              footer .footer__top--wrapper .footer__top--right .footer__links ul {
                display: block; } }
            @media only screen and (max-width: 767px) {
              footer .footer__top--wrapper .footer__top--right .footer__links ul {
                display: block; } }
            footer .footer__top--wrapper .footer__top--right .footer__links ul li {
              display: inline-block; }
              @media (min-width: 768px) and (max-width: 991px) {
                footer .footer__top--wrapper .footer__top--right .footer__links ul li {
                  display: block;
                  margin-bottom: 15px;
                  text-align: center; } }
              @media only screen and (max-width: 767px) {
                footer .footer__top--wrapper .footer__top--right .footer__links ul li {
                  display: block;
                  margin-bottom: 15px;
                  text-align: center; } }
              footer .footer__top--wrapper .footer__top--right .footer__links ul li a {
                display: inline-block;
                text-decoration: none;
                color: #fff;
                font-family: "Gantari", sans-serif;
                font-weight: normal;
                font-size: 22px; }
                @media (min-width: 1200px) and (max-width: 1367px) {
                  footer .footer__top--wrapper .footer__top--right .footer__links ul li a {
                    font-size: 20px; } }
                @media (min-width: 992px) and (max-width: 1199px) {
                  footer .footer__top--wrapper .footer__top--right .footer__links ul li a {
                    font-size: 18px; } }
                @media (min-width: 768px) and (max-width: 991px) {
                  footer .footer__top--wrapper .footer__top--right .footer__links ul li a {
                    font-size: 20px;
                    display: block; } }
                @media only screen and (max-width: 767px) {
                  footer .footer__top--wrapper .footer__top--right .footer__links ul li a {
                    font-size: 20px;
                    display: block;
                    text-align: center; } }
      footer .copyright__wrapper {
        text-align: center;
        padding-top: 20px; }
        footer .copyright__wrapper p {
          color: #fff;
          margin: 0;
          font-family: "Gantari", sans-serif;
          font-size: 18px;
          font-weight: normal;
          line-height: 150%;
          margin: 0; }
          @media only screen and (max-width: 767px) {
            footer .copyright__wrapper p {
              font-size: 14px;
              text-align: center; } }
      footer.footer-two {
        background-image: url(https://www.goodwillcentraltexas.org/halloween/wp-content/uploads/sites/3/2024/07/footer-bg-2.jpg);
        background-color: #F808EC; }
        @media (min-width: 768px) and (max-width: 991px) {
          footer.footer-two {
            background-image: url(https://www.goodwillcentraltexas.org/halloween/wp-content/uploads/sites/3/2024/07/footer-bg-pink-md.jpg); } }
        @media only screen and (max-width: 767px) {
          footer.footer-two {
            background-image: url(https://www.goodwillcentraltexas.org/halloween/wp-content/uploads/sites/3/2024/07/footer-bg-pink-sm.jpg); } }
      footer.footer-green {
        background-color: #25C906;
        background-image: url(https://www.goodwillcentraltexas.org/halloween/wp-content/uploads/sites/3/2024/07/footer-bg-3.jpg); }
        @media (min-width: 768px) and (max-width: 991px) {
          footer.footer-green {
            background-image: url(https://www.goodwillcentraltexas.org/halloween/wp-content/uploads/sites/3/2024/07/footer-bg-green-md.jpg); } }
        @media only screen and (max-width: 767px) {
          footer.footer-green {
            background-image: url(https://www.goodwillcentraltexas.org/halloween/wp-content/uploads/sites/3/2024/07/footer-bg-green-sm.jpg); } }
    