@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Sacramento&family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

:root {
  --bs-body-font-size: 1rem;
  --white: #fff;
  --black: #0c0d0e;
  --orange: #f48024;
  --yellow: #fbf2d4;
  --green: #5eba7d;
  --blue: #0077cc;
  --powder: #e1ecf4;
  --red: #d1383d;
  --black-025: #fafafb;
  --black-050: #eff0f1;
  --black-075: #e4e6e8;
  --black-100: #d6d9dc;
  --black-150: #c8ccd0;
  --black-200: #bbc0c4;
  --black-300: #9fa6ad;
  --black-350: #9199a1;
  --black-400: #848d95;
  --black-500: #6a737c;
  --black-600: #535a60;
  --black-700: #3c4146;
  --black-750: #2f3337;
  --black-800: #242729;
  --black-900: #0c0d0e;
  --orange-050: #fff7f2;
  --orange-100: #fee3cf;
  --orange-200: #fcd0ad;
  --orange-300: #f7aa6d;
  --orange-400: #f48024;
  --orange-500: #f2720c;
  --orange-600: #da670b;
  --orange-700: #bd5c00;
  --orange-800: #a35200;
  --orange-900: #874600;
  --blue-050: #f2f9ff;
  --blue-100: #cfeafe;
  --blue-200: #addafc;
  --blue-300: #6cbbf7;
  --blue-400: #379fef;
  --blue-500: #0095ff;
  --blue-600: #0077cc;
  --blue-700: #0064bd;
  --blue-800: #0054a3;
  --blue-900: #004487;
  --powder-050: #6c00d9;
  --powder-100: #C874FF;
  --powder-200: #bf65fa;
  --powder-300: #bc5efa;
  --powder-400: #b445ff;
  --powder-500: #7aa7c7;
  --powder-600: #5b8db1;
  --powder-700: #d65aff;
  --powder-800: #cb0dff;
  --powder-900: #6c00d9;
  --powder-700_light: RGBA(108, 0, 217, .7);
  --green-025: #eef8f1;
  --green-050: #dcf0e2;
  --green-100: #cae8d4;
  --green-200: #a6d9b7;
  --green-300: #82ca9a;
  --green-400: #5eba7d;
  --green-500: #7bb35d;
  --green-600: #3d8f58;
  --green-700: #2f6f44;
  --green-800: #29603b;
  --green-900: #1e472c;
  --yellow-050: #fdf7e3;
  --yellow-100: #fbf2d4;
  --yellow-200: #f1e5bc;
  --yellow-300: #e6d178;
  --yellow-400: #e9c63f;
  --yellow-500: #ddb624;
  --yellow-600: #cea51b;
  --yellow-700: #b89516;
  --yellow-800: #9f8010;
  --yellow-900: #826a0b;
  --red-050: #fdf3f4;
  --red-100: #f9d3d7;
  --red-200: #f4b4bb;
  --red-300: #e87c87;
  --red-400: #de535e;
  --red-500: #d1383d;
  --red-600: #c02d2e;
  --red-700: #ac2726;
  --red-800: #942121;
  --red-900: #7a1819;
  --gold: #ffcc01;
  --gold-lighter: #fff4d1;
  --gold-darker: #f1b600;
  --bs-success: rgb(33, 186, 69);
  --bs-success_30: rgba(33, 186, 69, .3);
  --bs-success_40: rgba(33, 186, 69, .4);
  --bs-success_50: rgba(33, 186, 69, .5);
  --bs-success_60: rgba(33, 186, 69, .6);
  --bs-success_70: rgba(33, 186, 69, .7);
  --bs-success_80: rgba(33, 186, 69, .8);
  --bs-success_90: rgba(33, 186, 69, .9);
}
.gallery .image{
  border: 1px solid var(--white) !important;
}

