:root {
    --primary: #00582A;
    --secondary: #FFD230;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 3em;
}

@font-face {
    font-family: 'BourbonGrotesque';
    src: url('/assets/fonts/BourbonGrotesque-Regular.otf');
    font-weight: normal;
    font-style: normal;
}


/* @font-face {
    font-family: 'GarbataTrialBlack';
    src: url('/assets/fonts/GarbataTrial-Black.ttf');
    font-weight: normal;
    font-style: normal;
} */


/* Alternative to Garbata */

@font-face {
    font-family: 'VagabondBold';
    src: url('/assets/fonts/test/01d806a2cdad8f49e319114e4382724d.woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NunitoLight';
    src: url('/assets/fonts/Nunito-Light.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NunitoSansBlack';
    src: url('/assets/fonts/NunitoSans-Black.ttf');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: NunitoLight;
}

.bgVideo {
    position: relative;
    background-color: black;
    height: 75vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

.bgVideo video, .bgVideo .bgContent {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.bgVideo .container {
    position: relative;
    z-index: 2;
}

.bgVideo .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.3;
    z-index: 1;
}

.mainImage {
    width: 500px;
}

a.btnCustom {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    padding: 1.25em 4em;
    line-height: 1;
    letter-spacing: 1px;
    border-radius: 99px;
    transition: box-shadow 0.5s;
    font-family: NunitoSansBlack;
}

.btnPrimary,
.btnGreen {
    background: var(--primary);
    color: #fff;
}

.btnPrimary:hover,
.btnPrimary:focus {
    box-shadow: inset 0 5em 0 0 var(--secondary);
    color: #000;
}

.btnWhite {
    background: #fff;
    color: #000;
}

.btnSecondary {
    background: var(--secondary);
    color: #000;
    border: 2px solid var(--secondary);
}

.btnSecondary:hover,
.btnSecondary:focus {
    box-shadow: inset 0 5em 0 0 var(--primary);
    color: #fff;
    border: 2px solid var(--secondary);
}

.btnTertiery {
    background: #000;
    color: #fff;
}

.btnTertiery:hover,
.btnTertiery:focus {
    box-shadow: inset 0 5em 0 0 #fff;
    color: #000;
}

.m-100 {
    /* margin-top: 8em;
    margin-bottom: 4em; */
    margin: 2em auto;
}

.m-40 {
    margin: 80px auto;
}

.title {
    font-size: 50px;
    /* font-weight: bolder; */
    font-family: BourbonGrotesque;
}

.titleSecondary {
    font-size: 60px;
    font-weight: bolder;
    color: var(--secondary);
    font-family: VagabondBold;
}

.titleTertiery {
    font-size: 60px;
    font-weight: bolder;
    color: var(--primary);
    font-family: BourbonGrotesque;
}

.bgYellow {
    padding: 80px 0;
    background-color: var(--secondary);
}

.bgGreen {
    padding: 80px 0;
    background-color: var(--primary);
}

.bgGray {
    padding: 80px 0;
    background-color: #F4F4F4;
}

.productList {
    border-radius: 25px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.productDescription {
    overflow: hidden;
    max-height: 0px;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .15s ease-in-out;
}

.productContainer:hover .productDescription {
    max-height: 50px;
}

.productCopy {
    width: 100%;
    position: absolute;
    background-color: #fff;
    bottom: 0;
}

.productLogo {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.greenLogo {
    position: relative;
}

.iconLogo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-20deg);
    width: 30px;
    transition: all .3s ease-in-out;
}

.productContainer:hover .iconLogo {
    width: 40px;
}

.productTitle {
    font-size: 20px;
    /* font-weight: bold; */
    font-family: VagabondBold;
}

.packageContainer {
    border-radius: 25px;
    overflow: hidden;
    /* padding: 1.5em; */
    position: relative;
}

.starLogo {
    position: absolute;
    top: -5px;
    left: 5px;
    z-index: 1;
}

.packageTitle {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.35em;
    font-family: VagabondBold;
    font-style: italic;
}

.packageDiscountPrice {
    border: 2px solid black;
    border-radius: 100%;
    padding: .5em;
    font-size: 24px;
    display: inline-block;
}

.packageDetail {
    font-size: 22px;
    color: #000;
}

.packageDetail ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.getDiscountTitle {
    font-size: 22px;
    line-height: 1.35em;
    font-family: VagabondBold;
}

.strikediag {
    position: relative;
}

.strikediag:before {
    position: absolute;
    content: "";
    left: 0;
    top: 45%;
    right: 0;
    border-top: 3px solid;
    border-color: #000;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.numberCircle {
    width: 35px;
    height: 35px;
    line-height: 35px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    background-color: #000;
    text-align: center;
    display: inline-block;
    font-weight: bold;
}

.ROI table td {
    border: 1px solid #fff;
    padding: 1em 0;
    font-size: 18px;
    background-color: #F4F4F4;
}

.ROI table th {
    background-color: #000;
    color: #fff;
    border: 1px solid #fff;
    font-size: 18px;
}

.has-search .form-control {
    padding-right: 3.5rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    top: 50%;
    right: 2.5%;
    transform: translate(0, -50%);
    width: 2.275rem;
    height: 2.275rem;
    line-height: 2.275rem;
    text-align: center;
    pointer-events: none;
    color: #fff;
    background-color: #000;
    border-radius: 50%;
}

input[type="text"] {
    height: 50px;
    background-color: #F4F4F4;
    border-radius: 25px;
}

.addressDetail {
    padding: 1em 0;
}

.addressDetail:not(:last-child) {
    border-bottom: 1px solid black;
}

@media only screen and (max-width: 600px) {
    .mainImage {
        width: 300px;
    }
    .title,
    .titleSecondary,
    .titleTertiery {
        font-size: 42px;
    }
    .getDiscountTitle {
        font-size: 16px;
    }
    .ROI table td,
    .ROI table th {
        font-size: 12px;
    }
    .packageTitle{
        font-size: 28px;
    }
    .packageDetail{
        font-size: 16px;
    }
    #tehgoyangin.bgVideo{
        height: 50vh !important;
        background-color:white;
    }
}

#whatsapp{
    cursor: pointer;
    position: fixed;
    bottom: 3%;
    right: 5%;
    z-index: 999;
    -webkit-animation-name: shake;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-transform-origin: 50% 100%;
}

@-webkit-keyframes shake {
    0% {
      -webkit-transform: translate(2px, 1px) rotate(0deg);
    }
    10% {
      -webkit-transform: translate(-1px, -2px) rotate(-2deg);
    }
    20% {
      -webkit-transform: translate(-3px, 0px) rotate(3deg);
    }
    30% {
      -webkit-transform: translate(0px, 2px) rotate(0deg);
    }
    40% {
      -webkit-transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
      -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
      -webkit-transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
      -webkit-transform: translate(2px, 1px) rotate(-2deg);
    }
    80% {
      -webkit-transform: translate(-1px, -1px) rotate(4deg);
    }
    90% {
      -webkit-transform: translate(2px, 2px) rotate(0deg);
    }
    100% {
      -webkit-transform: translate(1px, -2px) rotate(-1deg);
    }
  }