/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/
@font-face {
font-family: "BodoniMT";
src: url("font/BodoniMT.woff") format("woff"),
}

/* font-family: 'Chakra Petch', sans-serif;
font-family: 'Hanken Grotesk', sans-serif;
font-family: 'Open Sans', sans-serif; */
/* latin-ext */
@font-face {
  font-family: 'Bodoni';
  font-style: normal;
  font-weight: 400;
  src: local('Bodoni'), url(https://fonts.gstatic.com/l/font?kit=9XUklJBmkV_PFha5GTIJ&skey=842e789e771ebebd&v=v9) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Bodoni';
  font-style: normal;
  font-weight: 400;
  src: local('Bodoni'), url(https://fonts.gstatic.com/l/font?kit=9XUklJBmkV_PFha5FzIJ&skey=842e789e771ebebd&v=v9) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.offers-container {
  bottom: 5%;
  padding: 15px;
  z-index: 2;
  background: #fff;
  border: 5px solid #FFC700;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 25px;
}
.offers-container .leftSide {
  height: 100%;
}
.offers-container .leftSide img {
  max-width: 100%;
  height: 100%;
  box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
}
.offers-container .rightSide .content {
  margin-right: 50px;
}
.offers-container .rightSide .content span {
  color: #1B3576;
  font-family: 'Open Sans', sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.offers-container .rightSide .content span strong {
  color: #1B3576;
  font-family: 'Open Sans', sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.offers-container .rightSide .btn {
  cursor: pointer;
  display: inline-flex;
  padding: 10px 50px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #1B3576;
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-top: 20px;
  transition: all 0.3s ease;
}
.offers-container .rightSide .btn a {
  color: #fff;
}
.offers-container .rightSide .btn:hover {
  background-color: #fff;
  color: #1B3576;
  box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
}
.offers-container .rightSide .btn:hover a {
  color: #1B3576;
}
.call-me .call-me-form {
  background-color: #023580;
  height: 100vh;
  padding: 20px;
  position: fixed;
  right: 0;
  transform: translateX(110%);
  transition: transform .5s ease;
  width: calc(100% - 40px);
  z-index: 999
}

.call-me.open .call-me-form {
  transform: translateX(0)
}

.call-me.open .call-me-form .closebtn {
  opacity: 1;
  pointer-events: inherit;
}

.call-me .call-me-form form {
  margin-top: 10vw
}

.call-me .call-me-form h2 {
  color: #FFFFFE;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.call-me.open .callbtn {
  opacity: 0;
  pointer-events: none
}

.call-me .btn {
  background-color: #023580;
  border-radius: 50%;
  text-transform: uppercase
}

.call-me .callbtn {
  bottom: 0;
  height: clamp(6rem, 19vw, 150px);
  opacity: 1;
  box-shadow: 0 0 0 1em rgba(255, 255, 255, 0.5);
  position: fixed;
  right: 0;
  transform: translate(-30%, -30%);
  transition: opacity .5s .3s ease;
  width: clamp(6rem, 19vw, 150px);
  font-size: clamp(.5rem, 1.3vw, .8rem);
  z-index: 998
}

.call-me .closebtn {
  transition: opacity .3s .3s ease;
  opacity: 0;
  pointer-events: none;
  bottom: 10%;
  font-size: .7rem;
  height: 100px;
  left: 50%;
  box-shadow: 0 0 0 2px rgb(255, 255, 255);
  position: absolute;
  transform: translate(-50%, -50%);
  width: 100px
}

i.close-icon:before, i.close-icon:after {
  background-color: #fff;
  content: '';
  height: 20px;
  position: absolute;
  width: 2px
}

i.close-icon {
  display: block;
  height: 24px
}

i.close-icon:before {
  transform: rotate(45deg)
}

i.close-icon:after {
  transform: rotate(-45deg)
}

.call-me .callbtn:hover {
  background-color: #0e2d65
}

.call-me .callbtn strong {
  display: block;
  font-weight: 700
}

i.phone-icon:before {
  background-image: url(/wp-content/themes/betheme-child/assets/svg/phone.svg);
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 45px;
  width: 100%
}

.call-me input.call-input {
  background-color: transparent;
  border: 0;
  border-bottom: solid 1px #FFF;
  box-shadow: none;
  color: #fff;
  padding-left: 0;
  text-transform: uppercase
}

.call-me input.call-input:focus {
  background-color: transparent !important;
  box-shadow: none;
  color: #fff;
  text-transform: uppercase
}

input.call-input::placeholder {
  color: #fff
}

.call-me input[type="submit"] {
  color: #000000;
  background-color: #FFFFFE;
  text-transform: uppercase;
  width: 100%;
  border-radius: 30px;
  padding: 15px;
  font-size: .8rem;
  font-weight: 600;
  margin-top: 2rem;
}

body .call-me .wpcf7-not-valid-tip {
  left: unset!important;
  top: unset!important;
  width: unset!important;
  height: unset!important;
  text-indent: unset!important;
  background-color: transparent;
}

body .call-me .wpcf7-not-valid-tip:before {
  content: unset;
}

body .call-me .wpcf7-not-valid-tip:after {
  content: unset;
}

.call-me .wpcf7 form.invalid .wpcf7-response-output {
  border: none;
  color: #ed3b2e;
}

.call-me .wpcf7-spinner {
  margin-top: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 530px) {
  .call-me .call-me-form {
    width: clamp(20rem, 20vw, 27rem);
    padding: 0 5em;
  }

  .call-me .closebtn {
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .offers-container {
    position: absolute;
    flex-direction: row;
    width: 80vw;
  }
}
@media screen and (min-width: 1280px) {
  .offers-container {
    width: 50vw;
    left: 136px;
    width: 826px;
    height: 317px;
    gap: 0;
  }
  .offers-container .leftSide img {
    transform: rotate(-6.7deg) translate(-20%, -20%);
    border: 11px solid #fff;
  }
  .offers-container .rightSide {
    width: 60%;
  }
}
@media screen and (min-width: 1800px) {
  .offers-container {
    bottom: 14%;
  }
}
@media screen and (min-width: 2000px) {
  .offers-container {
    bottom: 19%;
  }
}
@media screen and (min-width: 2200px) {
  .offers-container {
    bottom: 25%;
  }
}
@media screen and (min-width: 2400px) {
  .offers-container {
    bottom: 30%;
  }
}