@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px 'Poppins', sans-serif;
  color: #fff;
  overflow-x: hidden;
  background: #000;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

p {
  font-weight: 400;
  font-family: 'Montserrat';
  font-size: 14px;
}


/***** Font Files *****/

@font-face {
  font-family: 'Fonts Awesome';
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: 'spartwell';
  src: url(../fonts/spartwell.ttf);
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: 'showcard-gothic';
  src: url(../fonts/showcard-gothic.ttf);
  font-weight: 400;
  font-style: normal
}
/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.theme-btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 40px;
  color: #fff;
  margin: 20px 20px 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-transform: capitalize;
  border: 2px solid;
  text-transform: uppercase;
}

.theme-btn:hover {
  background-color: #fff;
  color: #28b16d;
  border-color: #28b16d;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

select {
  background: #fff url('../images/arrow.png') no-repeat right;
  padding: 0 40px 0 30px;
  
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}


/*header css start */

.menuSec {
  padding: 0px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 20px 0px;
  margin: 0;
  text-align: right;
  text-transform: capitalize;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 10px 25px;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

.menuSec ul li a:after {
  /* content: ''; */
  /* position: absolute; */
  top: 35%;
  right: 0;
  width: 1px;
  height: 13px;
  background-color: #393939;
}

.menuSec ul li:last-child a {
  padding-right: 0px;
}

.menuSec ul li:last-child a:after {
  display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #28b16d;
}

.menuSec li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li>ul>li>a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
  display: block;
  margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

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

.menuSec ul:after {
  clear: both;
}

.menuSec li>ul>li:hover>ul {
  left: 230px;
  top: 0px;
  width: 270px;
}
.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}
.droopdwon {
    float: left;
}
.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}
/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
/*banner css start */




.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  width: 100%;
}
.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}
.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}
.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}
.carousel-control.right {
  right: 0px;
}
.carousel-control.left {
  left: 0px;
}
.carousel-indicators {}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}
.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: end;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 35px;
}
.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}
.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}
/*banner css end*/

.blog_sec {
  padding: 5% 0;
}
/*slick slider in tabs css start*/


/* Style the tab */




.tab_sec .tab {
  overflow: hidden;
  border: 0;
  background-color: #ffffff;
}
/* Style the buttons that are used to open the tab content */
.tab_sec .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}
/* Change background color of buttons on hover */
.tab_sec .tab button:hover {
  background-color: #ddd;
}
/* Create an active/current tablink class */
.tab_sec .tab button.active {
  background-color: #ccc;
}
/* Style the tab content */

.tab_sec .tabcontent {
  display: none;
  padding: 6px 12px;
  border: 0;
}
.tabcontent.active {
  display: block;
}
/*slick slider in tabs css start*/

.nav-item {padding: 10px;}


/*Header Css Start*/

.menuSec .container-fluid {
    padding: 0px 80px;
}
li.right-user-head {
    border: 1px solid #ee191d;
    border-radius: 50%;
    background: #ee191d;
}

li.right-user-head a {
    font-size: 17px !important;
    padding: 9px 11px !important;
}

.menuSec ul li a:hover, .menuSec ul li a.active {
    color: #e50026;
}
li.right-user-head:hover a {
    color: #fff !important;
}
/*Header Css End*/

/*Home Banner Css Start*/

section.main_slider {
    padding: 0px 80px;
}
.main-banner-img img {
    width: 100%;
}
.banner_text h3 {
    font-family: 'spartwell';
    color: #ee191d;
    font-weight: 400;
    font-size: 50px;
}


.banner_text h1 {
    font-family: 'showcard-gothic';
    font-size: 70px;
    color: #ee191d;
    letter-spacing: 3px;
    line-height: 71px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
}



.pinBtn {
  width: fit-content;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #fff;
  background-color: rgb(255 255 255);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  overflow: hidden;
  text-decoration: none;   
  padding: 0px 0px;
}

.pinBtn .IconContainer {
  width: 45px;
  height: 48px;
  background: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: 0.3s;
}

.pinBtn .iconImg {
  width: 26px;
  height: 11px;
  object-fit: contain;
  /* filter: brightness(0) invert(1); */ /* white arrow */
}

.pinBtn .text {
  height: 100%;
  width: 142px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: 0.3s;
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 500;
  text-transform: uppercase;
  background: #e50026;
  border-radius: 0px 5px 5px 0px;
}

.pinBtn:hover .IconContainer {
  width: 190px;
  border-radius: 40px;
}

.pinBtn:hover .text {
  transform: translateX(10px);
  width: 0;
  font-size: 0;
}

.pinBtn:active {
  transform: scale(0.95);
}

.main-shadow-box{
    position: relative;
    height: 100%;
    overflow: hidden;
}

img.shadow-img-left {
    position: absolute;
    left: -400px;
    animation: moveDown 4s ease-in-out infinite alternate;
}

img.shadow-img-right {
    position: absolute;
    right: -500px;
    animation: moveUp 4s ease-in-out infinite alternate;
    z-index: -1;
}
@keyframes moveDown{
    0% { top:0; }
    100% { top: calc(100% - 200px); } 
}

@keyframes moveUp{
    0% { top: calc(100% - 200px); }
    100% { top:0; }
}
.banner-icons ul {
    display: flex;
    gap: 15px;
    margin-bottom: 0px;
}

.banner-icons ul li {
    border: 1px solid #ffffff99;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 50%;
}

.banner-icons p {
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 12px;
    background: #000;
    margin-bottom: 0px;
    position: relative;
    z-index: 2;
    padding: 0px 10px;
}

.banner-icons {
    display: flex;
    align-items: center;
    gap: 67px;
    position: relative;
    margin-bottom: -23px;
}
a.banner-play-icon {
    border: 1px solid #e50026;
    width: 145px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 38px;
    margin-left: 172px !important;
    background: #ee191d;
    color: #fff;
    margin-bottom: -30px !important;
    position: relative;
    z-index: 2;
    border: 11px solid #000;
}

.banner_text {
    margin-bottom: 98px;
}
.banner-icons::before {
    position: absolute;
    content: '';
    background: #fff;
    width: 114%;
    height: 1px;
    right: -40%;
    z-index: 1;
}
section.main_slider .container-fluid {
    padding: 0px 75px;
}
.banner-icons ul li a {
    color: #fff;
}

.banner-icons ul li:hover {
    background: linear-gradient(170deg,rgba(219, 178, 84, 1) 39%, rgba(247, 96, 46, 1) 74%);
    border: unset;
    transition: 0.8s;
}
.carousel-control-next-icon {
    background-image: url(../images/banner-slide-arrow.png);
    width: 23px;
    height: 12px;
    z-index: 2;
    opacity: 1;
}
.carousel-control-next {
    width: 3%;
    height: 45px;
    bottom: 18px;
    top: unset;
    border: 1px solid #fff;
    border-radius: 50%;
    right: 28px;
}


.carousel-control-prev-icon {
    background-image: url(../images/banner-slide-arrow.png);
    width: 23px;
    height: 12px;
    z-index: 2;
    transform: rotate(180deg);
}
.carousel-control-prev {
    width: 3%;
    height: 45px;
    bottom: 18px;
    top: unset;
    border: 1px solid #fff;
    border-radius: 50%;
    left: unset;
    right: 114px;
}
.container-fluid {
    padding: 0px 80px;
}
.carousel-inner {
    overflow: visible;
}
/*Home Banner Css End*/


/*Section About Us Start*/

.about-img img {
    width: 100%;
    border-radius: 40px;
}

.about-sec {
    padding: 100px 0px;
    position: relative;
    z-index: 2;
}

.text-aboutus {
    padding-left: 38px;
    padding-top: 33px;
}

.text-aboutus h2 {
    font-family: 'showcard-gothic';
    font-size: 67px;
    color: #ee191d;
    line-height: 73px;
    margin-bottom: 18px;
    border-bottom: 1px solid #ffffff61;
    padding-bottom: 15px;
    width: 90%;
    letter-spacing: 8px;
}

.text-aboutus p {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #ffffffa6;
    width: 93%;
}

.text-aboutus a.pinBtn {
    margin-top: 34px;
}
.main-mission-tabs .nav {
    display: block;
}

.main-mission-tabs .nav-tabs .nav-link {
    width: 100%;
    font-family: 'showcard-gothic';
    font-size: 40px;
    padding: 58px 0px;
    border-bottom: unset;
    color: #fff;
    border-right: 1px solid #ffffff3d;
}

.main-mission-tabs .nav-item {
    padding: 0px;
}

.mission-img img {
    border-radius: 40px;
    width: 100%;
    height: 284px;
    object-fit: cover;
}

