* {
    font-family: 'Roboto', sans-serif;
}

html,
body {
    overflow-x: hidden;
    background-color: #fafbfe;
}

.bssizes {
    position: absolute;
    background-color: #8fc72c;
    padding: 5px 10px;
    bottom: 34px;
}

.bg-wave {
    background-color: #fafbfe !important;
}

em {
    font-style: italic;
}

a {
    text-decoration: none;
}

p {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75;
    margin: 0 0 1.6em;
    color: #666;
}

.btn,
.checkout-button,
.wp-block-button__link,
.wp-block-search__button,
input.btn,
input.search-submit {
    position: relative;
    text-align: center;
    padding: 14px 30px;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 6px;
    transition: all 0.3s;
}


/* Navbar Section */

.fixed-top.scrolled {
    background-color: #000 !important;
    transition: background-color 200ms linear;
}

.fixed-top.scrolled .nav-link {
    color: #555;
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        background-color: #000;
    }
}


/* dcc-hero section */

.dcc-herosection,
.herosection {
    background-size: cover;
    background-position: center;
    position: relative;
}

div.dcc-herobackdrop,
div.herobackdrop {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.9;
}

.dcc-info,
.info {
    position: sticky;
    padding: 118px 0px;
}

.dcc-bottom-space,
.bottom-space {
    margin-bottom: 50px;
}

.dcc-banner h1,
.dcc-banner h4,
.banner h1,
.banner h4 {
    font-size: 60px;
    color: #fff;
    margin-bottom: 30px;
}

.dcc-banner p,
.banner p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .dcc-banner h1,
    .dcc-banner h4,
    .banner h1,
    .banner h4 {
        font-size: 36px;
        text-align: center;
    }
    .dcc-banner p,
    .banner p {
        text-align: center;
    }
    .dcc-button-store,
    .button-store {
        text-align: center;
    }
}

.dcc-button-store .custom-btn,
.button-store .custom-btn {
    min-width: 180px;
    padding: 10px 25px;
    border: 1px solid #fff;
    font-weight: 500;
    border-radius: 3px;
    margin: auto !important;
}

.dcc-button-store .custom-btn i,
.button-store .custom-btn i {
    font-size: 27px;
    margin-right: 10px;
    color: #fff;
    transition: all 0.3s;
}

.dcc-button-store .custom-btn p,
.button-store .custom-btn p {
    display: block;
    font-size: 17px;
    line-height: 1.4;
    color: #fff;
    font-weight: 700;
    margin: 0;
    transition: all 0.3s;
}

.dcc-button-store .custom-btn p em,
.button-store .custom-btn p em {
    display: block;
    clear: both;
    font-style: normal;
    font-size: 12px;
    margin: 0;
    color: #fff;
    font-weight: 500;
    transition: all 0.3s;
}

.dcc-button-store .custom-btn:hover,
.button-store .custom-btn:hover {
    border-color: #fff;
    background-color: #fff;
}

img.dcc-wave-img,
img.wave-img {
    width: 100%;
}

.dcc-wave,
.wave {
    position: absolute;
    bottom: 0;
    width: 100%;
}


/* navlink section */

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .95);
}

.nav-item {
    margin: 0px 20px;
}


/* features section */

.dcc-featurelist .container,
.app-features .container {
    padding: 30px 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #111;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    line-height: 1.2;
}

.dcc-feature-title h3,
.feature-title h3 {
    font-size: 2em;
}

@media (min-width: 992px) {
    .dcc-feature-title h3,
    .feature-title h3 {
        font-size: 2.25em;
    }
}

.dcc-feature-title p,
.feature-title p {
    font-size: 18px;
    color: #999;
    margin: 0;
}

.dcc-feature-icon::before,
.feature-icon::before {
    font-size: xxx-large;
}

.dcc-feature-img,
.feature-img {
    margin: auto;
    max-width: 333px;
}


/* parallax section */

section.dcc-parallax,
section.parallax {
    position: relative;
    overflow: hidden;
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top !important;
    background-size: cover;
}

.overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

section .container {
    position: relative;
    z-index: 2;
    padding-top: 100px;
    padding-bottom: 100px;
}

.dcc-parallax h4,
.parallax h4 {
    color: #fff;
}

.dcc-parallax p,
.parallax p {
    color: rgb(192, 192, 192);
}


/* dcc-featurebox */

