@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

body{
    direction: ltr;
    font-family: 'Public Sans', sans-serif !important;
    font-size: 17px;
    margin: 0;
    padding: 0px;
}

a {
  text-decoration: none;
}


.fr-header-bar-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}

.fr-header-bar-bg::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  background-color: #693c72;
}

.fr-header-bar {
  padding-top:  9px;
  padding-bottom:  9px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
}

.frhb-logo-wrap {
  position: relative;
  z-index: 3;
}

.frhb-logo-link {
  display: flex;
  gap: 9px;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.frhb-logo-link img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.frhb-logo-link h3 {
  font-size: 36px;
  font-weight: 700;
  margin: 0;
}

.fr-hb-navbtn {
  display: none;
}

.fr-hb-navigation {
  display: flex;
  flex-direction: row;
  gap: 9px;
  align-items: center;
  position: relative;
  z-index: 3;
}

.fr-hb-nav-link {
  color: #fff !important;
  padding: 9px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: inherit;
  position: relative;
  z-index: 0;
  transition: all 0.8s ease;
}


.fr-hb-nav-link:hover {
  text-decoration: underline;
}

@media (max-width: 992px) {
  .fr-hb-navbtn {
    display: block;
    position: relative;
    z-index: 3;
    width: 30px;
    height: 20px;
    padding: 10px;
    border: 0;
    background-color: inherit;
  }

  .fr-hb-navbtn::before, .fr-hb-navbtn::after {
    content: "";
    position: absolute;
    background-color: #fff;
    height: 3px;
    width: 100%;
    left: 0;
    transition: all 0.8s ease;
  }

  .fr-hb-navbtn::before {
    top: 0;
  }

  .fr-hb-navbtn::after {
    bottom: 0;
  }

  .fr-hb-navbtn.active::before {
    transform: rotate(45deg);
    top: 43%;
  }

  .fr-hb-navbtn.active::after {
    transform: rotate(-45deg);
    bottom: 43%;
  }
 
  .fr-hb-navbtn.active span {
    background-color: inherit;
  }

  .fr-hb-navbtn span {
    content: "";
    position: absolute;
    background-color: #fff;
    height: 3px;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.8s ease;
  }

  .fr-hb-navigation {
    color: #fff;
    flex-direction: column;
    align-items: start;
    position: fixed;
    z-index: 0;
    top: 0;
    right: -100%;
    width: 40%;
    height: 100%;
    background-color:#01005E;
    padding: 105px 16px 0 12px;
    transition: all 0.8s ease;
  }
  

  .fr-hb-navigation.active {
    right: 0;
  }

}


.fruti-banner-bg {
  background: linear-gradient(180deg, #693c72 8%, #f8f4e1  100%);
}

.fruti-banner-overlay {
  position: relative;
  padding-top: 56px;
  background: url(visualtreasure/dir-bg/opacity_bg-067cd8b659e938.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.fruti-banner {
  padding-top: 80px;
  padding-bottom: 300px;
}

.fruti-title-wrapper {
  padding: 25px;
  border-radius: 12px;
  font-size: 28px;
  font-weight: 700;
 background: rgba(0,0,0,0.5); color: #fff;
}

.fruti-title-wrapper img {
  margin: 15px;
  float: left;
  width: 20%;
  max-height: 150px;
  object-fit: contain;
}

.frutti-form-wrapper{
  width: 100%;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  padding: 25px 38px;
  border-radius: 100px;
  flex-direction: column;
  background-color: #693c72;
}

.fryti-form-title {
  font-size: 18px;
  margin: 15px;
  color: #fff;
  text-align: center;
}

.fruti-form-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.fruti-form-body label {
  display: block;
  color: #fff;
  margin-bottom: 4px;
}

.fruti-form-inputwrapper, .fruti-form-btnwrapper {
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
}

.fruti-form-inputwrapper {
  flex-wrap: wrap;
  justify-content: center;
}

.input-user_rowblock, .textarea-user_rowblock {
  font-size: 14px;
  min-width: 30%;
  border-radius: 0.375rem;
  border: 1px solid rgba(55, 65, 81, 1);
  outline: 0;
  background-color: #fff;
  padding: 9px 12px;
  color: #000;
}

.input-user_rowblock:focus {
  border-color: rgba(167, 139, 250);
}

.form-check {
  width: 50%;
  margin: 0;
}

.form-check-label a {
  color: #fff;
  text-decoration: none;
}

.form-check-label a:hover {
  text-decoration: underline;
  color: #fff;
}

.play-title {
  display: none;
}

.play-title img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.play-title h4 {
  font-size: 36px;
  color: #fff;
  margin: 0;
}


.main-body-wrapper {
  background-color: #85FFBD;
       background-image: linear-gradient(330deg, #5B69E7 0%, #f8f4e1 100%); 
}


.about-fr {
  padding-top: 100px;
  padding-bottom: 56px;
}

.about-fr-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
  overflow: hidden;
  background-color: #f8f4e1;
  border-radius: 100px 0 100px;
}

.about-fr-media {
  width: 35%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.about-fr-gall1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
}

.about-fr-gall2, .about-fr-gall3 {
  display: none;
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.about-fr-info {
  width: 63%;
  padding: 25px 25px;
  border-radius: 0 0 200px 0;
  background: rgba(255,255,255,0.5);
  color: #222;
}

.about-fr-info-title {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
}

.about-fr-content {
  font-size: 18px;
}

.about-fr-imgfirst {
  width: 25%;
  object-fit: contain;
  margin:  16px;
  float: right;
  display: none;
}


.gamcat-fr-bg {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.gamcat-fr-bgimg1, .gamcat-fr-bgimg2, .gamcat-fr-bgimg3, .gamcat-fr-bgimg4, .gamcat-fr-bgimg5, .gamcat-fr-bgimg6, .gamcat-fr-bgimg7 {
  position: absolute;
  z-index: -1;
}

.gamcat-fr-bgimg1 {
  width: 5%;
  object-fit: contain;
  top: 10%;
  left: 10%;
}

.gamcat-fr-bgimg2 {
  width: 7%;
  object-fit: contain;
  top: 25%;
  left: 35%;
  transform: rotate(20deg);
}

.gamcat-fr-bgimg3 {
  width: 5%;
  object-fit: contain;
  top: 5%;
  left: 55%;
  transform: rotate(-40deg);
}

.gamcat-fr-bgimg4 {
  width: 10%;
  object-fit: contain;
  top: 45%;
  right: 10%;
  transform: rotate(10deg);
}

.gamcat-fr-bgimg5 {
  width: 7%;
  object-fit: contain;
  top: 70%;
  left: 60%;
  transform: rotate(-20deg);
}

.gamcat-fr-bgimg6 {
  width: 3%;
  object-fit: contain;
  top: 50%;
  left: 16%;
  transform: rotate(-65deg);
}

.gamcat-fr-bgimg7 {
  width: 7%;
  object-fit: contain;
  top: 85%;
  left: 45%;
  transform: rotate(-45deg);
}

.gamcat-fr-list-threerow {
  display: flex;
  flex-direction: row;
  gap:  16px;
  align-items: center;
  justify-content: center;
}

.gamcat-fr-list {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.gamcat-fr-card {
  width: 32%;
  background:#ffffff99;
  padding:  16px;
  border-radius:  8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  position:relative;
  margin: 16px auto;
}

.gamcat-fr-card-img{
  position:absolute;
  top:5px;
  left:50%;
  transform:translate(-50%);
  width: 100%;
  padding: 12px;
  transition: all 0.2s ease-in-out;
}

.gamcat-fr-card-img img{
  width:100%;
  object-fit: contain;
  transition: all 0.2s ease-in-out;
  border-radius: 8px;
}

.gamcat-fr-card:hover .gamcat-fr-card-img{
  top:-20px;
}

.gamcat-fr-card:hover .gamcat-fr-card-img img{
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.gamcat-fr-card-text{
  padding-top:100%;
}

.gamcat-fr-card-text .gamcat-fr-card-btn{
  text-align:center;
  font-size: 12px;
  font-weight:bold;
  padding: 5px;
  margin-bottom: 38px;
  position:relative;
  transition: all 0.2s ease-in-out;
}

.gamcat-fr-card-text .gamcat-fr-card-btn > *{
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);    
}

.gamcat-fr-card-text .gamcat-fr-card-btn > a {
  transition: all 0.05s ease-in-out;
}

.gamcat-fr-card-text .gamcat-fr-title{
  text-align:center;
}

.gamcat-fr-card-text .gamcat-fr-card-title h3{
  font-size: 19px;
  font-weight: 700;
  margin:15px auto;
  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  width: 100%;
}

.gamcat-fr-card-text .gamcat-fr-card-cont{
  margin:0;
}

.gamcat-fr-list-topplay {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.gamcat-fr-list-topplay .gamcat-fr-card {
  width: 32%;
}

.topplay-bg {
  width: 66%;
  display: block;
  width: 60%;
  margin: auto;
}

.topplay {
  padding: 25px 25px;
  padding-top: 38px;
  position: relative;
  background-position: center;
  background-size: cover;
  border-radius: 7px;
  box-shadow: 0 3px 12px -1px rgba(7,10,25,.1),0 22px 27px -30px rgba(7,10,25,.1);
  box-sizing: border-box;
}

.topplay-title {
  border: .5px solid #333;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 38px;
  letter-spacing: 0px;
  color: #333;
  background: #fff;
  padding: 8px 25px;
  border-radius: 89px;
  position: absolute;
  left: 50%;
  top: -10px;
  z-index: 5;
  transform: translateX(-50%);
  white-space: nowrap;
}

.topplay-list-overlay{
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 25px 38px;
  border-radius: 7px;
  background: rgba(0,0,0,0.5);
  color: #fff;
}

.topplay-item {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  padding:  12px  25px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.topplay-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #693c72;
  z-index: -1;
  border-radius: 0.25rem;
  transition: all 0.5s ease-in-out 0s;
}

.topplay-item:hover::after {
  width: 100%;
}

.topplay-item:hover p {
 color: #fff;
}

.top-award-img {
  height: 50px;
  object-fit: contain;
}

.topplay-item p {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin: 0;
}

.topplay-img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
}

.gamcat-fr-list-tworow {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}

.disclaim-fr-block {
  position: relative;
  background-color: #5B69E7b0;
  padding: 40px 25px;
  padding-top:  38px;
}

.d-fr-title {
  border: .5px solid #333;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 38px;
  letter-spacing: 0px;
  color: #333;
  background: #fff;
  padding: 9px 25px;
  border-radius: 89px;
  position: absolute;
  left: 50%;
  top: -10px;
  z-index: 5;
  transform: translateX(-50%);
  white-space: nowrap;
}

.d-fr-txt {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}

.d-fr-logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap:  12px;
  align-items: center;

}

.d-fr-logo img {
  width: 70px;
  object-fit: contain;
}

.d-fr-logo h3 {
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  color: #fff;
}

.benefit-fr-bg {
  overflow: hidden;
  padding-top: 56px;
  padding-bottom: 56px;
  background: linear-gradient(16deg,  #693c72 50%, rgba(255,255,255,0) 50%);
}

.benefit-fr-intro {
  display: flex;
  align-items: center;
  gap: 38px;
}

.benefit-fr-title-block {
  width: 70%;
}

.b-fr-title, .gamcat-fr-title h2, .fr-catgam-title, .frac-title, .fr-gammain-title, .fr-testimon-title , .fr-gammain-play h3, .fr-gamcontact-title {
  color: #f6f1f1;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #646060;
}

.b-fr-img {
  width: 40%;
  position: relative;
  height: 160px;
}

.b-fr-img img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 350px;
  width: auto;
  display: flex;
  margin: auto;
}

.b-fr-list {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.b-fr-item {
  width: 48%;
  padding: 12px 25px;
  display: flex;
  gap: 16px;
  align-items: center;
  background-color: #fff;
  border-radius: 13px;
  box-shadow: rgba(108, 72, 95, 0.3) 10px 10px, rgba(240, 46, 170, 0.1) 20px 20px, rgba(240, 46, 170, 0.05) 25px 25px;
}

.b-fr-list > :nth-child(1) {
  width: 45%;
  margin-right: 15%;
}

.b-fr-list > :nth-child(2) {
  width: 60%;
}

.b-fr-list p {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin: 0;
}

.b-fr-list img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.footer-frutter-bg {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #693c72;
}

.footer-frutter {
  display: flex;
  flex-direction: row;
  gap:  16px;
  justify-content: space-between;
}

.footer-frutter-logohalf {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap:  12px;
}

.ff-logo-link {
  display: flex;
  flex-direction: row;
  gap: 9px;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.ff-logo-link img {
  width: 55px;
  height: 55px;
  object-fit: contain;
}

.ff-logo-link h3 {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  color: #fff;
}

.ff-info-content {
  display: flex;
  flex-direction: column;
  gap:  12px;
}

.ff-info-content p {
  color: #fff;
  font-size: 18px;
  margin: 0;
}

.ff-disclaim-img {
  width: 70px;
  height: 70px;
}

.ff-rand-img {
  width: 20%;
  display: none;
}

.ff-rand-img img {
  width: 100%;
  max-height: 300px;
  object-fit: contain;
}

.footer-frutter-navhalf {
  width: 35%;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: end;
}

.ff-link {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

.fr-about-faq-bg {
  padding-top: 20px;
  padding-bottom:  38px;
  background: rgba(0,0,0,0.9); color: #fff;
} 

.fr-about-faq {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.fr-about-block, .fr-faq-block {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}

.fr-about-content, .frf-content {
  width: 53%;
}

.frac-img, .frf-img {
  width: 45%;
}

.frac-img img {
  display: none;
  width: 100%;
  height: 300px;
  object-fit: contain;
}

.frf-img img {
  display: flex;
  width: 100%;
  height: 400px;
  object-fit: contain;
}

.accordion-item {
  margin-bottom: 20px;
  border: 0;
  border-radius: 10px !important;
  background: rgba(0,0,0,0.5); color: #fff;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: #060606;
}

.accordion-button {
  color: #fff !important;
  font-size: 18px;
  padding: 25px 60px 25px 25px;
  background: #5B69E7;
  border-radius: 10px !important;
}

.fr-catgam-bg {
  overflow: hidden;
  position: relative;
  z-index: 0;
  padding: 10px;
  padding-bottom: 38px;
  background-color: #f8f4e1;
}

.fr-catgam-bgimg1 {
  width: auto;
  height: 70%;
  position: absolute;
  z-index: -1;
  left: -3%;
  top: 10%;
}

.fr-catgam-bgimg2 {
  width: auto;
  height: 70%;
  position: absolute;
  z-index: -1;
  right: -3%;
  top: 10%;
}

.fr-catgam-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.fr-catgam-list-rowwrap {
  display: flex;
  flex-direction: row;
  gap: 25px;
  align-items: center;
  justify-content: center;
}

.fr-catgam-card-wrapper {
  text-decoration: none;
  color: #000000;
  width: 32%;
}

 .fr-catgam-card {
  border-radius:  8px;
}
 .fr-catgam-card .fr-catgam-imagebox{
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.50);
  border-radius:  8px;
}
 .fr-catgam-card .fr-catgam-imagebox img{
  -webkit-transition:all .9s ease; 
  -moz-transition:all .9s ease; 
  -o-transition:all .9s ease;
  -ms-transition:all .9s ease; 
  width: 100%;
  height: 300px;
}
 .fr-catgam-card:hover .fr-catgam-imagebox img{
  opacity: 0.7;
  -webkit-transform:scale(1.15);
  -moz-transform:scale(1.15);
  -ms-transform:scale(1.15);
  -o-transform:scale(1.15);
  transform:scale(1.15);
}
 .fr-catgam-card .fr-catgam-textbox{
  text-align: center;
}
 .fr-catgam-card .fr-catgam-textbox .fr-catgam-text{
  padding: 25px 16px;
}
 .fr-catgam-card{
  background: #FFFFFF;
  margin-top: 50px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.40);
}
 .fr-catgam-card:hover{
  background: #fff;
  box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.50);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-top: 38px;
}
 .fr-catgam-card .fr-catgam-textbox .fr-catgam-txt{
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px; 
  font-size: 14px;
  letter-spacing: 1px;
  color: #000000;
}
 .fr-catgam-card .fr-catgam-textbox h6{
  margin-top: 0px;
  margin-bottom: 4px; 
  font-size: 18px;
  font-weight:  700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000000;
}

.fr-gammain-page-bg {
  background: linear-gradient(357deg, #693c72 0%, #83142C 55%,  #f8f4e1 100%);
}

.fr-gammain {
  padding: 20px;
  padding-bottom: 38px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.fr-gammain-info img {
  margin: 25px;
  float: left;
  width: 30%;
}

.fr-gammain-txt {
  font-size: 16px;
}


.fr-testimon-comm {
  display: flex;
  flex-direction: column;
  gap: 25px;
  flex-wrap: wrap;
  justify-content: center;
}

.fr-testimon-comment {
  width: 48%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap:  12px;
  border: none;
  padding:  12px;
}

.comm-txt {
  color: #fff;
  width: 60%;
  padding:  12px  16px;
  text-align: start;
}

.comm-text {
  font-size: 19px;
  font-weight: 400;
  text-align: center;
}

.comm-avatar {
  width: 40%;
  gap: 16px;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 25px 0;
  padding: 0 25px;
  border-right: 1px solid #a59b9b;
}

.comm-avatar img {
  display: flex;
  border-radius: 50%;
  border: 3px solid #f5d6d6;
  width: 100px;
  height: 100px;
  box-shadow: 0 3px 15px rgba(218, 225, 232, 0.85);
}

.avatar-info {
  padding: 12px 16px;
  background: rgba(0,0,0,0.5); color: #fff;
}

.avatar-name  {
  font-size: 18px;
}

.fr-gamcontact-bg {
  padding-top: 20px;
  padding-bottom: 38px;
  background: rgba(0,0,0,0.9); color: #fff;
}

.fr-gamcontact-page {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.fr-gamcontact-list {
  padding: 0;
  display: flex;
  flex-direction: row;
  gap:  16px;
}

.fr-gamcontact-item {
  list-style: none;
  width: 32%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 9px;
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  background-color:  #f8f4e1;
}

.fr-gamcontact-pic i {
  font-size: 70px;
  color: #000000;
}

.fr-gamcontact-item p {
  color: #000000;
  font-size: 16px;
  text-align: center;
}

.fr-gamcontact-item a {
  color: #000000;
}

.fr-contwrapper {
  display: flex;
  flex-direction: row;
  gap:  16px;
  align-items: center;
}

.fr-c-gamform {
  width: 55%;
}

.fr-c-gamform-form {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 3em;
  padding-left: 2.8em;
  padding-right: 2.8em;
  padding-bottom: 2.1em;
  border: 2px dashed #693c72;
  border-radius: 9px;
  background-color: #f8f4e1;
  box-shadow: 0 0 0 4px #f8f4e1, 2px 2px 4px 2px rgba(0, 0, 0, 0.5);
  transition: .4s ease-in-out;
}

.fr-gamform-form-title {
  padding-left: 0.8em;
  color: #000;
  background-color: transparent;
  letter-spacing: 0px;
  text-align: center;
  padding-top: 19px;
  padding-bottom: 19px;
}

.fr-gamform-input {
  margin: auto;
  outline: none;
  padding: 0.5em;
  border: 1px solid #693c72;
  color: #693c72;
  width: 70%;
  height: 3em;
  border-radius: 10px;
  background-color: #FFF;
  text-align: center;
}

.fr-gamcontact-map {
  width: 43%;
  display: flex;
}