.main-mission-tabs {
    background: #21212b;
    border-radius: 37px;
    position: relative;
    z-index: 999999;
    overflow: hidden;
}

.main-mission-tabs .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background: #ee191d;
    border: unset;
    color: #fff;
    border-radius: unset;
}

.mission-text p {
    font-family: 'Montserrat';
    font-size: 17px;
    color: #ffffff99;
}

 .main-mission-tabs .row {
    align-items: center;
}

.main-mission-tabs .mission-text {
    padding: 0px 18px;
}

.main-mission-tabs .nav-tabs {
    border-bottom: unset;
}

.main-mission-tabs .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border: unset;
    border-radius: unset;
    border-right: 1px solid #ffffff3d;
}
/*Section ABout Us End*/


/*Section Show Start*/

.show-sec-main {
    padding: 100px 0px;
    background: #121111;
}

.heading-show h2 {
    font-family: 'showcard-gothic';
    font-size: 80px;
    letter-spacing: 6px;
    color: #ee191d;
    margin-bottom: 15px;
}

.heading-show p {
    color: #ffffff7a;
}

.heading-show {
    border-bottom: 1px solid #ffffff8c;
    padding-bottom: 6px;
    width: 94%;
}
.show-main-box {
    background: #000;
    border-radius: 40px;
}

.show-img img {
    border-radius: 40px;
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.text-show h2 {
    font-size: 25px;
    font-family: 'showcard-gothic';
    color: #fff;
    margin-bottom: 6px;
}

.text-show p {
    font-family: 'Montserrat';
    font-size: 14px;
    margin-bottom: 38px;
}

.text-show {
    padding: 10px 18px 33px;
    position: relative;
    overflow: hidden;
}
a.show-arow {
    position: absolute;
    background: #e50026;
    padding: 14px;
    border-radius: 14px 3px 30px;
    right: 0px;
    bottom: 0px;
    padding-bottom: 17px;
    height: 60px;
    display: flex;
    align-items: center;
}
.btns-show-main {
    display: none;
}
.showslid .slick-slide.slick-current .show-main-box {
    background: #ee191d;
}

.showslid .slick-slide.slick-current a.show-arow {display: none;}

.showslid .slick-slide.slick-current .btns-show-main {
    display: block;
}

.showslid .slick-slide {
    margin: 12px 20px;
}

.showslid .slick-slide.slick-current .text-show p {
    margin-bottom: 22px;
}

.showslid .slick-slide.slick-current .show-img img {
    height: 290px;
}

.showslid .slick-active {
    opacity: 1.5;
}

.showslid .slick-slide {
    opacity: 1.2;
}
.show-sec-main .container-fluid {
    padding-right: unset;
}
.showslid .slick-slide.slick-current .text-show h2 {
    font-size: 30px;
}
.showslid .slick-next {
    right: 105px;
    top: -60px;
    border: 1px solid #ffffff85;
    width: 45px;
    height: 45px;
    border-radius: 30px;
}
.showslid .slick-next:before {
    content: '';
    background-image: url(../images/show-btn-arrow.png);
    width: 28px;
    height: 14px;
    position: absolute;
    right: 8px;
    top: 14px;
    font-family: unset;
    background-repeat: no-repeat;
}
.showslid .slick-next:hover {
    background: #e50026;
    border: unset;
}
.showslid .slick-prev {
    right: 165px;
    top: -60px;
    border: 1px solid #ffffff85;
    width: 45px;
    height: 45px;
    border-radius: 30px;
    left: unset;
    text-align: center;
}
.showslid .slick-prev:before {
    content: '';
    background-image: url(../images/show-btn-arrow.png);
    width: 28px;
    height: 14px;
    position: absolute;
    right: 10px;
    top: 16px;
    font-family: unset;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}
.showslid .slick-prev:hover {
    background: #e50026;
    border: unset;
}
/*Section Show End*/



/*Section Event Tickets Start*/

.heading-event-tickets {
    text-align: center;
    margin-bottom: 40px;
}

.heading-event-tickets h2 {
    font-family: 'showcard-gothic';
    color: #ee191d;
    margin-bottom: 20px;
    font-size: 80px;
}

.event-ticket-main-sec {
    padding: 100px 0px;
}

.heading-event-tickets p {
    color: #ffffff8a;
}

.text-event-ticket h2 {
    font-size: 25px;
    font-family: 'showcard-gothic';
    margin-bottom: 0px;
    color: #020202;
}

.text-event-ticket ul li {
    font-family: 'Montserrat';
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    color: #020202;
}

.img-evetn-ticket img {
    width: 100%;
    border-radius: 50px 50px 0px 0px;
    height: 470px;
    object-fit: cover;
}

.event-ticket-box {
    background: #fff;
    border-radius: 50px;
    position: relative;
    z-index: 2;
}

.text-event-ticket {
    padding: 18px 18px 35px;
}

.text-event-ticket .pinBtn {
    border: 1px solid #dd002c;
}

.event-ticket-box:hover .text-event-ticket h2 {
    color: #fff;
}

.event-ticket-box:hover .text-event-ticket ul li  {
    color: #fff;
}
.event-ticket-box:hover {
    background: #272424;
}

/*Section Event Tickets End*/


/*Section Merchandise Start*/

.merchandise-txt h2 {
    font-family: 'showcard-gothic';
    font-size: 25px;
    color: #000;
    margin-bottom: 0px;
    line-height: 50px;
}

.merchandise-txt ul li {
    font-family: 'Montserrat';
    font-size: 17px;
    font-weight: 400;
    color: #000;
}

.main-merchandise-box {
    background: #fff;
    padding: 4px 4px 13px;
    border-radius: 10px;
}

ul.merchan-stars {
    display: flex;
}

ul.merchan-stars li i {
    color: #fd9206;
    font-size: 14px;
}

li.ligt-star i {
    color: #fd920696 !important;
}

.merchandise-txt ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
    gap: 2px;
}

.merchandise-txt a {
    font-family: 'Montserrat';
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: underline;
    color: #e50026;
}

.img-merchandise img {
    border-radius: 10px 10px 0px 0px;
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: top;
}

.merchandise-txt {
    padding: 11px 10px 5px;
}
.merchandise-sec .heading-show {
    width: 100%;
}
.merchandise-sec {
    padding: 100px 0px;
    background: #121111;
    position: relative;
    z-index: 2;
}
.merchandiseslid .slick-next {
    right: 16px;
    top: -90px;
    border: 1px solid #ffffff85;
    width: 45px;
    height: 45px;
    border-radius: 30px;
}
.merchandiseslid .slick-next:before {
    content: '';
    background-image: url(../images/show-btn-arrow.png);
    width: 28px;
    height: 14px;
    position: absolute;
    right: 8px;
    top: 14px;
    font-family: unset;
    background-repeat: no-repeat;
}
.merchandiseslid .slick-next:hover {
    background: #e50026;
    border: unset;
}
.merchandiseslid .slick-prev {
    right: 82px;
    top: -90px;
    border: 1px solid #ffffff85;
    width: 45px;
    height: 45px;
    border-radius: 30px;
    left: unset;
    text-align: center;
}
.merchandiseslid .slick-prev:before {
    content: '';
    background-image: url(../images/show-btn-arrow.png);
    width: 28px;
    height: 14px;
    position: absolute;
    right: 10px;
    top: 16px;
    font-family: unset;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}
.merchandiseslid .slick-prev:hover {
    background: #e50026;
    border: unset;
}
.merchandiseslid .slick-active {
    opacity: 1.5;
}

.merchandiseslid .slick-slide {
    opacity: 1.2;
}
/*Section Merchandise End*/


/*Section Latest News Start*/
.latets-big-img img {
    width: 100%;
}

.text-news {
    background: #ee191d;
    width: 86%;
    padding: 23px 17px;
    margin: 0 auto;
    margin-top: -50px;
    position: relative;
    FONT-WEIGHT: 200;
}

.text-news ul {
    display: flex;
    gap: 40px;
    margin-bottom: 6px;
}

.text-news ul p {
    margin-bottom: 0px;
    font-family: 'Montserrat';
    font-size: 15px;
    text-transform: uppercase;
}

.text-news ul li {
    font-family: 'Montserrat';
    font-size: 15px;
    text-transform: uppercase;
    list-style: disc;
}

.text-news h2 {
    font-family: 'showcard-gothic';
    font-size: 45px;
    color: #fff;
    margin-bottom: 0px;
}

.left-text-news ul p {
    font-family: 'Montserrat';
    text-transform: uppercase;
    color: #e50026;
    margin-bottom: 0px;
    font-size: 15px;
}

