/* ========================================== Referral page============================================== */

@font-face {
    font-family: "Proxima N W01 Reg";
    src: url("fonts/55c4f556836775174bfac94178a3fe82.eot");
    src: url("fonts/55c4f556836775174bfac94178a3fe82.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/55c4f556836775174bfac94178a3fe82.woff2") format("woff2"), /* chrome、firefox */
    url("fonts/55c4f556836775174bfac94178a3fe82.woff") format("woff"), /* chrome、firefox */
    url("fonts/55c4f556836775174bfac94178a3fe82.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("fonts/55c4f556836775174bfac94178a3fe82.svg#Proxima N W01 Reg") format("svg");
    /* iOS 4.1- */
}

@font-face {
    font-family: "Poppins-Black";
    src: url("/fonts/Poppins-Black.ttf") format("truetype");
}

@font-face {
    font-family: "Poppins-Bold";
    src: url("/fonts/Poppins-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Poppins-ExtraBold";
    src: url("/fonts/Poppins-ExtraBold.ttf") format("truetype");
}

@font-face {
    font-family: "Poppins-Light";
    src: url("/fonts/Poppins-Light.ttf") format("truetype");
}

@font-face {
    font-family: "Poppins-Medium";
    src: url("/fonts/Poppins-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Poppins-SemiBold";
    src: url("/fonts/Poppins-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: "Poppins-Thin";
    src: url("/fonts/Poppins-Thin.ttf") format("truetype");
}

@font-face {
    font-family: "Poppins-Regular";
    src: url("/fonts/Poppins-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "proxima_novaregular";
    src: url("/fonts/proxima_nova_font-webfont.woff2") format("woff2"), url("/fonts/proxima_nova_font-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: "proxima_novaregular";
}

p,
a {
    font-family: "Poppins-Regular";
}

body {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

.carousal-banner {
    background-color: hsl(50, 82%, 69%);
}

.banner-content {
    position: absolute;
    top: 20%;
    right: 0px;
    text-align: center;
    content: "";
    width: 50%;
}

.heading h3 {
    font-size: 3rem;
    font-weight: bold;
    font-family: "Poppins-ExtraBold";
    color: #000000;
}

.heading p {
    font-weight: 600;
    line-height: 30px;
    font-size: 22px;
    color: #000000;
}

.btn-started {
    font-family: "Poppins-Bold";
    background-color: #ed5829;
    color: #fff;
    border-radius: 0px;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 60%);
}

.btn-started:focus {
    box-shadow: none;
}

.btn-started:hover,
.btn-join:hover {
    opacity: 0.8;
    color: #fff;
}

.navbar--content {
    box-shadow: 2px 1px 5px 0px rgb(50 50 50 / 75%);
    background-color: #fff;
    padding: 0.25rem 0rem;
}

.heading-color {
    font-family: "Proxima N W01 Reg";
    color: #ff8052;
    font-size: 33px;
}

.heading-color-black {
    font-family: "Proxima N W01 Reg";
    font-size: 25px;
    text-align: center !important;
    color: #000;
    margin-bottom: 50px !important;
}

.row__inner-width {
    max-width: 470px;
    margin: auto;
}

.heading-content {
    /* font-family: "Poppins-Regular"; */
    padding-bottom: 10px;
    /* border-bottom: 2px solid #ed5829; */
    font-family: "proxima_novaregular";
}

.label--content {
    padding-bottom: 5px;
    /* border-bottom: 2px solid#e8c413; */
}

.shoot-text {
    line-height: 1.5em;
    font-size: 17px;
    text-align: left;
    font-family: "proxima_novaregular";
    color: #7a7979;
}

.nav-logo {
    margin-left: 1rem;
    margin-bottom: 30px;
}

.nav-logo img {
    width: 24%;
}

.icons {
    max-width: 200px;
    margin: auto;
}

.icons-heading {
    font-weight: bold;
    margin-top: 2rem;
}

.btn-join {
    background-color: #ed5829;
    color: #fff;
    border-radius: 0px;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 60%);
    font-size: 20px;
    font-weight: bold;
    font-family: "proxima_novaregular";
    width: 245px;
    height: 35px;
    padding: 5px;
    line-height: 18px;
}

.why-inaction {
    background-color: rgb(252, 252, 252);
    width: 100%;
    display: inline-block;
}

.actual-faq {
    width: 100%;
    display: inline-block;
    font-size: 18px;
}

.actual-faq h3 {
    color: #ed5829;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
}

.actual-faq p {
    margin-bottom: 1rem;
    font-size: 18px;
}

.ifrmae-content {
    max-width: 500px;
    margin: 4rem auto;
}

.custm-carousal-content {
    bottom: 226px;
    font-size: 30px;
    max-width: 400px;
    margin-left: auto;
}

.carousal-heading {
    color: #ff8052;
    font-size: 3rem;
    font-family: "Poppins-Regular";
    font-weight: bold;
}

.carousal-label {
    font-size: 18px;
    font-weight: bold;
    margin: 1rem 0;
    font-family: "Poppins-Regular";
    color: #000;
}

.service-heading {
    font-size: 25px;
    font-family: "Poppins-Regular";
    margin-bottom: 10px;
}

.testimonal {
    padding: 4rem 0;
    font-family: "Poppins-Medium";
    background-color: hsl(50, 82%, 69%);
}

.img-round {
    border-radius: 100px;
}

.testimonal-heading {
    font-weight: bold;
    font-family: "proxima_novaregular";
    font-size: 20px;
}

.font-italic {
    font-style: italic;
    font-size: 20px;
    font-family: "proxima_novaregular";
}

.label {
    font-family: "proxima_novaregular";
    color: #353131;
    font-size: 22px;
}

.label-sub {
    line-height: 1.5em;
    font-size: 17px;
    font-family: "proxima_novaregular";
}

.alinks {
    font-family: "Poppins-Light";
    text-decoration: underline;
    color: #000;
}


/* a:hover{
   text-decoration: none;
  } */

.template_faq {
    font-family: "Poppins-Regular";
    background: #edf3fe none repeat scroll 0 0;
}

.panel-group {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 0;
    padding: 30px;
}

#accordion .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 15px 10px;
}

#accordion .panel-heading {
    border-radius: 30px;
    padding: 0;
}

#accordion .panel-title a {
    background: #ed5829 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 20px 12px 50px;
    position: relative;
    transition: all 0.3s ease 0s;
}

#accordion .panel-title a.collapsed {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333;
}

#accordion .panel-title a::after,
#accordion .panel-title a.collapsed::after {
    background: #ed5829 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    color: #fff;
    content: "";
    font-family: fontawesome;
    font-size: 25px;
    height: 55px;
    left: -20px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: -5px;
    transition: all 0.3s ease 0s;
    width: 55px;
}

