
body{
    font-family: system-ui;
}
header{
    display: none;
}
h1, h2, h3, h4 {
    margin-top: 0 !important;
    font-weight: 500;
    font-family: system-ui;
}
#navbarCollapse a{
    display: inline-block;
    line-height: 1;
    padding: 16px 0;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0);
    font-weight: 500;
    text-transform: uppercase;
    font-size: larger;
}
#navbarCollapse > ul > li.active > a {
    padding: 16px 35px;
    border-color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}
#navbarCollapse li.active > a {
    padding: 16px 35px;
    border-color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}
a:hover{
    text-decoration: none !important;
    text-shadow: none !important;
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

#help-hero{
    position: relative;
    background: #269cda url(https://hushcupid.com/static/css/../img/bg.jpg) center no-repeat;
    background-size: cover;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 38% 87%, 0 78%);
}

#navbarCollapse ul > li + li {
    height: 50px;
    text-align: center;
    margin-left: 50px;
}
.search {
    margin: 120px 145px;
    text-align: center;
}
.search__form {
    position: relative;
    margin-bottom: 20px;
}
.search__title {
    margin-bottom: 30px;
    color: white;
}
.search__input {
    display: block;
    width: 100%;
    height: 80px !important;
    padding: 25px 40px 25px 80px !important;
    border-radius: 40px !important;
    border: 1px solid #fff !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#f7f7f7)) !important;
    background: -webkit-linear-gradient(bottom, #ffffff 0%, #f7f7f7 100%) !important;
    background: -o-linear-gradient(bottom, #ffffff 0%, #f7f7f7 100%) !important;
    background: linear-gradient(0deg, #ffffff 0%, #f7f7f7 100%) !important;
    -webkit-box-shadow: 0 5px 15px 0 rgba(38, 156, 218, 0.25) !important;
    box-shadow: 0 5px 15px 0 rgba(38, 156, 218, 0.25) !important;
    font-size: 1.5em !important;
    font-weight: 300 !important;
    -webkit-transition: all 0.2s ease-in-out !important;
    -o-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;
}
.search__icon {
    color: #269cda;
    height: 31px;
    width: 31px;
    position: absolute;
    margin: auto;
    right: auto;
    left: 30px;
    bottom: 0;
    top: 0;
}
svg:not(:root).svg-inline--fa {
    overflow: visible;
}
.svg-inline--fa.fa-w-16 {
    width: 1em;
}
.search__icon > svg {
    display: block;
    max-width: 100%;
    height: auto;
    height: 31px;
    width: 31px;
    font-size: 31px;
}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}
.features__icon > img, .features__icon svg {
    display: block;
    max-height: 100%;
    width: auto;
    margin: auto;
    font-size: 160px;
    line-height: 180px;
    color: #269cda;
}
.features__btn .btn {
    min-width: 170px;
}

.btn-sm, .btn-group-sm > .btn {
    min-width: 170px;
    padding: 7px 27px;
    font-size: 16.0px;
    line-height: 1.5;
    border-radius: 100px;
}
.btn-accent {
    color: #fff !important;
    background-color: #269cda !important;
    border-color: #269cda !important;
    -webkit-box-shadow: 0 0 0 10px rgb(38 156 218 / 10%) !important;
    box-shadow: 0 0 0 10px rgb(38 156 218 / 10%) !important;
}
.btn {
    display: inline-block !important;
    min-width: 230px !important;
    font-weight: 400 !important;
    color: #333;
    text-align: center !important;
    vertical-align: middle !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    border: 1px solid transparent !important;
    /* padding: 5px 30px !important; */
    font-size: 18px !important;
    line-height: 1.5 !important;
    border-radius: 100px !important;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn-accent:hover{
    color: #fff;
    -webkit-box-shadow: 0 0 0 10px rgba(38, 156, 218, 0.1), 0 0 0 5px rgba(38, 156, 218, 0.1), 0 0 0 15px rgba(38, 156, 218, 0.1) !important;
    box-shadow: 0 0 0 10px rgba(38, 156, 218, 0.1), 0 0 0 5px rgba(38, 156, 218, 0.1), 0 0 0 15px rgba(38, 156, 218, 0.1) !important;
}

.btn-white {
    border-color: transparent;
    color: #269cda;
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
    background-color: #fff;
}

ul.bullet-line > li{
    margin-top: 25px;
}

ul.bullet-line > li a{
    color: #333;
    font-weight: 300 !important;
    font-size: 16px;
}

ul.bullet-line li a:hover{
    text-decoration: underline !important;
}

ul.bullet-line > li a:before {
    content: "\f0c1"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
}

.section-categories {
    padding-top: 240px;
    background: #fff -webkit-linear-gradient(#f5f7fa 0, #fff 280px);
    background: #fff -o-linear-gradient(#f5f7fa 0, #fff 280px);
    background: #fff linear-gradient(#f5f7fa 0, #fff 280px);
    clip-path: polygon(67% 6%, 100% 12%, 100% 100%, 0 100%, 0 15%);
}

.cta-section {
    /* background: rgba(0, 0, 0, 0) url(https://hushcupid.com/static/css/https://images.pexels.com/photos/257740/pexels-photo-257740.jpeg)?w=940&h=650&auto=compress&cs=tinysrgb") no-repeat scroll left top / cover; */
    background-image: linear-gradient(30deg, rgba(121, 110, 255, 0.95) 0%, rgba(33, 200, 122, 0.95) 100%);
    background-repeat: repeat-x;
    padding: 55px 0;
}
.cta-title h2 {
    color: #fff;
    display: inline-block;
    font-size: 26px;
}
.cta-title a {
    margin-top:26px;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 9px 18px;
    text-transform: uppercase;
}
.section-video {
    padding-top: 160px;
    background-color: #fff;
    padding-bottom: 160px;
}
.video {
    position: relative;
    border-radius: 3px;
    background-image: -webkit-gradient(linear, left bottom, right top, from(#3355ff), to(#3399ff));
    background-image: -webkit-linear-gradient(bottom left, #3355ff 0%, #3399ff 100%);
    background-image: -o-linear-gradient(bottom left, #3355ff 0%, #3399ff 100%);
    background-image: linear-gradient(to top right, #3355ff 0%, #3399ff 100%);
    overflow: hidden;
}
.video img {
    width: 100%;
    display: block;
    opacity: .25;
}
.video__play {
    display: block;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background: #fff url(https://hushcupid.com/static/css/../img/icon/triangle.svg) center no-repeat;
}
.video__play:hover {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 5px rgba(255, 255, 255, 0.2), 0 0 0 15px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 5px rgba(255, 255, 255, 0.2), 0 0 0 15px rgba(255, 255, 255, 0.2);
}
.ff-sysui{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.section-video .section-title {
    margin: 0 0 30px;
}
.video-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.video-list ul > li {
    margin-bottom: 20px;
}
.video-list__icon {
    display: inline-flex;
    margin-right: 10px;
}
.video-list ul > li > a:not(:hover) {
    color: #666;
}
.video-list__icon > svg, .video-list__icon img {
    display: block;
    vertical-align: 0;
    position: relative;
    max-width: 100%;
    max-height: 100%;
    font-size: 16px;
    color: #269cda;
}
.video-list ul li a{
    font-size: large;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 300;
}
.video-list ul li a:hover{
    text-decoration: underline !important;
}

.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
    transform: translate(0%, 20%) !important;
}
.modal-body {
    position: relative;
    padding: 0px;
}
.close {
    position: absolute;
    right: -45px !important;
    top: 0 !important;
    z-index: 999;
    font-size: 2rem !important;
    font-weight: normal;
    color: #fff;
    opacity: 1;
    background-color: transparent !important;
}
.accordion-button:focus{
    box-shadow: none;
}
.section-faq{
    background-color: aliceblue;
    padding: 150px 0;
    clip-path: polygon(40% 16%, 100% 0, 100% 100%, 0 100%, 0 5%);
}
button{
    margin: 0 !important;
}
#content{
    padding-bottom: 0 !important;
}
#nav-tabContent .tab-pane + .tab-pane{
    margin-top: 80px;
}

@media (max-width: 992px) {
    #help-hero{
        clip-path: polygon(0 0, 100% 0, 100% 72%, 42% 76%, 0 72%);
    }
    #navbarCollapse ul > li, #navbarCollapse ul > li + li{
        margin: auto;
    }
    .search {
        margin: 80px 10px 120px;
    }
    .search__title {
        margin-bottom: 0.5em;
    }
    .search__input {
        height: 60px !important;
        padding: 15px 20px 15px 50px !important;
        font-size: 1.1em !important;
    }
    .search__icon {
        height: 21px;
        width: 21px;
        left: 20px;
    }
    .section-categories {
        padding-top: 160px;
        clip-path: polygon(65% 6%, 100% 8%, 100% 100%, 0 100%, 0 10%);
    }
    .cta-button{
        padding-top: 40px;
    }
    .section-video {
        padding-bottom: 20px;
        padding-top: 25px;
    }
    .section-faq{
        padding: 35px 0;
        clip-path: polygon(40% 8%, 100% 0, 100% 100%, 0 100%, 0 5%);
    }
}