.circle{
  border-radius:50%;
  background: radial-gradient(farthest-corner at 85px 85px, #ffffff 0%, rgba(0, 0, 0, 0.05) 30%);

}
.list-group-item {
  
  border: 1px solid rgba(255,255,255,0.8);
}
.ui.purple.button, .ui.purple.buttons .button {
  background-color: var(--powder-400);
  color: #fff;
  text-shadow: none;
  background-image: none;
}
.circle-container {
  position: relative;
/*width:70vw;
height:50vw;
*/
margin-left: auto;
margin-right: auto;
}

.circle-item {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
transition: .41s ease all;
border:.15rem solid var(--powder-100);
}

.circle-item:hover{
  z-index: 100;
  transform: scale(1.51);
  border-radius: 5%;
  border:.25rem solid var(--powder-100);
}


.width-40px{
  width:40px !important;
}
.width-50px {
  width: 50px !important;
}
.width-60px {
  width: 60px !important;
}
.width-70px {
  width: 70px !important;
}
.width-80px {
  width: 80px !important;
}
.width-90px {
  width: 90px !important;
}
.width-100px {
  width: 100px !important;
}
.width-120px {
  width: 120px !important;
}
.width-140px {
  width: 140px !important;
}

.ui.buttons .or {

  width: .003em;

}
.icon-flipped-h {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
}
.bg-olive{
background-color: #b5cc18 !important;
}
.text-success {
  color: var(--bs-success) !important;
}
.bg-success_2 {
  background-color:  var(--bs-success_30) !important;
}
.bg-purple {
  color: #a333c8 !important;
}
.bg-violet {
  background: 0 0;
  box-shadow: 0 0 0 1px #6435c9 inset;
  border: 1px #6435c9 inset;
  color: #6435c9 !important;
}
.invalid-tooltip {
font-size: .6875rem;
margin-top:0;
}

.rounded-start-2 {
  border-bottom-left-radius: .45rem !important;
  border-top-left-radius: .45rem !important;
}
.rounded-start-3 {
  border-bottom-left-radius: .75rem !important;
  border-top-left-radius: .75rem !important;
}
.rounded-start-4 {
  border-bottom-left-radius: 1rem !important;
  border-top-left-radius: 1rem !important;
}
.rounded-start-5 {
  border-bottom-left-radius: 1.25rem !important;
  border-top-left-radius: 1.25rem !important;
}
.rounded-start-6 {
  border-bottom-left-radius: 1.45rem !important;
  border-top-left-radius: 1.45rem !important;
}

.rounded-end-2 {
  border-top-right-radius: 0.45rem !important;
  border-bottom-right-radius: 0.45rem !important;
}

.rounded-end-3 {
  border-top-right-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}
.rounded-end-4 {
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}
.rounded-end-5 {
  border-top-right-radius: 1.25rem !important;
  border-bottom-right-radius: 1.25rem !important;
}
.rounded-end-6 {
  border-top-right-radius: 1.45rem !important;
  border-bottom-right-radius: 1.45rem !important;
}

.rounded-top-2 {
  border-top-left-radius: 0.9rem !important;
  border-top-right-radius: 0.9rem !important;
}
.rounded-top-3 {
  border-top-left-radius: 0.3rem !important;
  border-top-right-radius: 0.3rem !important;
}

.rounded-top-4 {
  border-top-left-radius: 0.4rem !important;
  border-top-right-radius: 0.4rem !important;
}
.rounded-bottom-2 {
  border-bottom-right-radius: 0.9rem !important;
  border-bottom-left-radius: 0.9rem !important;
}
body {

  /*	font-family: 'Great Vibes', cursive;*/
  /*font-family: 'Sacramento', cursive;*/
  /*font-family: 'Satisfy', cursive;*/
  font-family: 'Open Sans Condensed', sans-serif;
 font-size: var(--bs-body-font-size); 
  letter-spacing: 0.13em;
  background-color: var(--green-500);
  background-image: url(../images/bg_thai_green.jpg);
  background-size:cover;
  background-position: 50% 50%;
  background-attachment: fixed;
}
@media (max-width: 576px) {
  body {
    background-image: url(../images/Massage_bg.jpg);
    background-position: 0% 0%;
    background-attachment: fixed;
      background-size:auto;
  }
}
.form-floating>label {
  left: 10px;
  font-size: 12px;
  opacity: .75;
  color: var(--powder-400);
}
.accordion-button {
  color: var(--powder-400);
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23C874FF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
  transform: scale(.85) translateY(-.7rem) translateX(.15rem);
}

.form-control , .form-select {
  color:var(--powder-400);
  border: 1px  solid var(--powder-100);
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-radius:.2rem;
  font-size: 20px;
}
.form-control:focus {
  box-shadow: 0 0 0 0.01rem var(--powder-400);
  border-radius: 0rem;
}

.form-select:focus , .input:focus {

  box-shadow: 0 0 0 0.01rem var(--powder-400);
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(.4rem - 1px);
  border-bottom-left-radius: calc(.4rem - 1px);
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(.4rem - 1px);
  border-top-right-radius: calc(.4rem - 1px);
}
.accordion-item:last-of-type {
  border-bottom-right-radius: .4rem;
  border-bottom-left-radius: .4rem;
}

.accordion-item:first-of-type {
  border-top-left-radius: .4rem;
  border-top-right-radius: .4rem;
}
.accordion-item {
  background-color: #fff;
  border: 1px solid var(--powder-400);
}
.accordion-button:focus {
  border-color: var(--powder-400);
  box-shadow: 0 0 0 .125rem var(--powder-400);
}
.display-1_1 {
  font-size: calc(3.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
a {
  color: #000000;
  text-decoration:underline;
}
.mitten_drin_box {
  position: absolute;
  width: 150px;
  height: 150px;
  border: .14rem solid #e9c63f;
  background-color: var(--green-500);
  border-radius: 8px;
  overflow: hidden;
}
.max-vh-75{
  max-height: 75vh !important;
}
.max-height-100px{
  max-height: 100px;
}
.kreuz_box {
  height: 150px;
  width: 150px;
  border-color: #f6b73c !important;
  border-width: .9vw !important;
  zoom: 25%;
}


.ma-btn:hover{
  
  transition: transform 1.2s;
}
.ma-btn:hover .img{
  
  animation: zoom-in-zoom-out 1.5s ease;
}

@keyframes zoom-in-zoom-out {
  0% {
    scale: 100%
  }
  50% {
    scale: 120%;
  }

}
input[type="radio"]:checked+label .img{ zoom:110%; 
border-width: .2rem !important;
} 
.info-box .box_img , .box_right_image .box_img{
  width: 330px;
  height: 330px;
}

.box_img_right_image {
  width: 330px;
  height: 330px;
}

@media (max-width: 576px) {
.info-box, .info-box_right_image{
  width:336px;
}
.ui.buttons .or{
  /* display: none;*/
  position: absolute;
  left:50%;
  top:25%;
}
.ui.wrapping.buttons .ui.button{
  border-radius: 1rem;
}
}

@media (min-width: 768px) {

 

  .kreuz_box {
    zoom: 40%;
  }

}

@media (min-width: 992px) {
  
  .kreuz_box {

    zoom: 60%;
  }
}

@media (min-width: 1200px) {
  .kreuz_box {

    zoom: 80%;
  }
}

@media (min-width: 1400px) {
  .kreuz_box {

    zoom: 100%;
  }
}

.kreuz_box_1 {
  margin-bottom: -85px;
  border-top-left-radius: 100% !important;
  border-top-right-radius: 100%;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
}

.kreuz_box_2 {
  border-top-left-radius: 100%;
  border-bottom-left-radius: 100%;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
}

.kreuz_box_3 {
  margin-left: -20px;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  border-top: none !important;
  border-left: none !important;
  border-bottom: none !important;
}

.kreuz_box_4 {
  margin-top: -85px;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 2px solid red;
  /*  border-color: inherit; */

  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.border-powder-100 {
  border-color: var(--powder-100) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}

.text-blinker , .blinker {
  animation: blinker 1s linear infinite;
}

@keyframes text-blinker {
  50% {
    opacity: 0;
  }
}


sup {
  font-size: 12px;
  vertical-align: top;
  position: relative;
  top: 1.5em;
}
.modal{
 color: var(--powder-100) !important;
}
.btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23C874FF'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
.text-powder {
  color: var(--powder-100) !important;
}

.text-purple {
  color: #ff00ff !important;
}

.text-green {
  color: var(--green-500) !important;
}

.shadow-white {
  box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, .5);

}

.shadow-purple{
  box-shadow: 0px 0px 10px 5px rgba(245, 130, 255, 0.93);
}
.shadow-sm-purple {
  box-shadow: 0 0 0 0.25rem rgba(112, 9, 246, .1);
}

.font-Great-Vibes {
  font-family: 'Great Vibes', cursive;
}

.font-Satisfy {
  font-family: 'Open Sans Condensed', sans-serif;
}

.owl-carousel .item:hover {
  border-color: var(--white) !important;
}

.img_filter {
  filter: blur(1px);
}

.img_filter:hover {
  filter: blur(0px);
}

*.scale {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

*.scale:hover {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -ms-transform: scale(1.07);
  -o-transform: scale(1.07);
  transform: scale(1.07);
  z-index: 999;
}

*.scale_1:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
  z-index: 999;
}

*.scale_2:hover {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
  z-index: 999;
}

*.scale_3:hover {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
  z-index: 999;
}

*.scale_4:hover {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
  z-index: 999;

}

*.scale_4_shadow:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  z-index: 999;
  box-shadow: 0 0 10px 0.75rem rgba(112, 9, 246, .4);
  border-radius: 15px;
}

/* TRANSITION */
*.transition {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}
.border-purple{
  border-color: rgba(245, 130, 255, 0.93) !important;
}
.rounded-4 {
  border-radius: 0.4rem !important;
}

.rounded-5 {
  border-radius: 0.5rem !important;
}

.rounded-6 {
  border-radius: 0.6rem !important;
}

.rounded-7 {
  border-radius: 0.7rem !important;
}

.rounded-8 {
  border-radius: 0.8rem !important;
}

.rounded-9 {
  border-radius: 0.9rem !important;
}

.bi {
  align-items: center;
  justify-content: center;
  fill: currentColor;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #fff;
  border-radius: .75rem;
}

.icon-link {
  display: inline-flex;
  align-items: center;
}

.icon-link>.bi {
  margin-top: .125rem;
  margin-left: .125rem;
  transition: transform .25s ease-in-out;
  fill: currentColor;
}

.icon-link:hover>.bi {
  transform: translate(.25rem);
}

.icon-square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  border-radius: .75rem;
}

.text-white {
  color: #FFFFFF;
}

.rounded-4 {
  border-radius: .5rem;
}

.rounded-5 {
  border-radius: 1rem;
}

.text-shadow-1 {
  text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25);
}

