@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:url(//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxP.ttf)format('truetype');}
@font-face{font-family:'Roboto';font-style:normal;font-weight:500;src:url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc9.ttf)format('truetype');}
@font-face{font-family:'Google Sans';font-style:normal;font-weight:400;src:url(//fonts.gstatic.com/s/googlesans/v58/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RFD48TE63OOYKtrwEIJllpyw.ttf)format('truetype');}
@font-face{font-family:'Google Sans';font-style:normal;font-weight:500;src:url(//fonts.gstatic.com/s/googlesans/v58/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RFD48TE63OOYKtrw2IJllpyw.ttf)format('truetype');}
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
/*========== ROOT & GENERAL STYLE ===================*/
  :root {
    color-scheme: light dark;
    --color-first: light-dark(#000, #fff);
    --color-dark:light-dark(#fff,#000);
    --border-dark:light-dark(#6c757d,#d5d5d5);
    --secondary-dark:light-dark(#6c757d,#f3f3f3);
    --color-second: light-dark(#5d5d5d,#dddddd);
    --color-third:light-dark(#f9f9f9,#2f2f2f); 
    --color-fourth: #D7D7D7;
    --icon-secondary: #676767;
    --bg-light-1: #f9f9f9;
    --bg-1: #f4f9f5;
    --bg-first-opacity:light-dark(rgba(29, 91, 69, 0.6),rgba(255, 255, 255, .15)); 
    --border-xlight:light-dark(rgb(0 0 0 / 5%),rgba(255, 255, 255, .15)); 
    --border-light: light-dark(rgba(0, 0, 0, .1),rgba(255, 255, 255, .1));
    --border-medium:light-dark(rgba(0, 0, 0, .15),rgba(255, 255, 255, .15));
    --border-heavy: light-dark(rgba(0, 0, 0, .2),rgba(255, 255, 255, .2));
    --border-xheavy:light-dark(rgba(0, 0, 0, .25),rgba(255, 255, 255, .25)); 
    --gray-50: #f9f9f9;
    --gray-100: #ececec;
    --gray-200: #e3e3e3;
    --gray-300: #cdcdcd;
    --gray-400: #b4b4b4;
    --gray-500: #9b9b9b;
    --gray-600: light-dark(#676767,#d0d0d0);
    --gray-700: light-dark(#424242,#ececec);
    --gray-750: #2f2f2f;
    --gray-800: light-dark(#212121,#ececec);
    --gray-900: #171717;
    --gray-950: #0d0d0d;
    --gray-hover: #595959;
    --light-blue-bg:light-dark(#d2e3fc,#627ca2);
    /*--bs-secondary-rgb:light-dark(rgb(108, 117, 125),#e3e3e3);*/
    --shadow: 0 1px 2px 0 rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .13);
  }
  :root {
    &:has(html[data-bs-theme="light auto"]) {
      color-scheme: light;
    }
    &:has(html[data-bs-theme="dark"]) {
      color-scheme: dark;
    }
  }
  svg.fill-first g{fill: var(--color-first);}
  html[data-bs-theme="dark"] img{filter: invert(100%);}
  html[data-bs-theme="dark"] .invert-img-initial img{filter: initial;}
  html[data-bs-theme="dark"] svg{fill:var(--color-dark);}
  html[data-bs-theme="dark"] svg.fill-first{fill:var(--color-first);}
  html[data-bs-theme="dark"] svg.icon-check{stroke:var(--color-first);fill:none; }
  html[data-bs-theme="dark"] .bg-white{background-color:#212529 !important; }
  html[data-bs-theme="dark"] .bg-light{background-color:var(--gray-750) !important; }
  html[data-bs-theme="dark"] .form-validation .form-check-input:checked {
    background-color: #4D4D4D;
    border-color: var(--color-first);
  }
  html[data-bs-theme="dark"] input:-webkit-autofill,html[data-bs-theme="dark"]  input:-webkit-autofill:hover,
  html[data-bs-theme="dark"]  input:-webkit-autofill:focus,html[data-bs-theme="dark"]  input:-webkit-autofill:active {
      -webkit-box-shadow:none !important;
  }
  html[data-bs-theme="dark"] .form-validation .text-secondary{color: #e3e3e3 !important;}
  html[data-bs-theme="dark"] .text-secondary{color:#b6c1cb !important;}
  html[data-bs-theme="dark"] input{background: var(--gray-750);}
  *,::after,::before {  box-sizing: border-box;}
  * {
    margin: 0;
    padding: 0;
    font-family: Work Sans , ui-sans-serif, -apple-system, system-ui, Segoe UI, Helvetica, Apple Color Emoji, Arial, sans-serif, Segoe UI Emoji, Segoe UI Symbol;
     font-weight: 400; 
    font-style: normal;
    /* font-size: 16px; */
    letter-spacing: 0.01em;
    line-height: 1.5;
    color: var(--color-first);
    text-transform: none;
  }
  body {overflow-x: hidden;}
  a,a:hover,a:focus,a:focus-visible {text-decoration: none; outline: none}
  a { font-weight: bold;cursor: pointer;}
  html {scroll-behavior: smooth;font-family: sans-serif;}
  ul li {  list-style: none;}
  ul.list li {  list-style: disc;  color: var(--color-content);}
  button:hover {  scrollbar-color: var(--gray-200) transparent}
  .gray-50 {  color: var(--gray-50) !important;}
  .gray-100 {  color: var(--gray-100) !important;}
  .gray-200 {  color: var(--gray-200) !important;}
  .gray-300 {  color: var(--gray-300) !important;}
  .gray-400 {  color: var(--gray-400) !important;}
  .gray-500 {  color: var(--gray-500) !important;}
  .gray-600 {  color: var(--gray-600) !important;}
  .gray-700 {  color: var(--gray-700) !important;}
  .gray-800 {  color: var(--gray-800) !important;}
  .gray-900 {  color: var(--gray-900) !important;}
  .gray-950 {  color: var(--gray-950) !important;}
  .border-xlight {  border-color: var(--border-xlight) !important;}
  .border-light {  border-color: var(--border-light) !important;}
  .border-medium {  border-color: var(--border-medium) !important;}
  .border-heavy {  border-color: var(--border-heavy) !important;}
  .border-xheavy {  border-color: var(--border-xheavy) !important;}
  .color-first {  color: var(--color-first) !important;}
  .color-second {  color: var(--color-second) !important;}
  .color-dark {  color: var(--color-dark) !important;}
  .z-99 {  z-index: 99;}
  .z-999 {  z-index: 999;}
  .z-9999 {  z-index: 9999;}
  .bg-color-first { background-color: var(--color-first); }
  html[data-bs-theme="dark"] .bg-color-first { background-color: var(--color-first); }
  html[data-bs-theme="dark"] .buy-credit-section .card-header p.text-white{color:#000 !important; }
  .bg-color-second { background-color: var(--color-second); }
  .bg-color-third {  background-color: var(--color-third); }
  .bg-color-fourth { background-color: var(--color-fourth); }
  .gradient-bg{
    background-color: #fbeaff;
    background: linear-gradient(135deg,#fbeaff 0%,#fef7e0 30%,#e0fdf4 60%,#e7f0fd 100%);
    background: -webkit-linear-gradient(135deg,#fbeaff 0%,#fef7e0 30%,#e0fdf4 60%,#e7f0fd 100%);
    background: -moz-linear-gradient(135deg,#fbeaff 0%,#fef7e0 30%,#e0fdf4 60%,#e7f0fd 100%);
  }
  html[data-bs-theme="dark"] .gradient-bg{
    background-color: #1a1b1e;
    background: linear-gradient(135deg, #3c2e4f 0%, #3b3a3c 30%, #2c4a45 60%, #243349 100%);
    background: -webkit-linear-gradient(135deg, #3c2e4f 0%, #3b3a3c 30%, #2c4a45 60%, #243349 100%);
    background: -moz-linear-gradient(135deg, #3c2e4f 0%, #3b3a3c 30%, #2c4a45 60%, #243349 100%);
  }
  .gradient-text{
    background-color: #fbeaff;
    background: linear-gradient(0deg,#752CF8 0%,#DB6136 30%,#FDA718 60%,#ffbc75 100%);
    background: -webkit-linear-gradient(0deg,#752CF8 0%,#DB6136 30%,#FDA718 60%,#ffbc75 100%);
    background: -moz-linear-gradient(0deg,#752CF8 0%,#DB6136 30%,#FDA718 60%,#ffbc75 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .light-gradient-bg{
    background: url(../img/light-gradient-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .design-wrapper{margin-top: 83px}
/*========== BUTTON STYLE ===========================*/
  .button,input[type="submit"].button,.btn-outline-first {
    padding: 0.7rem 2rem;
    color:var(--color-dark);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0;
    border-radius: 9999px;
    border: 1px solid;
    flex-shrink: 0;
    border-color: var(--border-dark);
    text-transform: capitalize;
    pointer-events: auto;
    cursor: pointer;
  }
  .btn-first {  background-color: var(--color-first);}
  .btn-outline-first { border-color: var(--border-medium); color: var(--color-first);}
  .btn-outline-first:hover, .btn.no-arrow:hover {background: var(--bg-light-1);}
  .button svg{fill: #fff;}
  html[data-bs-theme=dark] .btn-outline-first:hover{color: #000}
  html[data-bs-theme=dark] .btn-outline-secondary{color: var(--secondary-dark) !important;}
  button.button:focus,button.btn:focus,input.form-control:focus,select.form-select:focus,textarea:focus {
    outline: 0 !important;
    box-shadow: none !important;
    border-color: #c2c8ce !important;
  }
  .btn-outline-first:hover, .btn.no-arrow:hover { background: var(--bg-light-1);}
  .btn-outline-first:focus,.btn.no-arrow:focus,.btn-outline-first:active,.btn.no-arrow:active {
    background: rgb(233, 236, 239);
  }
  html[data-bs-theme=dark] .search-box-form .btn-outline-first:hover, 
  html[data-bs-theme=dark] .search-box-form .btn.no-arrow:hover,html[data-bs-theme=dark] .btn-outline-first:focus,html[data-bs-theme=dark] .btn.no-arrow:focus,
  html[data-bs-theme=dark] .btn-outline-first:active, 
  html[data-bs-theme=dark] .btn.no-arrow:active { background: var(--gray-hover);}
  .btn-outline-first.show-search-result:focus,
  .btn-outline-first.show-search-result:hover {
    color: #0285ff !important;
    background-color: #daeeff;
    border-color: transparent;
  }
  .btn-outline-first.show-search-result:hover svg path,.btn-outline-first.show-search-result:focus svg path {
    fill: #0285ff;
  }
/*========== HEADING STYLE ==========================*/
  .fs-08 {  font-size: 0.8rem !important}
  .text-sm {  font-size: .875rem !important;  line-height: 1.25rem !important}
  .fs-09 {  font-size: 0.9rem !important}
  .text-base {  font-size: 1rem !important;  line-height: 1.5rem !important}
  .text-lg {  font-size: 1.125rem;  line-height: 1.75rem;}
  .text-2xl {  font-size: 1.5rem;  line-height: 2rem}
  .text-3xl {  font-size: 1.875rem;  line-height: 2.25rem}
  .text-4xl {  font-size: 2.25rem;  line-height: 2.5rem}
  .text-5xl {  font-size: 3rem;  line-height: 3.5rem}
  .text-7xl {  font-size: 4.5rem;  line-height: 4rem}
/*========== INPUT FIELD STYLE ======================*/
  input.form-control,select.form-select {height: 40px;border-radius: 0;font-size: 0.85rem}
  textarea.form-control {  resize: none;  border-radius: 0;}
  .form-check-input {  width: 1.5em;  height: 1.5em;}
  .form-check-input:checked {  background-color: var(--color-first);  border-color: var(--color-first);}
  label strong {  font-size: 1rem;  font-weight: 500;}
  .form-check-input:focus {  box-shadow: none}
  .h-40 {  height: 40px}
  .form-switch .form-check-input:checked {  background-repeat: no-repeat;}
  .form-switch .form-check-input {  width: 3em;}
  .loginSection .form-check {  padding-left: 2.5rem}
  .form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label {
    color: var(--color-first);
  }
  .form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked {
    background-color: var(--color-first);
  }
/*========== TEXT LIMIT STYLE =======================*/
  .text-limit-1,.text-limit-2,.text-limit-3,.text-limit-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .text-limit-1 {  -webkit-line-clamp: 1;white-space: nowrap;}
  .text-limit-2 {  -webkit-line-clamp: 2;}
  .text-limit-3 {  -webkit-line-clamp: 3;}
  .text-limit-4 {  -webkit-line-clamp: 4;}
/*========== OWL CAROUSEL ===========================*/
  .owl-theme .owl-nav {
      width: 100%;
      position: absolute;
      display: flex;
      justify-content: space-between;
      top: 45%;
      margin-top: 0 !important;
  }
  .owl-carousel .owl-nav button:focus {outline: 0 !important;border: 0 !important;}
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
      width: 25px;
      height: 25px;
      background: var(--color-first) !important;
  }
  .owl-carousel .owl-nav button.owl-next{right: 10px}
  .owl-carousel .owl-nav button span {opacity: 0; width: 0; height: 0;}
  .owl-carousel .owl-nav button.owl-next::after, .owl-carousel .owl-nav button.owl-prev::after {
      content: "";
      display: inline-block;
      width: 8px;
      height: 8px;
      top: 10px;
      right: 5px;
      left: 20px;
      transform: rotate(45deg);
      border-radius: 0;
      border: 2px solid  var(--color-dark);
      border-left: 0;
      border-bottom: 0;
      margin-left: -9px;
      margin-bottom: 1px;
  }
  .owl-carousel .owl-nav button.owl-prev {transform: rotate(180deg);}
  .rooms-created-carousel .owl-item .item {
    transform: translate3d(0, 0, 0);
    transform: scale(0.9);
    transition: all .25s ease-in-out; 
    margin: 50px 0; /* OVERWRITE PLUGIN MARGIN */
   }
   .rooms-created-carousel .owl-item .item img {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    transition: all .25s ease-in-out; 
    cursor: pointer;
  }
  .rooms-created-carousel .owl-item.center .item img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
/*========== HEADER STYLE ===========================*/
  header{background: var(--color-dark);}
  header .logo{ width: 200px;}
  header ul.nav li a{color: var(--color-first); font-size: 1.05rem;border-right: 2px solid #ededed;font-weight: 500;}
  header ul.nav .dropdown-menu li a{font-size: 0.95rem;}
  header ul.nav li a:hover{color: var(--color-first);}
  header ul.nav li:nth-last-child(1) a{border:none;}
  header ul.nav .dropdown .dropdown-toggle{width: 40px;height: 40px}
  header ul.nav .dropdown .dropdown-toggle::after{display: none;}
/*========== FOOTER STYLE ===========================*/
/*========== HOME PAGE ==============================*/
  /*========== BRAND LOGO SECTION ===================*/
    .brand-logo-list li img{max-width: 200px;object-fit: scale-down;}
    .brand-logo-list li{border-right: 2px solid #ededed;display: flex; justify-content: center;width: 20%;height: 50px}
    .brand-logo-list li:nth-last-child(1){border:none;}
  /*========== ROOMS CAROUSEL SECTION ===============*/
    .rooms-created-carousel img{height:350px;border-radius: 20px;object-fit: cover;}
    .star {fill: #fcc62b;}
/*========== LOGIN PAGE =============================*/    
  .login-block input,.login-block select {height: 40px}
  .login-block label {
    position: absolute;
    top: 50%;
    background-color: var(--bg-primary);
    left: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    color: #333;
    pointer-events: none;
    -webkit-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    font-weight: 500;
    color: var(--gray-500);
  }
  .login-block input:focus {border-color: #10a37f;}
  input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
  }
  .login-block input:focus+label,.login-block input.has-value+label {
    top: -1px;
    font-size: 14px;
    color: #10a37f !important;
    font-weight: 400;
    background:#fff;
  }
  html[data-bs-theme=dark] .login-block input:focus+label,
  html[data-bs-theme=dark] .login-block input.has-value+label{background-color: var(--bs-body-bg);}
  .login-block input:focus::-webkit-input-placeholder {color: transparent;}
  .form-validation .button,.signup-button {
    border-radius: 6px;
    background: #10a37f;
    padding: 4px 16px;
    height: 40px
  }
  .form-validation .button:hover,.vstack .button:hover {box-shadow: inset 0 0 0 150px #0000001a;}
  .horizontal-line span {top: 50%;left: 50%;transform: translate(-50%, -50%);}
  .signupwithsocial>*{height: 40px !important;}
  .signupwithsocial * {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #3c4043;
    font-family: "Google Sans", arial, sans-serif;
  }
  .signupwithsocial .button {background-color: var(--color-dark);display: flex;justify-content: center;
    align-items: center; }
  .circle-button {width: 38px;height: 38px;border-radius: 50%}
  .country-code-list-item {display: flex;gap: 4px;align-items: center;}
  .country-code-list-item .country-code-emoji {font-size: 20px;line-height: 1;padding-right: 4px;}
  .country-code-list-item .country-code-number {font-size: 14px;color: var(--color-second);}
  .iti--allow-dropdown .iti__country-container:not(:has(+input[disabled])):not(:has(+input[readonly])) .iti__selected-country-primary:hover, 
  .iti--allow-dropdown .iti__country-container:not(:has(+input[disabled])):not(:has(+input[readonly])) .iti__selected-country:has(+.iti__dropdown-content:hover) .iti__selected-country-primary,
  .form-control.is-invalid, .was-validated .form-control:invalid,.form-control.is-valid, .was-validated .form-control:valid{
    background: transparent;
    background-image: transparent;
  }
  .signupwithsocial span{width:30px}
  .login-social-icon svg{fill:#000}
  .custom-me-4{margin-right:2.2rem}
  .iti__country{background: var(--color-dark);}
  .iti__country.iti__highlight{background:var(--secondary-dark); }
  .iti__country.iti__highlight .iti__country-name{color:var(--color-dark); }
/*========== PRICING PAGE ===========================*/
  .benefit-list li{position: relative;padding-left: 30px;margin-bottom: 15px;font-size: 1.3rem;
    color: var(--color-second);}
  .benefit-list li:before{
    content: '';
    position: absolute;
    width: 25px;height: 25px;
    background: url(../img/check-mark.svg);
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
  }
/*========== REDESIGN PAGE ==========================*/  
  /*========== CUSTOM IMAGE FILE BUTTON =============*/  
    .custom-file-upload {background-color: var(--color-first);color: var(--color-dark);padding: 10px 15px;
      border-radius: 5px;cursor: pointer;}
    .custom-file-upload:hover {background-color: var(--color-second);}
    .delete-photo-button svg{fill: var(--color-first) !important;}
  /*========== CUSTOM DROPDOWN TYPE OPTIONS =========*/    
    .custom-select-wrapper {
      position: relative;
      display: inline-block; 
      width: 100%;
      border-radius: 3px;
      background: var(--color-dark);
      box-shadow: 0 2px 2px 0 rgba(0 ,0 , 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
      text-align: left;
      line-height: 45px;
      color: #444;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      border-radius: 7px;
    }
    .custom-select-display{ padding: 10px 5px 10px 15px;}
    .custom-select-display::before {
      content: '';
      position: absolute;
      top: 40%;
      right: 16px;
      margin-top: -2px;
      width: 10px;
      height: 10px;
      border-width: 0 2px 2px 0;
      border-style: solid;
      border-color:solid black;
      transform: rotate(45deg); 
      -webkit-transition: .5s ease;
      -moz-transition: .5s ease;
      -ms-transition: .5s ease;
      transition: .5s ease;
    }
    .custom-select-display.active::before {transform: rotate(-135deg);top: 50%;}
    .custom-select-wrapper .custom-options-list {
      position: absolute;
      top: 120%;
      right: 0;
      left: 0;
      margin: 0;
      padding: 0;
      list-style: none;
      border-radius: inherit;
      box-shadow: inherit;
      background: inherit;
      display: none;
      -webkit-transition: .5s ease;
      -moz-transition: .5s ease;
      -ms-transition: .5s ease;
      transition: .5s ease;
      visibility: visible;
      -webkit-transform: scaleY(1);
      -moz-transform: scaleY(1);
      -ms-transform: scaleY(1);
      transform: scaleY(1);
      -webkit-transform-origin: top;
      -moz-transform-origin: top;
      -ms-transform-origin: top;
      transform-origin: top;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      z-index: 99999;
      background: var(--color-dark);
    }
    .custom-select-wrapper .custom-options-list li {
      padding: 7px 15px;
      border-bottom: 1px solid rgba(255, 255, 255, .2);
      overflow: hidden;
      position: relative;
      -webkit-transition: .5s ease;
      -moz-transition: .5s ease;
      -ms-transition: .5s ease;
      transition: .5s ease;
    }
    .custom-options-list.active {display: block; /* Show when active */}
    .custom-option.selected {background-color: var(--color-third);/* Style for the selected option */}
    .custom-select-wrapper .custom-options-list li .check-list{
      content: '';
      position: absolute;
      right: 10px;
      top: 20%;
      width: 15px;height: 15px;
      opacity: 0;
    } 
    .custom-select-wrapper .custom-options-list li .check-list img{width: 100%;height: 100%;object-fit: scale-down;}
    .custom-select-wrapper .custom-options-list li.custom-option.selected .check-list{opacity: 1}
    .custom-select-wrapper .custom-options-list li:last-child {border-bottom: none;}
    .custom-select-wrapper .custom-options-list li:hover {background: var(--color-fourth);}
    .custom-select-wrapper.active .custom-options-list {
      visibility: visible;
      -webkit-transform: scaleY(1);
      -moz-transform: scaleY(1);
      -ms-transform: scaleY(1);
      transform: scaleY(1);
    }
  /*========== ROOM THEME CHECKBOXES ================*/      
    .theme-list li{display: inline-block;}
    .theme-list input[type="checkbox"][id^="themeCheckbox"] {display: none;}
    .theme-list label {
      border: 1px solid #fff;
      padding: 0;
      display: flex;
      flex-direction: column;
      position: relative;
      margin: 5px;
      cursor: pointer;
      border-radius: 5px;
      text-align: center;
    }
    .theme-list label:before {
      background-color: var(--color-fourth);
      color: var(--color-first);
      content: " ";
      display: block;
      border-radius: 50%;
      position: absolute;
      top: 5px;
      left: 5px;
      width: 20px;
      height: 20px;
      text-align: center;
      line-height: 22px;
      transition-duration: 0.4s;
      transform: scale(0);
      z-index: 99;
    }
    .theme-list label img {
      height: 80px;
      width: 80px;
      transition-duration: 0.2s;
      transform-origin: 50% 50%;
      border-radius: 5px;
    }
    .theme-list input:checked + label:before {
      content: "✓";
      font-weight: bold;
      font-size: 0.8rem;
      background-color: var(--color-third);
      color: var(--color-first);
      transform: scale(1);
    }
    /*.theme-list input:checked + label img {transform: scale(0.95);/* box-shadow: 0 0 5px #333; *z-index: -1;}*/
  /*========== SHOW IMAGE OPTIONS ===================*/    
    .original-img-block,.original-img-block img{height: 200px;}
    .show-original-img-card{display: none;}
    .show-redesign-option{width: 100%;height: 300px;}
    .show-redesign-img{width: 100%;height: 100%;object-fit: cover;}
    .show-redesign-icon{width: 50px;height: 50px;}
    .show-redesign-final{display: none;}
    .loader {
      width: 48px;
      height: 48px;
      border: 5px solid #FFF;
      border-radius: 50%;
      display: inline-block;
      box-sizing: border-box;
      position: relative;
      display: none;
      animation: pulse 2s linear infinite;
    }
    .loader:after {
      content: '';
      position: absolute;
      width: 48px;
      height: 48px;
      border: 5px solid #FFF;
      border-radius: 50%;
      display: inline-block;
      box-sizing: border-box;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      animation: scaleUp 2s linear infinite;
    }

    @keyframes scaleUp {
      0% { transform: translate(-50%, -50%) scale(0) }
      60% , 100% { transform: translate(-50%, -50%)  scale(1)}
    }
    @keyframes pulse {
      0% , 60% , 100%{ transform:  scale(1) }
      80% { transform:  scale(1.3)}
    }
/*========== RESPONSIVE =============================*/  
  @media only screen and (max-width: 768px){
    header .logo{ width: 150px;}
    .text-lg {  font-size: 1rem;  line-height: 1.4rem;}
    .text-2xl {  font-size: 1.3rem;  line-height: 1.6rem}
    .text-3xl {  font-size: 1.475rem;  line-height: 1.75rem}
    .text-4xl {  font-size: 2rem;  line-height: 1.5rem}
    .text-5xl {  font-size: 2.5rem;  line-height: 3rem}
    .text-7xl {  font-size: 3.5rem;  line-height: 3.5rem}
    .rooms-created-carousel img{height: 300px}
  }
  @media only screen and (max-width: 480px){
    .rooms-created-carousel img{height: 250px}
    .gradient-bg.rounded-pill{border-radius: 20px !important}
    header .logo{ width: 130px;}
    header ul.nav li a{font-size: 0.95rem;padding: 0.5rem}
    header ul.nav .dropdown .dropdown-toggle{width: 35px;height: 35px;font-size: 0.9rem}
    .text-5xl {  font-size: 2.2rem;  line-height: 2.5rem}
    .text-7xl {  font-size: 3rem;  line-height: 3rem}
  }