.service-single {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
    padding: 50px;
    border-radius: 6px;
    text-align: center;
    transition: all 0.3s;
    transform: translateY(0);
}

.service-single:hover {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

.service-single:hover h4,
.service-single:hover p {
    color: #fff;
}

.service-single .icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    font-size: 40px;
    line-height: 80px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    transition: all 0.3s;
}

.service-single:hover .icon {
    background-color: #fff !important;
}

.small-p {
    padding: 20px;
}

.small-p p {
    font-size: 16px;
    color: #444;
    padding-bottom: 15px;
}

.row.dcc-spacing,
.row.spacing {
    padding-top: 100px;
}

.dcc-alternate,
.app-articles {
    overflow: hidden;
}

.dcc-alternate .container:before,
.app-articles .container:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 48%;
    top: 50%;
    width: 1200px;
    height: 1000px;
    background-color: #eef3fa;
    border-radius: 120px;
    transform: skew(-15deg) rotate(38deg) translateY(-50%);
}


/* Our team Section */

span.dcc-membertitle,
span.membertitle {
    font-size: large;
    font-weight: 600;
}

.dcc-members img,
.about-us img {
    margin: auto;
}

.dcc-memberdetails p,
.memberdetails p {
    text-align: center;
}


/* Alternate Section */

@media (max-width: 992px) {
    .dcc-sm-img,
    .sm-img {
        max-width: 400px;
    }
}


/* Footer Section */

.dcc-footer,
.footer {
    position: relative;
    clear: both;
    color: #b0b0b0;
    background: #1a191d;
}

.dcc-footer .container,
.footer .container {
    padding-bottom: 10px;
}

.dcc-footer p span,
.footer p span {
    margin-right: 15px;
    font-size: x-large;
    color: #b0b0b0;
}

p.dcc-footer-info,
p.footer-info {
    font-size: 16px;
    line-height: 1.75;
    color: #fff;
    max-width: 300px;
}

p.dcc-footer-socialicons a,
p.footer-socialicons a {
    color: #fff;
}

.dcc-linktitle,
.linktitle {
    font-size: 1.125em;
    color: #fff;
    margin: 0 0 30px 0;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    line-height: 1.2;
}

.dcc-footrer-links ul,
.footrer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dcc-footrer-links ul li:first-child,
.footrer-links ul li:first-child {
    padding-top: 0;
}

.dcc-footrer-links ul li,
.footrer-links ul li {
    margin-bottom: 10px;
    border: 0;
    padding: 0;
}

.dcc-footrer-links ul li a,
.footrer-links ul li a {
    color: inherit;
    font-weight: 600;
    text-decoration: none !important;
    transition: all .3s;
}

.dcc-footer-rbox,
.footer-rbox {
    padding-top: 50px;
    text-align: center;
}

.dcc-footer-rbox span,
.footer-rbox span {
    vertical-align: baseline;
}


/* Review Section */

span.dcc-quote-text,
span.quote-text {
    font-size: 25px;
    line-height: 1.5em;
    text-align: center;
    color: #666;
}

span.dcc-quotes,
span.quotes {
    font-weight: 900;
    font-size: 25px;
    margin: 0px 10px;
}

.dcc-profilepiclist ul,
.profilepiclist ul {
    list-style-type: none;
}

.dcc-profilepiclist ul li a img,
.dcc-profilepiclist2 img,
.profilepiclist ul li a img,
.profilepiclist2 img {
    cursor: pointer;
    padding: 12px;
    opacity: 0.5;
    border: 2px solid transparent;
    transition: all 0.3s;
    display: block;
    border-radius: 50%!important;
    width: 175px;
}

.dcc-reviewername,
.reviewername {
    font-weight: 600;
}

.dcc-profilepiclist2 img,
.profilepiclist2 img {
    margin: auto;
    display: block;
}


/* Screenshot Section */

.bg-gray {
    background-color: #fafbfe;
}