.left-text-news ul li {
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 12px;
    color: #ffffff94;
    list-style: inside;
}

.left-text-news ul li span {
    color: #fff;
}

.left-text-news ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
    border-bottom: 1px solid #ffffffa1;
    margin-bottom: 10px;
    padding-bottom: 8px;
}

.left-text-news h2 {
    font-family: 'showcard-gothic';
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}

.left-text-news {
    padding-top: 10px;
}
.latest-news-sec {
    padding: 100px 0px;
    position: relative;
    z-index: 2;
}
/*Section Latest News End*/




/*Footer Css Starts*/

.footer-main {
    background-color: #000;
    position: relative;
    z-index: 2;
}

footer {
    padding: 50px 0 0 0;
}

.footer-txt-box {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

.footer-txt p {
    color: #fff;
    opacity: 0.7;
}

.footer-socials-main {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    width: 100%;
    margin-top: 50px;
}

.footer-txt h5 {
    color: var(--white);
}

.footer-heading {
    position: relative;
    display: flex;
    align-items: start;
    justify-content: start;
    height: 50px;
    width: 100%;
}

.footer-heading::before {
    /* content: ''; */
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #ffffff52;
    width: 100%;
}

.footer-heading h5, .footer-socials-txt h5 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'showcard-gothic';
    font-weight: unset;
    font-size: 20px;
    width: fit-content;
    border-bottom: 1px solid #ffffff91;
    padding-bottom: 15px;
    padding-right: 50px;
}

.footer-txt-main {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    width: 100%;
    margin: 0 auto;
    margin-left: 20px;
}

.footer-links ul li a {
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 400;
    line-height: 1;
    color: #fff;
    opacity: 0.7;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: start; */
    /* gap: 15px; */
    /* transition: ease-in; */
    /* transition-duration: 0.5s; */
}

.footer-links ul li a:hover {
    opacity: 1;
    transition: ease-out;
    transition-duration: 0.5s;
}
    
    
.footer-links  ul li a {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: start; */
    /* gap: 20px; */
}

.footer-links ul {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 16px;
    width: 100%;
    column-count: 2;
}

.footer-socials ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.footer-socials ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    background: #e50026;
    border-radius: 100px;
    overflow: hidden;
}

.footer-socials ul li a i {
    color: #fff;
    font-size: 12px;
}

.footer-copy-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}

.footer-copy-txt p, .footer-copy-txt p a {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff85;
    transition: ease-in;
    transition-duration: 0.5s;
    margin-bottom: 0px;
}

.footer-copy-txt p a:hover {
    color: var(--base2);
    transition: ease-out;
    transition-duration: 0.5s;
}

.footer-main .footer-ex {
    padding: 20px 0 20px 0;
    margin-top: 50px;
    border-top: 1px solid #ffffff52;
    position: relative;
}

.footer-scroll a {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--g1);
}



section.inner-about-sec .heading2 span {
    color: #000;
}

.about-bottom {
    margin: 50px 0 0 0;
}

.about-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 600px;
    object-fit: cover;
    /* display: none; */
}

section.inner-banner-sec .banner-heading::before, section.inner-banner-sec .banner-heading::after {
    display: none;
}

section.inner-banner-sec .banner-heading h1 {
    font-weight: 900;
}
.footer-links.ft-pg-links ul {
    width: 100%;
    column-count: 2;
    display: block;
    margin-top: 9px;
}

.footer-links.ft-pg-links ul li {
    margin-bottom: 26px;
}
.footer-links.ft-pg-links {
    width: 100%;
}
.footer-links ul li {
    font-family: 'Montserrat';
    font-size: 14px;
}
.footer-links.ft-pg-links ul li a {
    text-transform: uppercase;
}
.footer-txt-main.mainquick-link {
    margin-left: 45px;
}
.follow-us h5 {
    border-bottom: unset;
    padding-bottom: 0px;
    margin-bottom: 6px;
    margin-top: 10px;
}
ul.ft-contact li a {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 22px;
    padding-bottom: 10px;
}
/*Footer Css Ends*/


/*Section Subscribe Start*/

.subscribe-text h2 {
    font-family: 'showcard-gothic';
    font-size: 70px;
    margin-bottom: 10px;
    color: #fff;
}


.subscribe-field input {
    border: 1px solid #fff;
    width: 100%;
    padding: 11px 10px;
    font-family: 'Montserrat';
    border-radius: 10px;
}

.subscribe-field {
    display: flex;
}

.subscribe-field button.pinBtn {
    margin-left: -40px;
}
.subscribe-main {
    background: #e50026;
    padding: 30px 0px;
}

.subscribe-main .row {
    justify-content: center;
    align-items: center;
}

.subscribe-text p {
    margin-bottom: 0px;
}
.subscribe-field button {
    font-family: 'Montserrat';
    font-size: 15px;
    background: #000;
    color: #fff;
    border: unset;
    padding: 11px 30px;
    width: 167px;
    border-radius: 10px;
    margin-left: -30px;
}
/*Section Subscibe End*/



/*Inner Banner Start*/

.innerbanner-main-sec .carousel-caption {
    align-items: center;
}

.innerbanner-main-sec .banner_text {
    margin-bottom: 0px;
}


/*Inner Banner End*/


/*About Page Start*/
.abt-pg-sec .text-aboutus {
    padding-top: 8px;
}
.text-faqs-main .accordion-item{
    background:#111;
    border:1px solid #333;
    border-radius:8px;
    margin-bottom:12px;
    overflow:hidden;
}
.text-faqs-main .accordion-button{
    background:#111;
    color:#fff;
    font-size:16px;
    box-shadow:none;
}
.text-faqs-main .accordion-button:not(.collapsed){
    background: #ee191d;
    color:#fff;
    box-shadow:none;
}
.text-faqs-main .accordion-button::after{
     display:none;
}
.faq-icon{
    width: 36px;
    height: 38px;
    background:#ff0033;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:4px;
    font-size: 26px;
    transition:0.3s;
}
.text-faqs-main .accordion-button:not(.collapsed) .faq-icon{
    background:#111;
    color:#fff;
}
.text-faqs-main .accordion-body{
    background: #ee191d;
    font-size:14px;
    line-height:1.6;
}
.faqs-sec {
    padding: 100px 0px;
    background: #121111;
}

.faq-title {
    font-family: 'showcard-gothic';
    font-size: 70px;
    text-align: center;
    color: #ee191d;
    line-height: 90px;
    margin-bottom: 20px;
    letter-spacing: 7px;
}

.text-faqs-main button.accordion-button.collapsed.d-flex.justify-content-between.align-items-center {
    border: 1px solid #ffffff99;
    border-radius: 9px;
    padding: 0px 30px;
    font-family: 'Montserrat';
    font-size: 20px;
}

.text-faqs-main button.accordion-button.d-flex.justify-content-between.align-items-center {
    padding: 0px 16px;
    font-family: 'Montserrat';
    font-size: 30px;
}

.accordion-body {
    padding: 0px 20px 10px;
}

/*Testimonials Start*/


.test-detail {
    padding: 20px;
    border-radius: 0px;
    transition: ease-in-out;
    transition-duration: 0.5s;
    /* background-color: rgb(255, 255, 255); */
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.07);
    border: 1px solid #d90024;
}

.test-detail:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--themeBlack);
}

.test-detail:hover * {
    transition: ease-in;
    color: #000;
    transition-duration: 0.5s;
}

ul.clients {
    display: flex;
    margin-top: -85px;
    align-items: center;
    justify-content: space-between;
}

.test-detail:hover ul.clients li:last-child img {
    transition: all 0.3s ease;
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(0%) hue-rotate(114deg) brightness(114%) contrast(101%) drop-shadow(10px 40px 36px var(--headingColor));
}

.clinetdetail h5 {
    margin: 0;
    font-size: 19px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 2px;
    color: #ee191d;
    transition: ease-in-out;
    transition-duration: 0.5s;
    font-family: 'showcard-gothic';
}

.clinetdetail p {
    font-weight: 500;
    margin: 0 0 10px;
    letter-spacing: 0px;
    font-family: 'Montserrat';
    width: 100% !important;
    transition: ease-in-out;
    transition-duration: 0.5s;
    text-transform: uppercase;
    font-style: unset !important;
    font-size: 13px !important;
}

.test-detail p {
    width: 98%;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    transition: ease-in-out;
    transition-duration: 0.5s;
    font-style: italic;
    font-weight: 300;
}

.testi_slider .slick-slide {
    opacity: 0;
    margin: 70px 10px 0px;
}

.testi_slider .slick-active {
    opacity: 1;
}

.testi_slider .slick-list {
    overflow: visible;
}

