@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@300;400;600;700&family=Lexend:wght@500;600&display=swap');

h1, h2, h3, h4, h5, h6, p, li, ul, a {
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lexend', sans-serif;
}

h1 {
    font-size: 2.625rem;
    font-weight: 600;
}
.nice-bold{
    font-weight: 700;
}
.nice-semi-bold{
    font-weight: 600;
}
.hero h1 {
    color: #23C9FF;
}

h2 {
    font-size: 2.938rem;
    line-height: 1.2;
}

h3 {
    font-size: 2rem;
    line-height: 1.2;
}

p,
li {
    font-size: 1.125rem;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 400;
    line-height: 1.2;
}
.font-lg {
    font-size: 2.625rem;
}
.font-md {
    font-size: 1.313rem;
}

.font-mds {
    font-size: 1.4rem;
}
.font-sm {
    font-size: 1rem;
}
.footer-text {
    font-size: 0.85rem;
}
.py-8 {
    padding-top: 100px;
    padding-bottom: 90px;
}

.header-p {
    font-size: 1.125rem;
    color: #fff;
    font-weight: 400;
}

.header-logo-image {
    width: 100%;
    height: auto;
    max-width: 78px;
}

.header-row {
    padding: 50px 0px 50px 0px;
}

.header-contact-ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    min-width: 1px;
}

.header-contact-btn {
    font-family: 'Be Vietnam Pro';
    font-size: 16px;
    text-decoration: none;
    border-radius: 20px;
    min-width: 125px;
    padding: 10px 25px;
    padding-left: 47.5px;
    background-clip: padding-box;
    display: inline-block;
    color: #101820 !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    font-weight: 600;
    transition: all .5s ease;
    display: block;
    margin: 8px 0 8px 15px;
}

.header-contact-btn:hover {
    color: #101820 !important;
    background-color: #a6e9ff;
}

.header-contact-btn::before {
    font-family: "Font Awesome 5 Free";
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: width .5s ease;
    z-index: -1;
    border-radius: 20px;
    left: calc(-100% + 38px);
    background-color: #23c9ff;
}

.header-contact-btn:hover::before {
    width: 200%;
}

.header-contact-btn::after {
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "\f105";
    line-height: 38px;
    left: 13px;
    font-size: 22px;
}

.header-contact-btn:hover::after {
    font-family: "Font Awesome 5 Free";
    content: "\f061";
}

.blue-fill-btn-ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
    min-width: 1px;
}

.blue-fill-btn {
    font-family: 'Be Vietnam Pro';
    font-size: 16px;
    text-decoration: none;
    border-radius: 20px;
    min-width: 125px;
    padding: 10px 5px;
    padding-left: 47.5px;
    background-clip: padding-box;
    display: inline-block;
    color: #101820;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-weight: 600;
    transition: all .5s ease;
    display: block;
    cursor: pointer;
}

.blue-fill-btn:hover {
    color: #101820 !important;
    background-color: #a6e9ff;
}

.blue-fill-btn::before {
    font-family: "Font Awesome 5 Free";
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: width .5s ease;
    z-index: -1;
    border-radius: 20px;
    left: calc(-100% + 38px);
    background-color: #23c9ff;
}

.blue-fill-btn:hover::before {
    width: 200%;
}

.blue-fill-btn::after {
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "\f105";
    line-height: 38px;
    left: 13px;
    font-size: 22px;
    color: #111921!important;
}

.blue-fill-btn:hover::after {
    font-family: "Font Awesome 5 Free";
    content: "\f061";
}

