/*

Tooplate 2119 Gymso Fitness

https://www.tooplate.com/view/2119-gymso-fitness

*/

  @font-face {
      font-family: 'Plain';
      src: url('../fonts/Plain-Regular.woff2') format('woff2'),
          url('../fonts/Plain-Regular.woff') format('woff');
      font-weight: normal;
      font-style: normal;
  }

  @font-face {
      font-family: 'Plain';
      src: url('../fonts/Plain-Light.woff2') format('woff2'),
          url('../fonts/Plain-Light.woff') format('woff');
      font-weight: 300;
      font-style: normal;
  }

  @font-face {
      font-family: 'Plain';
      src: url('../fonts/Plain-Bold.woff2') format('woff2'),
          url('../fonts/Plain-Bold.woff') format('woff');
      font-weight: bold;
      font-style: normal;
  }

  :root {
    --primary-color:        #fff77e;
    --primary-color_pastel:        #ebe9ce;
    --secondary:#b41414;
    --secondary_dark:#5c0606;
    --third:#3c44b4;
    --white-color:          #ffffff;
    --dark-color:           #171819;
    --about-bg-color:       #f9f9f9;

    --gray-color:           #909090;
    --link-color:           #404040;
    --p-color:              #666262;

    --base-font-family:     'Plain', sans-serif;
    --font-weight-bold:     bold;
    --font-weight-normal:   normal;
    --font-weight-light:    300;
    --font-weight-thin:     100;

    --h1-font-size:         48px;
    --h2-font-size:         36px;
    --h3-font-size:         28px;
    --h4-font-size:         24px;
    --h5-font-size:         22px;
    --h6-font-size:         22px;
    --p-font-size:          18px;
    --base-font-size:       16px;
    --menu-font-size:       14px;

    --border-radius-large:  100%;
    --border-radius-small:  2px;
  }


  body {
    background: var(--white-color);
    font-family: var(--base-font-family);
  }


