/*=============================================
=            Index            =
=============================================

  -> Default
  -> Common
  -> Helper
  -> Spacing
  -> Header
  -> Footer
  -> Button
  -> Section Title
  -> Backgrounds
  -> Breadcrumb
  -> Preloader
  -> Hero Slider
  -> Category Slider
  -> Product
  -> Contact Content
  -> Profile
  -> Authentication
  -> Welcome
  -> Notification
  -> Chat
  -> Cart
  -> Checkout
  -> Banner
  -> Category

/*=====  End of Index  ======*/

/*=============================================
=            Default            =
=============================================*/
/*-- Google Font --*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap");

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

html,
body {
    height: 100%;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: #4e4e4e;
    background: #2c1619;
	background: #000035;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0;
    color: #000000;
}

p:last-child {
    margin-bottom: 0;
}

a,
button {
    line-height: inherit;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    color: inherit;
}

a:focus,
button:focus {
    outline: none;
}

*:focus {
    outline: none;
}

a:focus {
    text-decoration: none;
    color: inherit;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #c5901c;
}

input[type="submit"] {
    cursor: pointer;
}

ul {
    margin: 0;
    padding: 0;
    list-style: outside none none;
}

/* select {
  padding-right      : 15px;
  background-image   : url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='black'%3E%E2%96%BE%3C/text%3E%3C/svg%3E");
  background-repeat  : no-repeat;
  background-position: 107% 50%;
  -webkit-appearance : none;
  -moz-appearance    : none;
} */

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent;
}

/* FF 4-18 */
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent;
}

/* FF 19+ */
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent;
}

/* IE 10+ */
/*=====  End of Default  ======*/
/*=============================================
=            Common            =
=============================================*/
.bg-img {
    background-repeat: no-repeat;
    background-size: cover;
}

.border-bottom {
    border-bottom: 1px solid #f1f1f1 !important;
}

.border-bottom--medium {
    border-bottom: 2px solid #f1f1f1 !important;
}

.border-bottom--thick {
    border-bottom: 3px solid #f1f1f1 !important;
}

.body-wrapper.active-overlay {
    overflow: hidden;
}

.body-wrapper.active-overlay:before {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background: transparent;
}

/*=====  End of Common  ======*/
/*=============================================
=            Helper            =
=============================================*/
.row-0 {
    margin-right: 0px;
    margin-left: 0px;
}

.row-0 > [class*="col"] {
    padding-right: 0px;
    padding-left: 0px;
}

.row-1 {
    margin-right: -1px;
    margin-left: -1px;
}

.row-1 > [class*="col"] {
    padding-right: 1px;
    padding-left: 1px;
}

.row-2 {
    margin-right: -2px;
    margin-left: -2px;
}

.row-2 > [class*="col"] {
    padding-right: 2px;
    padding-left: 2px;
}

.row-3 {
    margin-right: -3px;
    margin-left: -3px;
}

.row-3 > [class*="col"] {
    padding-right: 3px;
    padding-left: 3px;
}

.row-4 {
    margin-right: -4px;
    margin-left: -4px;
}

.row-4 > [class*="col"] {
    padding-right: 4px;
    padding-left: 4px;
}

.row-5 {
    margin-right: -5px;
    margin-left: -5px;
}

.row-5 > [class*="col"] {
    padding-right: 5px;
    padding-left: 5px;
}

.row-6 {
    margin-right: -6px;
    margin-left: -6px;
}

.row-6 > [class*="col"] {
    padding-right: 6px;
    padding-left: 6px;
}

.row-7 {
    margin-right: -7px;
    margin-left: -7px;
}

.row-7 > [class*="col"] {
    padding-right: 7px;
    padding-left: 7px;
}

.row-8 {
    margin-right: -8px;
    margin-left: -8px;
}

.row-8 > [class*="col"] {
    padding-right: 8px;
    padding-left: 8px;
}

.row-9 {
    margin-right: -9px;
    margin-left: -9px;
}

.row-9 > [class*="col"] {
    padding-right: 9px;
    padding-left: 9px;
}

.row-10 {
    margin-right: -10px;
    margin-left: -10px;
}

.row-10 > [class*="col"] {
    padding-right: 10px;
    padding-left: 10px;
}

.row-11 {
    margin-right: -11px;
    margin-left: -11px;
}

.row-11 > [class*="col"] {
    padding-right: 11px;
    padding-left: 11px;
}

.row-12 {
    margin-right: -12px;
    margin-left: -12px;
}

.row-12 > [class*="col"] {
    padding-right: 12px;
    padding-left: 12px;
}

.row-13 {
    margin-right: -13px;
    margin-left: -13px;
}

.row-13 > [class*="col"] {
    padding-right: 13px;
    padding-left: 13px;
}

.row-14 {
    margin-right: -14px;
    margin-left: -14px;
}

.row-14 > [class*="col"] {
    padding-right: 14px;
    padding-left: 14px;
}

.row-15 {
    margin-right: -15px;
    margin-left: -15px;
}

.row-15 > [class*="col"] {
    padding-right: 15px;
    padding-left: 15px;
}