#accordion .panel-title a.collapsed::after {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #333;
    content: "";
}

#accordion .panel-body {
    background: transparent none repeat scroll 0 0;
    border-top: medium none;
    padding: 20px 25px 10px 9px;
    position: relative;
}

#accordion .panel-body p {
    border-left: 1px dashed #8c8c8c;
    padding-left: 25px;
}

.cutm-content {
    max-width: 310px;
    margin: auto;
}

.cutm-content--left {
    max-width: 310px;
    margin: auto;
}

.img-banner {
    background-image: url("/images/referral/photo.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 22rem 0rem;
}

.img-banner-2 {
    background-image: url("/images/referral/Photographer-Professional.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 22rem 0rem;
}

.video_wrapper {
    max-width: 560px;
    margin: 0 auto;
    position: relative;
    background-color: #000;
}

.video_wrapper_full {
    padding-top: 315px;
}

.videoIframe {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.videoPoster {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url('../images/referral/MakeMoneyVideoThumbnail01.jpg');
    background-size: 100%;
    border: none;
    background-color: #b0bfbf;
    text-indent: -999em;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity 800ms, height 0s;
    -moz-transition: opacity 800ms, height 0s;
    transition: opacity 800ms, height 0s;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
}

.videoPoster__business {
    background-image: url('../images/referral/GlacierBoatVideoThumbnail2.jpg') !important;
}

.videoPoster:hover {
    cursor: pointer;
}


/* .videoPoster:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    border: 5px solid #fff;
    border-radius: 100%;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms;
} */


/* 
.videoPoster:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin: -24px 0 0 -13px;
    border-left: 40px solid #fff;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms;


}
.videoPoster:hover:before,
.videoPoster:focus:before {
    border-color: #fff;
}
.videoPoster:hover:after,
.videoPoster:focus:after {
    border-left-color: #fff;
}
.videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    -webkit-transition-delay: 0s, 800ms;
    -moz-transition-delay: 0s, 800ms;
    transition-delay: 0s, 800ms;
} */


/* uppre nav css statyt */

.hide {
    background-color: rgb(255, 255, 255, 0.6);
    animation: ease-in-out 0.9s;
    display: none;
}

.upper-nav {
    width: 100%;
    display: inline-block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    padding: 7px 0px;
    background: #eff1f2;
    border: 0;
    border-bottom: 3px solid #a0138e;
}

.overflow-hidden-x {
    overflow-x: hidden;
}

.upper-nav-internal {
    display: flex;
    align-items: center;
    justify-content: center;
}

.upper-text {
    font-size: 14px;
    color: #20303c;
    line-height: 24px;
    flex-shrink: 0;
}

.upper-nav a {
    text-decoration: none;
}

.start-now-btn {
    font-size: 14px;
    color: #a0138e;
    border: 1px solid #a0138e;
    display: inline-flex;
    width: 112px;
    height: 35px;
    justify-content: center;
    align-items: center;
    border-radius: 17px;
    flex-shrink: 0;
    text-align: center;
    margin-left: 6px;
}

.start-now-btn:hover {
    color: #fff;
    background-color: #a0138e;
}

.after_underline,
.yellow-underline {
    position: relative;
}

.after_underline::after,
.yellow-underline::after {
    content: "";
    position: absolute;
    width: 105px;
    height: 2px;
    background-color: #ed5829;
    left: 35px;
    top: 50px;
}

.yellow-underline::after {
    background-color: #e8c413;
    left: 35%;
    top: 66px;
}

.transparent-bg {
    opacity: 0.7;
}

.yellow-underline-inner::after {
    background-color: #e8c413;
    left: 125px !important;
    top: 50px !important;
    width: 185px !important;
}

.yellow-underline-inner2::after {
    background-color: #e8c413;
    left: 30px !important;
    top: 50px !important;
    width: 150px !important;
}

.yellow-underline-inner3::after {
    background-color: #e8c413;
    left: 75px !important;
    top: 50px !important;
    width: 170px !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .banner-content {
        position: absolute;
        top: 5%;
        width: 60%;
    }
    .img-banner {
        padding: 15rem 0rem;
    }
    .banner-content h3 {
        font-size: 2.3rem;
    }
    .ref-modal video {
        width: 100% !important;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .banner-content {
        top: 25%;
        width: 90%;
        margin: auto;
    }
    .banner-content h3 {
        font-size: 2rem;
    }
    .service-heading {
        font-size: 18px;
    }
    .flex-col {
        flex-direction: column;
    }
    .testimonal-heading {
        margin-top: 20px;
    }
    .mob-resp-order {
        display: flex;
        -webkit-flex-flow: column-reverse;
        flex-flow: column-reverse;
        flex-direction: column-reverse;
        order: 2;
    }
    .my-5 {
        margin: 0rem !important;
    }
    .mob-resp-order .mt-5 {
        margin-top: 2rem !important;
    }
    .cutm-content,
    .cutm-content--left {
        padding-top: 20px;
    }
    .btn-join {
        margin-bottom: 30px;
    }
    .nav-logo {
        margin-left: 7rem;
    }
    .heading-color-black {
        font-size: 16px;
        padding-bottom: 30px;
        margin-bottom: 0px !important;
    }
    .yellow-underline-inner::after {
        left: 30px !important;
        top: 50px !important;
        width: 160px !important;
    }
    /* .row__inner-width {
        padding: 0px 20px;
    } */
    .pleft-inner {
        text-align: center !important;
        padding: 0px 10px;
    }
    .yellow-underline-inner2::after {
        left: 20px !important;
        width: 100px !important;
    }
    .yellow-underline-inner3::after {
        left: 40px !important;
        width: 140px !important;
    }
    .ref-modal video {
        width: 100% !important;
    }
    .ref-modal button {
        right: -7px !important;
    }
}

.ref-modal {
    position: relative;
}

.ref-modal button {
    position: absolute;
    right: -46px;
    top: -58px;
    font-size: 81px;
    color: black;
}


/* ==========================================end referral page============================================== */