/* new css for Milano Sugar */
.modal-content{
	padding: 0 !important;
}
.modal-title {
    text-transform: uppercase;
    line-height: 1.3;
    width: 80%;
    padding: 0 !important;
    text-align: left;
}
.modal-header {
    background: var(--secondary_dark);
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem !important;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.modal-content {
    background: var(--primary-color_pastel);
    border: none;
}
.column-left{
	width: 97px;
}

.phone {
	font-size: 21px !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.list-style-none {
    list-style: none !important;
}

.description {
    color: var(--secondary_dark);
    font-style: italic;
    font-size: 14px;
    text-align: left;
}

.custom-btn.service h3{
	color: #000;
}


.navbar-brand img{
	height: 70px;
}

.social-icon.footer li a{
	font-size: 20px;
    color: var(--primary-color);
    background: linear-gradient(180deg, var(--secondary) 25%, var(--secondary) 50%, var(--secondary) 75%);
    padding: 10px;
    border-radius: 100px;
    width: 50px;
    width: 40px;
    height: 40px;
}

.social-icon.footer li a:hover{
    color: #fae4ba;
    background: linear-gradient(180deg, var(--third) 25%, var(--third) 50%, var(--third) 75%);
}
.text-gold {
  background: linear-gradient(180deg, var(--secondary) 40%, var(--secondary) 50%, var(--third) 70%, var(--third) 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.modal-title,
.text-gold.spe {
    background: linear-gradient(180deg, var(--primary-color) 40%, var(--primary-color) 50%, var(--secondary) 70%, var(--secondary) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.text-grey{
	 color: var(--secondary) !important;
}
.btn.bg-color,
.text-white,
.close {
    color: var(--primary-color) !important;
}
.btn.bg-color:hover {
    color: #e6b160 !important;
}
.border-bottom {
    border-bottom: 1px solid var(--secondary_dark) !important;
}
.border-top {
    border-top: 1px solid #e6b160 !important;
}
.btn-secondary {
    color: var(--primary-color);
    background-color: var(--secondary_dark);
    border-color: var(--secondary_dark);
}
.btn-secondary:hover {
    color: var(--primary-color);
    background-color: var(--third);
}
#about p {
  text-align: justify;
}

  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-weight: var(--font-weight-thin);
    line-height: normal;
  }

  h1 {
    font-size: var(--h1-font-size);
    font-weight: var(--font-weight-bold);
    letter-spacing: -1px;
    text-transform: uppercase;
    margin: 20px 0;
  }

  h2 {
    font-size: var(--h2-font-size);
    font-weight: var(--font-weight-bold);
    letter-spacing: -2px;
  }

  h3 {
    font-size: var(--h3-font-size);
    font-weight: var(--font-weight-bold);
    letter-spacing: -1px;
    margin: 0;
  }

  h4 {
    font-size: var(--h4-font-size);
  }

  h5 {
    font-size: var(--h5-font-size);
  }

  h6 {
    color: #8c5953;
    font-size: var(--h6-font-size);
    line-height: inherit;
    margin: 0;
  }

  p {
    color: #fff;
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-light);
    line-height: 1.5em;
  }

  b, 
  strong {
    font-weight: var(--font-weight-bold);
    letter-spacing: 0;
  }

  .section {
    padding: 3em 0 1em;
  }


  /* BUTTON */
.close:focus{
  outline: none;
}

  .custom-btn {
    background: transparent;
    border-radius: var(--border-radius-small);
    padding: 14px 24px;
    color: var(--white-color);
    font-size: 25px;
    font-weight: var(--font-weight-normal);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    transition: all 0.3s ease;
  }

  .custom-btn:hover {
    color: var(--primary-color);
  }

  .custom-btn:focus {
    box-shadow: none;
  }

  .custom-btn.bordered:hover,
  .custom-btn.bordered:focus,

  .custom-btn.bg-color:hover,
  .custom-btn.bg-color:focus {
    background: #703e3a;
    border-color: transparent;
    color: white;
  }

  .bordered {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
  }

  .bg-color {
    color: #fff !important;
    border: 2px solid !important;
    border-image-slice: 2 !important;
    border-width: 2px !important;
    border-image-source: linear-gradient(to left, var(--primary-color), var(--third), var(--primary-color_pastel), var(--third), var(--primary-color)) !important;
    padding: 15px !important;
    margin-top: 30px !important;
    width: 200px !important;
    background: transparent !important;
  }
  .bg-color:hover {
    color: #f6d192 !important;
    border: 2px solid !important;
    border-image-slice: 2 !important;
    border-width: 2px !important;
    border-image-source: linear-gradient(to bottom, var(--third), var(--primary-color), var(--primary-color_pastel), var(--primary-color), var(--third)) !important;
    padding: 15px !important;
    margin-top: 30px !important;
    width: 200px !important;
    background: transparent !important;
  }



  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  *::before,
  *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  a {
    color: var(--secondary);
    font-weight: normal;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  a:hover, 
  a:active, 
  a:focus {
    color: var(--third);
    outline: none;
    text-decoration: none;
  }
  .bg-booking{
    background-color: var(--secondary_dark);
    /* background-image: url(../images/bg-header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed; */
  }
  .site-footer {
    background-image : url(../images/blurry-gradient-haikei.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 2rem 1rem;
    border-bottom: 1px solid #545454;
  }
  .hero {
    background-image: url(../images/banner.jpg) !important;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    vertical-align: middle;
    min-height: 100vh;
    position: relative;
  }

  /* BG OVERLAY */

  .bg-overlay {
    background: var(--dark-color);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.85;
  }


  /*---------------------------------------
     MODAL              
  -----------------------------------------*/

  .modal-content {
    padding: 0;
  }

  .modal-header,
  .modal-footer {
    border: 0;
    padding: 0 15px 15px;
  }

  .membership-form a {
    color: var(--primary-color);
  }
  .modal-backdrop.show {
    opacity: .6;
}


  /*---------------------------------------
    FEATURE          
  -----------------------------------------*/

  .feature {
    background: #fce0e0;
    padding: 5rem 0;
  }


  /*---------------------------------------
     MENU             
  -----------------------------------------*/

  .navbar {
    box-shadow: 0px 0px 15px 2px white;
    /* background-image : url("../images/blurry-gradient-haikei.png") !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #545454;
    background-size: cover;
    background-position: center 95%;
    z-index: 2;
    background-color: var(--third);
  }

  .navbar::after{
    position: absolute;
    content: "";
    background-color: var(--primary-color);
    top: 0;
    left: 0;
    width: 31%;
    height: 100%;
    z-index: -1;
    transform: skewX(66deg);
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-brand {
    color: var(--white-color);
    font-size: var(--h3-font-size);
    font-weight: var(--font-weight-bold);
    line-height: normal;
    padding-top: 0;
  }

  .nav-item .nav-link {
    display: block;
    color: var(--primary-color);
    font-size: var(--menu-font-size);
    font-weight: var(--font-weight-normal);
    text-transform: uppercase;
    padding: 2px 6px;
  }

  .nav-item .nav-link.active,
  .nav-item .nav-link:hover {
    color: #e1c145;
  }

  .navbar .social-icon li a { 
    color: var(--primary-color);
  }

  .navbar-toggler {
    border: 0;
    padding: 0;
    cursor: pointer;
    margin: 0 10px 0 0;
    width: 30px;
    height: 35px;
    outline: none;
  }

  .navbar-toggler:focus {
    outline: none;
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background: transparent;
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before,
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
    transition: top 300ms 50ms ease, transform 300ms 350ms ease;
    transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
    top: 0;
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    transform: rotate(45deg);
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    transform: rotate(-45deg);
  }

  .navbar-toggler .navbar-toggler-icon {
    background: var(--primary-color);
    transition: background 10ms 300ms ease;
    display: block;
    width: 30px;
    height: 2px;
    position: relative;
  }

  .navbar-toggler .navbar-toggler-icon::before,
  .navbar-toggler .navbar-toggler-icon::after {
    transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
    transition: top 300ms 350ms ease, transform 300ms 50ms ease;
    transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
    position: absolute;
    right: 0;
    left: 0;
    background: var(--primary-color);
    width: 30px;
    height: 2px;
    content: '';
  }

  .navbar-toggler .navbar-toggler-icon::before {
    top: -8px;
  }

  .navbar-toggler .navbar-toggler-icon::after {
    top: 8px;
  }

  /*---------------------------------------
     HERO              
  -----------------------------------------*/

  .hero {
    margin-top: 70px;
    background-image: url('../images/home/Aria-nail-bar-banner.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    vertical-align: middle;
    min-height: 100vh;
    position: relative;
  }


  /*---------------------------------------
     CLASS               
  -----------------------------------------*/

  .class-info {
    background: var(--white-color);
    box-shadow: 6px 0 38px rgba(20,20,20,0.10);
    border-radius: 0 0 2px 2px;
    padding: 1rem 2rem;
    position: relative;
  }

  .class-info img {
    border-radius: 2px 2px 0 0;
  }

  .class-info strong {
    color: var(--gray-color);
  }

  .class-price {
    background: var(--primary-color);
    border-radius: var(--border-radius-large);
    color: var(--white-color);
    font-weight: var(--font-weight-bold);
    display: block;
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
  }


  /*---------------------------------------
     SCHEDULE             
  -----------------------------------------*/

  .schedule {
    background: var(--dark-color);
  }

  .schedule-table {
    display: table;
    border: 0;
    text-align: center;
  }

  .schedule-table strong,
  .schedule-table span {
    display: block;
    text-align: center;
  }

  .schedule-table strong {
    color: var(--white-color);
  }

  .schedule-table span {
    color: var(--gray-color);
  }

  .schedule-table span,
  .schedule-table small {
    font-size: var(--menu-font-size);
    text-transform: uppercase;
  }

  .schedule-table small {
    position: relative;
    top: 10px;
  }

  .table .thead-light th,
  .schedule-table tr td:first-child {
    background: var(--primary-color);
    border: 1px solid #212122;
    color: var(--white-color);
  }

  .schedule-table .thead-light th {
    border-bottom: 0;
    text-transform: uppercase;
  }

  .table-bordered td, 
  .table-bordered th {
    border: 1px solid #212122;
  }

  .table-bordered td {
    padding-bottom: 22px;
  }

  .table td, .table th {
    padding: 1rem;
  }


  /*---------------------------------------
      ABOUT & TEAM            

  -----------------------------------------*/

  .about, #women, .contact {
    background: var(--primary-color);
  }

  .about-working-hours {
    border-left: 2px solid #edc8c0;
    padding-left: 3.5rem;
  }

  .about-working-hours strong {
    color: var(--white-color);
    opacity: 0.85;
  }

  .team-thumb {
    position: relative;
  }

  .team-info {
    background: var(--white-color);
    border-radius: 0 0 2px 2px;
    box-shadow: 6px 0 38px rgba(20,20,20,0.10);
    padding: 20px;
    position: relative;
  }

  .team-info span {
    font-weight: var(--font-weight-light);
    opacity: 0.85;
  }

  .team-info .social-icon {
    position: absolute;
    top: 10px;
    right: 20px;
  }

  .team-info .social-icon li {
    display: block;
  }


  /*---------------------------------------
     CONTACT              
  -----------------------------------------*/

  .webform input,
  button#submit-button {
    height: calc(2.25rem + 20px);
  }

  .form-control {
    border-radius: var(--border-radius-small);
    margin: 1.3rem 0;
  }

  .form-control:focus {
    box-shadow: none;
    border-color: var(--dark-color);
  }

  button#submit-button {
    background: var(--dark-color);
    border-color: transparent;
    color: var(--white-color);
    cursor: pointer;
    transition: all 0.3s ease;
  }

  button#submit-button:hover {
    background: var(--primary-color);
  }

  .contact h2 + p {
    max-width: 90%;
  }

  .google-map iframe {
    width: 100%;
  }


  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  .site-footer {
    background-color: var(--primary-color_pastel);
    border-top: 1px solid #efebeb;
  }

  .site-footer a {
    color: var(--secondary);
    font-weight: var(--font-weight-light);
  }
  .site-footer a:hover,
  .site-footer p {
    color: #000;
  }

  .contact .fa,
  .site-footer .fa {
    color: var(--secondary);
    width: 18px;
  }


  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 5px 0 0 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
  }

  .social-icon li a {
    text-decoration: none;
    display: inline-block;
    color: var(--p-color);
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-bold);
    margin: 5px 10px;
    text-align: center;
  }

  .social-icon li a:hover {
    color: #e1c145;
  }


  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media screen and (max-width: 992px) {

    .section {
      padding: 3rem 0;
    }

    .nav-item .nav-link {
      padding: 6px;
    }

    .navbar .social-icon {
      margin-top: 22px;
    }

    .navbar-collapse,
    .site-footer {
      text-align: center;
    }

    .schedule-table {
      display: block;
    }

    .modal-content {
      padding: 1rem;
    }
  }

  @media screen and (max-width: 767px) {

    h1 {
      font-size: 38px;
    }

    .about-working-hours {
      border-left: 0;
      padding: 22px 0 0 0;
    }

    .contact h2 span {
      display: block;
    }

    .navbar::after {
      height: 91px;
      width: 32%;
      transform: skewX(21deg);
    }
    .about .line1 {
      top: -14px !important;
      width: 26%;
    }
    .about .text-gold img {
     display: none;
    }
    #women .flower-services {
      right: 0 !important;
      top: 0 !important;
      width: 20%;
    }
    .contact .corner1 {
      width: 39%;
    }
    .contact .text-gold img {
      display: none;
    }
    .hero {
      min-height: 26vh;
      margin-top: 90px;
    }
  }