@media (max-width: 575.98px) {
    .dcc-screenshot-img img,
    .screenshot-img img {
        max-width: 225px;
        margin: auto;
    }
    section.dcc-screenshots .container,
    section.screenshots .container {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}


/* FAQs */

.accordion-item {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #b0b0b0;
    margin-bottom: 15px;
}

.accordion .accordion-button {
    padding: 28px 50px 14px 0;
    font-size: 24px;
    background: none !important;
    box-shadow: none !important;
    transition: all 0.3s;
}

.accordion-button {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}

.accordion-button:not(.collapsed) {
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion {
    margin-bottom: 50px;
}

@media (max-width: 575.98px) {
    section.dcc-faqs .container,
    section.faqs .container {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

header.header {
    text-align: center;
}

div.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}

div.youtube img {
    width: 100%;
    top: -16.82%;
    left: 0;
    opacity: 0.7;
}

div.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}

div.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}

div.youtube img,
div.youtube .play-button {
    cursor: pointer;
}

div.youtube img,
div.youtube iframe,
div.youtube .play-button,
div.youtube .play-button:before {
    position: absolute;
}

div.youtube .play-button,
div.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0);
}

div.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.dcc-button-store .custom-btn:hover i,
.dcc-button-store .custom-btn:hover p,
.dcc-button-store .custom-btn:hover em {
    color: #000;
}


/* testimonials */

.mycheck {
    position: absolute;
    margin-top: -40px;
    margin-left: 110px;
}

.circle-img {
    width: fit-content;
}

.circle-img img {
    cursor: pointer;
    padding: 12px;
    border: 2px solid transparent;
    transition: all .3s;
    display: block;
    border-radius: 50%!important;
    width: 150px;
}

.mycheck i {
    font-size: 22px;
    color: #2bd550;
}

.umessage {
    padding: 20px 5px;
}

.umessage .fa-star {
    color: #e0c013;
}

.testimonial-user {
    box-shadow: 0px 0px 36px 10px #a5a5a5;
}

.umessage p {
    margin: 10px 0px 0px;
}

.circle-img p {
    display: none;
}


/* featured local hookups */

.featured-hookups img.img-fluid {
    max-width: 260px;
    height: 360px !important;
    object-fit: cover;
}

@media (min-width: 768px) {
    .featured-hookups img.img-fluid {
        max-width: 100%;
        height: 360px !important;
        object-fit: cover;
    }
}

.hookupname {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.pinups {
    text-align: center;
}

span.psec {
    margin-right: 10px;
    font-weight: bold;
}

.featured-hookups .pinups i.fa-solid.fa-check {
    color: hotpink;
}

.featured-hookups .pinups i.fa-solid.fa-star {
    color: red;
}

.featured-hookups .pinups i.fa-solid.fa-circle {
    color: #2fff2f;
}

.pinups {
    text-align: center;
    margin-bottom: 26px;
}

.featured-hookups hr {
    height: 5px;
    width: 40px;
    margin: 0px auto 20px;
}

.fprofile {
    text-align: center;
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
    color: #686868;
    font-size: 18px;
}

.fbutton {
    text-align: center;
    margin-top: 41px;
}

a.viewprofile-button {
    padding: 10px 20px;
    color: #fff;
    border-radius: 40px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
}


/*country and state*/

img.card-img-top.loc-section {
    max-height: 350px;
    object-fit: cover;
    object-position: center;
}

.counter-section {
    position: absolute;
    color: #fff;
    padding: 5px 10px;
    background-color: #2125298f;
}

.country-name {
    background-color: #000;
    color: #fff;
    padding: 5px 20px;
    font-size: 30px;
    font-weight: bold;
    margin: 15px 0px;
}

.state-name a {
    color: red;
    font-size: 18px;
    font-weight: bold;
}

.state-name a:hover {
    color: gray;
}

.citylist {
    padding: 0px 0px 10px 10px;
}

.citylist a {
    color: #000;
    text-decoration: underline;
}

.citylist a:hover {
    text-decoration: none;
}


/* Featured Links */

.featured-links-title hr {
    width: 262px;
    height: 5px;
    margin-top: -16px;
    background-color: #000;
    opacity: 1;
}

.featured-links-title {
    font-size: 30px;
    text-transform: uppercase;
}

.featured-links-card {
    box-shadow: 0 1px 10px rgba(23, 22, 22, .13);
    padding-bottom: 5px;
}

.featured-links-line {
    background-color: #44c495;
    height: 5px;
    width: 100%;
}

.featured-links-name {
    padding: 30px 20px 0px;
    font-size: 22px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    text-align: center;
}

.featured-links-button {
    text-align: center;
    margin: 28px 0px;
    border-radius: 25px;
}

.featured-links-button a {
    background-color: #44c495;
    padding: 17px 62px;
    border-radius: 30px;
    color: #000;
}

.featured-links-button a:hover {
    color: #fff;
    background-color: #0000008a;
}