.test-cont {
    margin-bottom: 18px;
    padding-bottom: 15px;
    transition: ease-in-out;
    transition-duration: 0.5s;
    border-bottom: solid 1px #80808059;
}

.ic {
    color: #f4a600;
    margin-bottom: 13px;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.test-heading {
    margin-top: 35px;
}

section.testimonials {
    z-index: 0;
    position: relative;
    padding: 100px 0 80px;
}

ul.cd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px !important;
    margin-bottom: 0;
}

.testimonials-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonials-heading h2 {
    text-align: center;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.testimonials-heading p {
    color: #878787;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 15px;
    transition-duration: 0.5s;
}

.testimonials-heading a {
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
}

.clients li:first-child img {
    border-radius: 50%;
}

.testimonials-sec .test-detail {
    margin: 50px 0px;
}

section.testimonials.testimonials-sec {
    padding: 100px 0px;
}
.test-detail:hover {
    background: #fff;
}

.test-detail:hover p {
    color: #000;
}

.test-detail:hover img.testi-quo {
    display: none;
}

.test-detail:hover .ic i {
    color: #e50026;
}
.ic i {
    color: #e50026;
}

/*Testimonails End*/


.main-img-gallery a img {
    width: 100%;
    height: 289px;
    object-fit: cover;
}
.main-img-gallery {
    margin-bottom: 30px;
}
.gallery-main-sec {
    padding: 50px 0px 100px;
}
/*About Page End*/


/*the Show Page Start*/

.theshow-sec {
    padding: 100px 0px;
    position: relative;
    z-index: 2;
}

.theshow-sec .row {
    align-items: center;
    justify-content: center;
}

.the-show-img img {
    border-radius: 40px;
    width: 100%;
}

.text-thwshow h2 {
    font-family: 'showcard-gothic';
    color: #fff;
    font-size: 35px;
    margin-bottom: 10px;
}

.text-thwshow p {
    font-size: 15px;
    line-height: 32px;
    width: 90%;
}

.pagination-theshow ul li {
    display: flex;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-family: 'Montserrat';
    font-size: 30px;
    align-items: center;
    background: #272625;
    border-radius: 6px;
}

.pagination-theshow ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.pagination-theshow ul li:hover {
    background: #ee191d;
}
.inner-pg-event-sec .event-ticket-box {
    margin-bottom: 50px;
}
.inner-pg-event-sec {
    position: relative;
    z-index: 2;
}
/*the Show Page End*/



/*Event Detail Page Start*/
.main-event-det-txt img {
    width: 100%;
    border-radius: 40px;
    margin-bottom: 28px;
}

.main-event-det-txt ul li {
    display: flex;
    align-items: center;
    font-family: 'Montserrat';
    font-size: 15px;
    gap: 9px;
}


.event-detail-sec {
    padding: 100px 0px;
}
.main-event-det-txt ul li img {
    width: 23px;
    border-radius: unset;
    margin-bottom: 0px;
}
.main-event-det-txt ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

.main-event-det-txt h2 {
    font-family: 'showcard-gothic';
    font-size: 50px;
    color: #fff;
}

.main-event-det-txt p {
    line-height: 34px;
    font-family: 'Montserrat';
    font-size: 16px;
}

.event-info-text h2 {
    font-family: 'showcard-gothic';
    font-size: 27px;
    color: #fff;
    margin-bottom: 10px;
}

.event-info-text p {
    font-family: 'Montserrat';
    font-size: 17px;
    line-height: 31px;
}

.event-info-text p span {
    display: block;
    line-height: 36px;
}

.event-days-txt p {
    font-family: 'Montserrat';
    font-size: 22px;
    line-height: 36px;
}

.event-days-txt p span {
    display: block;
    line-height: 30px;
}

.event-info-main {
    background: #e50026;
    padding: 30px 35px;
    border-radius: 30px;
    border: 1px solid #fff;
}
.event-det-map iframe {
    width: 100%;
    height: 300px;
    border-radius: 30px;
    margin-top: 30px;
}

/*Event Detail Page End*/


/*merchandise Page Start*/
.merchandise-txt h2 a {
    font-size: unset;
    color: unset;
    font-family: unset;
    text-decoration: unset;
}
.merchandise-pg-sec {
    background: unset;
}

.merchandise-pg-sec .main-merchandise-box {
    margin-bottom: 40px;
}
/*merchandise Page End*/



/*Merchandise Detail Start*/


.productdetailsec {
    padding: 100px 0 100px;
    position: relative;
    z-index: 9999999;
}

.productdetailtext h3 {
    font-size: 35px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 10px;
    line-height: 1.3;
    font-family: 'showcard-gothic';
}

.productdetailtext span {
    font-size: 36px;
    color: #ee191d;
    line-height: 1;
    font-family: 'Montserrat';
    font-weight: 400;
}

.productdetailtext ul {
    padding: 0;
    margin: 10px 0 0;
    align-items: center;
}

.productdetailtext ul li {
    list-style: none;
    display: inline-block;
    color: #e50026;
    font-weight: 500;
    font-family: 'Poppins';
}

ul.product-social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

ul.product-social li i {
    width: 53px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: transparent;
    color: #ee191d;
    font-size: 23px;
    border: 1px solid #ee191d;
}

ul.product-social li i:hover {
    border: 0;
    transition: 0.5s ease-in-out;
    background: #ad0927;
    color: #ffff;
}

.productdetailtext ul li a i {
    color: #ffb600;
    font-size: 28px;
    margin-right: 5px;
    margin-bottom: 30px;
    margin-top: 5px;
}

.productdetailtext ul li:last-child a i {
    color: #ffa200;
}

.productdetailtext ul li:nth-child(4) a i {
    color: #ffa200;
}

.productdetailtext p {
    color: #ffffffc2;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
}

.productdetailtext .input-group span.glyphicon.glyphicon-minus {
    font-size: 13px;
}

.productdetailtext .input-group span.glyphicon.glyphicon-plus {
    font-size: 13px;
    margin: 0;
    top: -15px;
    right: 3px;
}

.productdetailtext .input-group input.form-control.input-number {
    width: 100%;
    margin: 0 auto;
    display: table;
    height: 50px;
    text-align: center;
}

.productdetailtext .input-group button.btn.btn-default.btn-number {
    border-radius: 50px;
    width: 30px;
    height: 30px;
    margin: 0 15px;
}

.productdetailtext .input-group span.glyphicon.glyphicon-minus {
    font-size: 13px;
    margin: 0;
    top: -13px;
    right: 5px;
}

.productdetailtext .input-group {
    width: 50%;
    margin: 0 0 34px;
}

.iconlist ul li {
    list-style: none;
}

.productdetailtext .input-group span.input-group-btn {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.productdetailsmallportion {
    position: relative;
    top: 0;
    z-index: 99;
    width: 270px;
    height: 292px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: unset;
    margin-bottom: 20px;
}

.productdetailsec .productdetailportion {
    align-items: center;
    position: relative;
}

.productdetailnav .slick-slide {
    opacity: 1;
    z-index: 9999;
    position: relative;
    margin: 0;
}

.product-detail span {
    margin: 0;
}

.product-detail .num-in {
    background: transparent;
    box-shadow: none;
    width: 75%;
}

.prd-detail-pera p {
    padding-top: 10px;
    font-size: 15px;
    margin-bottom: 30px;
    line-height: 30px;
}

section.productdetailsec.inner-page-bg .row {
    align-items: center;
}


.product-detail input.in-num {
    border: 1px solid #DADADA;
    background-color: transparent;
    width: 40%;
    margin: 0 5px;
}

ul.product-quintity li input {
    width: 70px;
    height: 50px;
    padding-left: 17px;
    border: 2px solid #C8A58A;
    border-radius: 12px;
    font-size: 20px;
}

ul.product-quintity li div#field2 {
    position: relative;
}

ul.product-quintity li div#field2 button#add2 {
    position: absolute;
    top: 0;
    right: 0;
    border: 2px solid #c8a589;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    height: 26px;
    border-top-right-radius: 12px;
}

ul.product-quintity li div#field2 button#sub2 {
    width: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 2px solid #c8a589;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    height: 26px;
    border-bottom-right-radius: 12px;
}

.product-detail span {
    /* width: 30px !important; */
    /* border: 1px solid #E3E3E3; */
    /* border-radius: 50px; */
    /* height: 30px !important; */
    /* margin: 5px; */
}

.product-detail .skin-2 .num-in span:before,
.product-detail .skin-2 .num-in span:after {
    background-color: #000;
}

.product-detail span:hover:before,
.product-detail span:hover:after {
    background-color: rgb(255, 255, 255) !important;
}