p{
  color: var(--secondary_dark);
}
@media (max-width: 768px) {
  .booking{
    background-position: 20% !important;
  }
  .line-dash{
    margin: 20px 0 !important;
  }
}


/*Menu service*/
.border-right-img {
  border-right: 1px solid rgba(255,255,255,0.1);
}
img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .title-big {
    padding: 0 0 10px 0;
    font-size: 25px;
    border-bottom: 2px solid #dee2e6 !important;
  }
}
.line-dash {
  border: 1px solid rgba(255,255,255,0.05);
  height: 0.5px;
  width: 100%;
  margin: 40px 0;
}
.title-group {
  font-size: 17px;
  font-weight: 600;
  color: #222;
}
.title-big{
  font-size: 32px;
  color: #8c5953;
  font-weight: 300;
  padding: 0 0 16px 0;
  letter-spacing: 4px;
}
.title-small div{
  text-transform: capitalize;
}

.color-price{
  color: #8c5953;
  text-align: left;
}

@media (max-width: 480px){
  .navbar-brand{
    margin-right: 0 !important;
  }
  .navbar-toggler{
    margin-right: 7px;
  }

}
@media (max-width: 424px){
  .navbar-brand{
    width: 50%;
  }

}
.note{
  font-size: 15px;
  color: #666;
  margin-bottom: 0;
  font-style: italic;
}
.desc{
  font-size: 17px;
  color: #666;
  margin-bottom: 0;
}




