*{
    font-family: 'Roboto', sans-serif;
}

html {
    scroll-behavior: smooth;
   }
   
.va-middle{
    vertical-align: middle !important;
}

.card{
    overflow-x: scroll;
}

.allign {
    text-align: center;
}

.banner-flirt {
	background-image: url("../img/banner-flirt.png");
	background-position: top right;
	background-size: contain;
	background-repeat: no-repeat;
	/* height: 250px; */
	display: flex;
	justify-content: center;
	align-items: flex-start;
    max-width: 1300px;
    margin: 0 auto;
}

#first {
    text-shadow: 1px 1px 1px #ffffff;
}

.img-border {
    border: solid;
    border-color: rgb(223, 223, 223);
    border-width: thin;
    border-radius: 20px;
}

.banner-adult {
	background-image: url("../img/banner-adult.png");
	background-position: top right;
	background-size: contain;
	background-repeat: no-repeat;
	/* height: 250px; */
	display: flex;
	justify-content: center;
	align-items: flex-start;
    max-width: 1300px;
    margin: 0 auto;
}

.banner-gay {
	background-image: url("../img/banner-gay.png");
	background-position: top right;
	background-size: contain;
	background-repeat: no-repeat;
	/* height: 250px; */
	display: flex;
	justify-content: center;
	align-items: flex-start;
    max-width: 1300px;
    margin: 0 auto;
}

.banner-lesbian {
	background-image: url("../img/banner-lesbian.png");
	background-position: top right;
	background-size: contain;
	background-repeat: no-repeat;
	/* height: 250px; */
	display: flex;
	justify-content: center;
	align-items: flex-start;
    max-width: 1300px;
    margin: 0 auto;
}

.banner-senior {
	background-image: url("../img/banner-senior.png");
	background-position: top right;
	background-size: contain;
	background-repeat: no-repeat;
	/* height: 250px; */
	display: flex;
	justify-content: center;
	align-items: flex-start;
    max-width: 1300px;
    margin: 0 auto;
}

.banner-fetish {
	background-image: url("../img/banner-fetish.png");
	background-position: top right;
	background-size: contain;
	background-repeat: no-repeat;
	/* height: 250px; */
	display: flex;
	justify-content: center;
	align-items: flex-start;
    max-width: 1300px;
    margin: 0 auto;
}

.text-muted{
    color: #4D4D58 !important;
}
.fs-18{
    font-size: 18px;
}