.product-details-btn.btn10 {
    background-color: #CFA55A !important;
    color: black;
    border-color: #CFA55A;
    font-size: 17px;
}

.quanity.product-detail {
    margin-left: 0;
}

.product-detail span:hover {
    /* background-color: #000; */
}

ul.product-detail-heading {
    display: grid;
    align-items: center;
    justify-content: space-between;
}

.product-details-btn {
    height: 60px;
    border: 0;
    width: 180px;
    margin-left: 10px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #cfa55a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    cursor: pointer;
}

a.cat-sub-btn {
    background: #335650;
    color: #fff;
    padding: 15px 40px;
    font-weight: 500;
}

a.cat-sub-btn:hover {
    background: #000;
}

.iconlist {
    margin: 25px 0 18px;
}

.description li.nav-item {
    margin-right: 12px;
}

.productdetailtext h4:before {
    content: '';
    background: #fff;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 84%;
    height: 10px;
    border-radius: 30px;
}

.productdetailtext h4:after {
    content: '';
    background: #ee191d;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 55%;
    height: 10px;
    border-radius: 30px;
}

.description li.nav-item button {
    width: 100%;
    height: 50px;
    border-radius: 0;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    text-align: center;
    font-family: 'showcard-gothic';
}

.description li.nav-item .nav-link.active {
    border: 0;
    font-weight: 500;
    font-size: 30px;
    font-family: 'showcard-gothic';
    border-bottom: 2px solid;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
    color: #ad0927;
    background: unset;
}

.description .nav-tabs {
    border-bottom: 0;
    gap: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    justify-content: center;
}

.description {
    padding: 30px 0 80px;
    position: relative;
    z-index: 22222;
}

.description .tab-content p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}

.productdetailfor .slick-slide img {
    width: 100%;
    height: 609px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #fff;
}

.productdetailsmallportion img {
    width: auto;
    padding: 10px 10px;
    position: relative;
    z-index: 999999999999999;
}

/* skin 2 */

.skin-2 .num-in {
    background: #F0F0F0;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
    height: 40px;
    width: 110px;
    float: left;
    border-radius: 12px;
    cursor: pointer;
}

.skin-2 .num-in span {
    width: 40%;
    display: block;
    height: 40px;
    float: left;
    position: relative;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
    content: '';
    position: absolute;
    background-color: #667780;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

.skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
}

.skin-2 .num-in input {
    float: left;
    width: 20%;
    height: 37px;
    border: none;
    text-align: center;
    background-color: #f0f0f0;
    font-family: 'Roboto';
}

.product-detail .num-in {
    background: transparent;
    box-shadow: none;
    width: 75%;
    display: flex;
    align-items: center;
}

.product-detail input.in-num {
    border: 1px solid #DADADA;
    background-color: transparent;
    width: 40%;
    margin: 0 5px;
    padding: 30px 0;
}

.productdetailsmallportion img {
    width: 190px;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.productdetailsec .btn10 {
    color: white;
}

.productdetailsmallportion img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: unset;
    border-radius: 6px;
    border: 1px solid #fff;
}

section.related-product {
    padding-bottom: 100px;
}

.related-head {
    text-align: center;
    margin-bottom: 60px;
}

.related-head p {
    font-family: 'OpenSans';
    font-size: 16px;
    width: 53%;
    margin: 0 auto;
    line-height: 25px;
}

a.btn.shp-btn {
    font-family: 'cereR';
    font-size: 18px;
    color: #fff;
    background: #000;
    border-radius: 0;
    padding: 14px 45px;
}

.mn-prd-sll {
    display: flex;
    flex-direction: row-reverse;
    /* gap: 20px; */
    justify-content: space-between;
}

.productdetailfor {
    width: 67%;
}

.productdetailnav {
    height: 100%;
    margin-top: 0;
    width: 33%;
}

.productdetailfor .slick-slide {
    margin: 0;
}

.productdetailtext h5 {
    font-size: 19px;
    font-family: 'Montserrat';
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #fffffffa;
    font-weight: 400;
}

.productdetailtext h4 {
    font-size: 23px;
    font-family: 'showcard-gothic';
    color: #fff;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 25px;
}

.prd-btn a {
    /* padding: 16px 45px; */
    width: 100%;
    text-transform: capitalize;
}

section.related-prod {
    position: relative;
    padding: 50px;
}

.product-head {
    margin-bottom: 50px;
}

ul.product-quintity li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 22px;
}

.quanity.product-detail input::-webkit-outer-spin-button,
.quanity.product-detail input::-webkit-inner-spin-button {
    -webkit-appearance: auto !important;
    margin: 0px !important;
    opacity: 1 !important;
}


/* product tabs css */

.rate {
    height: 46px;
    /* padding: 0 10px; */
    float: left;
    display: block;
    clear: both;
}

.rate input {
    top: 0;
    visibility: hidden;
}

.rate:not(:checked)>input {
    position: absolute;
    /* top: -9999px; */
}

.rate:not(:checked)>label {
    float: right;
    width: 0.8em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 35px;
    color: #ccc;
    margin: 0 3px;
}

.product-head.t {
    margin-bottom: 80px;
    text-align: center;
}

.rate:not(:checked)>label:before {
    content: '\f005';
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    font-size: 24px;
}

.rate>input:checked~label {
    color: #f9d71c;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #c59b08;
}

.description .prd-commets .testimonial-heading {
    letter-spacing: 1px;
    margin: 30px 0px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.description .prd-commets .testimonial-heading span {
    font-size: 1.3rem;
    color: #252525;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.description .prd-commets .testimonial-box-container {
    display: block;
}

.description .prd-commets .testimonial-box {
    width: 100%;
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 20px;
    margin: 15px;
    cursor: pointer;
}

.description .testi-box {
    border: 1px solid #e1e1e1;
    padding: 30px;
    margin: 20px 0;
}

.description .prd-commets .prd-commets .profile-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.description .prd-commets .profile-img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: center;
    border-radius: 50px;
    margin-right: 20px;
}

.description .prd-commets .profile {
    display: flex;
    align-items: center;
}

.description .prd-commets .name-user {
    display: flex;
    flex-direction: column;
}

