/* font */
@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
/* variable */
:root {  
    --alt-font: "DM Sans", sans-serif;
    --primary-font: "Inter", sans-serif;
    --base-color: #d90a2c;
--orange-color:#d90a2c;
    --dark-gray: #2D2247;
    --medium-gray: #716d7a;
    --light-medium-gray: #E8E2F5;
    --green: #4DAA57;
    --very-light-gray: #f3e7ff;
} 

a {
    color: #d90a2c;
}
/* reset */
body {
    font-size: 16px;
    line-height: 28px; 
}
/* box layout */
.box-layout {
    padding-left: 80px;
    padding-right: 80px;
}
/* bg color */
.bg-base-transparent-light {
    background-color: rgb(255 226 231);
}
.bg-green-transparent-light {
    background-color: rgba(77, 170, 87, 0.20);
}
.bg-gradient-very-light-gray-transparent {
    background: -webkit-linear-gradient(right, rgba(110, 44, 255, 0.10), rgba(110, 44, 255, 0));
    background: linear-gradient(to right, rgb(255 165 179), rgba(110, 44, 255, 0));
}
.bg-gradient-flamingo-red-transparent {
    background: -webkit-linear-gradient(right, rgba(225, 52, 14, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(225, 52, 14, 1.0) 10%, rgba(255, 255, 255, 0.0) 95%);
}
.bg-gradient-base-color-transparent {
    background: -webkit-linear-gradient(right, rgba(99, 0, 209, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgb(217 10 44) 10%, rgba(255, 255, 255, 0.0) 95%);
}
.bg-gradient-top-very-light-gray { 
    background-image:linear-gradient(to top, #F9F6FF, #F9F6FF, #fcfafa, #ffffff, #ffffff);
}
/* text color */
.text-flamingo {
    color: #F3453B;
}
/* border color */
.border-color-base-transparent {
    border-color: rgb(217 10 44) !important;
}
.text-outline-color-extra-medium-gray { 
    -webkit-text-stroke-color: rgba(45, 34, 71, 0.15); 
}
/* header */
header .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
}
header .navbar-brand img {
    max-height: 50px;
}
header .btn {
    font-size: 13px;
}
.navbar .navbar-nav .nav-link .label {
    font-size: 10px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu {
    width: 360px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a {
    line-height: 24px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a i {
    font-size: 32px;
    width: 35px;
}
.navbar .navbar-nav .nav-link {
    font-weight: 600;
}
/* margin */
.mb-minus-30px {
    margin-bottom: -30px;
}
/* btn */
.btn {
    font-weight: 500;
    font-family: var(--primary-font);
    border: 0;
}
.btn.btn-base-color:active, .btn.btn-base-color:hover {
    background: var(--base-color);
    color: var(--white);
}
.btn.btn-transparent-light-gray, .btn.btn-transparent-light-gray:active, .btn.btn-transparent-light-gray:hover  {
    background-color: rgb(255 226 231);
    color: var(--base-color);
}
.btn.btn-switch-text.btn-large>span {
    padding: 16px 32px;
    font-size: 15px;
}
/* font size */
.h1, h1 {
    font-size: 4.3rem;
    line-height: 4rem;
}
.fs-280 {
    font-size: 17.5rem;
    line-height: 17.5rem;
}
/* contact form style */
.contact-form-style-07 .form-control {
    font-size: 14px;
}
/* newsletter style */
.newsletter-style-02 input {
    border-radius: 4px;
    padding: 9px 50px 9px 20px !important;
}
.newsletter-style-02 .btn { 
    padding: 8px 20px 8px; 
}
/* progress bar style */
.progress-bar-style-01 .progress .progress-bar-percent:after {
    border-top-color: rgba(110, 44, 255, 0.1);
}
/* down section */
.down-section {
    bottom: 30px;
}
/* review star icon */
.review-star-icon i {
    color: var(--base-color);
}
/* footer */
.footer-navbar li a:hover {
    color: var(--white);
}
footer .footer-logo img {
    max-height: 60px;
}
.mb-minus-70px {
    margin-bottom: -70px;
}
/* page title */
.page-title-extra-large h1 {
    font-size: 4.5rem;
    line-height: 3.4rem;
}
/* media query responsive */
@media (max-width: 1600px) {
    .box-layout {
        padding: 0 60px;
    }
    header .container-fluid {
        padding-left: 45px;
        padding-right: 45px;
    }
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}
@media (max-width: 1199px) {
    .box-layout {
        padding: 0 0;
    }
    header .container-fluid {
        padding-left: 35px;
        padding-right: 35px;
    }
}
@media (max-width: 991px) { 
    header .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    } 
    .md-mb-minus-50px {
        margin-bottom: -50px;
    }
}
@media (max-width: 767px) {
    .md-mb-minus-20px {
        margin-bottom: -20px;
    }
}


.single-pricing ul li {
    margin-bottom: 10px;
    position: relative;
    padding: 10px 30px;
    color: #000000;
    border-bottom: 1px solid #ddd;
}
.single-pricing ul {
    text-align: left;
    max-width: 340px;
    margin: 30px 0;
}
.single-pricing ul li i {
    font-size: 10px;
    display: flex;
    width: 19px;
    height: 19px;
    background-color:var(--base-color);
    text-align: center;
    line-height: 15px;
    border-radius: 50%;
    position: absolute;
    top: 16px;
    left: 0;
    color: var(--bs-body-bg);
    align-items: center;
    justify-content: center;
}

.single-pricing ul {
    text-align: left;
    max-width: 288px;
    margin: 0 auto;
    padding: 0;
}

.single-pricing p{
    color:#000;
    font-weight:200;
    font-size:14px;
    line-height:22px;
}

section.terms_sec h1, h2 {
    font-size: 32px;
    font-weight: 600;
    margin: 0;
    line-height: normal;
    padding: 0;
}

.sec-title h2 {
    position: relative;
    font-size: 45px;
    color: #0f0f0f;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    letter-spacing: -0.05em;
    margin-top: -5px;
    margin-bottom: 0;
}


.services-section-two {
  position: relative;
  padding: 120px 0 80px;
  z-index: 2;
}
.services-section-two .row {
  margin: 0 -20px;
}
@media only screen and (max-width: 1023px) {
  .services-section-two .row {
    margin: 0 -15px;
  }
}

.service-block-two {
  position: relative;
  padding: 0 20px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  .service-block-two {
    padding: 0 15px;
    margin-bottom: 30px;
  }
}
.service-block-two .inner-box {
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: 100%;
  padding: 50px 50px 50px;
  padding-right: 270px;
  min-height: 350px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .service-block-two .inner-box {
    padding: 30px !important;
  }
}
.service-block-two .inner-box:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--base-color);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  border-radius: 500px 0 0;
  z-index: -1;
  content: "";
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.service-block-two .inner-box:hover::after {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.service-block-two .inner-box:hover .text, .service-block-two .inner-box:hover .title a {
    color: #ffff;
}
.service-block-two .inner-box:hover .icon {
  -webkit-transform: rotate(180deg) scale(-1);
          transform: rotate(180deg) scale(-1);
}
.service-block-two .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.service-block-two .image-box {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .service-block-two .image-box {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 70px;
  }
}
.service-block-two .image-box .image {
  border-radius: 400px 0 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .service-block-two .image-box .image {
    border-radius: 0 !important;
  }
}
.service-block-two .image-box .image img {
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-two .image-box .icon {
  position: absolute;
  right: 75px;
  top: -10px;
  height: 88px;
  width: 88px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 34px;
  color: var(--theme-color2);
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media only screen and (max-width: 1199px) {
  .service-block-two .image-box .icon {
    right: 0 !important;
    left: 0 !important;
    top: auto;
    bottom: 0;
    margin: 0 auto -40px;
  }
}
.service-block-two .content {
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .service-block-two .content {
    text-align: center;
  }
}
.service-block-two .title {
  font-size: 30px;
  margin-bottom: 15px;
      font-weight: 600;

}
@media only screen and (max-width: 599px) {
  .service-block-two .title {
    font-size: 24px;
  }
}
.service-block-two .title:hover {
  color: var(--base-color);
}
.service-block-two .text {
  line-height: 30px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.service-block-two.style-two .inner-box {
  padding-left: 280px;
  padding-right: 50px;
}
.service-block-two.style-two .inner-box:after {
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  border-radius: 0 500px 0 0;
}
.service-block-two.style-two .image-box {
  right: auto;
  left: 0;
}
.service-block-two.style-two .image-box .image {
  border-radius: 0 400px 0 0;
}
.service-block-two.style-two .image-box .icon {
  right: auto;
  left: 75px;
}
.service-block-two.style-three .inner-box:after {
  -webkit-transform-origin: right top;
          transform-origin: right top;
  border-radius: 0 0 0 500px;
}
.service-block-two.style-three .image-box {
  top: 0;
  bottom: auto;
}
.service-block-two.style-three .image-box .image {
  border-radius: 0 0 0 400px;
}
.service-block-two.style-three .image-box .icon {
  top: auto;
  bottom: -10px;
}
.service-block-two.style-four .inner-box {
  padding-left: 280px;
  padding-right: 30px;
}
.service-block-two.style-four .inner-box:after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  border-radius: 0 0 500px 0;
}
.service-block-two.style-four .image-box {
  bottom: auto;
  top: 0;
  left: 0;
  right: auto;
}
.service-block-two.style-four .image-box .image {
  border-radius: 0 0 400px 0;
}
.service-block-two.style-four .image-box .icon {
  right: auto;
  left: 75px;
  top: auto;
  bottom: -10px;
}
#cookiePopup h4 {
        font-size: 25px;
        color: #fff;
        margin-bottom: 15px;
    }
    #cookiePopup p {
        font-size: 15px;
        color: #fff;
        margin-bottom: 15px;
        letter-spacing: 1px;
        line-height: 1.5;
        max-width: 850px;
    }
    #cookiePopup p a {
        color: #fff;
        text-decoration: underline;
    }
    .cookieBtns {
        display: inline-flex;
        gap: 10px;
    }
    .cookieBtns button {
        font-size: 15px;
        margin: 10px 0;
        color: #fff;
padding: 10px 20px;
border-radius: 5px;
background: #666666;
cursor: pointer;
transition: all 0.5s ease;
border: 2px solid #fff;
}
.cookieBtns button:last-child {
background-color: #fff;
color: #666 !important;
}