/* tabs */
.tabsSection{
    background-color: #F1F2F4 !important;
}
#myTab img {
	height: 25px;
}
.nav-link {
	color: black;
	background: linear-gradient(#F4F6F9,#C8D3E4) !important;
	border: unset !important;
}
.nav-link.active {
	background: linear-gradient(#EEEFF1,#FAF8F9) !important;
}
#myTab {
	/* justify-content: space-between; */
	align-items: middle !important;
	justify-content: center;
}
.nav-item {
	width: 16%;
	text-align: center;
	/* display: flex;
	justify-content: center;
	align-items: center; */
}

.nav-item a{
    text-decoration: none!important;
}

.nav-link {
	display: block;
	width: 100%;
}
.nav-link:hover{
    color: black !important;
}
.card.rounded {
	border-radius: 20px !important;
}
.fs-14{
    font-size: 14px;
}
.va-middle{
    vertical-align: middle !important;
}
.stats.py-3 .card-img-top {
	height: 275px;
}

.stats.py-3 .card-body {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	/* display: flex; */
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: rgba(255,255,255,0.5);
	padding-top: 45px;
}


/* tab contents */
.text-success{
    color: #189B00 !important;
}
.text-pink{
    color: #F77787;
}
.btn.h50{
    height: 50px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.btn-danger{
    background: linear-gradient(#F7889C,#FD968B);
    border: unset;
}
.btn-light{
    border: unset;
    background: linear-gradient(#E3E6ED,#EEF1F5);
}
.flirtCard{
    margin: 15px 0 !important;
    overflow: hidden;
}
.flirtCard:hover, .flirtCard.active{
    background-color: #FFEEF1 !important;
    border-color: #FF9CA0 !important;
}
h2.h1.fw-bold.mb-0 {
	font-size: 55px;
	font-weight: bold !important;
}
.badge.bg-success.text-white {
	position: absolute;
	border-radius: 0;
	padding: 10px;
	transform: rotate(-45deg);
	background-color: #0CAD00 !important;
	width: 200px;
	left: -60px;
	top: 20px;
}


/* newsletter */
.bg-secondary{
    background-color: #FCF7FD !important;
}
.h50{
    height: 50px;
}
.btn-success{
    background-color: #27AF7B;
    border: unset;
}
.btn:focus{
    box-shadow: unset !important;
    outline: unset !important;
}
.form-control:focus{
    box-shadow: unset !important;
    outline: unset !important;
}
.compTable td{
    width: 16.67%;
}


/* advice */
.header-linear{
    background: linear-gradient(#F8F9FB,#E2E8F1);
}


/* links */
.links{
    background-color: #F5F6F7 !important;
}
.tableSection.py-3 {
	overflow-x: scroll;
}



/* progress */
/* body {
    background-color: #7E57C2
} */

.mt-100 {
    margin-top: 200px
}

.progress {
    width: 150px;
    height: 150px !important;
    float: left;
    line-height: 150px;
    background: none;
    margin: 20px;
    box-shadow: none;
    position: relative
}

.progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #fff;
    position: absolute;
    top: 0;
    left: 0
}

.progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1
}

.progress .progress-left {
    left: 0
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left
}

.progress .progress-right {
    right: 0
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 0.6s linear forwards
}

.progress .progress-value {
    width: 93%;
    height: 93%;
    border-radius: 50%;
    /* background: #000; */
    font-size: 24px;
    color: #fff;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%
}

.progress.blue .progress-bar {
	border-color: #FF6A86;
}

.progress.blue .progress-left .progress-bar {
    animation: loading-2 0.6s linear forwards 0.6s
}

.progress.yellow .progress-bar {
    border-color: #fdba04
}

.progress.yellow .progress-right .progress-bar {
    animation: loading-3 0.6s linear forwards
}

.progress.yellow .progress-left .progress-bar {
    animation: none
}
.progress-value {
	color: black !important;
	font-size: 45px !important;
}

.br-0{
    border-radius: 0 !important;
}

.btn.btn-success.px-5.br-0.w-66 {
	width: 300px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	margin-top: 20px;
}

td{
    vertical-align: middle !important;
}
.overall.py-3 .card-body {
	padding: 35px 60px;
}

.text-center.position-absolute {
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(calc(180deg * min((var(--rating))/5,1)));
        transform: rotate(calc(180deg * min((var(--rating))/5,1)));
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(calc(180deg * max((var(--rating) - 5)/5,0)));
        transform:rotate(calc(180deg * max((var(--rating) - 5)/5,0)));
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }
}
@media screen and (max-width:1200px){
    .banner {
        height: auto;
    }
    .col-md.col-6.p-3.position-relative {
        text-align: center !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media screen and (max-width:992px){
    .nav-link span {
        display: none;
    }
    .willhide {
        display: none;
    }
    .fa-star {
        font-size: 10px;
    }
    
}
@media screen and (max-width:767px){
   
    .banner p {
        display: none;
    }
    .banner h2 {
        font-size: 15px;
        max-width: 100%;
    }
    .img-fluid.logo.va-middle {
        height: 30px;
    }
    .banner .d-inline.va-middle {
        font-size: 18px;
    }
   
    #myTab img {
        height: 18px;
    }
    .tableSection.py-3 {
        overflow-x: scroll;
    }
    .links .d-inline-block.px-2 {
        display: block !important;
        margin-top: 5px;
    }
    
    .col-md-7.col-4 {
        margin: auto;
    }
    .col-md-2.m-auto.newMargin {
        margin-top: 15px !important;
    }
    h2.h1.fw-bold.mb-0 {
        font-size: 50px;
        font-weight: bold !important;
    }
    .col-md-2.m-auto.newMargin a {
        width: 49% !important;
        float: left;
        margin: 0 !important;
    }
    .col-md-2.m-auto.newMargin {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media screen and (max-width:450px){
    .progress {
        width: 90px;
        height: 90px !important;
        float: left;
        line-height: 120px;
        background: none;
        margin: 20px;
        box-shadow: none;
        position: relative;
    }
    .progress .progress-value {
        width: 93%;
        height: 58%;
        border-radius: 50%;
        /* background: #000; */
        font-size: 24px;
        color: #fff;
        line-height: 135px;
        text-align: center;
        position: absolute;
        top: -22%;
        left: 4%;
        font-size: 25px !important;
    }
}