.header-background {
    background-image: url(../images/header-img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.btn-white {
    color: #fff !important;
}
.btn-white:hover {
    color: #000!important;
}
.card {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.3) 4px 7px 8px 0px;
}
.box-shadow-none {
    box-shadow: none!important;
}
.card-title {
    font-weight: 600;
}

.header-card-col {
    margin-bottom: -120px;
}

.main-container {
    padding-top: 120px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: #EDF0F7;
}

.nav-pills .nav-link.active .card {
    background-color: #101820;
}

.nav-pills .nav-link:not(.active) .card:hover {
    background-color: #EDF0F7;
}

.nav-pills .nav-link.active .card p {
    color: #fff;
}
.nav .nav-link.active .card .text-arrow-right {
    border-color: #fff;
}

.nav-link {
    padding: 6px;
}

.content-card {
    box-shadow: none;
    border-radius: 0;
    border: 0;
}
.swiper1 .swiper-pagination-bullet {
background-color: transparent;
opacity: 1;
border: 1px solid #fff;
width: 15px;
height: 15px;
margin: 0 var(--swiper-pagination-bullet-horizontal-gap,8px)!important;
}
.swiper1 .swiper-pagination-bullet-active {
background-color: #fff;
opacity: 1;
}
.swiper2 .swiper-pagination-bullet {
background-color: transparent;
opacity: 1;
border: 1px solid #000;
width: 15px;
height: 15px;
margin: 0 var(--swiper-pagination-bullet-horizontal-gap,8px)!important;
}
.swiper2 .swiper-pagination-bullet-active {
background-color: #000;
opacity: 1;
}
.slide-1-1{
background-image: url(../images/slide-1-1_bg.png);
}
.slide-1-2{
background-image: url(../images/slide-1-2_bg.png);
}
.slide-1-3{
background-image: url(../images/slide-1-3_bg.png);
}
.swiper-slide {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
display: flex;
flex-direction: column;
justify-content: center;
height: auto;

}

.swiper-slide p {
line-height: 1.2;
}
.swiper2 {
  max-width: 800px;      
}
.slider-card2 {
border-radius: 10px;
}
.card-image-div img {
border-radius: 0px 10px 10px 0px;
}
.half-column-1 {
background-image: url(../images/half-column-1.png);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-height: 650px;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
border-right: 1px solid white;
}
.half-column-2 {
background-image: url(../images/half-column-2.png);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-height: 650px;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
border-left: 1px solid white;
}
.half-column-text {
max-width: 400px;
}
.modal-content {
background-image: url(../images/modal-bg.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.footer-ul li{
display: inline;
font-size: 0.85rem;
padding-right: 20px;
}
.footer-ul li a{
text-decoration: none;
color: #A0ABC0;
}
.footer-ul li a:hover{
text-decoration: none;
color: #fff;
}
.cards-cta {
    font-size: 16px;
    margin-top: 20px;
    font-weight: 600;
}
.text-arrow-right {
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-right: 10px;
}

.tab-pane {
    background-color: #EDF0F7;
    padding: 30px;
}

.tab-pane-1, .tab-pane-2, .tab-pane-3 {
  position: relative;
}

.tab-pane-1:before {
  border: 2rem solid transparent;
  border-bottom-color: #EDF0F7;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: auto;
  transform: translate(200%, -100%);
  z-index: 0;
}
.tab-pane-2:before {
    border: 2rem solid transparent;
    border-bottom-color: #EDF0F7;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: auto;
    transform: translate(900%, -100%);
    z-index: 0;
  }
  .tab-pane-3:before {
    border: 2rem solid transparent;
    border-bottom-color: #EDF0F7;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: auto;
    transform: translate(1570%, -100%);
    z-index: 0;
  }
  @media only screen and (max-width: 1400px) {
    .tab-pane-1:before {
        transform: translate(170%, -100%);
    }
      .tab-pane-2:before {
        transform: translate(770%, -100%);
    }
      .tab-pane-3:before {
        transform: translate(1330%, -100%);
    }
}
@media only screen and (max-width: 1200px) {
    .tab-pane-1:before {
        transform: translate(130%, -100%);
    }
      .tab-pane-2:before {
        transform: translate(630%, -100%);
    }
      .tab-pane-3:before {
        transform: translate(1110%, -100%);
    }
}
@media only screen and (max-width: 992px) {
    .tab-pane-1:before {
        transform: translate(70%, -100%);
    }
      .tab-pane-2:before {
        transform: translate(440%, -100%);
    }
      .tab-pane-3:before {
        transform: translate(800%, -100%);
    }
}
@media only screen and (max-width: 768px) {
    .tab-pane-1:before, .tab-pane-2:before, .tab-pane-3:before {
        display: none;
    }
}

.better-cx-cards .card {
    box-shadow: none;
}
.better-cx-cards .card img{
    border-radius:  0 0 5px 5px;
}

/* FORM */

input[type=text], select, textarea {
width: 100%;
padding: 8px;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
margin-top: 6px;
margin-bottom: 12px;
color: #000;
}
.form-wrapper {
        width: 100%;
    }

label {
    color: #101820 !important;
    font-weight: normal !important;
}

.mktoForm {
    max-width: 100% !important;
}

.mktoLabel {
    width: 100% !important;
    float: none !important;
    padding-bottom: 5px !important;
    font-size: 14px !important;
    font-family: 'Be Vietnam Pro', sans-serif !important;
    font-weight: 400 !important;
}

.mktoForm .mktoGutter,
.mktoOffset {
    height: 0 !important;
}

.mktoField {
    color: #384852;
    background-color: #E6E6E6;
    border: 1px solid rgba(32, 29, 36, 0.12);
    border-radius: 3px;
    margin-top: 3px;
    display: block;
    min-width: 100% !important;
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.375;
    font-family: 'Be Vietnam Pro', sans-serif !important;
}

.mktoField:focus {
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    outline: #5CBAFA auto 1px;
    outline-color: #5CBAFA;
    outline-style: auto;
    outline-width: 1px;
}

.mktoAsterix {
    display: none !important;
}

.mktoButton {
    width: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 80px !important;
    gap: 10px;
    margin-bottom: 0;
    font-size: 14px !important;
    line-height: 1.375;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #3CC6F4 !important;
    color: #FFFFFF;
    border: 1px solid transparent !important;
    border-radius: 100px;
    font-family: 'Lexend', sans-serif !important;
    font-weight: 500 !important;
    transition: all 0.2s ease !important;
}

.mktoButton:hover {
    background-color: #101820 !important;
    color: #3CC6F4 !important;
    ;
    transition: all 0.2s ease;
}




.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField {
    padding: 2px 3px;
}



.mktoErrorMsg {
    padding: 1em !important;
    font-size: 12px !important;
    background: #fff !important;
    color: #0C1830 !important;
    border: 2px solid #0C1830 !important;
    width: 100% !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    font-family: 'Be Vietnam Pro', sans-serif !important;
}


.mktoErrorArrowWrap {
    display: none;
}

.mktoFormCol,
.mktoFieldWrap {
    width: 100% !important;
}

.mktoButtonWrap {
    margin-left: 0 !important;
}

.mktoButtonRow {
    width: 100% !important;
    text-align: left;
}

.mktoCheckboxList {
    padding-right: 10px !important;
    width: 28px !important;
}

.mktoForm .mktoRadioList>input,
.mktoForm .mktoCheckboxList>input {
    padding: 0;
    height: 20px;
}
::placeholder {
color: #000;
}

::-ms-input-placeholder { /* Edge 12 -18 */
color: #000;
}
::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #000;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #000;
}

input::placeholder {
    color: #000;
}

textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #000;
}

textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000;
}

textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000;
}

textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #000;
}

textarea::placeholder {
    color: #000;
}

label#LblSingle_Opt_In__c {
    float: right !important;
    width: 93% !important;
}

.mktoFieldWrap a {
    color: #3CC6F4 !important;
}

@media only screen and (max-width: 1200px) {
    label#LblSingle_Opt_In__c {
        width: 91% !important;
    }
}

@media only screen and (max-width: 992px) {
    label#LblSingle_Opt_In__c {
        width: 89% !important;
    }
}

@media only screen and (max-width: 768px) {
    label#LblSingle_Opt_In__c {
        width: 92% !important;
    }
}

@media screen and (max-width: 992px) {
.header-card-col {
    margin-bottom: 0px;
}
.main-container {
    padding-top: 0px;
}
.header-row {
    padding: 50px 0px 50px 0px;
}
.header-card-col{
    margin-bottom: 50px;
}
.py-8 {
padding-top: 50px;
padding-bottom: 40px;
}
}
@media screen and (max-width: 768px) {
   .card-image-div img{
border-radius: 0px 0px 10px 10px;
}
.half-column-text {
max-width: unset;
}
h1 {
    font-size: 2.2rem;
}
.header-p, .font-mds {
    font-size: 1.1rem;
}
.font-lg{
    font-size: 2.2rem;
}
.font-md {
font-size: 1.5rem;
}
h3 {
font-size: 1.4rem;
}
.half-column-1 {
min-height: 350px;
border-right: none;
border-bottom: 1px solid white;
}
.half-column-2 {
min-height: 350px;
border-left: none;
border-top: 1px solid white;
}

}