.text-shadow-2 {
  text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25);
}

.text-shadow-3 {
  text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25);
}

.text-shadow-black {
  text-shadow: 2px 2px 2px #000000;
}

.text-shadow-white {
  text-shadow: 1px 1px 0px #FFFFFF;
}

.text-shadow-white-2 {
  text-shadow: 2px 2px 0px #FFFFFF;
}

.text-shadow-pink {
  text-shadow: 1.5px 1.5px 2px #AA58FC;
}
.hand{
  cursor: pointer;
}
.infinte-rotation {
  -webkit-animation: rotation 12s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
.glow {

  text-shadow:
    1px 0px 1px #ccc, 0px 1px 1px #eee,
    2px 1px 1px #ccc, 1px 2px 1px #eee,
    3px 2px 1px #ccc, 2px 3px 1px #eee,
    4px 3px 1px #ccc, 3px 4px 1px #eee,
    5px 4px 1px #ccc, 4px 5px 1px #eee,
    6px 5px 1px #ccc, 5px 6px 1px #eee,
    7px 6px 1px #ccc;
}

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


.form-control-dark {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: var(--bs-gray);
}

.form-control-dark:focus {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: #fff;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}


.dropdown-toggle {
  outline: 0;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.hero_area {
  position: relative;
  height: 10vh;
}

.waves {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 14vh;
  width: 100%;


}

.parallax>use {
  animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallax>use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.parallax>use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.parallax>use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}
.bg-purple-50{
  background-color: rgba(255, 0, 255 , .5) !important;;
}
.bg-purple-60{
  background-color: rgba(255, 0, 255 , .6) !important;;
}
.bg-purple-70{
  background-color: rgba(255, 0, 255 , .7) !important;;
}
.bg-purple-80{
  background-color: rgba(255, 0, 255 , .8) !important;;
}
.bg-purple-90{
  background-color: rgba(255, 0, 255 , .9) !important;;
}
.bg-white-10 {
  background-color: rgba(255, 255, 255, 0.1);
}
.bg-white-20 {
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-white-30 {
  background-color: rgba(255, 255, 255, 0.3);
}
.bg-white-40{
  background-color:rgba(255,255,255,0.4);
}
.bg-white-50{
  background-color: rgba(255, 255, 255, .5);
}
.bg-white-75{
  background-color: rgba(255, 255, 255, .75);
}
.bg-white-90{
  background-color: rgba(255, 255, 255, .90);
}

.bg-black-40{
  background-color: rgba(0, 0, 0, .4);
}
.bg-black-50{
  background-color: rgba(0, 0, 0, .5);
}
.bg-black-75{
  background-color: rgba(0, 0, 0, .75);
}
.bg-black-90{
  background-color: rgba(0, 0, 0, .90);
}
.accordion-button:not(.collapsed) {
  color: var(--powder-400);
  background-color: var(--white);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .125);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23C874FF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");

}
.info-box {
  color: var(--black);
  text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25);
  background-color: rgba(255, 255, 255, .5);
  border-bottom-left-radius: 170px !important;
  border-top-left-radius: 170px !important;
}

.info-box_right_image {
  color: var(--black);
  text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25);
  background-color: rgba(255, 255, 255, .5);
  border-bottom-right-radius: 170px !important;
  border-top-right-radius: 170px !important;
}

/*Shrinking for mobile*/

@media (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }
}

/* Waves Animation end*/
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }

  .content {
    height: 30vh;
  }

  .info-box {

    border-top-right-radius: 170px !important;
    border-top-left-radius: 170px !important;
    border-bottom-left-radius: 1.75rem !important;
  }

  .info-box_right_image {
    border-bottom-right-radius: 170px !important;
    border-bottom-left-radius: 170px !important;
    border-top-right-radius: 1.75rem !important;
  }
}