.description .prd-commets .name-user strong {
    color: #fff;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

.description .prd-commets .name-user span {
    color: #979797;
    font-size: 0.8rem;
}

.description .prd-commets .reviews {
    color: #f9d71c;
}

.description .prd-commets .box-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.description .prd-commets .client-comment p {
    font-size: 0.9rem;
    color: #fff;
    text-align: left;
}

.description .prd-commets .testimonial-box:hover {
    transform: translateY(-10px);
    transition: all ease 0.3s;
}

.description .tab-content input[type="text"] {
    width: 100%;
    border: 0px;
    background-color: #000;
    padding: 10px;
    height: 50px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #000;
    padding-left: 29px;
    border: 1px solid #fff;
    border-radius: 7px;
    color: #fff;
}

.prdtc-rvw ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.description .tab-content form .row {
    align-items: center;
}

.prdtc-rvw i {
    font-size: 25px;
    margin-right: 10px;
}

.description .tab-content textarea {
    width: 100%;
    border: 0px;
    background-color: #000;
    padding: 30px 10px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #fff;
    padding-left: 30px;
    border-radius: 22px;
    border: 1px solid #fff;
}

.description .tab-content form {
    margin-bottom: 70px;
}

.prdtc-rvw i:hover {
    color: #FFC107;
}

.latest-product.letest-product-page:before {
    display: none;
}

.input-dtl {
    display: flex;
    align-items: center;
    margin-bottom: 13px;
    gap: 40px;
}

.text label {
    font-family: 'Prepetua';
    font-size: 14px;
    font-weight: 400;
    padding-right: 6px;
    color: #000;
    text-align: center;
}

.text input {
    border: 1px solid #c7a689;
    border-radius: 20px;
    padding: 3px 5px;
    width: 100%;
}

.text {
    display: grid;
}

.input-dtl h6 {
    font-size: 17px;
}

.rev-btn h6 {
    margin-bottom: 15px;
    color: #fff;
    font-family: 'Montserrat';
}

.upload label {
    font-family: 'Prepetua';
    font-size: 18px;
    font-weight: 600;
}


.productdetailtext .selector-group.size {
    width: 100%;
    justify-content: flex-start;
    gap: 40px;
}

.productdetailtext .selector-group.size ul.size-options {
    display: flex;
    align-items: center;
    margin: unset;
}

.productdetailtext ul.color-options {
    display: flex;
    align-items: center;
    margin: unset;
    gap: 10px;
}

.size.cutomize .option .btn-option {
    margin-bottom: 0;
}

.quanity.product-detail .selector-group.color {
    margin: unset;
}

.productdetailtext {
    position: relative;
}

.productdetailtext:before {
    content: '';
    position: absolute;
    top: 49%;
    left: 0;
    background: #e50026;
    width: 72%;
    height: 2px;
}

.productdetailtext ul.stars li i {
    font-size: 20px;
}


.size-options li {
    position: relative;
}

.size-options input[type="radio"] {
    display: none;
}

.size-options label {
    display: inline-block;
    padding: 7px 12px;
    border: 2px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    font-size: 19px;
    user-select: none;
    font-family: 'Montserrat';
    background: #fff;
    color: #000;
}

.size-options input[type="radio"]:checked+label {
    border-color: #e10025;
    background-color: #eee;
}

/* Color checkboxes */
.color-options input[type="radio"] {
    display: none;
}

.color-options label {
    /* width: 12px; */
    /* height: 14px; */
    display: inline-block;
    cursor: pointer;
    border: 2px solid transparent;
}

.color-options input[type="radio"]:checked+label {
    border-color: #fff;
}

.selector-group {
    display: flex;
    align-items: center;
    margin-top: 20px;
    justify-content: center;
    gap: 20px;
    margin-bottom: 37px;
}

.label {
    font-size: 22px;
    font-family: 'Montserrat';
    color: #ffffff;
}

ul.size-options {
    gap: 10px;
}

ul.color-options {
    gap: 12px;
}

.featured-txt {
    text-align: center;
}

.selector-group.color {
    gap: 30px;
}


.red {
    background-color: red;
}

.pink {
    background-color: magenta;
}

.cyan {
    background-color: cyan;
}

.green {
    background-color: limegreen;
}

.blue {
    background-color: deepskyblue;
}

.orange {
    background-color: orange;
}


.product-pagination {
    margin: 30px 0 80px;
}

.product-pagination ul.pagination {
    justify-content: center;
    gap: 30px;
}

.product-pagination ul.pagination a.page-link {
    font-family: 'Buttershine';
    font-size: 33px;
    color: #fff;
    border-radius: 50% !important;
    background: #2a53d1;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: unset;
    transition: 0.5s;
}

.product-pagination ul.pagination a.page-link:hover {
    background: #ad0927;
}

.review-btn .theme_btn {
    background: #ff0000;
    color: #fff;
    border: unset;
    padding: 10px 30px;
    font-family: 'Montserrat';
    font-size: 20px;
}

/*Merchandise Detail End*/


/*Cart Page Start*/

.add-to-cart input {
    width: 74%;
    text-align: center;
    height: 60px;
    border-radius: 3px;
    border: 1px solid #ebebeb;
    font-size: 23px;
    color: #959595;
    font-weight: 500;
    margin-top: 24px;
    background: #f7f7f7;
    margin: 0 auto;
}

.add-to-cart a {
    font-size: 17px;
    display: block;
    text-align: center;
    padding-top: 9px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    font-family: 'Montserrat';
}

.add-to-cart h4 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat';
}

.add-to-cart .table>tbody>tr>td,
.add-to-cart .table>tbody>tr>th,
.add-to-cart .table>tfoot>tr>td,
.add-to-cart .table>tfoot>tr>th,
.add-to-cart .table>thead>tr>td,
.add-to-cart .table>thead>tr>th {
    vertical-align: middle;
}

.total-section {
    border: none;
    background: #fff;
    padding: 27px 30px;
    border: 1px solid #00000024;
}

.total-section ul {
    font-family: "Poppins";
    list-style: none;
    margin-bottom: 0;
}

.total-section li {
    font-size: 24px;
    padding-bottom: 30px;
    color: #000000;
    font-family: 'Poppins';
    font-weight: 400;
}

li.color-change {
    color: #000;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 32px;
    text-transform: capitalize;
    font-family: 'Montserrat';
    font-weight: 700;
}

.total-section li.color-change span {
    font-weight: 700;
    font-size: 32px;
    color: #000;
    font-family: 'Montserrat';
}

.total-section li span {
    float: right;
}

.ship-estimate {
    padding: 20px 30px;
    border: 1px solid #00000029;
    margin-top: 25px;
    background: #fff;
}

.ship-estimate li {
    color: #000;
    font-size: 32px;
    margin-bottom: 14px;
    font-weight: 600;
    font-family: 'Montserrat';
    text-transform: capitalize;
}

.ship-estimate ul {
    margin-top: 20px;
    margin-bottom: 33px;
    font-family: "Poppins";
    list-style: none;
}

.ship-estimate .grey-style {
    color: #000;
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 500;
}

.proceed a {
    color: #fff;
    text-align: left;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 500;
    /* background: #000000; */
    font-family: 'Montserrat';
}

.proceed .checkout-btn {
    padding: 15px;
    width: 100%;
    font-size: 20px;
    margin-top: 4px;
    border-radius: 0px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    background: #e50026;
    font-family: 'Montserrat';
    border-radius: 50px;
}

.or-amazon {
    margin-top: 50px;
    position: relative;
    border: 2px solid #cecece;
    /* top: 25px; */
    padding: 30px 50px;
    border-radius: 5px;
    background: unset;
}

.or-amazon p {
    font-size: 21px;
    position: absolute;
    background: #000;
    top: -18px;
    left: 70px;
    padding: 3px 20px;
    color: #FFF;
    display: block;
    text-transform: uppercase;
    /* border: 2px solid #cecece; */
    font-family: 'Montserrat';
}

.or-amazon a {
    text-decoration: none;
    text-align: center;
}

.product-img {
    display: inline-block;
    width: 100%;
    padding: 0px 0px;
    border-radius: 7px;
    border: 1px solid #fff;
}

.product-img img {
    width: 100%;
}

.table> :not(:last-child)> :last-child>* {
    font-size: 21px;
    font-weight: 500;
    color: #fff;
    background-color: #ee191d;
    padding: 19px 17px;
    font-family: 'showcard-gothic';
    text-transform: uppercase;
    border-bottom: unset;
    border-radius: 0px;
}

.table-space h3 {
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 700;
}

.space .row {
    align-items: center;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: #c2c2c2;
    border-style: solid;
    border-width: 0;
}

th.qty {
    text-align: center;
}

a.remove {
    font-size: 22px;
    width: 45px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    background-color: #e50026;
    color: #fff;
}

.table-space h6 {
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 30px;
    color: #666666;
    font-family: "Roboto";
    display: flex;
    gap: 10px;
    font-family: 'Montserrat';
    color: #fff;
    text-transform: capitalize;
}

.add-to-cart thead {
    background: #fb2b2b;
}

.space span {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat';
    line-height: 30px;
}
section.add-to-cart.all-section {
    position: relative;
    z-index: 2;
    padding: 100px 0px;
}

.table-space h6 ul.color-options {
    display: flex;
}

.table-space h6 ul.color-options .color-options label {
    width: 14px;
    height: 10px;
}

.table-space h6 .color-options label {
    width: 12px;
    height: 14px;
}

.table-space h6 ul.color-options {
    gap: 8px;
    margin-bottom: 0px;
}

.number-item {
    text-align: center;
}

td {
    padding: 21px 10px !important;
}
.table-space .size-options label {
    padding: 1px 4px;
    border: 2px solid #ccc;
    font-size: 14px;
}

.table-space ul.size-options {
    display: flex;
    margin-bottom: 0px;
}

.table-space .selector-group.size {
    margin-top: 10px;
    margin-bottom: 9px;
}
.table-space .selector-group.size .label {
    font-size: 16px;
}
/*Cart Page End*/


/*CHECKOUT PAGE*/

.billing_form h3 {
  font-size: 37px;
  line-height: 1;
  color: #121212;
  margin: 0;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-weight: 400;
  font-family: 'showcard-gothic';
  color: #fff;
}

.billing_form label {
  font-size: 14px;
  font-family: "Montserrat";
  color: #fff;
  font-weight: 400;
  margin-bottom: 6px;
}