.row-16 {
    margin-right: -16px;
    margin-left: -16px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-16 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-16 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-16 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-16 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.row-16 > [class*="col"] {
    padding-right: 16px;
    padding-left: 16px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-16 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-16 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-16 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-16 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.row-17 {
    margin-right: -17px;
    margin-left: -17px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-17 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-17 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-17 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-17 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.row-17 > [class*="col"] {
    padding-right: 17px;
    padding-left: 17px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-17 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-17 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-17 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-17 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.row-18 {
    margin-right: -18px;
    margin-left: -18px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-18 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-18 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-18 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-18 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.row-18 > [class*="col"] {
    padding-right: 18px;
    padding-left: 18px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-18 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-18 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-18 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-18 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.row-19 {
    margin-right: -19px;
    margin-left: -19px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-19 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-19 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-19 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-19 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.row-19 > [class*="col"] {
    padding-right: 19px;
    padding-left: 19px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-19 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-19 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-19 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-19 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.row-20 {
    margin-right: -20px;
    margin-left: -20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-20 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-20 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-20 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-20 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.row-20 > [class*="col"] {
    padding-right: 20px;
    padding-left: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-20 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-20 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-20 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-20 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.row-21 {
    margin-right: -21px;
    margin-left: -21px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-21 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-21 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-21 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-21 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.row-21 > [class*="col"] {
    padding-right: 21px;
    padding-left: 21px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-21 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-21 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-21 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-21 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.row-22 {
    margin-right: -22px;
    margin-left: -22px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-22 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-22 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-22 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-22 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.row-22 > [class*="col"] {
    padding-right: 22px;
    padding-left: 22px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-22 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-22 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-22 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-22 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.row-23 {
    margin-right: -23px;
    margin-left: -23px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-23 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-23 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-23 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-23 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.row-23 > [class*="col"] {
    padding-right: 23px;
    padding-left: 23px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-23 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-23 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-23 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-23 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.row-24 {
    margin-right: -24px;
    margin-left: -24px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-24 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-24 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-24 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-24 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.row-24 > [class*="col"] {
    padding-right: 24px;
    padding-left: 24px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-24 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-24 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-24 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-24 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.row-25 {
    margin-right: -25px;
    margin-left: -25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-25 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-25 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-25 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-25 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.row-25 > [class*="col"] {
    padding-right: 25px;
    padding-left: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-25 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-25 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-25 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-25 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.row-26 {
    margin-right: -26px;
    margin-left: -26px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-26 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-26 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-26 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-26 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.row-26 > [class*="col"] {
    padding-right: 26px;
    padding-left: 26px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-26 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-26 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-26 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-26 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.row-27 {
    margin-right: -27px;
    margin-left: -27px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-27 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-27 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-27 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-27 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.row-27 > [class*="col"] {
    padding-right: 27px;
    padding-left: 27px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-27 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-27 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-27 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-27 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.row-28 {
    margin-right: -28px;
    margin-left: -28px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-28 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-28 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-28 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-28 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.row-28 > [class*="col"] {
    padding-right: 28px;
    padding-left: 28px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-28 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-28 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-28 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-28 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.row-29 {
    margin-right: -29px;
    margin-left: -29px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-29 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-29 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-29 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-29 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.row-29 > [class*="col"] {
    padding-right: 29px;
    padding-left: 29px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-29 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-29 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-29 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-29 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.row-30 {
    margin-right: -30px;
    margin-left: -30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-30 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-30 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-30 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-30 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.row-30 > [class*="col"] {
    padding-right: 30px;
    padding-left: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-30 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-30 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-30 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-30 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.row-31 {
    margin-right: -31px;
    margin-left: -31px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-31 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-31 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-31 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-31 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.row-31 > [class*="col"] {
    padding-right: 31px;
    padding-left: 31px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-31 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-31 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-31 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-31 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.row-32 {
    margin-right: -32px;
    margin-left: -32px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-32 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-32 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-32 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-32 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.row-32 > [class*="col"] {
    padding-right: 32px;
    padding-left: 32px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-32 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-32 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-32 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-32 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.row-33 {
    margin-right: -33px;
    margin-left: -33px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-33 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-33 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-33 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-33 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.row-33 > [class*="col"] {
    padding-right: 33px;
    padding-left: 33px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-33 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-33 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-33 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-33 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.row-34 {
    margin-right: -34px;
    margin-left: -34px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-34 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-34 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-34 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-34 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.row-34 > [class*="col"] {
    padding-right: 34px;
    padding-left: 34px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-34 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-34 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-34 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-34 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.row-35 {
    margin-right: -35px;
    margin-left: -35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-35 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-35 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-35 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-35 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.row-35 > [class*="col"] {
    padding-right: 35px;
    padding-left: 35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-35 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-35 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-35 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-35 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.row-36 {
    margin-right: -36px;
    margin-left: -36px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-36 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-36 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-36 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-36 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.row-36 > [class*="col"] {
    padding-right: 36px;
    padding-left: 36px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-36 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-36 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-36 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-36 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.row-37 {
    margin-right: -37px;
    margin-left: -37px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-37 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-37 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-37 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-37 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.row-37 > [class*="col"] {
    padding-right: 37px;
    padding-left: 37px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-37 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-37 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-37 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-37 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.row-38 {
    margin-right: -38px;
    margin-left: -38px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-38 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-38 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-38 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-38 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.row-38 > [class*="col"] {
    padding-right: 38px;
    padding-left: 38px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-38 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-38 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-38 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-38 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.row-39 {
    margin-right: -39px;
    margin-left: -39px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-39 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-39 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-39 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-39 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.row-39 > [class*="col"] {
    padding-right: 39px;
    padding-left: 39px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-39 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-39 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-39 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-39 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.row-40 {
    margin-right: -40px;
    margin-left: -40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-40 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-40 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-40 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-40 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.row-40 > [class*="col"] {
    padding-right: 40px;
    padding-left: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-40 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-40 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-40 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-40 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.row-41 {
    margin-right: -41px;
    margin-left: -41px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-41 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-41 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-41 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-41 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.row-41 > [class*="col"] {
    padding-right: 41px;
    padding-left: 41px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-41 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-41 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-41 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-41 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.row-42 {
    margin-right: -42px;
    margin-left: -42px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-42 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-42 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-42 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-42 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.row-42 > [class*="col"] {
    padding-right: 42px;
    padding-left: 42px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-42 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-42 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-42 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-42 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.row-43 {
    margin-right: -43px;
    margin-left: -43px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-43 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-43 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-43 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-43 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.row-43 > [class*="col"] {
    padding-right: 43px;
    padding-left: 43px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-43 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-43 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-43 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-43 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.row-44 {
    margin-right: -44px;
    margin-left: -44px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-44 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-44 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-44 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-44 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.row-44 > [class*="col"] {
    padding-right: 44px;
    padding-left: 44px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-44 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-44 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-44 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-44 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.row-45 {
    margin-right: -45px;
    margin-left: -45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-45 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-45 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-45 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-45 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.row-45 > [class*="col"] {
    padding-right: 45px;
    padding-left: 45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-45 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-45 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-45 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-45 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.row-46 {
    margin-right: -46px;
    margin-left: -46px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-46 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-46 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-46 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-46 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.row-46 > [class*="col"] {
    padding-right: 46px;
    padding-left: 46px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-46 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-46 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-46 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-46 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.row-47 {
    margin-right: -47px;
    margin-left: -47px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-47 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-47 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-47 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-47 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.row-47 > [class*="col"] {
    padding-right: 47px;
    padding-left: 47px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-47 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-47 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-47 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-47 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.row-48 {
    margin-right: -48px;
    margin-left: -48px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-48 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-48 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-48 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-48 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.row-48 > [class*="col"] {
    padding-right: 48px;
    padding-left: 48px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-48 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-48 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-48 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-48 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.row-49 {
    margin-right: -49px;
    margin-left: -49px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-49 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-49 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-49 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-49 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.row-49 > [class*="col"] {
    padding-right: 49px;
    padding-left: 49px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-49 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-49 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-49 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-49 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.row-50 {
    margin-right: -50px;
    margin-left: -50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-50 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-50 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-50 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-50 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.row-50 > [class*="col"] {
    padding-right: 50px;
    padding-left: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .row-50 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-50 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-50 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .row-50 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    margin: 0;
    padding-right: 0;
    padding-left: 0;
}

/*=====  End of Helper  ======*/
/*=============================================
=            Spacing            =
=============================================*/
.space-xy--10 {
    padding: 10px;
}

.space-xy--15 {
    padding: 15px;
}

.space-y--10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.space-y--15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.space-y--60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.space-mt--10 {
    margin-top: 10px;
}

.space-mt--20 {
    margin-top: 20px;
}

.space-mt--30 {
    margin-top: 30px;
}

.space-mt--40 {
    margin-top: 40px;
}

.space-mt--70 {
    margin-top: 70px;
}

.space-mb--5 {
    margin-bottom: 5px;
}

.space-mb--10 {
    margin-bottom: 10px;
}

.space-mb--15 {
    margin-bottom: 15px;
}

.space-mb--20 {
    margin-bottom: 20px;
}

.space-mb--25 {
    margin-bottom: 25px;
}

.space-mb--30 {
    margin-bottom: 30px;
}

.space-mb--40 {
    margin-bottom: 40px;
}

.space-mb--50 {
    margin-bottom: 50px;
}

.space-mb--70 {
    margin-bottom: 70px;
}

.space-mb--80 {
    margin-bottom: 80px;
}

.space-mb-m--15 {
    margin-bottom: -15px;
}

.space-mb-m--20 {
    margin-bottom: -20px;
}

.space-mr--20 {
    margin-right: 20px;
}

.space-pb--15 {
    padding-bottom: 15px;
}

.space-pb--25 {
    padding-bottom: 25px;
}

.space-pb--30 {
    padding-bottom: 30px;
}

.space-pb--50 {
    padding-bottom: 50px;
}

.space-pb--60 {
    padding-bottom: 60px;
}

.space-pb--90 {
    padding-bottom: 90px;
}

.space-pb--120 {
    padding-bottom: 120px;
}

.space-pt--5 {
    padding-top: 5px;
}

.space-pt--10 {
    padding-top: 10px;
}

.space-pt--15 {
    padding-top: 15px;
}

.space-pt--25 {
    padding-top: 25px;
}

.space-pt--30 {
    padding-top: 30px;
}

.space-pt--60 {
    padding-top: 60px;
}

.space-pt--70 {
    padding-top: 70px;
}

.space-pt--100 {
    padding-top: 100px;
}

.space-pt--120 {
    padding-top: 120px;
}

/*=====  End of Spacing  ======*/
/*=============================================
=            Header            =
=============================================*/
header.stick .header-search {
    display: none;
}

.stick {
    transition: 0.3s ease-in-out all;
    background-color: #36171e;
}

header .header-search {
    width: 100%;
}

header .header-search form {
    position: relative;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

header .header-search form input {
    font-size: 14px;
    width: 100%;
    padding: 12px 30px 12px 50px;
    color: #666;
    border: none;
    border-radius: 5px;
    background-color: #ffffff;
}

header .header-search form input ::-webkit-input-placeholder {
    opacity: 1;
    /* Firefox */
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b7b7b7;
}

header .header-search form input ::-moz-placeholder {
    opacity: 1;
    /* Firefox */
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b7b7b7;
}

header .header-search form input :-ms-input-placeholder {
    opacity: 1;
    /* Firefox */
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b7b7b7;
}

header .header-search form input ::-ms-input-placeholder {
    opacity: 1;
    /* Firefox */
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b7b7b7;
}

header .header-search form input ::placeholder {
    opacity: 1;
    /* Firefox */
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b7b7b7;
}

header .header-search form input :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #b7b7b7;
}

header .header-search form input ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #b7b7b7;
}

header .header-search form svg {
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

header .header-menu-trigger {
    width: 36px;
    height: 36px;
    background: transparent;
    border: 0px;
    padding: 0;
}

header .header-menu-trigger:focus {
    outline: none;
}

.notifcationbell {
    width: 28px;
    height: 28px;
    background: transparent;
    border: 0px;
    padding: 0;
    margin-right: 12px;
    cursor: pointer;
}
.login-btn {
    font-size: 14px;
    font-weight: 500;
    background: -webkit-linear-gradient(#f7c662, #fff68a);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 14px;
}

/* custom css */
.body-wrapper-bg {
    background: #070b14;
}
.header-wrapper {
    background: #070b14;
}




/* offcanvas menu */
.profile-card__image img {
    border-radius: 50%;
}

.profile-card__content p {
    font-weight: 500;
    color: #06142d;
}

.profile-card__content p span {
    font-size: 12px;
    font-weight: 400;
    display: block;
}

.offcanvas-menu {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    visibility: hidden;
    width: 320px;
    max-width: 100%;
    height: 100%;
    margin-left: auto;
    padding: 40px 0px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #7c3aec;
    -webkit-box-shadow: -5px 0 15px rgba(0, 0, 0, 0.16);
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.16);
    overflow: auto;
}

.offcanvas-menu.active {
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.offcanvas-navigation {
    overflow-y: scroll;
    height: 100%;
    margin: 0px;
    padding: 0 20px;
}

.offcanvas-navigation li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 10px 0;
}

.offcanvas-navigation li span {
    display: block;
    margin-right: 15px;
}

.offcanvas-navigation li span svg {
    width: 20px;
    height: 14px;
}

.offcanvas-navigation li a {
    display: block;
    width: 100%;
    color: #fff;
}

/* search keyword */
.search-keyword-area {
    display: none;
}

.search-keyword-header {
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.search-keyword-header__title {
    font-size: 14px;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
}

.search-keyword-header__gl-switcher {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}

.search-keyword-header__gl-switcher button {
    padding: 0;
    border: none;
    background: none;
}

.search-keywords {
    margin-bottom: -10px;
}

.search-keywords li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.search-keywords li a {
    font-size: 13px;
    line-height: 1.3;
    display: block;
    padding: 5px 15px;
    color: #111111;
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
}

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

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

/*=====  End of Header  ======*/
/*=============================================
=            Footer            =
=============================================*/
.footer-nav-wrapper {
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0 40px;
    border-radius: 60px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
}

.footer-nav-wrapper--styleTwo {
    border-radius: 0;
}

.footer-nav-single {
    position: relative;
    display: block;
    width: 85px;
    height: 85px;
    text-align: center;
    border-radius: 50%;
}

@media only screen and (max-width: 400px) {
    .footer-nav-single {
        width: 60px;
        height: 60px;
    }
}

.footer-nav-single span {
    font-size: 12px;
    color: #6e6e6e;
}

.footer-nav-single svg {
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
}

@media only screen and (max-width: 400px) {
    .footer-nav-single svg {
        width: auto;
        height: 22px;
    }
}

.footer-nav-single .menu-wrapper {
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.footer-nav-single:before {
    position: absolute;
    z-index: -1;
    top: -5px;
    left: -5px;
    visibility: hidden;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    content: "";
    opacity: 0;
    border-radius: 50%;
    background-color: #ffffff;
}

.footer-nav-single:hover,
.footer-nav-single.active {
    background-color: #4a44f2;
}

.footer-nav-single:hover span,
.footer-nav-single.active span {
    color: #ffffff;
}

.footer-nav-single:hover svg *,
.footer-nav-single.active svg * {
    stroke: #ffffff;
}

.footer-nav-single:hover:before,
.footer-nav-single.active:before {
    visibility: visible;
    opacity: 1;
}

.footer-nav-single--styleTwo svg * {
    stroke: #e8e1d6;
}

.footer-nav-single--styleTwo:before {
    position: absolute;
    z-index: -1;
    top: -10px;
    left: -5px;
    visibility: hidden;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    content: "";
    opacity: 0;
    border: 6px solid #e8e1d6;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}

.footer-nav-single--styleTwo:hover,
.footer-nav-single--styleTwo.active {
    background-color: transparent;
}

.footer-nav-single--styleTwo:hover svg *,
.footer-nav-single--styleTwo.active svg * {
    stroke: #878787;
}

.footer-nav-single--styleTwo:hover:before,
.footer-nav-single--styleTwo.active:before {
    visibility: visible;
    opacity: 1;
}

/*=====  End of Footer ======*/
/*=============================================
=            Button            =
=============================================*/
/*=====  End of Button  ======*/
/*=============================================
=            Section Title            =
=============================================*/
.section-title {
    font-size: 18px;
    position: relative;
    color: #505050;
}

.section-title a {
    font-size: 13px;
    font-weight: 500;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #aaaaaa;
}

/*=====  End of Section Title  ======*/
.bg-color--grey {
    background-color: rgba(179, 181, 183, 0.1);
}

.bg-color--grey2 {
    background-color: #f8f8f8;
}

.bg-color--grey3 {
    background-color: #f7f8f9;
}

.bg-color--transparent {
    background-color: transparent;
}

.bg-color--gradient {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#ffffff),
        to(#ffffff)
    );
    background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
}

/*=============================================
=            breadcrumb            =
=============================================*/
.breadcrumb-area .page-title {
    font-size: 16px;
    font-weight: 500;
    color: #555;
}

/*=====  End of breadcrumb  ======*/
/*=============================================
=            preloader            =
=============================================*/
.preloader-active {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
}

.preloader-active .preloader-area-wrap {
    position: absolute;
    z-index: 999999;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    /* background-image: url(../images/bg.jpg); */
    background-color: #000000a1;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.preloader-active .preloader-area-wrap .img-loader {
    -webkit-animation: rotate-center 1s infinite;
    animation: rotate-center 1s infinite;
}

.preloader-area-wrap {
    display: none;
}

@keyframes rotate-center {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*=====  End of preloader  ======*/
/*=============================================
=            hero slider            =
=============================================*/
.hero-slider-wrapper .slick-active .hero-slider-content > *:nth-child(1) {
    -webkit-animation-name: fadeInTop;
    animation-name: fadeInTop;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.hero-slider-wrapper .slick-active .hero-slider-content > *:nth-child(2) {
    -webkit-animation-name: fadeInTop;
    animation-name: fadeInTop;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.hero-slider-wrapper .slick-dots {
    line-height: 1;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.hero-slider-wrapper .slick-dots li {
    display: inline-block;
    margin-right: 5px;
}

.hero-slider-wrapper .slick-dots li button {
    font-size: 0;
    width: 15px;
    height: 15px;
    padding: 0;
    border: 3px solid #d8d8d8;
    border-radius: 50%;
    background: none;
    background-color: #ffffff;
}

.hero-slider-wrapper .slick-dots li.slick-active button {
    background-color: #c5901c;
}

.hero-slider-wrapper .slick-dots li:hover button,
.hero-slider-wrapper .slick-dots li:focus button {
    background-color: #c5901c;
}

.hero-slider-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto !important;
    height: 170px;
    border-radius: 5px;
}

.hero-slider-content {
    width: 300px;
    max-width: 100%;
}

.hero-slider-content > * {
    -webkit-animation-name: fadeOutTop;
    animation-name: fadeOutTop;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.hero-slider-content__title {
    font-family: "Merriweather";
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 5px;
    color: #302119;
}

.hero-slider-content__text {
    font-family: "Consolas";
    font-size: 14px;
    color: #302119;
}

/*=====  End of hero slider  ======*/
/*=============================================
=            category slider            =
=============================================*/
.category-item {
    text-align: center;
}

.category-item__image {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.category-item__image a {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.category-item__title a {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    display: block;
    color: #9c9a9a;
}

.category-item__title a:hover {
    text-decoration: underline;
    color: #c5901c;
}

/*=====  End of category slider  ======*/
/*=============================================
=            product             =
=============================================*/
/* featured product */
.featured-product {
    padding: 10px;
    border-radius: 10px;
    background-color: #f8f9f9;
}

.featured-product__image {
    margin-bottom: 20px;
    text-align: center;
}

.featured-product__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.featured-product__content .price {
    font-size: 11px;
    line-height: 1;
    padding: 5px;
    color: #ffffff;
    border-radius: 10px;
    background-color: #ee3625;
}

.featured-product__content .price .main-price {
    text-decoration: line-through;
}

.featured-product__content .icon {
    line-height: 1;
}

.featured-product__content .icon button {
    padding: 0;
    border: none;
    background: none;
}

.featured-product__content .icon button svg * {
    fill: transparent;
    stroke: #4a44f2;
}

.featured-product__content .icon button:hover svg *,
.featured-product__content .icon button.active svg * {
    fill: #4a44f2;
}

/* grid product */
.grid-product__image {
    position: relative;
    margin-bottom: 10px;
    text-align: center;
    background-color: #ffffff;
}

.grid-product__image a {
    display: block;
}

.grid-product__image a img {
    width: 100%;
}

.grid-product__image .icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    padding: 0;
    border: none;
    background: none;
}

.grid-product__image .icon:hover svg *,
.grid-product__image .icon.active svg * {
    fill: #c5901c;
}

.grid-product__content .title {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 5px;
    color: #555;
}

.grid-product__content .price {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #c5901c;
}

.grid-product__content .price .main-price {
    font-size: 11px;
    font-weight: 500;
    text-decoration: line-through;
    color: #b4b4b4;
}

/* list product */
.list-product {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 15px;
}

.list-product__image {
    -ms-flex-preferred-size: 145px;
    flex-basis: 145px;
    margin-right: 20px;
    background-color: #f8f9f9;
}

.list-product__content {
    -ms-flex-preferred-size: calc(100% - 165px);
    flex-basis: calc(100% - 165px);
}

.list-product__content .title {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 5px;
}

.list-product__content .category {
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    margin-bottom: 10px;
    color: #6e6e6e;
}

.list-product__content .price {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 5px;
    color: #c5901c;
}

.list-product__content .price .main-price {
    font-size: 11px;
    font-weight: 500;
    text-decoration: line-through;
    color: #b4b4b4;
}

.list-product .icon {
    position: absolute;
    top: 30px;
    right: 15px;
    width: 30px;
    height: 30px;
    padding: 0;
    border: none;
    background: none;
}

.list-product .icon:hover svg *,
.list-product .icon.active svg * {
    fill: #c5901c;
}

/* cart product */
.cart-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
}

.cart-product__image {
    -ms-flex-preferred-size: 90px;
    flex-basis: 90px;
    margin-right: 10px;
    background-color: #f8f9f9;
}

.cart-product__content {
    -ms-flex-preferred-size: calc(100% - 190px);
    flex-basis: calc(100% - 190px);
}

.cart-product__content .title {
    font-size: 16px;
    line-height: 1.3;
}

.cart-product__content .category {
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    margin-bottom: 7px;
    color: #6e6e6e;
}

.cart-product__content .price {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
    color: #c5901c;
}

.cart-product__content .price .main-price {
    font-size: 11px;
    font-weight: 500;
    text-decoration: line-through;
    color: #b4b4b4;
}

.cart-product__status p span {
    color: #c5901c;
}

/* shop product image slider */
.product-image-slider-wrapper {
    position: relative;
}

.product-image-slider-wrapper .product-image-single img {
    margin: 0 auto;
}

.product-image-slider-wrapper .slick-list {
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom-right-radius: 100px;
    background-color: #f8f9f9;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

.product-image-slider-wrapper .slick-slide > div > div {
    vertical-align: middle;
}

.product-image-slider-wrapper .slick-dots {
    line-height: 1;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.product-image-slider-wrapper .slick-dots li {
    display: inline-block;
    margin-right: 15px;
}

.product-image-slider-wrapper .slick-dots li:last-child {
    margin-right: 0;
}

.product-image-slider-wrapper .slick-dots li button {
    font-size: 0;
    width: 15px;
    height: 15px;
    padding: 0;
    border: 1px solid rgba(48, 48, 48, 0.3);
    border-radius: 50%;
    background: none;
}

.product-image-slider-wrapper .slick-dots li.slick-active button {
    border-color: #c5901c;
    background-color: #c5901c;
}

/* shop product header */
.product-content-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-content-header__main-info .title {
    font-size: 18px;
    margin-bottom: 5px;
}

.product-content-header__main-info .price {
    font-size: 22px;
    font-weight: 500;
    color: #c5901c;
}

.product-content-header__main-info .price .main-price {
    text-decoration: line-through;
}

.product-content-header .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-content-header .rating__stars {
    margin-right: 10px;
}

.product-content-header .rating__stars li {
    display: inline-block;
    margin-right: 3px;
}

.product-content-header .rating__text {
    padding: 0 12px;
    color: #ffffff;
    border-radius: 20px;
    background-color: #c5901c;
}

.product-content-header__wishlist-info svg {
    width: 24px;
    height: 21px;
    margin-bottom: 5px;
}

.product-content-header__wishlist-info .count {
    display: block;
}

/* shop product description */
.product-content-description h4,
.product-content-safety h4 {
    font-size: 14px;
}

/* shop product safety */
.product-content-safety svg {
    margin-right: 5px;
}

/* product-color-picker */
.product-color-picker h3 {
    font-size: 16px;
}

.product-color-picker form .color-picker {
    line-height: 1;
}

.product-color-picker form .color-picker li {
    display: inline-block;
    margin-right: 10px;
}

.product-color-picker form .color-picker li:last-child {
    margin-right: 0;
}

.product-color-picker form .color-picker li input[type="radio"] {
    width: 0;
    opacity: 0;
}

.product-color-picker
    form
    .color-picker
    li
    input[type="radio"]:checked
    + label {
    border: 4px solid #c5901c;
}

.product-color-picker form .color-picker li label {
    line-height: 1;
    width: 40px;
    height: 40px;
    margin-bottom: 0;
    border: 4px solid #e6e6e6;
    border-radius: 50%;
}

.product-color-picker form .color-picker li label.black {
    background-color: #404740;
}

.product-color-picker form .color-picker li label.blue {
    background-color: #722adf;
}

.product-color-picker form .color-picker li label.pink {
    background-color: #f93b7c;
}

.product-color-picker form .color-picker li label.brown {
    background-color: #945e38;
}

/* shop product button */
.shop-product-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.shop-product-button button {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    display: block;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 15px 0;
    border: none;
    background: none;
}

.shop-product-button button.cart {
    color: #000000;
    background-color: #eeeeff;
}

.shop-product-button button.buy {
    color: #ffffff;
    background-color: #d11402;
}

/* shop header */
.shop-header .category-title {
    font-size: 14px;
}

.shop-header .filter-trigger {
    font-weight: 500;
    padding: 0;
    color: #000000;
    border: none;
    background: none;
}

.shop-header .back-link {
    font-weight: 500;
    color: #000000;
}

.shop-header .back-link i {
    margin-right: 3px;
}

/* shop filter */
.shop-filter {
    display: none;
    background: #f8f8f8;
    -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
}

.shop-filter-block__title {
    font-size: 14px;
}

.shop-filter-block__content ul li {
    display: inline-block;
}

.shop-filter-block__content ul li button {
    padding: 0;
}

.shop-filter-block__content .widget-price-range .irs--round {
    line-height: 1;
}

.shop-filter-block__content .widget-price-range .irs--round .irs .irs-line {
    height: 4px;
    border-radius: 0;
    background-color: #cbcbcb;
}

.shop-filter-block__content .widget-price-range .irs--round .irs .irs-from,
.shop-filter-block__content .widget-price-range .irs--round .irs .irs-to {
    font-size: 12px;
    top: 5px;
    padding: 5px;
    color: #929292;
    background-color: transparent;
}

.shop-filter-block__content
    .widget-price-range
    .irs--round
    .irs
    .irs-from:before,
.shop-filter-block__content
    .widget-price-range
    .irs--round
    .irs
    .irs-to:before {
    display: none;
}

.shop-filter-block__content .widget-price-range .irs--round .irs-bar {
    background: #000000;
}

.shop-filter-block__content .widget-price-range .irs--round .irs-handle {
    top: 30px;
    width: 15px;
    height: 15px;
    border: 4px solid #000000;
}

.shop-filter-block__size li {
    margin-right: 20px;
}

.shop-filter-block__size li button {
    width: 35px;
    height: 35px;
    color: #aaaaaa;
    border: 1px solid #ececec;
    border-radius: 50%;
    background-color: #ffffff;
}

.shop-filter-block__size li button:hover,
.shop-filter-block__size li button.active {
    color: #ffffff;
    background-color: #232323;
}

.shop-filter-block__size li:last-child {
    margin-right: 0;
}

.shop-filter-block__brand li {
    margin-right: 40px;
}

.shop-filter-block__brand li button {
    font-size: 12px;
    position: relative;
    color: #929292;
    border: none;
    background: none;
}

.shop-filter-block__brand li button:before {
    position: absolute;
    top: 0;
    left: -12px;
    visibility: hidden;
    content: url("../img/icons/check.svg");
    opacity: 0;
}

.shop-filter-block__brand li button:hover:before,
.shop-filter-block__brand li button.active:before {
    visibility: visible;
    opacity: 1;
}

.shop-filter-block__brand li:last-child {
    margin-right: 0;
}

.shop-filter-block .shop-filter-btn {
    font-size: 16px;
    font-weight: 500;
    width: 135px;
    padding: 5px 0;
    border: 1px solid #a8a8a8;
    border-radius: 20px;
}

.shop-filter-block .shop-filter-btn.apply-btn {
    margin-right: 30px;
    color: #ffffff;
    border-color: #c5901c;
    background-color: #c5901c;
}

.shop-filter-block .shop-filter-btn.cancel-btn {
    color: #c6c6c6;
    background-color: transparent;
}

.shop-dropdown select {
    font-size: 14px;
    font-weight: 500;
    color: #9c9a9a;
    border: none;
    background-color: transparent;
}

/*=====  End of product   ======*/
/* contact content */
.contact-page-content__image {
    height: 200px;
}

.contact-page-content__text h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.contact-page-content__text-block h4 {
    font-size: 14px;
    margin-bottom: 5px;
}

.map-wrapper iframe {
    width: 100%;
    height: 300px;
    border: none;
}

/*=============================================
=            profile            =
=============================================*/
/* profile header */
.profile-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.profile-header__image {
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px;
    margin-right: 15px;
}

.profile-header__image img {
    border-radius: 15px;
}

.profile-header__content {
    -ms-flex-preferred-size: calc(100% - 135px);
    flex-basis: calc(100% - 135px);
}

.profile-header__content .name {
    font-size: 16px;
    font-weight: 700;
}

.profile-header .profile-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    max-width: 100%;
}

.profile-header .profile-info-block {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.profile-header .profile-info-block__value {
    font-size: 12px;
    font-weight: 700;
    color: #06142d;
}

.profile-header .profile-info-block__title {
    font-size: 10px;
    line-height: 1;
}

.profile-header .profile-level__title {
    font-size: 12px;
    font-weight: 500;
    color: #06142d;
}

.profile-header .profile-level__progress {
    height: 4px;
    background-color: rgba(145, 145, 161, 0.1);
}

.profile-header .profile-level__progress .progress-bar {
    background-color: #c5901c;
}

/* profile body */
.profile-info-table {
    border-radius: 10px;
    background-color: #ffffff;
}

.profile-info-table .profile-info-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 30px;
    color: #06142d;
    border-bottom: 2px solid #f1f1f1;
}

.profile-info-table .profile-info-block:last-child {
    border-bottom: none;
}

.profile-info-table .profile-info-block__title {
    font-size: 14px;
    font-weight: 500;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.profile-info-table .profile-info-block__value {
    font-size: 12px;
    font-weight: 300;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    text-align: right;
}

.profile-info-table .profile-info-block__value a svg {
    width: 15px;
    height: 15px;
}

.edit-profile-form {
    padding: 40px 20px;
    background-color: #ffffff;
}

.edit-profile-form__single-field label {
    font-size: 14px;
    margin-bottom: 20px;
    color: #02011e;
}

.edit-profile-form__single-field input,
.edit-profile-form__single-field textarea {
    font-size: 18px;
    display: block;
    width: 100%;
    padding-bottom: 10px;
    color: #02011e;
    border: none;
    border-bottom: 2px solid #e6e6e6;
}

.edit-profile-form__single-field input:focus,
.edit-profile-form__single-field textarea:focus {
    border-bottom: 2px solid #c5901c;
}

.edit-profile-form__single-field ::-webkit-input-placeholder {
    opacity: 1;
    /* Firefox */
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #6e6e6e;
}

.edit-profile-form__single-field ::-moz-placeholder {
    opacity: 1;
    /* Firefox */
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #6e6e6e;
}

.edit-profile-form__single-field :-ms-input-placeholder {
    opacity: 1;
    /* Firefox */
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #6e6e6e;
}

.edit-profile-form__single-field ::-ms-input-placeholder {
    opacity: 1;
    /* Firefox */
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #6e6e6e;
}

.edit-profile-form__single-field ::placeholder {
    opacity: 1;
    /* Firefox */
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #6e6e6e;
}

.edit-profile-form__single-field :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #6e6e6e;
}

.edit-profile-form__single-field ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #6e6e6e;
}

.edit-profile-form__button {
    font-size: 16px;
    line-height: 1;
    width: 100%;
    padding: 15px 0;
    color: #ffffff;
    border: none;
    background: none;
    background-color: #c5901c;
}

/*=====  End of profile  ======*/
/* auth page header */
.auth-page-header__title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #02011e;
}

.auth-page-header__text {
    color: #6e6e6e;
}

/* auth page body */
.auth-page-body .auth-form {
    padding: 0 9px;
    padding-top: 40px;
}

.auth-page-body .auth-form__single-field label {
    font-size: 14px;
    margin-bottom: 20px;
    color: #02011e;
}

.auth-page-body .auth-form__single-field input,
.auth-page-body .auth-form__single-field textarea {
    font-size: 18px;
    display: block;
    width: 100%;
    padding-bottom: 10px;
    color: #02011e;
    border: none;
    border-bottom: 2px solid #e6e6e6;
}

.auth-page-body .auth-form__single-field input:focus,
.auth-page-body .auth-form__single-field textarea:focus {
    border-bottom: 2px solid #c5901c;
}

.auth-page-body .auth-form__single-field ::-webkit-input-placeholder {
    opacity: 1;
    /* Firefox */
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #6e6e6e;
}

.auth-page-body .auth-form__single-field ::-moz-placeholder {
    opacity: 1;
    /* Firefox */
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #6e6e6e;
}

.auth-page-body .auth-form__single-field :-ms-input-placeholder {
    opacity: 1;
    /* Firefox */
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #6e6e6e;
}

.auth-page-body .auth-form__single-field ::-ms-input-placeholder {
    opacity: 1;
    /* Firefox */
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #6e6e6e;
}

.auth-page-body .auth-form__single-field ::placeholder {
    opacity: 1;
    /* Firefox */
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #6e6e6e;
}

.auth-page-body .auth-form__single-field :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #6e6e6e;
}

.auth-page-body .auth-form__single-field ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #6e6e6e;
}

.auth-page-body .auth-form__button {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    padding: 13px 0px;
    color: #36171e;
    border: none;
    background: linear-gradient(
        106.54deg,
        #f7c662 9.26%,
        #fffc82 34.61%,
        #fff68a 63.18%,
        #e1ab18 88.54%
    );
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    margin-bottom: 30px;
}

.auth-link {
    display: inline-block;
    background: transparent;
    padding: 0;
    border: 0;
    color: #fff;
    font-size: 16px;
    margin-top: 19px;
}

.auth-page-body .auth-form__info-text {
    color: #6e6e6e;
}

.auth-page-body .auth-form__info-text a {
    color: #c5901c;
}

/* auth page footer */
.auth-page-separator {
    font-size: 18px;
    line-height: 1;
    display: block;
    color: #02011e;
}

.auth-page-social-login button {
    line-height: 1;
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 15px 0;
    color: #000000;
    border: 1px solid #dddddd;
    border-radius: 5px;
    background-color: transparent;
}

.auth-page-social-login button:last-child {
    margin-bottom: 0;
}

.auth-page-social-login button svg {
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*=============================================
=            welcome area            =
=============================================*/
.header-logo img {
    width: 168px;
}

.welcome-slider-wrapper {
    position: relative;
}

.welcome-slider-wrapper .logo img {
    margin: 0 auto;
}

.welcome-slider-wrapper .title {
    font-size: 14px;
    font-weight: 500;
}

.welcome-slider-wrapper .text {
    font-size: 16px;
    color: #404040;
}

.welcome-slider-wrapper .welcome-btn {
    font-size: 16px;
    line-height: 1;
    display: block;
    width: 140px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 10px 0;
    color: #ffffff;
    border-radius: 20px;
    background-color: #c5901c;
}

.welcome-slider-wrapper .skip-btn {
    color: #6b6b6b;
    border: none;
    background: none;
}

.welcome-slider-wrapper .slick-dots {
    line-height: 1;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.welcome-slider-wrapper .slick-dots li {
    display: inline-block;
    margin-right: 10px;
}

.welcome-slider-wrapper .slick-dots li:last-child {
    margin-right: 0;
}

.welcome-slider-wrapper .slick-dots li.slick-active button {
    background-color: #c5901c;
}

.welcome-slider-wrapper .slick-dots li button {
    font-size: 0;
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: none;
    background-color: #6e6e6e;
}

.single-welcome-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 100vh;
    padding: 30px 0;
}

img {
    max-width: 100%;
}

.main-auth-image {
    text-align: center;
    width: 187px;
    margin: 0 auto;
    margin-top: 39px;
    margin-bottom: 28px;
}

.field-wrapper {
    position: relative;
    margin-bottom: 15px;
}

.field-wrapper input {
    border: 1px solid #fff68a;
    padding: 29px 15px 15px;
    border-radius: 12px;
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.04em;
}

.field-wrapper select {
    border: 1px solid #fff68a;
    padding: 29px 15px 15px;
    border-radius: 12px;
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.04em;
}

.field-wrapper select option {
    color: #000;
}

.field-wrapper textarea {
    border: 1px solid #fff68a;
    padding: 29px 15px 15px;
    border-radius: 12px;
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.04em;
}

.field-wrapper .field-placeholder span {
    background: transparent;
}

.field-wrapper .field-placeholder {
    font-size: 16px;
    position: absolute;
    /* background     : #fff; */
    bottom: 21px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    left: 0;
    padding: 0 8px;
    -webkit-transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1),
        opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1),
        opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    text-align: left;
    width: 100%;
}

.field-wrapper textarea ~ .field-placeholder {
    bottom: auto;
    top: 21px;
}

.field-wrapper .field-placeholder span {
    padding: 0px 8px;
    color: rgba(255, 255, 255, 0.6);
}

.field-wrapper input:not([disabled]):focus ~ .field-placeholder {
    color: #1a73e8;
    -webkit-transform: scale(0.75) translateY(-25px) translateX(-57px);
    transform: scale(0.75) translateY(-25px) translateX(-57px);
}

.field-wrapper textarea:not([disabled]):focus ~ .field-placeholder,
.field-wrapper.hasValue textarea:not([disabled]) ~ .field-placeholder {
    -webkit-transform: scale(0.75) translateY(-25px) translateX(-57px);
    transform: scale(0.75) translateY(-25px) translateX(-57px);
}

.field-wrapper.hasValue input:not([disabled]) ~ .field-placeholder {
    -webkit-transform: scale(0.75) translateY(-25px) translateX(-57px);
    transform: scale(0.75) translateY(-25px) translateX(-57px);
}

.field-wrapper select:not([disabled]):focus ~ .field-placeholder,
.field-wrapper.hasValue select:not([disabled]) ~ .field-placeholder {
    -webkit-transform: scale(0.75) translateY(-25px) translateX(-57px);
    transform: scale(0.75) translateY(-25px) translateX(-57px);
}

@media (max-width: 320px) {
    .field-wrapper input:not([disabled]):focus ~ .field-placeholder {
        color: #1a73e8;
        -webkit-transform: scale(0.75) translateY(-25px) translateX(-43px);
        transform: scale(0.75) translateY(-25px) translateX(-43px);
    }

    .field-wrapper textarea:not([disabled]):focus ~ .field-placeholder,
    .field-wrapper.hasValue textarea:not([disabled]) ~ .field-placeholder {
        -webkit-transform: scale(0.75) translateY(-25px) translateX(-43px);
        transform: scale(0.75) translateY(-25px) translateX(-43px);
    }

    .field-wrapper.hasValue input:not([disabled]) ~ .field-placeholder {
        -webkit-transform: scale(0.75) translateY(-25px) translateX(-43px);
        transform: scale(0.75) translateY(-25px) translateX(-43px);
    }

    .field-wrapper select:not([disabled]):focus ~ .field-placeholder,
    .field-wrapper.hasValue select:not([disabled]) ~ .field-placeholder {
        -webkit-transform: scale(0.75) translateY(-25px) translateX(-43px);
        transform: scale(0.75) translateY(-25px) translateX(-43px);
    }
}

@media (min-width: 600px) {
    .field-wrapper input:not([disabled]):focus ~ .field-placeholder {
        color: #1a73e8;
        -webkit-transform: scale(0.75) translateY(-25px) translateX(-112px);
        transform: scale(0.75) translateY(-25px) translateX(-112px);
    }

    .field-wrapper textarea:not([disabled]):focus ~ .field-placeholder,
    .field-wrapper.hasValue textarea:not([disabled]) ~ .field-placeholder {
        -webkit-transform: scale(0.75) translateY(-25px) translateX(-112px);
        transform: scale(0.75) translateY(-25px) translateX(-112px);
    }

    .field-wrapper.hasValue input:not([disabled]) ~ .field-placeholder {
        -webkit-transform: scale(0.75) translateY(-25px) translateX(-112px);
        transform: scale(0.75) translateY(-25px) translateX(-112px);
    }

    .field-wrapper select:not([disabled]):focus ~ .field-placeholder,
    .field-wrapper.hasValue select:not([disabled]) ~ .field-placeholder {
        -webkit-transform: scale(0.75) translateY(-25px) translateX(-112px);
        transform: scale(0.75) translateY(-25px) translateX(-112px);
    }
}

@media (min-width: 600px) {
    .hide-content
        .field-wrapper
        input:not([disabled]):focus
        ~ .field-placeholder {
        color: #1a73e8;
        -webkit-transform: scale(0.75) translateY(-25px) translateX(-50px);
        transform: scale(0.75) translateY(-25px) translateX(-50px);
    }

    .hide-content
        .field-wrapper
        textarea:not([disabled]):focus
        ~ .field-placeholder,
    .hide-content
        .field-wrapper.hasValue
        textarea:not([disabled])
        ~ .field-placeholder {
        -webkit-transform: scale(0.75) translateY(-25px) translateX(-50px);
        transform: scale(0.75) translateY(-25px) translateX(-50px);
    }

    .hide-content
        .field-wrapper.hasValue
        input:not([disabled])
        ~ .field-placeholder {
        -webkit-transform: scale(0.75) translateY(-25px) translateX(-50px);
        transform: scale(0.75) translateY(-25px) translateX(-50px);
    }

    .hide-content
        .field-wrapper
        select:not([disabled]):focus
        ~ .field-placeholder,
    .hide-content
        .field-wrapper.hasValue
        select:not([disabled])
        ~ .field-placeholder {
        -webkit-transform: scale(0.75) translateY(-25px) translateX(-50px);
        transform: scale(0.75) translateY(-25px) translateX(-50px);
    }
}

.footer-link-list .link-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

.link-list a {
    color: rgba(255, 255, 255, 0.4);
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
    transition: all 0.3s ease-in-out;
}

.link-list a:hover {
    color: #c5901b;
}

.sticky-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.footer-links {
    padding: 20px 0;
}

.link-btn {
    font-size: 12px;
    line-height: 1;
    padding: 10px 12px;
    color: #ffffff;
    border: none;
    background: none;
    background-color: #c5901c;
    margin-right: 15px;
}

.form-check {
    padding: 0;
    margin: 0;
    min-height: auto;
    height: auto;
    display: flex;
    align-items: center;
}

.form-check .form-check-input {
    display: none;
}

.form-check .form-check-label {
    cursor: pointer;
    position: relative;
    min-height: 20px;
    padding: 0 0 0 32px;
    line-height: 2em;
    color: #fff;
}

.form-check .form-check-label:after {
    position: absolute;
    left: 0;
    top: 2px;
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: transparent;
    border-radius: 100px;
    border: 1px solid #dcdce9;
}

.form-check .form-check-label:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 2px;
    top: 4px;
    z-index: 3;
    opacity: 0;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input[type="radio"] ~ .form-check-label:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='8px' height='8px' viewBox='0 0 8 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Ccircle id='Oval' fill='%23FFFFFF' cx='4' cy='4' r='4'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
}

.form-check-input:checked ~ .form-check-label:after {
    background-color: #c5901c;
    border-color: #c5901c !important;
}

.form-check-input:checked ~ .form-check-label:before {
    opacity: 1;
}

.form-check-inline {
    margin-right: 0;
}

.form-check-inline .form-check-label {
    margin-bottom: -3px;
    padding-left: 24px;
}

.input-list .form-check:after {
    content: "";
    height: 1px;
    background: #dcdce9;
    display: block;
    margin-left: 54px;
}

.input-list .form-check .form-check-label {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.1s all;
    padding: 6px 16px 6px 54px;
}

.input-list .form-check .form-check-label:before,
.input-list .form-check .form-check-label:after {
    left: 16px;
    top: 14px;
}

.input-list .form-check .form-check-label:active {
    background: rgba(220, 220, 233, 0.3);
}

.input-list .form-check:last-child:after {
    height: 0;
}

.form-switch {
    height: 30px;
}

.form-switch .form-check-label {
    width: 56px;
    height: 30px;
    padding: 0;
    margin: 0;
}

.form-switch .form-check-label:after {
    height: 30px;
    width: 56px;
    background: #dcdce9;
    border: 1px solid #ccccdf;
    transition: 0.1s linear;
}

.form-switch .form-check-label:before {
    opacity: 1;
    border-radius: 100px;
    width: 24px;
    height: 24px;
    top: 5px;
    left: 4px;
    background: #000;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    transition: 0.15s ease-in-out;
}

.form-switch .form-check-input:checked ~ .form-check-label:before {
    left: 28px;
}

.body-wrapper-bg {
    width: 100%;
    background-image: url("../images/bg.jpg");
	background: #070b14;
    /* background-repeat: no-repeat; */
    background-size: 100% 100%;
    /* min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden; */
}

.btn-space {
    margin-top: 40px;
}

body.hide-content {
    /* background-image: none; */
    max-width: 414px;
    width: 100%;
    margin: 0 auto;
    /* width        : 400px; */
    /* background   : #000 !important; */
}

/* body.hide-content * {
  display   : none;
  background: #fff !important;
} */

.pricing-card {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 40px 30px 30px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
    text-align: center;
    margin-top: 30px;
}

.pricing-card h4 {
    background: linear-gradient(
        95.03deg,
        #e2b554 3.76%,
        #fbc964 41.85%,
        #c89944 100%
    );
    border: 1px solid #f7c662;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 11px 15px;
    font-size: 16px;
    line-height: 16px;
    width: 128px;
    margin: 0 auto;
    margin-top: -60px;
}

.pricing-card .title {
    font-style: normal;
    font-weight: 500;
    font-size: 54px;
    line-height: 81px;
    letter-spacing: 0.1em;
    color: #ffffff;
}

.pricing-card .title span {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.1em;
}

.exculde-text {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.4);
}

.main-heading {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    padding: 0 10px;
    margin-bottom: 15px;
}

.home-slider-box {
    position: relative;
    z-index: 3;
    width: 100%;
}

.home-slider-box .home-slider-box img {
    width: 100%;
}

.home-page-body {
    padding: 10px 9px;
}

/* .home-slider-box h4 {
  background: linear-gradient(95.03deg,
      #e2b554 3.76%,
      #fbc964 41.85%,
      #c89944 100%);
  border       : 1px solid #f7c662;
  box-sizing   : border-box;
  border-radius: 8px;
  padding      : 11px 15px;
  font-size    : 16px;
  line-height  : 16px;
  width        : 128px;
  margin       : 0 auto;
  margin-top   : -20px;
  position     : relative;
  text-align   : center;
  z-index      : 2;
} */

.sec-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
    margin-bottom: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.video-js {
    width: 100% !important;
}

#my-video {
    height: 167px;
}

.video-js .vjs-big-play-button {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-js .vjs-big-play-button {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    border: none;
    width: 40px;
    height: 40px;
}

.video-js video {
    object-fit: cover;
}

.vjs-icon-play:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.poster-image {
    position: relative;
    height: 265px;
    overflow: hidden;
}

.poster-image > img {
    width: 100%;
    height: 100%;
    /* height    : 265px; */
    object-fit: cover;
}

.picture-box {
    margin-top: 27px;
    position: relative;
    overflow: hidden;
}

.picture-box > img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
}

.tabs-list {
    margin-top: 40px;
}

.picture-box p,
.video-box p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    margin-top: 16px;
    text-align: center;
    width: calc(100% - 184px);
    word-break: break-all;
}

.primium-access {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 8px;
}

.primium-btn {
    display: inline-block;
    background: linear-gradient(
        106.54deg,
        #f7c662 9.26%,
        #fffc82 34.61%,
        #fff68a 63.18%,
        #e1ab18 88.54%
    );
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #36171e;
    padding: 7px 20px 7px 7px;
    margin-top: 25px;
}

.primium-btn img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.rating-list {
    display: flex;
    flex-wrap: nowrap;
    padding: 10px;
}

.rating-list li {
    flex: 1;
}

.rating-list li:not(:last-child) {
    margin-right: 12px;
}

.rating-btn {
    display: flex;
    align-items: center;

    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 12px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
    text-align: center;
}

.rating-btn img {
    width: 18px;
    margin-right: 6px;
}

@media (max-width: 320px) {
    .rating-btn {
        flex-direction: column;
    }

    .rating-btn img {
        margin-right: 0;
        margin-bottom: 4px;
    }
}

.video-box {
    position: relative;
    width: 100%;
}

.video-box {
    margin-top: 27px;
    position: relative;
}
.video-box .badge-pill {
    position: absolute;
    z-index: 18;
    background-color: #46232a;
    color: white;
    top: 20px;
    padding: 6px;
    margin-left: 15px;
    font-size: 10px;
    font-weight: 700;
}

.video-box #my-video {
    min-height: 334px;
    max-height: 334px;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.video-box .my-video {
    min-height: 334px;
    max-height: 334px;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.video-wrapper {
    position: relative;
    z-index: 3;
    border: 2px solid #f7c662;
    border-radius: 8px;
    overflow: hidden;
}

.video-wrapper .primium-access {
    z-index: 3;
}

.sticky-button {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 17px 18px;
    display: flex;
    z-index: 10;
}

.video-js .vjs-tech {
    border-radius: 8px;
}

.sticky-button .btn-bottom:not(:last-child) {
    margin-right: 10px;
}

.btn-bottom {
    display: inline-block;
    padding: 19px 10px;
    flex: 1;
    border-radius: 8px;
    font-size: 16px;
    margin-top: 8px;
    line-height: 1;
    text-align: center;
}

.white-btn {
    background: linear-gradient(
        95.03deg,
        #ffffff 3.76%,
        #ffffff 41.85%,
        #d3d3d3 100%
    );
    border: 1px solid #ffffff;
}

.yellow-btn {
    /*background: linear-gradient(
        95.03deg,
        #e2b554 3.76%,
        #fbc964 41.85%,
        #c89944 100%
    );*/
	background: linear-gradient(135deg, #7c3aed, #2563eb);
    border: 1px solid #f7c662;
}

ul#myTab {
    position: sticky;
    top: 0;
    z-index: 99;
    background: #111827;
    margin-left: -10px;
    margin-right: -10px;
}

.terms-page {
    padding: 20px 0;
}

.terms-page h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #ffffff;
    margin-bottom: 20px;
}

.page-view h4 {
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
}

.terms-page p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #ffffff;
}

.coin-card {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 40px 30px 30px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
    text-align: center;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.coin-card img {
    margin-bottom: 10px;
}

.coin-btn {
    background: linear-gradient(
        95.03deg,
        #e2b554 3.76%,
        #fbc964 41.85%,
        #c89944 100%
    );
    border: 1px solid #f7c662;
    color: #47222a;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 11px 20px;
    font-size: 16px;
    line-height: 16px;
    max-width: 104px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.contact-info a {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #ffffff;
    margin-bottom: 25px;
}

.contact-info a img {
    width: 46px;
    height: 46px;
    margin-right: 15px;
}

.contact-info address {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    display: flex;
}

.contact-info address img {
    width: 46px;
    height: 46px;
    margin-right: 15px;
}

.circle {
    border-radius: 100% !important;
    overflow: hidden;
    width: 128px;
    height: 128px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 72px;
}

img {
    max-width: 100%;
    height: auto;
}

/*=====  End of notification  ======*/
/*=============================================
=            chat            =
=============================================*/
.picture-mini-box {
    position: relative;
    padding-top: calc(100% / 1 / 1);
    z-index: 3;
    border-radius: 8px;
    overflow: hidden;
}

.picture-mini-box > a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.picture-mini-box > a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.picture-mini-box .primium-access {
    z-index: 3;
}

.img-in-box {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.img-in-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        95.03deg,
        #e2b554 3.76%,
        #fbc964 41.85%,
        #c89944 100%
    );
    opacity: 0;
}

.img-in-box img {
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.img-in-box:hover img {
    transform: scale(1.1);
}

.img-in-box:hover:after {
    opacity: 0.4;
}

.modal-design {
    text-align: center;
    padding: 25px 0px;
}

.modal-design > img {
    margin-bottom: 10px;
}

.modal-design .title {
    font-size: 22px;
    line-height: 32px;
    color: #442028;
}

.modal-design .sub-text {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 34px;
    color: #442028;
}

.bottom-text {
    font-size: 12px;
    margin-bottom: 34px;
    color: rgba(0, 0, 0, 0.5);
}

.modal-button-ctm {
    font-size: 16px;
    line-height: 1;
    width: auto;
    padding: 19px 90px;
    color: #47222a;
    border: none;
    background: none;
    border-radius: 8px;
    background: linear-gradient(
        95.03deg,
        #e2b554 3.76%,
        #fbc964 41.85%,
        #c89944 100%
    );
}

.buttons-group {
    display: flex;
    grid-template-columns: repeat(2, 200px);
    column-gap: 14px;
    flex-wrap: wrap;
}

.link-button {
    width: calc(50% - 8px);
    display: inline-block;
    padding: 14px 10px;
    border-radius: 8px;
    font-size: 12px;
    margin-top: 8px;
    line-height: 1;
    text-align: center;
}

.poster-vide-main #my-video {
    height: 454px;
}

.booking-list {
    display: flex;
}

.girls-listing {
    padding: 15px 5px 7px;
}

.book-img {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #e2b554;
    margin-right: 14px;
}

.book-img img {
    width: 146px;
    height: 146px;
    object-fit: cover;
}

.book-content h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
}

.book-content p {
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
}

.book-now-btn {
    display: inline-block;
    padding: 14px 10px;
    border-radius: 8px;
    font-size: 12px;
    margin-top: 8px;
    line-height: 1;
    background: linear-gradient(
        95.03deg,
        #e2b554 3.76%,
        #fbc964 41.85%,
        #c89944 100%
    );
    border: 1px solid #f7c662;
    text-align: center;
}

.vjs-poster {
    min-width: 334px;
    width: 100%;
    min-height: 334px;
    height: 100%;
    object-fit: cover;
    background-size: cover;
    border-radius: 8px;
    border: 2px solid #f7c662;
}

.shering-icons-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.shering-icons-list li {
    line-height: 1;
}

.shering-icons-list li a {
    width: 20px;
    height: 14px;
}

.shering-icons-list li:not(:last-child) {
    margin-right: 20px;
}

.shering-icons-list li a.heart img:first-child {
    display: block;
}

.shering-icons-list li a.heart img:nth-child(2) {
    display: none;
}

.shering-icons-list li a.heart.active img:first-child {
    display: none;
}

.shering-icons-list li a.heart.active img:nth-child(2) {
    display: block;
}

#share-box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

#list {
    position: absolute;
    left: 15px;
    bottom: 15px;
    width: 10px;
    height: 10px;
    padding: 0;
    background-color: #222;
    z-index: 1;
    transition: 0.5s ease-in-out;
    overflow: hidden;
    opacity: 0;
}

.act > #list {
    /* left: 0;
    bottom: 27px;
    width: 132px;
    height: 40px;
    padding: 5px;
    background-color: #222;
    border-radius: 30px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    margin-left: -55px;
    opacity: 1; */
    left: 0;
    bottom: 27px;
    width: 40px;
    height: 112px;
    padding: 9px;
    background-color: #222;
    border-radius: 30px;
    /* display: flex; */
    /* gap: 10px; */
    /* justify-content: space-between; */
    /* align-items: center; */
    margin-left: -15px;
    opacity: 1;
}

.list-item {
    border-radius: 100%;
    margin-right: 0 !important;
    margin: 15px 00;
}

/*.list-item:hover {
    background-color: #666;
    border-radius: 100%;
  }*/

.list-item:hover ion-icon {
    transform: scale(140%);
}

.list-item-link {
    width: 30px;
    height: 30px;

    color: #f5f5f5;

    display: grid;
    place-content: center;
}

.comment-popup {
    height: 450px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #1e060b;
    padding-top: 30px;
    border-radius: 20px 20px 0;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.9);
    transform: translateY(100%);
    transition: all 0.3s ease-in-out;
    max-width: 414px;
    margin: 0 auto;
    right: 0;
}

.comment-popup.opened {
    transform: translateY(0);
}
.comment-popup.opened .close-comment {
    opacity: 1;
}
.comment-popup .close-comment {
    opacity: 0;
}

.comment-popup .chat-area {
    padding-bottom: 60px;
    height: 100%;
    overflow-y: auto;
    max-width: 414px;
    margin: 0 auto;
}

.comment-popup .chat-list li:nth-child(2n) .chat .body .image {
    margin-right: 0;
    margin: 0;
    margin-right: 15px;
}

.comment-popup .chat-list li:nth-child(2n) .chat .body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row;
}

.comment-popup .close-comment {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    border: 0;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

/*=============================================
=============================================
||                New Code                 ||
=============================================
=============================================*/

/* Common Code */
.home-commontitle {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px !important;
}

.golden-shape {
    position: absolute;
    top: 0;
    left: -40px;
    width: calc(100% - 107px);
    height: 100%;
    background: #e1ab18;
    background: -webkit-linear-gradient(
        to bottom,
        #f7c662,
        #fffc82,
        #fff68a,
        #e1ab18
    );
    background: linear-gradient(to bottom, #f7c662, #fffc82, #fff68a, #e1ab18);
    box-shadow: 0px -4px 18px rgba(22, 22, 22, 0.25);
    border-radius: 10px;
    transform: skewX(-157deg);
}

.sliver-shape {
    position: absolute;
    top: 0;
    left: -30px;
    width: calc(100% - 40px);
    height: 100%;
    background: #d3d3d3;
    background: -webkit-linear-gradient(to bottom, #ffffff, #ffffff, #d3d3d3);
    background: linear-gradient(to bottom, #ffffff, #ffffff, #d3d3d3);
    box-shadow: 0px -4px 18px rgba(22, 22, 22, 0.25);
    border-radius: 10px;
    transform: skewX(-157deg);
}

/* Live User */
.live-users {
    margin-bottom: 12px;
}

/* .live-users .slick-list {
  overflow-x: auto;
} */

.live-users .live-list {
    display: flex;
    align-items: center;
    overflow-x: scroll;
    padding-bottom: 10px;
}
.live-users .live-list .live-person.deactivated {
    filter: grayscale(1);
}

.live-users .live-list::-webkit-scrollbar {
    display: none;
}

.live-users .live-person {
    position: relative;
    margin: 0 7.5px;
    max-width: 49.32px;
    min-width: 49.32px;
    width: 100%;
    max-height: 53.61px;
    min-height: 53.61px;
    height: 100%;
    border-radius: 8.58px;
}

.live-users .live-person img {
    width: 100%;
    min-height: 53.61px;
    max-height: 53.61px;
    object-fit: cover;
    object-position: top center;
    border-radius: 8.58px;
    padding: 3px;
    border: 1px solid #e1ab18;
}

.live-notification {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    border-radius: 50px;
    font-size: 10.72px;
    line-height: 16.08px;
    text-transform: uppercase;
    font-weight: 600;
    color: #36171e;
    background: linear-gradient(#f7c662, #fffc82, #fff68a, #e1ab18);
    margin: -8px 5px;
}

.slick-list {
    padding-bottom: 10px;
}

/* Trending Angels */
.trendingAngels .full-image {
    position: relative;
    width: 100%;
    max-height: 198px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.trendingAngels .full-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top right;
}

.trendingAngels .full-image .content {
    position: absolute;
    top: 15px;
    left: 17px;
    bottom: 42px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.trendingAngels .full-image .content .btn {
    width: fit-content;
    margin-bottom: auto;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 15px;
    padding: 5px 17px;
    color: #36171e;
    border: 1px solid #36171e;
    box-sizing: border-box;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));
    border-radius: 100px;
}

.trendingAngels .full-image .content .time {
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 15px;
    color: #36171e;
    margin: 0px;
    text-transform: uppercase;
}

.trendingAngels .full-image .content .live {
    margin: 0px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    font-size: 51.2195px;
    line-height: 1;
    color: #36171e;
}

.trendingAngels .full-image .content .name {
    margin: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 74px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    color: #36171e;
}

.trendingAngels .full-image.small-col-img {
    width: 100%;
    height: 96px;
    overflow: hidden;
    border-radius: 10px;
}

.small-col-img .content {
    top: 8px !important;
    left: 10px !important;
    bottom: 11px !important;
}

.small-col-img .content .btn {
    font-size: 7px !important;
    padding: 3px 7px !important;
}

.small-col .content .time {
    font-size: 8px !important;
}

.small-col .content .name {
    font-size: 15px !important;
}

/* New Angels */
.newAngels {
    margin-top: 15px;
}

.home-slider-box {
    position: relative;
    text-align: center;
}

.newAngels .slick-slide {
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-slider-box .img-in-box {
    max-width: 180px;
    width: 100%;
    height: 215px;
    border-radius: 8px;
    margin: auto;
    border: 2px solid #fff;
    overflow: hidden;
}

.home-slider-box .img-in-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.home-slider-box p {
    font-size: 16px;
    font-weight: 500;
    color: #4d2d52;
    background: #f7c662;
    background: -webkit-linear-gradient(to right, #f7c662, #fffc82, #e1ab18);
    background: linear-gradient(to right, #f7c662, #fffc82, #e1ab18);
    padding: 4px 9px;
    border: 1px solid #fff;
    border-radius: 50px;
    width: calc(100% - 30px);
    margin: 0px auto;
    position: absolute;
    bottom: -17px;
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
}

/* .newangels-slider .some-img {
  margin: 0 10px;
} */

/* Trending */
.trending {
    margin-top: 30px;
}

.home-slider-box {
    position: relative;
    text-align: center;
}

.trending .slick-slide {
    padding-bottom: 10px;
}

.home-slider-box .img-in-box {
    max-width: 180px;
    width: 100%;
    height: 215px;
    border-radius: 8px;
    margin: auto;
    border: 2px solid #fff;
    overflow: hidden;
}

.home-slider-box .img-in-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.home-slider-box p {
    font-size: 16px;
    font-weight: 500;
    color: #4d2d52;
    background: #f7c662;
    background: -webkit-linear-gradient(to right, #f7c662, #fffc82, #e1ab18);
    background: linear-gradient(to right, #f7c662, #fffc82, #e1ab18);
    padding: 4px 9px;
    border: 1px solid #fff;
    border-radius: 50px;
    width: calc(100% - 30px);
    margin: 0px auto;
    position: absolute;
    bottom: -17px;
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
}

/* .trending-slider .some-img {
  margin: 0 10px;
} */

/* Super Live */
.superlive {
    margin-top: 30px;
}

.superlive .livemodelmain-box {
    position: relative;
    max-width: 163px;
    width: 100%;
    max-height: 96px;
    height: 96px;
    border-radius: 10px;
    overflow: hidden;
    margin: 6px;
}
.superlive .livemodelmain-box .aritst_img {
    width: 200px;
}

.superlive .livemodelmain-box .pics {
    /* width          : 100%; */
    height: 100%;
    width: 64%;
    object-fit: cover;
    object-position: top left;
}

.superlive .livemodelmain-box .shape-golden {
    position: absolute;
    width: 100%;
    height: 100%;
}

.superlive .livemodelmain-box .shape-golden img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: right;
}

.shape-golden .model-btn {
    position: absolute;
    right: 7px;
    top: 7px;
    font-size: 7px;
    font-weight: 700;
    padding: 3px 7px;
    background-color: transparent;
    border-radius: 50px;
}

.shape-golden .time-name {
    position: absolute;
    text-align: right;
    right: 7px;
    bottom: 7px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.shape-golden .time-main {
    margin: 20px 0;
}

.shape-golden .time-name .time {
    font-weight: 500;
    font-size: 9px;
    line-height: 14px;
    color: #36171e;
    margin: 0;
}

.shape-golden .time-name .name {
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    color: #36171e;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80px;
    text-transform: capitalize;
}

/* Trending Photos */
.trendingphotos {
    margin-top: 30px;
}

.home-slider-box {
    position: relative;
    text-align: center;
}

.trendingphotos .slick-slide {
    padding-bottom: 10px;
}

.home-slider-box .img-in-box {
    max-width: 180px;
    width: 100%;
    height: 215px;
    border-radius: 8px;
    margin: auto;
    border: 2px solid #fff;
    overflow: hidden;
}

.home-slider-box .img-in-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.home-slider-box p {
    font-size: 16px;
    font-weight: 500;
    color: #4d2d52;
    background: #f7c662;
    background: -webkit-linear-gradient(to right, #f7c662, #fffc82, #e1ab18);
    background: linear-gradient(to right, #f7c662, #fffc82, #e1ab18);
    padding: 4px 9px;
    border: 1px solid #fff;
    border-radius: 50px;
    width: calc(100% - 30px);
    margin: 0px auto;
    position: absolute;
    bottom: -17px;
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
}

/* .trendingphotos-slider .some-img {
  margin: 0 10px;
} */

/* Profile Page */
.profile-page {
    height: calc(100vh - 57%);
    background-image: url("https://images.unsplash.com/photo-1645994743414-dfc87c73b473?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80");
    background-size: cover;
    background-position: top center;
}

.page-title {
    margin-left: 20px;
}

.page-title p {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
}

.profile-input-section {
    width: 100%;
    margin-top: 192px;
    background-color: #2c1619;
    /* background-image       : url("../images/bg.jpg"); */
    background-color: #000000a1;
    background-size: cover;
    background-position: top center;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.profile-page-info {
    position: relative;
    top: -50px;
}

.profile-input-section .profile-upload-box {
    width: 138px;
    height: 138px;
    margin: 0 auto;
    top: -85px;
}

.profile-input-section .profile-img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    border: 3px solid #e2b554;
    object-fit: cover;
    object-position: top center;
}

.profile-input-section .p-image {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    color: #666666;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 48px;
    height: 48px;
    background: #f7c662;
    background: -webkit-linear-gradient(
        to left,
        #f7c662,
        #fffc82,
        #fff68a,
        #e1ab18
    );
    background: linear-gradient(to left, #f7c662, #fffc82, #fff68a, #e1ab18);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-input-section .p-image:hover {
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.profile-input-section .upload-button {
    font-size: 20px;
    color: #3c1d24;
}

.profile-input-section .upload-button:hover {
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #999;
}

.profile-input-section .file-upload {
    display: none;
}

/* History */
.history-header-section header {
    background: #2c1619;
}

.history-page .page-title {
    margin-top: 30px;
}

.history-box {
    margin: 10px auto;
}

.history-page .name-pricing {
    padding: 0px 0px 20px;
    border-bottom: 1px solid #fff;
}

.history-page .profile-img {
    min-width: 55px;
    max-width: 55px;
    width: 100%;
    min-height: 55px;
    max-height: 55px;
    height: 100%;
    border-radius: 12px;
    border: 3px solid #e2b554;
    overflow: hidden;
    margin-right: 15px;
}

.history-page .profile-img img {
    object-fit: cover;
    object-position: top center;
}

.history-page .history-detail .name {
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    max-width: 240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.history-page .history-detail .detail {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.7);
    max-width: 240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.history-page .pricing img {
    width: 26px;
    height: 26px;
    margin-right: 6px;
}

.history-page .pricing p {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
}

/* Chat */
.chat-wrap {
    padding: 0 15px 40px 15px;
}

/*Chat List*/
.chat-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.chat-list li .chat {
    margin-bottom: 25px;
    border: none !important;
    background-color: transparent !important;
}
.chat-list li:nth-child(2n) .chat .head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.chat-list li:nth-child(2n) .chat .head h5 {
    text-align: right;
}
.chat-list li:nth-child(2n) .chat .head span {
    margin-right: 0;
    margin-left: 15px;
}
.chat-list li:nth-child(2n) .chat .body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.chat-list li:nth-child(2n) .chat .body .image {
    margin-right: 0;
    margin-left: 15px;
}
.chat-list li:nth-child(2n) .chat .body .content {
    margin-right: 15px;
    margin-left: 0;
}
.chat-list li:nth-child(2n) .chat .body .content::before {
    right: -10px;
    left: auto;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #ffffff;
}

/*Chat*/
.chat .head {
    position: relative;
    margin-bottom: 5px;
}
.chat .head h5 {
    font-size: 14px;
    line-height: 18px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0;
    text-align: left !important;
}
.chat .head span {
    font-size: 12px;
    line-height: 18px;
    margin-right: 20px;
    margin-bottom: 3px;
    margin-left: 0 !important;
}
.chat .head a {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 3px;
    color: #fd614b;
}
.chat .head a i {
    font-size: 18px;
    line-height: 18px;
    display: block;
}
.chat .body {
    display: flex;
    align-items: flex-end;
    /* -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; */
}
.chat .body .image {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 40px;
    flex: 1 0 40px;

    flex-direction: column;
    max-width: 40px;
    margin-right: 15px;
}
.chat .body .image img {
    overflow: hidden;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
}
.chat .body .content {
    position: relative;
    margin: 15px 0 0 !important;
    padding: 15px;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 0 5px rgba(24, 24, 24, 0.05);
    border-radius: 20px 20px 20px 0px;
}
.chat .body .content::before {
    position: absolute;
    top: 28px;
    left: -10px;
    display: none;
    content: "";
    border-width: 6px 10px 6px 0;
    border-style: solid;
    border-color: transparent #ffffff transparent transparent;
}
.chat .body .content p {
    font-size: 13px;
    line-height: 22px;
}

/*Chat Submission*/
.chat-submission {
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #e1e1e1;
    background-color: #ffffff;
    max-width: 414px;
}
.chat-submission form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    padding: 10px 120px 10px 15px;
}
.chat-submission form input {
    line-height: 20px;
    width: 100%;
    padding: 15px 15px;
    border: none;
    background-color: transparent;
}
.chat-submission form .buttons {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.chat-submission form .buttons .submit,
.chat-submission form .buttons label {
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
    color: #ffffff;
    border: none;
    border-radius: 50%;
    background: none;
    background: linear-gradient(
        95.03deg,
        #e2b554 3.76%,
        #fbc964 41.85%,
        #c89944 100%
    );
}
.chat-submission form .buttons .submit i,
.chat-submission form .buttons label i {
    margin-right: 3px;
}
.chat-submission form .buttons .file-upload {
    line-height: 1;
    margin: 0;
    cursor: pointer;
}
.chat-submission form .buttons .file-upload input {
    display: none;
}
.chat-submission form .buttons .file-upload i {
    font-size: 18px;
    line-height: 36px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.chat-user {
    position: relative;
    display: flex;
    align-items: center;
}

.chat-user .user-img {
    height: 36px;
    width: 36px;
    position: relative;
    margin-right: 12px;
}

.chat-user .user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 100%;
    overflow: hidden;
}

.chat-user .status-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #1fe155;
    border: 1px solid #fff;
}

.user-name .name {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    margin: 0;
}

.user-name .status {
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    color: #ffffff;
    opacity: 0.6;
    margin: 0;
}

.calling-button button {
    background: transparent;
    width: 36px;
    height: 36px;
    border: 0px;
    padding: 0px;
}

.voicecall {
    margin-right: 12px;
}

.chat-area ul::-webkit-scrollbar {
    width: 0;
}

.chat-area ul li {
    list-style: none;
}

.chat-area {
    padding-bottom: 80px;
}

.chat {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #f7c662;
    border-radius: 8px;
    width: fit-content;
    margin: 20px 0px;
}

.chat p {
    padding: 6px 12px;
    margin: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 28px;
    color: #000;
}

.chat-receiver .chat {
    border-bottom-left-radius: 0px !important;
}

.chat-sender .chat {
    margin-left: auto;
    border-bottom-right-radius: 0px !important;
    background: #f7c662;
    background: -webkit-linear-gradient(
        to left,
        #f7c662,
        #fffc82,
        #fff68a,
        #e1ab18
    );
    background: linear-gradient(to left, #f7c662, #fffc82, #fff68a, #e1ab18);
}

.chat-sender .chat p {
    color: #36171e;
}

.chat-picture {
    max-width: 116px;
    width: 100%;
    max-height: 145px;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.chat-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.chat-sender .chat-picture {
    margin-left: auto;
}

.chat-receiver .chat-picture {
    margin-right: auto;
}

.chat-submit {
    position: fixed;
    bottom: 0;
    max-width: 414px;
    width: 100%;
    padding: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #2c1619;
}

.chat-submit .input-group {
    border: 1px solid #e1ab18;
    border-radius: 8px;
}

.chat-submit .input-group .form-control {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
    padding: 18px 15px;
    height: auto;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    border: 0px;
}

.chat-submit .input-group .form-control:focus {
    box-shadow: none;
}

.chat-submit .input-group .form-control::placeholder {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
}

.chat-submit button {
    min-width: 54px;
    max-width: 54px;
    min-height: 54px;
    max-height: 54px;
    background: #f7c662;
    background: -webkit-linear-gradient(
        to left,
        #f7c662,
        #fffc82,
        #fff68a,
        #e1ab18
    );
    background: linear-gradient(to left, #f7c662, #fffc82, #fff68a, #e1ab18);
    color: #36171e;
    font-size: 22px;
    border-radius: 8px;
}

.chat-submit .attachment-btn {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #e1ab18;
    margin-left: 15px;
    color: #e1ab18;
}

/* Booking */
.video-call-book .profile-upload-box {
    width: 181.29px;
    height: 194.8px;
    border-radius: 12.6px;
    overflow: hidden;
    margin: auto;
    border: 3px solid #f7c662;
}

.video-call-book .profile-upload-box .profile-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

/* Video Book Now */
.video-book-now .banner-img {
    max-width: 414px;
    width: 100%;
    height: 402px;
    position: fixed;
    top: 0;
}

.video-book-now .banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.booking-detail-list {
    width: 100%;
    height: 100%;
    background-color: #36171e;
    position: relative;
    margin-top: 50%;
    border-radius: 25px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.booking-detail-list .booking-list {
    padding: 12px 27px 12px 12px;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    border: 1px solid #f7c662;
}

.booking-detail-list .booking-list .book-img {
    min-width: 133.74px;
    max-width: 133.74px;
    min-height: 170px;
    max-height: 170px;
    border-radius: 12.6px;
    overflow: hidden;
    border: 3px solid #f7c662;
    margin-right: 18px;
}

.booking-detail-list .booking-list .book-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.booking-detail-list .booking-list .book-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.booking-detail-list .booking-list .book-content .name {
    margin: 0;
    margin-bottom: 6px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
}

.booking-detail-list .booking-list .book-content .quotes {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    opacity: 0.6;
    margin-bottom: auto;
}

.booking-detail-list .booking-list .book-content .book-now-btn {
    display: inline-block;
    width: 100%;
    padding: 11px 0px;
    border-radius: 100px;
    font-size: 12px;
    line-height: 1;
    background: #f7c662;
    background: -webkit-linear-gradient(
        to left,
        #f7c662,
        #fffc82,
        #fff68a,
        #e1ab18
    );
    background: linear-gradient(to left, #f7c662, #fffc82, #fff68a, #e1ab18);
    border: 1px solid #f7c662;
    text-align: center;
}

/* Profile Detail Page */

.profile-details .banner-img {
    max-width: 414px;
    width: 100%;
    height: 402px;
    position: fixed;
    top: 0;
}

.profile-details .banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.profile-detail-info .name {
    font-style: normal;
    font-weight: 500;
    font-size: 26.6667px;
    line-height: 40px;
    color: #ffffff;
    margin: 0;
    max-width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.profile-detail-info .role {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
}

.sticky-top{
    background-color: #36171e !important;
}

.profile-detail-content {
    width: 100%;
    height: 100%;
    background-color: #070b14;
    position: relative;
    margin-top: 80%;
    border-radius: 25px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.profile-detail-content .profile-img {
    min-width: 72px;
    max-width: 72px;
    width: 72px;
    min-height: 79px;
    max-height: 79px;
    height: 79px;
    position: relative;
}

.profile-detail-content .profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    border-radius: 12.6px;
    border: 3px solid #070b14;
}

.profile-img .status-icon {
    width: 15px;
    height: 15px;
    background: #1fe155;
    border: 1.5px solid #ffffff;
    box-sizing: border-box;
    border-radius: 100%;
    position: absolute;
    right: -4px;
    bottom: 4px;
}

.follow-info {
    margin-top: 7px;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.follow-info .btn {
    background: linear-gradient(
        106.54deg,
        #f7c662 9.26%,
        #fffc82 34.61%,
        #fff68a 63.18%,
        #e1ab18 88.54%
    );
	background: linear-gradient(280deg, #ed3a9e, #2563eb);
    border: 1px solid #ffffff;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 100px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
}

.follow-info .number-info {
    text-align: center;
}

.follow-info .number-info:last-child {
    display: none;
}

.follow-info .number-info .number {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
    margin: 0px;
}

.follow-info .number-info .text {
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    color: #ffffff;
    margin: 0;
}

.verify-name-icon {
    margin-bottom: 12px;
}

.verify-name-icon p {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
    margin: 0px;
}

.verify-name-icon p span {
    margin-left: 5px;
}

.verify-name-icon p span img {
    width: 16px;
    height: 16px;
}

.profile-details .icon-name {
    margin-bottom: 10px;
}

.profile-details .icon-name img {
    width: 36px;
    height: 36px;
    margin-right: 7px;
}

.profile-details .icon-name p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    margin: 0;
}

.profile-details .buy-btn {
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    padding: 9px 0px;
    margin-top: 20px;
    background: linear-gradient(
        95.03deg,
       #ff2d75 3.76%,
        #ff2d75 41.85%,
        #ff2d75 100%
    );
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    border: 0px;
}

.profile-tab-section .nav-tabs {
    background: #36171e;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    border: 1px solid #d3d3d3;
    overflow: hidden;
    padding: 6px;
}

.profile-tab-section .nav-tabs .nav-item .nav-link {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.4);
    border-radius: 100px;
    border: 1px solid transparent;
}

.profile-tab-section .nav-tabs .nav-item .nav-link.active {
    background: linear-gradient(
        106.54deg,
        #f7c662 9.26%,
        #fffc82 34.61%,
        #fff68a 63.18%,
        #e1ab18 88.54%
    );
	background: linear-gradient(135deg, #7c3aed, #2563eb);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    border: 1px solid #d3d3d3;
}

.profile-tab-section .picture-box .profile-imgvid-list {
    min-width: 334px;
    width: 100%;
    min-height: 334px;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #f7c662;
}

.profile-tab-section .picture-box .profile-imgvid-list img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: top center;
}

.profile-tab-section .video-box .picture-content-wrapper,
.profile-tab-section .picture-box .picture-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Buy Coins */

.buy-coins .img-banner {
    position: relative;
    width: 100%;
    max-height: 198px;
    height: 100%;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 35px;
}

.buy-coins .img-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top right;
}

.img-banner .shape-text {
    position: absolute;
    bottom: 8px;
    max-width: 139px;
    left: 18px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #36171e;
    margin: 0;
    transform: skewX(0deg);
}

.pricing-box {
    padding: 15px;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    border: 1px solid #f7c662;
    margin-bottom: 25px;
}

.pricing-box .custom-radio input[type="radio"]:checked {
    background-color: red;
}

.pricing-box .coin {
    width: 27px;
    height: 27px;
}

.pricing-box .coin-number {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin: 0;
    margin-left: 7px;
    text-decoration: line-through;
}
.pricing-box .coin-text {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #faad51;
    margin: 0;
    margin-left: 7px;
}
.blink_me {
    animation: blinker 2s linear infinite;
    line-height: 38px;
    color: #ffc66d;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}
.pricing-box .amount {
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 32px;
    color: #ffffff;
    margin: 0;
    margin-left: auto;
}

.pricing-box .custom-radio {
    margin-right: 15px;
}

.pricing-box .custom-radio input[type="radio"] {
    display: none;
}

.pricing-box .custom-radio input[type="radio"] + label span {
    display: flex;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    border: 1px solid #fff;
    align-items: center;
    justify-content: center;
}

.pricing-box .custom-radio input[type="radio"] + label span i {
    opacity: 0;
    transition: all 0.3s ease;
    color: #fff;
}

.pricing-box .custom-radio input[type="radio"]:checked.radio-bg + label span {
    background-color: #3c1d24;
    border: 1px solid #3c1d24;
}

.pricing-box .custom-radio input[type="radio"]:checked + label span i {
    opacity: 1;
}

/* Live Video Screen */
.live-video {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 414px;
    height: 100%;
}

.live-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.live-page .chat-submit {
    background: transparent;
}

.live-screen .history-header-section header {
    background: transparent !important;
}

.modal-p-bottom .modal-dialog {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100% !important;
    margin: 0;
    transform: translateY(100%) !important;
}

.modal-p-bottom .modal-dialog .modal-content {
    border-radius: 0.3rem 0.3rem 0 0;
}

.modal-p-bottom.show {
    overflow: hidden;
}

.modal-p-bottom.show .modal-dialog {
    transform: translateY(0%) !important;
    /* max-height                : 461px; */
    border-radius: 20px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    overflow: hidden;
}

.modal-p-bottom .close {
    float: left;
    opacity: 1;
}

.modal-p-bottom .close i {
    color: #fff;
}

.modal-p-bottom .modal-content {
    background-color: rgba(82, 82, 82, 0.2);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.modal-p-bottom .modal-body {
    padding: 0px;
}

.modal-backdrop {
    background: transparent;
}

.modal-p-bottom .modal-coin-img img {
    width: 26px;
    height: 26px;
    margin-left: 20px;
    margin-right: 6px;
}

.modal-p-bottom .modal-coin-number p {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
    margin: 0;
}

.modal-p-bottom .modal-buy-coin {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #36171e;
    background: #f7c662;
    background: -webkit-linear-gradient(
        to left,
        #f7c662,
        #fffc82,
        #fff68a,
        #e1ab18
    );
    background: linear-gradient(to left, #f7c662, #fffc82, #fff68a, #e1ab18);
    border-radius: 100px;
    padding: 11px 24px;
    border: 0px;
}

.modal-p-bottom .bottom-modal-header {
    padding: 15px 20px;
}

.sticker-panel {
    background: rgba(255, 255, 255, 0.3);
}

.sticker-panel .nav-link {
    border-bottom: 3px solid transparent;
    border-radius: 0;
}

.sticker-panel .nav-link.active {
    background: transparent;
    /* color        : #F7C662; */
    border-bottom: 3px solid #f7c662;
}

.sticker-panel .nav-link .iconify {
    font-size: 24px;
    color: #fff;
}

.sticker-panel .nav-link.active .iconify {
    color: #f7c662;
}

.modal-p-bottom .tab-content {
    padding: 0px 20px;
    overflow-y: auto;
    height: calc(100vh - 390px);
    background: #000;
}

.modal-p-bottom .tab-content .col-4 {
    margin: 25px auto;
}

/* Login */
.login-screen {
    background: #f7c662;
    background: -webkit-linear-gradient(
        to left,
        #f7c662,
        #fffc82,
        #fff68a,
        #e1ab18
    );
    background: linear-gradient(to left, #f7c662, #fffc82, #fff68a, #e1ab18);
    border-radius: 13px;
    position: relative;
}

.login-screen .login-background {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    width: 100%;
}

.login-screen .login-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.login-screen .auth-form {
    padding: 147px 15px 15px 15px;
}

.auth-form .title {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #252b42;
}

.login-screen .auth-form .auth-form__button {
    background: #36171e;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    padding: 13px 90px;
    margin-top: 32px;
    margin-bottom: 20px;
    border: 2px solid #d3d3d3;
}

.login-screen .field-wrapper .field-placeholder span {
    color: rgba(0, 0, 0, 0.6);
}

.login-screen .field-wrapper input {
    color: #36171e;
}

.login-screen .link-list a {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #252b42;
}

.login-screen .field-wrapper input {
    border: 1px solid #36171e;
}

.otp-form .field-wrapper input {
    width: 49px;
    height: 64px;
}

.otp-form .field-wrapper {
    margin: 0 9px;
}

.login-screen .pricing {
    font-style: normal;
    font-weight: 600;
    font-size: 72px;
    line-height: 1;
    color: #36171e;
    margin: 0;
}

.excluding-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #36171e;
}

.login-screen .email-otp {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #36171e;
    margin: 0;
    margin-bottom: 25px;
}

.login-screen .email-otp span {
    font-weight: 600;
}

.login-screen .send-otp {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #36171e;
    margin: 0;
    margin-top: 25px;
}

.login-screen .send-otp a {
    text-decoration: underline;
    font-weight: 600;
}

@media only screen and (max-width: 768px) {
    .profile-details .banner-img {
        max-width: 100%;
        top: 70px;
    }
}

.next-level {
    /* border: 2px solid #c5901c; */
    margin-top: 30px;
    /* border-radius: 8px; */
}

@media only screen and (max-width: 576px) {
    .home-slider-box .img-in-box {
        max-width: 160px;
    }
}
@media only screen and (max-width: 320px) {
    .home-slider-box .img-in-box {
        max-width: 130px;
    }
}

.notificationmodal {
    padding-right: 0px !important;
}
.notificationmodal .modal-dialog {
    max-width: 384px;
    width: 100%;
    margin: 0 auto;
}
.notificationmodal h3 {
    font-size: 32px;
    text-align: center;
    color: #2c1619;
    font-weight: 700;
}
.notificationmodal .fa {
    color: #2c1619;
    font-size: 60px;
    padding: 20px 0px;
    text-align: center;
}
.notificationmodal p {
    font-size: 16px;
    text-align: center;
    color: #2c1619;
    font-weight: 500;
}
.notificationmodal .btn {
    font-size: 16px;
    text-align: center;
    color: #2c1619;
    cursor: pointer;
    background: linear-gradient(to right, #f7c662, #fffc82, #e1ab18) !important;
    font-weight: 500;
    border: none;
}
.notificationmodal .notnowlink {
    font-size: 14px;
    text-align: center;
    color: #2c1619;
    cursor: pointer;
    text-decoration: underline;
    font-weight: 500;
}
.notificationmodal .modal-content {
    border-radius: 16px;
}

/******************************** Payment css ********************************/
.paymentdetail {
    padding: 15px;
    background: linear-gradient(
        106.54deg,
        #f7c662 9.26%,
        #fffc82 34.61%,
        #fff68a 63.18%,
        #e1ab18 88.54%
    );
    border-radius: 8px;
    border: 1px solid #f7c662;
    margin-bottom: 25px;
    cursor: pointer;
}

.paymentdetail .amount {
    margin: auto;
}

.paymentdetail .Plan_detail {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.paymentdetail .packagetitle {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    color: #f7c662;
    text-align: center;
}

.paymentdetail .Plan_detail .packagetitle {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    color: #000;
    margin: 5px 0;
    text-align: left;
}

.paymentdetail .Plan_detail .packageprice {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    color: #000;
    margin: 5px 0;
}

.paymentdetail .packageinfo {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
    color: #000;
}

.paymentdetail .Plan_detail span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #ffffff;
    margin-left: 5px;
}

.paymentduration {
    display: block;
}

.paymentduration p {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
    color: #000;
}

@media only screen and (max-width: 567px) {
    .paymentdetail .Plan_detail {
        flex-direction: column;
    }
}

/******************************** Payment Css End ********************************/

/******************************** Package List Start ********************************/
.payment-detail-list {
    width: 100%;
    height: 100%;
    background-color: #36171e;
	background: linear-gradient(135deg, #fb2b73, #7c3aec);
    position: relative;
    border-radius: 25px;
    /* border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; */
}

.payment-detail-list .payment-list {
    padding: 12px 27px 12px 12px;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    border: 1px solid #f7c662;
    display: flex;
}

.payment-detail-list .payment-list .payment-img {
    min-width: 84px;
    max-width: 84px;
    min-height: 114px;
    max-height: 114px;
    border-radius: 12.6px;
    overflow: hidden;
    border: 3px solid #f7c662;
    margin-right: 18px;
}

.payment-detail-list .payment-list .payment-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.payment-detail-list .payment-list .payment-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.payment-detail-list .payment-list .payment-content .packagename {
    margin: 0;
    margin-bottom: 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #f7c662;
}

.payment-detail-list .payment-list .payment-content .artist_name {
    margin: 0;
    margin-bottom: 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}

.payment-detail-list .payment-list .payment-content .noofphotosvideos {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    opacity: 0.6;
    margin-bottom: 10px;
}

.payment-detail-list .payment-list .payment-content .payment-now-btn {
    display: inline-block;
    width: 100%;
    padding: 11px 0px;
    border-radius: 100px;
    font-size: 12px;
    line-height: 1;
    background: #f7c662;
    background: -webkit-linear-gradient(
        to left,
        #f7c662,
        #fffc82,
        #fff68a,
        #e1ab18
    );
    background: linear-gradient(to left, #f7c662, #fffc82, #fff68a, #e1ab18);
    border: 1px solid #f7c662;
    text-align: center;
}
/******************************** Package List End   ********************************/

.body-wrapper-bg section {
    flex-grow: 1;
}

.packages {
    padding: 15px;
    background: linear-gradient(
        106.54deg,
        #f7c662 9.26%,
        #fffc82 34.61%,
        #fff68a 63.18%,
        #e1ab18 88.54%
    );
    border-radius: 8px;
    border: 1px solid #f7c662;
    margin-bottom: 25px;
    cursor: pointer;
}

.packages .amount {
    margin: auto;
}

.packages .Plan_detail {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.packages .packagetitle {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    color: #f7c662;
    text-align: center;
}

.packages .Plan_detail .packagetitle {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    color: #000;
    margin: 5px 0;
    text-align: left;
}

.packages .Plan_detail .packageprice {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    color: #000;
    margin: 5px 0;
}

.packages .packageinfo {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    color: #000;
}

.packages .Plan_detail span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #000;
    margin-left: 5px;
}

.packageduration {
    display: block;
}

.packageduration p {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
    color: #000;
    margin: 2px 0;
}

.packagebuttonblock {
}

.packagebuttonblock .package-btn {
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #36171e;
    padding: 9px 0px;
    margin-top: 20px;
    background: linear-gradient(
        95.03deg,
        #ffffff 3.76%,
        #ffffff 41.85%,
        #d3d3d3 100%
    );
    box-shadow: 0px 2px 4px rgb(0 0 0 / 25%);
    border-radius: 100px;
    border: 0px;
    cursor: pointer;
}

.expirepackage {
    margin: 50px 0 30px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
}

/******************************** Package list ********************************/

.pkgmainblock {
    background: #111827;
    padding: 15px;
    display: flex !important;
    flex-direction: column;
    height: auto;
    margin-top: 30px;
}
.pkgslidermain {
    display: flex;
}
.pkgslidermain .imgmain {
    width: 48%;
    min-height: 120px;
    max-height: 120px;
    height: 120px;
    flex: 1;
    overflow: hidden;
    max-width: 48%;
}
.pkgslidermain .imgmain img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 2px solid #ff2d75;
    border-radius: 8px;
}
.pkgslidermain .contentmain {
    margin-left: 15px;
    width: 46%;
    flex: 1;
    overflow: hidden;
    max-width: 46%;
}
.pkgmainblock .pkgcontent .pkgtitle {
    color: #f7c662;
    font-size: 18px;
    line-height: 36px;
    margin: -5px 0 15px;
}
.pkgmainblock .pkgcontent .pkgbtn {
    width: 100%;
    margin: 0 auto;
}
.pkgmainblock .pkgcontent .pkgbtn a {
    background: linear-gradient(
        106.54deg,
        #f7c662 9.26%,
        #fffc82 34.61%,
        #fff68a 63.18%,
        #e1ab18 88.54%
    );
	background: linear-gradient(135deg, #7c3aed, #2563eb);
    box-shadow: 0px 2px 4px rgb(0 0 0 / 25%);
    border-radius: 100px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    border: 1px solid #d3d3d3;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 8px 0;
}
.pkgmainblock .imgvidcountmain .icon-name img {
    width: 28px;
    height: 28px;
}
.pkgmainblock .imgvidcountmain .icon-name p {
    font-size: 16px;
    color: #f7c662;
    letter-spacing: 0;
    text-align: left;
}
.pkgmainblock .imgvidcountmain {
    display: flex;
    flex-direction: column;
}
.pkgmainblock .pkgcontent {
    display: block;
    margin: 15px 0 0;
}
.package .slick-prev:before,
.slick-next:before {
    font-size: 24px;
    line-height: 1;
    opacity: 1;
    color: #f7c662;
}

.profile-page-info .slick-next {
    background: white;
    border-radius: 5px;
    right: 10px !important;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.profile-page-info .slick-prev {
    background: white !important;
    border-radius: 5px;
    left: 10px !important;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f7c662;
    z-index: 1;
}
/******************************** Package list End ********************************/

/************************************************************************************************/

.artistmainblock {
    margin: 15px 0;
}

.artistblockbox {
    position: relative;
    text-align: center;
    line-height: inherit;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    color: inherit;
    z-index: 3;
    width: 100%;
}

.artistimg-in-box {
    max-width: 200px;
    width: 100%;
    height: 215px;
    border-radius: 8px;
    margin: auto;
    border: 2px solid #fff;
    overflow: hidden;
    position: relative;
}
.top-angels {
    height: 152px;
    overflow: visible;
}

.badge-icon {
    width: 40px !important;
    object-fit: contain !important;
    position: absolute;
    top: -15px;
    right: -8px;
    z-index: 1;
}

.artistblockbox .artistimg-in-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s ease-in-out;
}

.artistimg-in-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        95.03deg,
        #e2b554 3.76%,
        #fbc964 41.85%,
        #c89944 100%
    );
    opacity: 0;
}

.artistimg-in-box:hover:after {
    opacity: 0.4;
}

.artistimg-in-box:hover img {
    transform: scale(1.1);
}

.artistmainblock p {
    font-size: 16px;
    font-weight: 500;
    color: #4d2d52;
    background: #f7c662;
    background: -webkit-linear-gradient(to right, #f7c662, #fffc82, #e1ab18);
    background: linear-gradient(to right, #f7c662, #fffc82, #e1ab18);
    padding: 4px 9px;
    border: 1px solid #fff;
    border-radius: 50px;
    width: calc(100% - 30px);
    margin: 0px auto;
    position: absolute;
    bottom: -17px;
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.artistmainblock .top-artist {
    width: calc(100% - 180px);
}
/************************************************************************************************/

.angel-list {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px !important;
    position: relative;
}

.angel-list .home-commontitle {
    margin-bottom: 0px !important;
}

.angel-list .artist-list-btn {
    font-size: 12px;
    font-weight: 500;
    color: #4d2d52;
    background: #f7c662;
    background: -webkit-linear-gradient(to right, #f7c662, #fffc82, #e1ab18);
    background: linear-gradient(to right, #f7c662, #fffc82, #e1ab18);
    padding: 4px 9px;
    border: 1px solid #fff;
    border-radius: 50px;
    width: calc(100% - 30px);
    margin: 0px auto;
    position: absolute;
    bottom: 0px;
    right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 68px;
}

.icon {
    width: 30px;
    height: 30px;
    position: relative;
}

.txt {
    background-color: red;
    font-size: 10px;
    position: absolute;
    top: -10px;
    border-radius: 22px;
    width: 20px;
    height: 20px;
    left: 0;
    text-align: center;
    color: #fff;
}

.chat-btn img {
    width: 42px !important;
    height: 42px !important;
}

.single-artist {
    max-width: 207px;
    width: 100%;
    margin: 15px auto;
}
.payment-proof {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.artistmainblocklist {
    margin: 15px 7px;
    width: 78px;
    height: 78px;
    border-radius: 200px;
    border: 2px solid #fff;
    position: relative;
}

.artistmainblocklist img {
    object-fit: cover;
    border-radius: 200px;
    width: 100%;
    height: 100%;
    object-position: top center;
}

.artistmainblocklist p {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    padding: 4px 9px;
    border-radius: 50px;
    margin: 12px auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.single_box_main {
    width: 180px !important;
    height: 180px !important;
    margin: 30px auto 40px;
    text-align: center;
}

.TopArtistList {
    display: flex;
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
}

.TopArtistList::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}
.TopArtistList::-webkit-scrollbar-thumb {
    background: white;
    border-radius: 50px;
}
.TopArtistList::-webkit-scrollbar-thumb:hover {
    background: grey;
}

.badge-icon-top {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px !important;
    height: 45px !important;
}

.badge-icon {
    position: absolute;
    top: -10px;
    right: -5px;
    width: 28px !important;
    height: 28px !important;
}

.topartistsingle {
    width: 100%;
    text-align: center;
}

@media only screen and (max-width: 375px) {
    .artistmainblocklist {
        width: 65px;
        height: 65px;
    }
}

.page-head {
    background: linear-gradient(#f7c662, #fffc82, #fff68a, #e1ab18);
    box-sizing: border-box;
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

.page-head__ticker {
    font-size: 14px;
    font-weight: 600;
    height: 42px;
    line-height: 1;
    padding: 0 12px;
    text-transform: uppercase;
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 100%;
}

.highlight-msg {
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    animation: marquee 6s linear infinite;
    display: inline-block;
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}
