@charset "utf-8";

/* CSS Document */
/*******common css*************/

/* html{
    overflow-x: hidden !important;
}  */

body {
  font-family: "poppins" !important;
  overflow-x: hidden !important;
  background-color: #F4F4F4;
}

.margin_auto {
  margin-right: auto;
  margin-left: auto;
}

.no_padding {
  padding-right: 0px;
  padding-left: 0px;
}

.no_padd_left {
  padding-left: 0px;
}

.btn:focus {
    background-color: #818FB4 !important;
    border-color: #818FB4 !important;
    box-shadow: none;
}

.attic_font{
    font-family: "attic" !important;
}

p {
  font-family: "poppins" !important;
  font-size: 13px;
  line-height: 23px;
  color: #696969;
}

.text-danger {
    padding: 0px !important;
    position: relative !important;
    margin-top: 0px !important;
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important;
}

.custom_ul {
  padding-left: 20px !important;
  list-style: none;
}

.custom_ul li {
  font-size: 13px;
  line-height: 23px;
  margin-bottom: 10px;
  list-style-image: url(../images/li.png);
}

.form-control:focus {
  box-shadow: none;
}

.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
    height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25;
    font-size: 13px;
}

.form-floating>.form-control-plaintext~label::after, .form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>.form-select~label::after {
    position: absolute;
    inset: 1rem 0.375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: transparent !important;
    border-radius: var(--bs-border-radius);
}

.form-control-danger{
    border: 1px solid #FF5559 !important;
}

.has-danger>label{
    color: #FF5559 !important;
}

.text-danger{
    display: none !important;
}

a {
  text-decoration: none !important;
}