.radiosss p {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

.billing_form input {
  width: 100%;
  height: 45px;
  border: 1px solid #fff;
  margin-bottom: 20px;
  padding-left: 15px;
  font-family: "Montserrat";
  background: transparent;
  border-radius: 5px;
  font-weight: 500;
  color: #fff;
}

.billing_form input::placeholder {
  color: #b0b0b0;
  font-family: "Montserrat";
}

.billing_form select {
  width: 100%;
  height: 45px;
  border: 1px solid #c4c4c4;
  margin-bottom: 20px;
  padding-left: 15px;
  font-family: "Montserrat";
  background: transparent;
  border-radius: 0;
  font-weight: 500;
  color: #b0b0b0;
  appearance: auto;
}

.billing_form select::placeholder {
  color: #b0b0b0;
  font-family: "Montserrat";
}
.cart_sidebar .cart_lst li:not(:last-child) {
  margin-bottom: 15px;
}

.cart_sidebar .cart_lst li {
  font-size: 14px;
  color: #fff;
}

.cart_sidebar .cart_lst li span {
  float: right;
}

.cart_sidebar .cart_lst li:last-child {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  font-family: 'Montserrat';
}

.cart_sidebar .cart_lst {
  margin-top: 20px;
  margin-bottom: 30px;
}

.thankyou_txt {
  padding: 50px;
  border: 2px solid #b7b7b7;
}

.thankyou_txt h3 {
  font-size: 35px;
  color: #000;
  font-weight: 800;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

.thankyou_txt h3 i {
  font-size: 40px;
  margin-right: 15px;
}

.order_det h5 {
  font-size: 20px;
  color: #7c7c7c;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.order_det p {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  margin: 0;
}

.order_complete_detail h3 {
  font-size: 22px;
  color: #000;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.order_detail_table {
  padding: 40px;
  border: 1px solid #b7b7b7;
}

.order_detail_table h5 {
  margin-top: 0px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dbdbdb;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  font-family: "Montserrat", sans-serif;
}

.order_detail_table ul {
  margin-top: 20px;
  margin-bottom: 30px;
}

.order_detail_table ul li:not(:last-child) {
  margin-bottom: 25px;
}

.order_detail_table ul li {
  font-size: 14px;
  color: #7c7c7c;
}

.order_detail_table ul li span {
  float: right;
}

.order_detail_table ul li:last-child {
  font-weight: 700;
  color: #000;
}

.order_detail_table h6 {
  font-size: 17px;
  font-weight: 700;
  color: #000;
  font-family: "Roboto", sans-serif;
  padding: 25px 0;
  border-top: 1px solid #dbdbdb;
  margin: 0;
}

.order_detail_table h6 span {
  float: right;
}

.check_menu ul {
  text-align: center;
  margin-bottom: 40px;
}

.check_menu ul li {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: #7c7c7c;
  margin: 0 14px;
}

.check_menu ul li i {
  font-size: 18px;
}

.check_menu ul li.purp {
  color: #700ea3;
}

.cart_sidebar {
  padding: 40px 25px;
  border: 1px solid #fff;
  border-radius: 10px;
}

.cart_sidebar h3 {
  font-size: 31px;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 20px;
  text-transform: capitalize;
  line-height: normal;
  font-family: 'showcard-gothic';
  font-weight: unset;
}

.cart_sidebar .h-sub {
  font-weight: 600;
  color: #fff;
  font-size: 25px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 20px;
  line-height: 0;
  padding-bottom: 30px;
  padding-top: 20px;
  text-transform: capitalize;
  font-family: 'Montserrat';
}

.cart_sidebar h5 span {
  float: right;
  color: #000;
  color: #fff !important;
}

.cart_sidebar h4 {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 13px;
  line-height: normal;
  padding-top: 0;
  /* font-family: 'saud'; */
  font-family: 'Montserrat';
}

.cart_sidebar ul li input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.cart_sidebar ul li label {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  font-family: "Montserrat";
}

.cart_sidebar ul li label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #b7b7b7;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

.cart_sidebar ul li input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #ee191d;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.cart_sidebar ul li:not(:last-child) {
  margin-bottom: 15px;
}

.cart_sidebar form {
  margin-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #b7b7b7;
}

.cart_sidebar form h4 {
  font-size: 14px;
  font-weight: 400;
  color: #b7b7b7;
  font-family: "Roboto", sans-serif;
}

.cart_sidebar form select {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border-radius: 0;
  border: 1px solid #b7b7b7;
  margin-bottom: 20px;
  appearance: auto;
  color: #b7b7b7;
}

.cart_sidebar form select option {
  color: #000;
}

.cart_sidebar form input {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border-radius: 0;
  border: 1px solid #b7b7b7;
  margin-bottom: 20px;
  appearance: auto;
  color: #b7b7b7;
}

.cart_sidebar form input::placeholder {
  color: #b7b7b7;
  font-family: "Montserrat-Ultral";
}

.cart_sidebar form button {
  color: #000;
  font-size: 15px;
  border-radius: 0px;
  font-family: "Poppins", sans-serif;
  padding: 10px 40px;
  background-color: #ebebeb;
  border: 2px solid #ebebeb;
}

.cart_sidebar form button:hover {
  background-color: transparent;
  transition: 0.3s ease-in-out;
}

.checkout_btn {
  padding: 12px 50px;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 24px;
  border-radius: 0;
  font-weight: 500;
  border: 2px solid transparent;
  background-color: #ff2e98;
  font-family: "Montserrat-Ultral";
}

.checkout_btn:hover {
  /* color: white; */
}

ul.shipping-ul {
  border-bottom: 1px solid #dbdbdb;
  margin: 0;
  padding-bottom: 30px;
}

h6.payment-h {
  font-weight: 500;
  color: #fff;
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 400;
  font-family: 'showcard-gothic';
  text-transform: capitalize;
}

.cart_sidebar .radiosss-payments li label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #b7b7b7;
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%),
    inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 50px;
}

.cart_sidebar .radiosss-payments li input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  border-radius: 20px;
  left: 6px;
  border: 0;
  width: 10px;
  height: 10px;
  background-color: #ee191d;
}

.radiosss-payments .card.card-body {
  padding: 0;
  border: 0;
  margin-left: 30px;
  background: none;
}

.radiosss-payments {
  border-bottom: 1px solid rgb(219, 219, 219);
}

section.checkout_page.all-section.all-side {
  padding: 60px 0px 80px;
  position: relative;
}

.checkout_page .img-1 {
  position: absolute;
  left: -13%;
  top: 50%;
  width: 340px;
}

.checkout_page .img-2 {
  position: absolute;
  right: -7%;
  top: 60%;
  width: 230px;
  transform: rotate(200deg);
}

.billing_form {
  border: none;
  padding: 0;
  border: 1px solid #fff;
  padding: 30px 30px;
  border-radius: 10px;
}

section.checkout_page a.theme_btn {
  margin: 0 auto;
}

.checkout_page {
  position: relative;
  padding: 100px 0;
}

.checkout_page img.bk-1 {
  bottom: 20%;
  width: 7%;
}

.checkout_page img.bk-2 {
  bottom: 10%;
  width: 7%;
}

.h-sub-ex span {
  color: #855c29 !important;
  font-weight: 700 !important;
}

.text-center button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  transition: ease-in;
  transition-duration: 0.5s;
  border: navajowhite;
}

.text-center button:hover {
  background-color: #000;
  transition: ease-out;
  transition-duration: 0.5s;
}
button.btn-1 {
    width: 100%;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 20px;
    padding: 12px 10px;
    border-radius: 5px;
    background: #ee191d;
    color: #fff;
}
/*Checkout End*/


/* Contact page Starts  */

.contact-sec .contact-sec {
  background: white;
  border-radius: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin: 40px auto;
  max-width: 1200px;
  overflow: hidden;
}

.contact-sec .contact-left,
.contact-right {
  padding: 10px 25px;
  height: 100%;
}

.contact-sec .contact-left {
  /* background: #eeeeee; */
  /* border-radius: 10px 0 0px 10px; */
}

.contact-sec .contact-left h2 {
  font-weight: 500;
  margin-bottom: 10px;
  color: #fff;
  font-family: 'showcard-gothic';
}

.contact-sec .contact-left p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 30px;
  width: 100%;
}

.contact-sec .contact-info {
  margin-bottom: 30px;
}

.contact-sec .contact-info i {
  font-size: 23px;
  margin-right: 15px;
  color: white;
  width: 60px;
  height: 60px;
  background: #f50005;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.contact-sec .contact-info h6 {
  margin-bottom: 0;
  font-weight: bold;
  color: #fff;
  font-family: 'Montserrat';
}

.contact-sec .contact-info small {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Montserrat';
}

.contact-sec .follow-us {
  margin-top: 40px;
}

.contact-sec .follow-us i {
  font-size: 20px;
  margin-right: 15px;
  color: #000;
  cursor: pointer;
  transition: 0.3s;
}

.contact-sec .follow-us i:hover {
  color: #ffc107;
}

.contact-sec .contact-right h3 {
  font-weight: bold;
  margin-bottom: 30px;
}

.contact-sec .form-control {
  border-radius: 6px;
  margin-bottom: 15px;
  font-size: 14px;
  background-color: unset;
  height: 50px;
  margin: 0 0 15px 0;
  border: 1px solid #fff;
  color: #fff;
}