/*slider 2*/
.hero-carousel .owl-prev, .hero-carousel .owl-next {
  width: 60px;
  height: 60px;
}

.hero-carousel .owl-prev, .hero-carousel .owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff0000;
}

.hero-carousel .owl-prev {
  border-right: 1px solid #f7f8f9;
}

.hero-carousel .owl-nav {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.hero-carousel .owl-item img {
  /*height: 406px;*/
  object-fit: cover;
  max-width: 100%;
}

/*@media (min-width: 992px) {*/
  /*.hero-carousel .owl-item img {*/
    /*height: calc(100vh - 130px);*/
  /*}*/
/*}*/
.lnr-chevron-left:before, .lnr-chevron-right:before{
  color: white;
  font-weight: bold;
}
.hero-carousel .owl-prev, .hero-carousel .owl-next{
  background-color: #f29884;
}
.text-day, p.text-day{
  font-size: 18px;
}

.hero-carousel .owl-prev:hover, .hero-carousel .owl-next:hover{
  color: #000;
}
.title-small div{
  font-size: 17px;
}

/*Modal*/


h2.modal-title{
  font-size: 30px;
  font-weight: 300;
}

.modal-header .close {
  margin: 0 !important;
  padding: 0 !important;
}


.btn-callnow{
  padding: 10px 7px;
  text-align: center;
  float: left;
  background: #e64b33;
  border-radius: 10px;
  color: #fff;
  width: 100%;
  font-weight: bold;
  font-size: 19px;
}
.btn-booknow{
  padding: 25px 7px;
  text-align: center;
  float: left;
  background: #e64b33;
  border-radius: 10px;
  color: #fff;
  width: 100%;
  font-weight: bold;
  font-size: 20px;
}
.btn-booknow:hover, .btn-booknow:active,
.btn-callnow:hover, .btn-callnow:active{
  background: #b63c29;
  color: #fff;
}

/*---*/

.boxed-page .section-padding,
.section-padding-contact{
    padding-top: 65px;
    padding-bottom: 65px;
}


.overlay .section-content {
  position: relative;
  z-index: 1;
}

.heading-menu .text-center{
  font-size: 25px !important;
}

.menu-img {
  overflow: hidden;
  height: 300px;
  width: 300px;
}

@media (max-width: 767px) {
  .team-card .img-fluid {
      width: 100%;
  }

  .hero-left {
      height: auto;
  }
}

@media (min-width: 1440px) {
  .team-card .img-fluid {
      width: 100%;
  }
  .testi-content .testi-text {
      /*padding: 30px 10% !important;*/
  }
  .testi-content .owl-dots{
      padding-bottom: 30px;
  }
}

.menu-img img {
  transition: all .5s ease;
  height: 100%;
  object-fit: cover;
  border: 8px solid var(--third);
  border-radius: 100%;
}

.about{
  position: relative;
  overflow: hidden;
}
.about .line1{
  position: absolute;
  right: 0;
  transform: scaleY(-1);
  top: -33px;
  z-index: 1;
}
.about .flower{
  position: absolute;
  bottom: -124px;
  left: -168px;
}

.about .text-gold{
  position: relative;
}
.about .text-gold img{
  position: absolute;
  right: 42%;
  width: 15%;
  top: -27px;
  transform: rotate(29deg);
}

.contact{
  position: relative;
  overflow: hidden;
}
.contact .corner1{
  position: absolute;
  right: 0;
  top: 0;
}
.contact .corner2{
  position: absolute;
  left: 0;
  transform: scaleX(-1) scaleY(-1);
  bottom: 0;
}
.contact .text-gold{
  position: relative;

}
.contact .text-gold img{
  position: absolute;
  right: 31%;
  width: 15%;
  top: -17px;
  transform: rotate(29deg);
}

 .line-bottom{
  width: 20%;
}

.specialties{
  /* background-image: url("../images/blurry-gradient-haikei.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; */
  background-color: var(--third);

}

.navbar .show-close .navbar-toggler-icon::before {
  top: 0px;
  transform: rotate(45deg);
}
.navbar .show-close .navbar-toggler-icon::after {
  top: 0px;
  transform: rotate(-45deg);
}
.navbar .show-close .navbar-toggler-icon {
  background-color: transparent;
}


#women{
  position: relative;
  overflow: hidden;
}
#women .flower-services{
  position: absolute;
  right: -100px;
  top: -119px;

}
#women .flower-services-bottom{
  position: absolute;
  left: -100px;
  bottom: -150px;
}