.white_link{
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.white_link:hover{
    padding-left: 20px;
}

.small,
small {
  font-size: 10px;
}

.a_link {
  color: #000000;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.a_link:hover {
  color: #0d5ca3;
  padding-left: 5px;
}

.pad_3 {
  padding-left: 3px;
  padding-right: 3px;
}

.btn:focus {
  background-color: #0d5ca3;
  border-color: #0d5ca3;
  box-shadow: none;
}

.form-select:focus {
  border-color: #C1910F;
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  border-color: #C1910F;
  outline: 0;
  box-shadow: none;
}

.btn:focus {
  border-color: #C1910F;
  outline: 0;
  box-shadow: none;
}

.white_a {
  transition: 0.5s;
}

.white_a:hover {
  color: red !important;
}

.navbar-light .navbar-toggler:focus {
  box-shadow: none;
}

.top_social_icon .fa-brands {
    padding: 10px;
    font-size: 15px;
    width: 35px;
    text-align: center;
    text-decoration: none;
    margin: 2px 0px;
    border-radius: 5px;
    background-color: #004382;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.top_social_icon .fa-brands:hover{
   background-color: #FF004D; 
   color: #ffffff !important;
}

.heading{
    font-size: 30px;
    font-weight: 700;
    color: #404040;
}

.sub_heading{
    font-size: 25px;
    font-weight: 400;
    color: #404040;
    line-height: 26px;
}

.third_heading{
    font-size: 18px;
    font-weight: 400;
    color: #404040;
    line-height: 24px;
}

.white_text{
    color: #ffffff !important;
}

.white_bg{
  background-color: #ffffff !important;
}

.gold_text{
  color: #C1910F !important;
}

figure.effect-sadie .gold_text{
  color: #ffbb00 !important;
}

.btn:active{
    background-color: #000000 !important;
}

.custom_ul{
    padding-left: 40px !important;
    list-style: none;
}

.custom_ol li{
    font-size: 1goldpx;
    line-height: 23px;
    margin-bottom: 10px;
    color: #696969;
    list-style: decimal-leading-zero;
}

.custom_ul li{
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 10px;
    list-style-type: square;
    color: #696969;
}

.custom_ul li::marker {
    font-size: 1.2rem;
    font-weight: bolder;
    color: #FF004D;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: 1px solid #999999;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-select {
    border: 1px solid #999999;
    color: #000000;
}

.form-floating>label {
    position: absolute;
    font-size: 13px;
    top: 3px;
    left: 0;
    z-index: 2;
    height: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}

.form-control:focus-visible {
    color: #000000 !important;
    background-color: #ffffff !important;
}

.form-select:focus-visible {
    color: #000000 !important;
    background-color: #ffffff !important;
}

.home_top_so_sec{
  z-index: 999;
  bottom: 150px;
  left: 100px;
  color: #ffffff;
  width: auto;
}

.fa-brands{
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.fa-brands:hover{
  color: #FFB506;
}

.rotate_text{
  writing-mode: vertical-lr;
  -webkit-transform: rotate(-180deg); 
  -moz-transform: rotate(-180deg); 
  bottom: -5px;
  color: #ffffff;
  position: relative;
  left: 6px;
}

/*******common css*************/

/******************************/

/*====== menu =====*/
.header_logo{
    width: 120px;
}

.menu_search{
    width: 270px;
    opacity: 0.7;
    height: 45px;
}

.nav-link{
    font-size: 13px;
    color: #ffffff;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #ffffff !important;
  font-weight: 900;
}

.nav-link:focus, .nav-link:hover {
  color: #FFB506;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  background-color: rgba(255, 191, 0, 0.9);
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
  color: #000000 !important;
  font-size: 13px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.menu_profile_img{
  border-radius: 50%;
  border: 2px solid #FFB506;
  width: 48px;
  height: 48px;
  background: no-repeat center top scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*====== menu =====*/

/* slider */
.main_slider .carousel-item {
    height: 100vh;
    min-height: 450px;
    background: no-repeat center top scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-caption {
    position: relative;
    right: 0%;
    bottom: 200px;
    left: inherit;
    display: flex;
    height: 100vh;
    flex-wrap: wrap;
    align-content: flex-end;
    padding-top: 1.25rem;
    padding-bottom: 0rem;
    color: #ffffff;
    width: 600px;
    text-align: right;
}

.carousel-control-next, .carousel-control-prev {
    position: relative;
    z-index: 999;
    margin-top: -90px;
    right: 90px;
    bottom: 40px;
    display: flex;
    float: right;
    align-items: center;
    justify-content: end;
    width: 40px;
    padding: 10px;
    color: #000000;
    background-color: #ffffff !important;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 1;
    border-radius: 5px;
    transition: opacity .15s ease;
}

.carousel-control-prev{
    left: -140px;
}

.carousel-control-prev-icon {
    background-image: url(../images/prev.svg);
}

.carousel-control-next-icon {
    background-image: url(../images/next.svg);
}

.carousel-control-next:hover, .carousel-control-prev:hover{
    background-color: #ffcb08 !important;
}

.slider_bottom_social_links{
    position: relative;
    z-index: 999;
    width: 300px;
    top: -40px;
}
/* slider */

.bg_img{
  background: no-repeat top center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.explor_bg{
  background: no-repeat center top scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 400px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    overflow: hidden;
    animation: morph-1 10s linear infinite;
}

.event_bg{
  background-image: url(../images/event_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
}

@keyframes morph-1 {
  0%,
  100% {
      border-radius: 0% 0% 70% 30% / 0% 0% 60% 50%;
  }
  20% {
      border-radius: 0% 0% 50% 50% / 0% 0% 70% 70%;
  }
  67% {
      border-radius: 0% 0% 60% 100% / 0% 0% 60% 60%;
  }
}

.con_center{
  margin-inline: auto;
  width: fit-content;
}

.social_bg{
  background: no-repeat top left scroll;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.destination_div .post_date {
  font-family: "poppins" !important;
  position: relative;
  bottom: 0px;
  width: 100%;
  font-weight: 400;
  font-size: 13px;
  color: #000000;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
}

/* ==================== */
/* footer section */

.footer_bg{
  background-image: url(../images/footer_bg.png);
  background-repeat: repeat-x;
  animation: slideleft 9000s infinite linear;
  -webkit-animation: slideleft 9000s infinite linear;
  width: 100%;
}

@keyframes slideleft {
  from { background-position: 0%; }
  to { background-position: 90000%; }
}

.footer_ul{
  padding-left: 0px;
}

.footer_ul li{
  display: inline-block;
  padding-right: 15px;
  font-size: 13px;
}

/* footer section */
/* ==================== */


/* ================================ */
/* ================================ */
/* ================================ */
/* inner pages */

.inner_top_mask{
  position: absolute;
    width: 100%;
    height: 200px;
    z-index: -1;
    left: 0px;
    top: -10px;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%);
	  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%);
}

.black_overlay{
  position: absolute;
  width: 100%;
  height: 400px;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.5);
}

.inner_top_so_sec {
  z-index: 999;
  top: 250px;
  left: 0px;
  color: #ffffff;
  width: auto;
}

.inner_slider .carousel-item {
    height: 400px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.inner_slider .carousel-caption {
  position: relative;
  right: 0%;
  bottom: 50px;
  left: inherit;
  display: flex;
  height: 400px;
  flex-wrap: wrap;
  align-content: flex-end;
  padding-top: 1.25rem;
  padding-bottom: 0rem;
  color: #ffffff;
  width: 600px;
  text-align: right;
  z-index: 999;
}

.yellow_btn{
  background-color: #FFB506;
  border: 1px solid #FFB506 !important;
  color: #000000 !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: transparent;
  font-size: 13px !important;
  padding: 12px 30px !important; 
  border-radius: 5px;
  /* height: 58px; */
}

.yellow_btn:focus{
  background-color: #000000;
  border: 1px solid #000000 !important;
  color: #ffffff !important;
}

.yellow_btn:focus-visible{
  background-color: #000000;
  border: 1px solid #000000 !important;
  color: #ffffff !important;
}

.yellow_btn:hover{
  border: 1px solid #000000 !important;
  background-color: #000000;
  color: #ffffff !important;
  border-radius: 8px;
}

.white_btn{
  background-color: #ffffff;
  border: 1px solid #ffffff !important;
  color: #000000 !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: transparent;
  font-size: 13px !important;
  padding: 12px 30px !important; 
  border-radius: 5px;
  /* height: 58px; */
}

.white_btn:focus{
  background-color: #FFB506;
  border: 1px solid #000000 !important;
  color: #ffffff !important;
}

.white_btn:focus-visible{
  background-color: #FFB506;
  border: 1px solid #000000 !important;
  color: #ffffff !important;
}

.white_btn:hover{
  border: 1px solid #FFB506 !important;
  background-color: #000000;
  color: #ffffff !important;
  border-radius: 8px;
}

.red_btn{
  background-color: #EA4335;
  border: 1px solid #EA4335 !important;
  color: #ffffff !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: transparent;
  font-size: 13px !important;
  padding: 12px 30px !important; 
  border-radius: 5px;
  /* height: 58px; */
}

.red_btn:focus{
  background-color: #000000;
  border: 1px solid #000000 !important;
  color: #ffffff !important;
}

.red_btn:focus-visible{
  background-color: #000000;
  border: 1px solid #000000 !important;
  color: #ffffff !important;
}

.red_btn:hover{
  border: 1px solid #000000 !important;
  background-color: #000000;
  color: #ffffff !important;
  border-radius: 8px;
}

.slider-card:hover .arrow_btn:before {
  width: 100%;
  background: #FFB506;
  color: #000000;
}

.slider_img_div{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 450px;
}

.img_slide_col .slide {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  pointer-events: inherit;
}

.slider_contain_bg {
  background-color: #333333;
  height: 600px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.subs_so_sec{
    z-index: 999;
    bottom: 50px;
    left: 50px;
    color: #ffffff;
}

.subs_div{
  padding: 60px 60px;
  background-color: rgba(0, 0, 0, 0.4);
}

.body_bg{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.comment_user_img{
  border-radius: 50%;
  border: 2px solid #FFB506;
  width: 65px;
  height: 65px;
  background: no-repeat center top scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.profile_pic_div{
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.profile_badge{
  top: 0px;
  left: 135px;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-btn-wrapper .btn {
  color: rgb(0, 0, 0);
  background-color: #FFB506;
  padding: 8px 20px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  margin: auto;
}

.nav-pills .nav-link{
  background-color: #ffffff;
  margin-right: 5px;
  border: 1px solid #FFB506;
  color: #000000;
  font-weight: 900;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.nav-pills .nav-link.active{
  background-color: #FFB506;
  margin-right: 5px;
  border: 1px solid #FFB506;
  color: #000;
}

.nav-pills .nav-link.active:after {
  content: '';
  height: 0;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #FFB506;
  left: -4px;
  right: 0;
  top: 100%;
  margin: auto;
  position: absolute;
  display: block;
}

.nav-pills .nav-link:hover{
  background-color: #FFB506;
  margin-right: 5px;
  border: 1px solid #FFB506;
}

.offer_logo{
  border-radius: 50%;
  border: 2px solid #FFB506;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  color: #ffffff;
  pointer-events: none;
  background-color: #cccccc;
  border-color: #cccccc;
  opacity: var(--bs-btn-disabled-opacity);
}

/* inner pages */
/* ================================ */
/* ================================ */
/* ================================ */

/* Arrow button CSS start  */

.arrow_btn {
    position: relative;
    padding: 12px 18px;
    transition: all 0.2s ease;
    border: none;
    background: none;
    cursor: pointer;
  }
  
  .arrow_btn:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    border-radius: 50px;
    background: #000000;
    width: 45px;
    height: 45px;
    transition: all 0.3s ease;
  }
  
  .arrow_btn span {
    position: relative;
    color: #ffffff;
    font-weight: 400;
    font-size: 13px;
  }
  
  .arrow_btn svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #ffffff;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
  }
  
  .arrow_btn i {
    position: relative;
    top: 1px;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #ffffff;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
  }
  
  .arrow_btn:hover:before {
    width: 100%;
    background: #FFB506;
    color: #000000;
  }
  
  .arrow_btn:hover svg {
    transform: translateX(0);
  }
  
  .arrow_btn:active {
    transform: scale(0.95);
  }
  
  .arrow_btn.yellow span {
    color: #000000;
  }
  
  .arrow_btn.yellow svg {
    stroke: #000000;
  }
  
  .arrow_btn.yellow:before {
    background: #FFB506;
  }
  
  .arrow_btn.yellow:hover:before {
    background: #FFB506;
  }
  
  /* Arrow button CSS end  */

  /* scroll down */
  .scroll_item{
    position:absolute;
    top: 315px;
    right: 35px;
    z-index: 9999;
  }
  .scroll_item span{
    font-size: 15px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
  .scrolldown{
    height: 260px;
    position: absolute;
    left: 42%;
    top: 0;
  }
  .scrolldown:before,
  .scrolldown:after {
    content: "";
    position: absolute;
    background: #ffffff;
  }
  .scrolldown:before {
    bottom:0;
    left:-4px;
    width:10px;
    height:10px;
    border-radius: 50%;
    animation:
      circlemove 3s ease-in-out infinite,
      cirlemovehide 3s ease-out infinite;
  }
  @keyframes circlemove{
        0%{bottom: 165px;}
       100%{bottom:-5px;}
   }
  @keyframes cirlemovehide{
        0%{opacity:0}
       50%{opacity:1;}
      80%{opacity:0.9;}
    100%{opacity:0;}
   }
  .scrolldown:after{
    bottom:0;
    left:0;
    width: 1px;
    height: 168px;
  }
  /* scroll down */

/* scroll top */

.scroll-top-element{
  background-color: #000000 !important;
  z-index: 999999999 !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.scroll-top-element:hover{
  color: #000000 !important;
  background-color: #FFB506 !important;
}

/* scroll top */


/* pagination styles */

.pagination {
  list-style: none;
  display: flex;
  justify-content: flex-end;
}

.pagination li {
  margin-right: 5px;
}

.pagination li a {
  width: 40px;
  height: 40px;
  font-family: "attic" !important;
  font-size: 13px;
  position: relative;
  display: block;
  color: #373737;
  padding: 10px;
  text-align: center;
  border-radius: 50px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #FFB506;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.pagination li.active a {
  background-color: #FFB506;
  color: #000000;
  border-color: #FFB506;
}

.pagination li.disabled a {
  pointer-events: none;
  background-color: #fff;
  color: #777;
  border-color: #FFB506;
}

.pagination li a:hover {
  background-color: #FFB506;
  color: #000000;
  border-color: #FFB506;
}

.page-item:first-child .page-link {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.page-item:last-child .page-link {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

/* pagination styles */

/* stars */

.gray_star_rating{
  color: #ddd !important;
}

#half-stars-example .rating-group {
  display: inline-flex;
}

#half-stars-example .rating__icon {
  pointer-events: none;
}

#half-stars-example .rating__input {
  position: absolute !important;
  left: -9999px !important;
}

#half-stars-example .rating__label {
  cursor: pointer;
  padding: 0 0.1em;
  font-size: 2rem;
}

#half-stars-example .rating__label--half {
  padding-right: 0;
  margin-right: -20px;
  z-index: 2;
  width: 21px;
}

#half-stars-example .rating__icon--star {
  color: #FFC107;
}

#half-stars-example .rating__icon--none {
  color: #eee;
}

#half-stars-example .rating__input--none:checked + .rating__label .rating__icon--none {
  color: red;
}

#half-stars-example .rating__input:checked ~ .rating__label .rating__icon--star {
  color: #ddd;
}

#half-stars-example .rating-group:hover .rating__label .rating__icon--star,
#half-stars-example .rating-group:hover .rating__label--half .rating__icon--star {
  color: #FFC107;
}

#half-stars-example .rating__input:hover ~ .rating__label .rating__icon--star,
#half-stars-example .rating__input:hover ~ .rating__label--half .rating__icon--star {
  color: #ddd;
}

#half-stars-example .rating-group:hover .rating__input--none:not(:hover) + .rating__label .rating__icon--none {
  color: #eee;
}

#half-stars-example .rating__input--none:hover + .rating__label .rating__icon--none {
  color: red;
}

.personal_rating_stars .rating__label {
  cursor: pointer;
  padding: 0 0.1em;
  font-size: 1rem !important;
}

/* stars */

/* image upload */

/* .image-upload-section {
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
} */

.image-upload-container {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  border: 2px dashed rgba(255, 255, 255, 0.6);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-upload-container:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: #fff;
}

.image-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  color: #fff;
  transition: all 0.3s ease;
}
.image-input {
  display: none;
}
.img-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.remove-image-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #f44336;
  border: none;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
}

.remove-image-btn:hover {
  background-color: #d32f2f;
}

/* image upload */