.header-font {
    font: 13px Barlow, Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 13px;
    color: #ffffff;
}

.mainheader-font {
    font: 16px Barlow, Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 80px;
    color: #0064AE;
}

.title {
    font: 60px Barlow, Arial, Helvetica, sans-serif;
    font-weight: 600;
    line-height: 66px;
}

.subtitle {
    font: 22px Barlow, Arial, Helvetica, sans-serif;
    font-weight: 600;
    line-height: 24px;
}

.btn-font {
    font: 18px Barlow, Arial, Helvetica, sans-serif;
    font-weight: 600;
    line-height: 18px;
}
.main-color {
    color: #0064AE;
}

.secondary-color {
    color: #0095D4;
}

.main-bg {
    background: #0064AE;
}

.secondary-bg {
    background: #0095D4;
}

.icons {
    color: #0095D4;
}

.wave-container {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
}
.wave-svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.card-title {
    font: 24px Barlow, Arial, Helvetica, sans-serif;
    font-weight: 600;
    line-height: 29px;
}

.card-subtitle {
    font: 14px Barlow, Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 22px;
}

.card-link {
    font: 14px Barlow, Arial, Helvetica, sans-serif;
    font-weight: 600;
    line-height: 14px;
}

.section-name {
    font: 16px Barlow, Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 22px;
}

.section-title {
    font: 40px Barlow, Arial, Helvetica, sans-serif;
    font-weight: 600;
    line-height: 46px;
}

.section-subtitle {
    font: 22px Barlow, Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 31px;
}

.section-text {
    font: 16px Barlow, Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 29px;
}

.text-checked {
    font: 18px Barlow, Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 19px;
}

.text-map {
    font: 14px Barlow, Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 15px;
}


.arc_start {
    border-color:transparent #0095D4 #0095D4 #0095D4;
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
}
.arc_end {
    border-color:#0095D4 #0095D4 #0095D4 transparent;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.offer_price {
    font: 80px Barlow, Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 80px;
}



.caroussel-title {
    font: 30px Barlow, Arial, Helvetica, sans-serif;
    font-weight: 600;
    line-height: 36px;
}



@media (max-width: 767px) {
    .title {
        font-size: 48px;
        line-height: 53px;
    }

    .subtitle {
        font-size: 22px;
        line-height: 24px;
    }
}