.carousle-popup .owl-dots{
  display: none;
}

#a .modal-body{
  overflow: hidden;
  max-height: 520px;
}
#a .modal-body .owl-item{
  padding: 1rem .2rem 1rem  .3rem;
}



/* ================social fix */


.social-fix {
  gap: .5rem;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
}

.social-fix a {

  animation: glow 2s linear infinite;

  font-size: 17px !important;
  text-decoration: none;
  gap: 5px;
  display: flex;
  align-items: center;
  border: 1px solid white;
  color: black;
  border-radius: 4rem;
  padding: .6rem .8rem;
}

.social-fix a:nth-child(1) {
  background-color: #3e74f0;
}

.social-fix a:nth-child(2) {
  background: linear-gradient(to right, #f89e52, #c03696);
}

.social-fix a:nth-child(3) {
  background-color: rgb(25, 139, 25);
}

.social-fix a:nth-child(4) {
  background-color: #03a9f4;
}

.social-fix a p {
  margin-bottom: 0;
}

.social-fix a img {
  width: 1.5rem;
  animation: tilt-shaking 0.3s infinite;
}

.social-fix a:hover span {

  color: white;
}


@keyframes tilt-shaking {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(5deg);
  }

  50% {
    transform: rotate(0eg);
  }

  75% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}



@keyframes glow {
  0% {
    box-shadow: 0 0 0px 0 #ddad30;
  }

  50% {
    box-shadow: 0 0 5px 0 #ddad30;
  }
}

@keyframes vertical-shaking {
  0% {
    transform: translateY(0)
  }

  25% {
    transform: translateY(5px)
  }

  50% {
    transform: translateY(-5px)
  }

  75% {
    transform: translateY(5px)
  }

  100% {
    transform: translateY(0)
  }
}

/* ================social fix */