.contact-sec textarea.form-control {
  resize: none;
  height: 169px;
  margin: 0px 0 0 0;
  padding: 20px 14px;
  color: #fff;
}

section.contact-sec {
  padding: 60px 0 100px;
  position: relative;
  z-index: 2;
}
.contact-right {
  /* background-color: white; */
  /* box-shadow: rgba(0, 0, 0, 0.19) 0px 3px 8px; */
  border-radius: 0 10px 10px 0;
}
.col-md-6.contact-right h2 {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 0;
  margin-bottom: 10px;
  font-family: 'showcard-gothic';
}
section.contact-sec .row {
  align-items: center;
}
.contact-social-wrapper .footer-socials a {
  height: 45px;
  width: 45px;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  background-color: unset;
  border-radius: 50%;
  border: 1px solid #ff0505;
  transition: all 0.3s ease;
}

.contact-social-wrapper .footer-socials a i {
  color: #dc2626;
  font-size: 20px;
}

.contact-social-wrapper .footer-socials {
  display: flex;
  gap: 14px;
}

.contact-social-wrapper .footer-socials a:nth-child(1):hover i {
  color: #fff;
}

.contact-social-wrapper .footer-socials a:nth-child(2):hover i {
  color: #fff;
}

.contact-social-wrapper .footer-socials a:nth-child(3):hover i {
  color: #fff;
}
.contact-social-wrapper .footer-socials a:hover {
  background-color: #dc2626 !important;
}
.sbmt-btn {
  margin-top: 20px;
  display: flex;
  justify-content: start;
  align-items: center;
  text-align: center;
}
.contact-map iframe {
    width: 100%;
}

.contact-map {
    margin-top: 40px;
}
.contact-sec .form-control::placeholder {
    color: #fffffff2;
}
/* Contact us page Ends */

/*news Page Start*/

.news-pg-sec  .left-news-img img {
    width: 100%;
}
.news-pg-sec .left-text-news ul li {
    font-size: 17px;
}

.news-pg-sec .left-text-news h2 {
    font-size: 25px;
}
.news-pg-sec  .left-news-box {
    margin-bottom: 40px;
}
.left-text-news h2 a {
    color: #fff;
}

/*News Page End*/

/*News Detail Page Start*/

.news-detail-main-sec .left-text-news ul p {
    font-size: 21px;
}

.news-detail-main-sec .left-text-news ul li {
    font-size: 21px;
}

.news-detail-main-sec .left-text-news {
    padding-right: 35px;
    padding-top: 23px;
}

.news-detail-main-sec .left-text-news h2 {
    font-size: 35px !important;
    line-height: 50px;
    margin-bottom: 20px;
}

.news-detail-main-sec .left-text-news p {
    font-size: 16px;
    line-height: 31px;
}

.news-dt-btm-txt p {
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 33px;
}

.news-dt-btm-txt {
    margin-top: 31px;
}
/*News Detail Page End*/


/*Account Page STart*/

.login-txt form input {
    width: 100%;
    margin-bottom: 20px;
    outline: none;
    padding: 14px 40px 14px 20px;
    color: #000000;
    font-weight: 400;
    border: 1px solid #fff;
    border-radius: 7px;
    font-family: 'Montserrat';
    background: transparent;
    color: #fff;
}

.login-txt form input::placeholder {
    color: #fff;
    font-size: 15px;
}

.login-txt form input:focus {
    box-shadow: none;
    border: 1px solid #fff;
}

.login-txt h2 {
    margin: 0 0 30px 0;
    text-transform: capitalize;
    font-size: 35px;
    font-family: 'showcard-gothic';
    color: #fff;
}

.password-box {
    position: relative;
    margin-bottom: 20px;
}

.password-box-input input {
    padding: 10px 40px 10px 20px;
}

.password-icon {
    position: absolute;
    top: 27%;
    right: 3%;
}

.password-icon span {
    color: #fff;
    cursor: pointer;
}

.login-txt {
    padding: 45px 35px 35px;
    border-radius: 60px;
    background-color: #21212b;
    border: 1px solid #0000001a;
}

.login-txt ul {
    display: flex;
    align-items: center;
    margin: 20px 0;
    gap: 10px;
}

li.head {
    font-size: 17px;
    font-weight: 600;
}

.login-txt ul li {
    display: flex;
    gap: 7px;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}


.login-txt form button {
    width: 100%;
    color: #fff;
    padding: 14px 0px;
    outline: none;
    border: none;
    margin-bottom: 20px;
    font-size: 20px;
    border-radius: 7px;
    text-transform: uppercase;
    transition: ease-in;
    transition-duration: 0.2s;
    background: #ee191d;
    font-family: 'Montserrat';
}

.login-txt form button:hover {
    background-image: unset;
    background-color: #000;
    transition: ease-out;
    transition-duration: 0.2s;
    color: #fff;
}

li.head-ex {
    text-decoration: underline;
    color: red;
}

.login-txt ul li label {
    cursor: pointer;
    font-size: 14px;
}

.login-txt-ex form input:focus {
    background-color: unset;
    color: #fff;
}

.login-txt-ex ul {
    justify-content: space-between;
    margin: 0px 0 20px;
}

section.login.sec {
    padding: 100px 0 100px 0;
    position: relative;
    z-index: 2;
}

.login-txt.login-txt-ex li.head a {
    font-size: 14px;
    color: #fff !important;
}

.login-txt ul li a {
    color: #fff;
}
.login-txt.login-txt-ex {
    background: #e50026;
}

.login-txt.login-txt-ex button {
    background: #21212b;
}
/*Account Page End*/


/*Terms & Condittion Start */

.terms-condition {
    position: relative;
    z-index: 2;
}

.terms-condition h2 {
    font-family: 'Montserrat';
    font-size: 40px;
    color: #fff;
    margin-bottom: 13px;
}

.terms-condition .row {
    justify-content: center;
}

.terms-condition {
    padding: 100px 0px;
}
.terms-condition-txt {
    margin-bottom: 20px;
}

.text-event-ticket h2 a {
    color: #020202;
}
.event-ticket-box:hover .text-event-ticket h2 a {
    color: #fff;
}
.text-news h2 a {
    color: #fff;
}
/*Terms & Condittion End */

.carousel-control-next:hover {
    background: linear-gradient(170deg, rgba(219, 178, 84, 1) 39%, rgba(247, 96, 46, 1) 74%);
    border: unset;
}
.carousel-control-prev:hover {
    background: linear-gradient(170deg, rgba(219, 178, 84, 1) 39%, rgba(247, 96, 46, 1) 74%);
    border: unset;
}
.footer-links ul li p {
    font-family: 'Montserrat';
    font-size: 14px;
    color: #ffffffb0;
    display: flex;
    align-items: start;
    gap: 10px;
}

ul.product-quintity .color-options label {
    width: 12px;
    height: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1620px) {
  .banner_text h1 {
    font-size: 63px;
}

.banner-icons ul {
    gap: 5px;
}

a.banner-play-icon {
    margin-left: 93px !important;
    width: 136px;
    height: 132px;
}

.menuSec ul li a {
    padding: 10px 14px;
}

.banner_text {
    margin-bottom: 58px;
}

.text-aboutus {
    padding-left: 27px;
    padding-top: 16px;
}

.text-show h2 {
    font-size: 20px;
}

.text-show p {}

.text-show {
    padding: 10px 14px 33px;
}

.img-evetn-ticket img {
    height: 340px;
}

.text-event-ticket ul li {
    font-size: 14px;
}

.text-event-ticket {
    padding: 18px 10px 35px;
}

.merchandise-txt h2 {
    font-size: 21px;
}

.text-news h2 {
    font-size: 38px;
}

.left-text-news h2 {
    font-size: 17px;
}

.left-text-news ul p {
    font-size: 12px;
}

.left-text-news ul li {
    font-size: 10px;
}
.show-img img {
    height: 220px;
}

.showslid .slick-slide.slick-current .show-img img {
    height: 270px;
}
.text-thwshow p {
    font-size: 14px;
    line-height: 24px;
}
.news-detail-main-sec .left-text-news p {
    font-size: 14px;
    line-height: 27px;
}

.news-detail-main-sec .left-text-news {
    padding-top: 2px;
}
.carousel-control-prev {
    width: 4%;
    right: 94px;
}

.carousel-control-next {
    width: 4%;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}

@media only screen and (min-width: 0px) and (max-width: 299px) {}

.contact-social-wrapper .footer-socials a:hover i {
    color: #fff;
}
.billing_form input::-webkit-outer-spin-button,
.billing_form  input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.contact-sec input::-webkit-outer-spin-button,
.contact-sec   input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}