@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Bold.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MuseoModerno';
    src: url('../fonts/MuseoModerno-ExtraBold.woff2') format('woff2'),
        url('../fonts/MuseoModerno-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tutti Frutti';
    src: url('../fonts/TuttiFruttiRegular.woff2') format('woff2'),
        url('../fonts/TuttiFruttiRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
a {
    text-decoration: none;
}

html{
    width: 100%;
    height: 100%;
}
body {
    font-family: 'MuseoModerno';
    font-family: 'Tutti Frutti';
    font-family: 'Quicksand', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    background: #FCFCFD;
    color: #353945;
    height: 100%;
    text-decoration: none;
}

h1{
    font-family: 'SF Pro Display';
    font-size: 64px;
    font-weight: bold;
    color: #23262F;
    line-height: 64px;
    margin: 0 0 20px;
}
h2{
    font-family: 'SF Pro Display';
    font-weight: bold;
    font-size:48px;
    color: #23262F;
    margin: 0 0 20px;
}
h3{
    font-size: 16px;
    font-weight: bold;
    color: #23262F;
    line-height: 24px;
    margin: 0 0 30px;
}
h6{
    color: #777E90;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin: 0 0 15px;
}
p{
    font-size: 14px;
    font-weight: normal;
    color: #353945;
    line-height: 24px;
    margin: 0 0 15px;
}

.main-wrpper {
    height: 100%;
    width: 100%;
}
.container{
    max-width: 1120px;
}

/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    background: transparent;
    padding: 45px 0;
    z-index: 120;
}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0 45px 0 0;
    border-right: 1px solid #E6E8EC;
    margin-right: 45px;
    position: absolute;
    top: 0px;
    left: 10px;
}
.navbar-brand img {
    max-width: 100%;
    height: 35px;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    justify-content: end;
}
.nav-row{
    display: flex;
    align-items: center;
    width: 100%;
}
.navbar_wrap{
    position: absolute;
    top: 59px;
    left: 0;
    right: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
        align-items: baseline;
    padding: 0 80px 80px;
    background: #FCFCFD;
    -webkit-box-shadow: 0px 64px 64px 0 rgba(15, 15, 15, 0.1);
    box-shadow: 0px 64px 64px 0 rgba(15, 15, 15, 0.1);
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;  
}
.navbar-nav{
    align-items: baseline;
}
.navbar-light .navbar-nav li {
    margin-right: 30px;
}
.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}
.navbar-light .navbar-nav .nav-link {
    padding: 12px 0px;
    color: #777E90;
    font-size: 21px;
    font-family: 'SF Pro Display';
    font-weight: 700;
    letter-spacing: 1px;
}
.navbar .navbar-nav li a:focus,
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:hover {
    color: #FF592C;
}
.navbar .navbar-nav .active a,
.navbar .navbar-nav .active a:focus,
.navbar .navbar-nav .active a:hover {
    color: #FF592C;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #FF592C;
}
ul.social-bx{
    display: flex;
    align-items: center;
    padding: 0 65px 0 85px;
}
ul.social-bx li{
    margin-right: 25px;
}
ul.social-bx li:last-child{
    margin: 0;
}
ul.social-bx li a img{

}
ul.social-bx li a img:hover{
    transform: translateY(-5px);
}
a.btn-trial{
    margin-left: auto;
    font-size: 14px;
    font-weight: bold;
    font-family: 'SF Pro Display';
    color: #23262F;
    padding: 10px 20px;
    border: 2px solid #E6E8EC;
    border-radius: 30px;
}
a.btn-trial:hover{
    background: #FF592C;
    color: #fff;
    border-color: #FF592C;
}
.btnget{display: block;}
.dropdown-toggle::after{display: none;}
.dropdown-menu{
    padding: 0;
    border-radius: 0;
    border: none;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0,0.16);
}
.dropdown-menu li{
    margin: 0;
    width: 100%;
}
.dropdown-menu li a{
    padding: 6px 10px;
    color: #777E90;
    display: block;
    font-size: 14px;
}
/* **** End Header **** */


/* **** toggler **** */
.navbar-light .navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;height: 40px;width: 50px;padding: 0;}
.navbar-light .navbar-toggler:focus {box-shadow: none;outline: none; }
.navbar-light .navbar-toggler .navbar-toggler-icon {background-image: unset;}
.navbar-toggler:active, .navbar-toggler:focus { outline: none; }
.navbar-light .navbar-toggler-icon {width: 24px;height: 18px;background-image: none;position: relative;border-bottom: none;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {width: 24px;position: absolute;height: 2px;background-color: #000;top: 0;left: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after {top: 8px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
.navbar-toggler-icon{margin-left: 15px;}
/* **** End toggler **** */


/* **** Bannre **** */
.banner-wrapper{
    padding: 95px 0;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-wrapper .row{
    align-items: center;
}
.banner-img img{
    width: 100%;
}
.banner-data h6{
    text-transform: uppercase;
    margin: 0;
}
.banner-data p{
    font-size: 16px;
    line-height: 24px;
    color: #777E90;
    margin: 0 0 40px;
}
.banner-data .btn-group{
    display: flex;
    align-items: center;
}
.banner-data .btn-group .btn-main{
    padding: 10px 25px;
    margin-right: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #FCFCFD;
    border-radius: 30px;
    font-family: 'SF Pro Display';
    border: 2px solid #FF592C;
    background: #FF592C;
}
.banner-data .btn-group .btn-main.classbtn{
    border-color: #E6E8EC;
    color: #23262F;
    background: transparent;
    margin: 0;
}
.banner-data .btn-group .btn-main:hover{
    background: #23262F;
    border-color: #23262F;
    color: #fff;
}
.scroll-down{
    position: absolute;
    bottom:60px;
    left: 0;
    right: 0;
    z-index: 2;
}
.scroll-down a{
    width: 60px;
    height: 60px;
    border: 2px solid #E6E8EC;
    border-radius: 50%;
    line-height: 56px;
    text-align: center;
    display: block;
    font-size: 18px;
    color: #777E90;
}
.scroll-down a:hover{
    background: #FF592C;
    border-color: #FF592C;
    color: #fff;
}

.trusted-wrp{
    position: relative;
}
.trusted-wrp h4{
    font-size: 16px;
    font-weight: 600;
    color: #23262F;
    text-align: center;
    margin: 0 0 40px;
}
.trusted-slider{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.trusted-box{
    width: 16.66%;
}
.trusted-box img{
    margin: 0 auto;
}
/* **** End Bannre **** */

/* **** How it Works **** */
.how-it-work-wrp{
    padding: 136px 0;
    width: 100%;
    background: #F4F5F6;
}
.how-it-work-wrp h2{
    text-align: center;
}
.how-it-work-wrp h6{
    margin: 0 40px 80px;
    text-align: center;
    font-weight: normal;
}
.work-block{
    position: relative;
    padding: 0 15px;
}
.work-block:after{
    position: absolute;
    content: '';
    width: 160px;
    height: 12px;
    background:url('../images/work-line.svg') 0 0 no-repeat;
    background-size: 100%;
    top: 33px;
    right:-35%;
}
.how-it-work-wrp .col-md-3:last-child .work-block:after{
    display: none;
}
.work-ic img{
    margin: 0 auto 80px;
}
.work-block h5{
    font-size: 12px;
    font-weight: 600;
    color: #777E90;
    text-align: center;
    margin: 0 0 30px;
}
.work-block h3{
    text-align: center;
    margin: 0 0 15px;
}
.work-block p{
    text-align: center;
    margin: 0;
}


.train-smart-wrp{
    padding: 100px 0;
}
.train-smart-wrp .row{
    align-items: center;
}
.train-smart-dt h1{
    margin: 0 0 30px;
}
.train-smart-dt p{
    font-size: 24px;
    color: #777E90;
    line-height: 32px;
    margin: 0 0 40px;
}
.train-smart-dt .btn-group .btn-main{
    padding: 10px 25px;
    margin-right: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #FCFCFD;
    border-radius: 30px;
    font-family: 'SF Pro Display';
    border: 2px solid #FF592C;
    background: #FF592C;
}
.train-smart-dt .btn-group .btn-main:hover{
    background: #23262F;
    border-color: #23262F;
    color: #fff;
}
.train-img img{
    width: 100%;
}
/* **** End How it Works **** */

/* **** Book A Class **** */
.book-class-wrp{
    padding: 136px 0;
    background: #F4F5F6;
    width: 100%;
}
.book-class-wrp .row{
    align-items: center;
}
.book-class-block{
    padding: 45px;
    background: #FCFCFD;
    border-radius: 20px;
}
.book-class-block h2{
    margin: 0 0 15px;
}
.book-class-block h6{
    color: #777E90;
    font-weight: normal;
    margin: 0 0 25px;
}
.book-class-block ul{
    margin: 0 0 25px;
}
.book-class-block li{
    display: flex;
    padding: 24px;
    border:2px solid transparent;
    border-radius: 12px;
    cursor: pointer;
}
.class-dt{
    padding-left: 25px;
}
.class-dt h3{
    margin: 0 0 5px;
}
.class-dt p{
    margin: 0;
    color: #777E90;
}
.book-class-block li:hover{
    border:2px solid #E6E8EC;
}
.book-class-block h5{
    font-size: 13px;
    font-weight:normal;
    color: #777E90;
    margin: 0 0 25px;
}
.book-class-block h5 span{
    color: #45B26B;
    font-family: ;
    font-weight: 500;
}
.book-class-block h5 strong{
    color: #23262F;
    font-weight: 500;
}
.book-class-block .btn-group{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.book-class-block .btn-group .btn-main{
    padding: 10px 25px;
    margin-right: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #FCFCFD;
    border-radius: 30px;
    font-family: 'SF Pro Display';
    border: 2px solid #FF592C;
    background: #FF592C;
}
.book-class-block .btn-group .btn-main i{
    margin-left: 5px;
}
.book-class-block .btn-group .btn-main:hover{
    background: #23262F;
    border-color: #23262F;
    color: #fff;
}
/* **** End Book A Class **** */

/* **** New Experience **** */
.experience-wrp{
    padding: 136px 0;
    width: 100%;
    background: #F4F5F6;
}
.experience-wrp h6{
    font-size: 12px;
    font-weight: bold;
    color: #777E90;
    text-transform: uppercase;
    text-align: center;    
    margin: 0;
}
.experience-wrp h2{
    text-align: center;
    margin: 0 0 80px;
}
.experience-wrp .btn-main{
    padding: 12px 30px;
    color: #FCFCFD;
    font-size: 16px;
    font-weight: bold;
    font-family: 'SF Pro Display';
    background: #FF592C;
    border-radius: 30px;
    margin: 0 auto 64px;
    display: none;
}
.experience-wrp .btn-main:hover{
    background: #23262F;
    color: #fff;
}
.experience-wrp ul{
    display: flex;
    flex-wrap: wrap;
}
.experience-wrp ul li{
    width: 33.33%;
    padding: 34px 0;
    border-right: 1px solid #E6E8EC;
    display: block;
}
.experience-box{
    max-width: 260px;
}
.experience-box img{
    margin: 0 0 30px;
}
.experience-box h3{
    margin: 0 0 30px;
}
.experience-box p{
    color: #777E90;
    margin: 0;
}
.experience-wrp ul li:last-child{
    border-right: none;
}
.experience-wrp ul li:nth-child(2) .experience-box{
    margin: 0 auto;
}
.experience-wrp ul li:last-child .experience-box{
    float: right;
}
/* **** End New Experience **** */

/* **** Easy to Use **** */
.easy-user-wrp{
    padding: 136px 0;
    border-top: 1px solid #E6E8EC;
}
.easy-title{
    margin: 0 0 128px;
}
.easy-title h6{
    margin: 0;
    text-transform: uppercase;
    color: #B1B5C3;
}
.easy-title p{
    margin: 0;
    color: #777E90;
    font-size: 16px;
    line-height: 26px;
}
.step-img{
    position: relative;
}
.step-img img{
    width: 100%;
    border-radius: 25px;
}
img.stepshp1{
    position: absolute;
    top:20px;
    left: -120px;
    border-radius: 0;
    width: 250px;
}
a.play-btn{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
    background: #fff;
    line-height: 64px;
    color: #777E90;
    font-size: 18px;
    text-align: center;
    box-shadow: 0px 8px 16px -8px rgba(15, 15, 15, 0.2);
}
a.play-btn:hover{
    background: #FF592C;
    color: #fff;
}
.step-box{
    margin: 0 0 45px;
    max-width: 265px;
}
.step-box:last-child{
    margin: 0;
}
.step-box span{
    width: 38px;
    height: 24px;
    border-radius: 30px;
    background: #9757D7;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #FCFCFD;
    display: block;
    margin: 0 0 25px;
}
.step-box h3{
    font-weight: 500;
    margin: 0 0 20px;
}
.step-box p{
    margin: 0;
    color: #777E90;
}
/* **** End Easy to Use **** */

/* **** Meet our pro trainers **** */
.pro-trainer-wrp{
    position: relative;
}   
.pro-trainer-wrp h2{
    text-align: center;
}
.pro-trainer-wrp h6{
    margin: 0 0 60px;
    text-align: center;
    font-weight: normal;
    color: #353945;
    line-height: 24px;
}
.pro-trainer-tabs .nav-tabs{
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 80px;
}
.pro-trainer-tabs .nav-tabs li{
    margin-right: 15px;
}
.pro-trainer-tabs .nav-tabs li:last-child{
    margin: 0;
}
.pro-trainer-tabs .nav-tabs li button{
    color: #777E90;
    padding: 6px 15px;
    font-weight: bold;
    font-size: 14px;
    font-family: 'SF Pro Display';
    border: none;
    border-radius: 30px;
}
.pro-trainer-tabs .nav-tabs .nav-item.show .nav-link, .pro-trainer-tabs .nav-tabs .nav-link.active{
    background: #353945;
    border: none;
    color:#fff;
}
.pro-trainer-bx{
    margin: 0 0 65px;
}
.pro-trainer-img img{
    width: 160px;
    height: 160px;
    border-radius: 15px;
    object-fit: cover;
    margin: 0 auto 25px;
}
.pro-trainer-bx h3{
    font-weight: 500;
    text-align: center;
    margin: 0px;
}
.pro-trainer-bx p{
    font-size: 14px;
    font-weight: normal;
    color: #777E90;
    text-align: center;
    margin: 0;
}
.pro-trainer-list .nav-block{
    display: none;
}
.mobile-filter{
    display: none;
    margin: 0 0 45px;
}
.mobile-filter .form-control{
    padding: 15px 15px;
    border-radius: 10px;
    border: 1px solid #E6E8EC;
    background: #fff;
    box-shadow: none;
    height: auto;
    font-size: 14px;
    font-weight: bold;
    color: #23262F;
    -webkit-appearance: none;
    background-image: url(../images/down-ic.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center right 15px;    
}
/* **** End Meet our pro trainers **** */

/* **** Testimonial **** */
.testimonial-wrp{
    padding: 71px 0 136px;
    position: relative;
}
.testimonial-slider{
    max-width: 736px;
    margin: 0 auto;
}
.testimonial-box{
    padding: 0 0 70px;
}
.testimonial-slider{
    position: relative;
}
.testimonial-slider img{
    margin: 0 auto 20px;
}
.testimonial-slider h3{
    font-size: 40px;
    font-weight: bold;
    color: #23262F;
    text-align: center;
    line-height: 48px;
    font-family: 'SF Pro Display';
    margin: 0 0 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #E6E8EC;
}
.testimonial-slider h5{
    font-size: 16px;
    font-weight: 500;
    color: #262626;
    margin: 0;
    line-height: 24px;
    text-align: center;
}
.testimonial-slider h5 span{
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #90949B;
}
.nav-block{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.nav-block a{
    color: #777E90;
    font-size:18px;
    width: 35px;
    height: 35px;
    line-height:35px;
    text-align: center;
}
.nav-block a:hover{
    color: #23262F;
}
.counter-wrp{
    padding: 136px 0 0;
}
.count-box img{
    margin: 0 0 65px;
}
.count-box h1{
    margin: 0 0 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #E6E8EC;
}
.count-box h3{
    margin: 0 0 15px;
}
.count-box p{
    margin: 0;
    color: #777E90;
}

.for-space-wrp{
    padding: 136px 0;
    background: #F4F5F6;
}
.for-space-wrp .nav-block{
    display: none;
}
.for-space-wrp h2{
    margin: 0 0 20px;
    text-align: center;
}
.for-space-wrp h6{
    color: #353945;
    text-align: center;
    font-weight: normal;
    line-height: 24px;
    margin: 0 0 80px;
}
.space-box{
    padding: 0 30px
}
.space-img img{
    margin: 0 auto 60px;
    height: 160px;
}
.space-box h4{
    font-size: 24px;
    font-weight: 600;
    color: #23262F;
    text-align: center;
    line-height: 32px;
}
/* **** End Testimonial **** */

/* **** All your Workouts **** */
.workout-wrp{
    padding: 136px 0;
    width: 100%;
}
.workout-wrp .row{
    align-items: center;
}
.workout-img img{
    width: 100%;
}
.workout-data h2{
    margin: 0 0 30px;
}
.workout-data p{
    font-size: 24px;
    font-weight:400;
    color: #777E90;
    line-height: 32px;
    margin: 0 0 30px;
}
.workout-data ul{
    margin: 0 0 45px;
}
.workout-data ul li{
    padding: 0 0 0 30px;
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: 600;
    color: #777E90;
    position: relative;
}
.workout-data ul li:before{
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    color: #45B26B;
    top: 0;
    left: 0;
}
.workout-data .btn-group{
    display: flex;
    align-items: center;
}
.workout-data .btn-group .btn-main{
    padding: 10px 25px;
    margin-right: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #FCFCFD;
    border-radius: 30px;
    font-family: 'SF Pro Display';
    border: 2px solid #FF592C;
    background: #FF592C;
}
.workout-data .btn-group .btn-main.classbtn{
    border-color: #E6E8EC;
    color: #23262F;
    background: transparent;
    margin: 0;
}
.workout-data .btn-group .btn-main:hover{
    background: #23262F;
    border-color: #23262F;
    color: #fff;
}


.free-trail-wrp{
    padding: 136px 0;
    width: 100%;
    position: relative;
}
.free-trail-wrp:before{
    position: absolute;
    content: '';
    max-width: 1120px;
    height: 2px;
    background-color: #E6E8EC;
    top:60px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.free-trail-wrp h6{
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 15px;
}
.free-trail-wrp h2{
    text-align: center;
    margin: 0 0 30px;
}
.free-trail-wrp p{
    font-size: 16px;
    font-weight: 400;
    color: #777E90;
    line-height: 26px;
    margin: 0 0 45px;
    text-align: center;
}
.free-trail-wrp .btn-group{
    display: flex;
    align-items: center;
    justify-content: center;
}
.free-trail-wrp .btn-group .btn-main{
    padding: 10px 25px;
    font-size: 16px;
    border-radius: 30px;
    font-weight: bold;
    color: #FCFCFD;
    font-family: 'SF Pro Display';
    border: 2px solid #FF592C;
    background: #FF592C;
}
.free-trail-wrp .btn-group .btn-main:hover{
    background: #23262F;
    border-color: #23262F;
    color: #fff;
}
/* **** End All your Workouts **** */

/* **** Footer **** */
footer{
    position: relative;
    border-top: 1px solid #E6E8EC;
    border-bottom: 1px solid #E6E8EC;
}
.footer-top{
    display: flex;
    flex-wrap: wrap;
}
.footer-box{
    width: 40%;
    padding: 80px 0;
}
.footer-box:nth-child(2){
    width: 27%;
    border-left: 1px solid #E6E8EC;
    border-right: 1px solid #E6E8EC;
}
.footer-box:nth-child(3){
    width: 33%;
}
img.mobile-img{display: none;}
.quick-links ul li{
    margin: 0 0 20px
}
.quick-links ul li:last-child{
    margin: 0;
}
.quick-links ul li a{
    font-size: 14px;
    font-weight: bold;
    color: #777E90;
    display: block;
    font-family: 'SF Pro Display';
}
.quick-links ul li a:hover{
    color: #FF592C;
}
.foot-cnt{
    max-width: 170px;
    margin: 0 auto;
}
.foot-cnt h4{
    font-size: 14px;
    font-weight: bold;
    color: #23262F;
    margin: 0 0 40px;
    text-transform: uppercase;
}
.foot-cnt p{
    font-size: 14px;
    font-weight: normal;
    color: #23262F;
    line-height: 30px;
    margin: 0;
}
.news-letterbx{
    max-width: 260px;
    float: right;
}
.news-letterbx h4{
    font-size: 14px;
    font-weight: bold;
    color: #23262F;
    margin: 0 0 40px;
    text-transform: uppercase;
}
.news-letterbx p{
    font-size: 14px;
    font-weight: normal;
    color: #23262F;
    line-height: 24px;
    margin: 0 0 25px;
}
.news-from form{
    position: relative;
}
.news-from form .form-control{
    padding: 12px 40px 12px 20px;
    border-radius: 30px;
    height: auto;
    border: 2px solid #E6E8EC;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    color: #777E90;
}
.news-from form button{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    color: #fff;
    background-color: #FF592C;
    line-height: 32px;
    font-size: 18px;
    outline: none !important;
    position: absolute;
    top: 8px;
    right:8px;
}
.news-from form button:hover{
    color: #fff;
    background: #000;
}

.copyright{
    padding: 25px 0;
}
.copyright p{
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    color: #777E90;
}
.foot-social{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.foot-social a{
    margin-right: 15px;
}
.foot-social a:last-child{
    margin: 0;
}
.foot-social a:hover{
    transform: translateY(-5px);
}

.mobile-footlinks{
    display: none;
}
.mobile-footlinks .accordion .accordion-item {
    margin: 0;
    background-color: transparent;
    border: none;
}
.mobile-footlinks .accordion .accordion-item .accordion-button {
    font-size: 12px;
    color: #23262F;
    font-weight: 700;
    padding: 0;
    text-transform: uppercase;
    background-color: transparent;
    position: relative;
}
.mobile-footlinks .accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    color: unset;
}
.mobile-footlinks .accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}
.mobile-footlinks .accordion .accordion-item .accordion-button::after {
    display: none;
}
.mobile-footlinks .accordion .accordion-item .accordion-button:before {
    position: absolute;
    content: "\f077";
    font-family: "Font Awesome 5 Pro";
    right: 0;
    top: 50%;
    font-size: 15px;
    color: #23262F;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.mobile-footlinks .accordion .accordion-item .accordion-button.collapsed:before {
    content: "\f078";
}
.mobile-footlinks .accordion .accordion-body {
    padding:15px 0;
}
.mobile-footlinks .accordion .accordion-body ul li{
    margin: 0px
}
.mobile-footlinks .accordion .accordion-body ul li:last-child{
    margin: 0;
}
.mobile-footlinks .accordion .accordion-body ul li a{
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0;
    color: #777E90;
    display: block;
    font-family: 'SF Pro Display';
}
.mobile-footlinks .accordion .accordion-body ul li a:hover{
    color: #FF592C;
}
/* **** Emd Footer **** */


/* **** ADDED BY BEN **** */
.form-button{
    margin-bottom: 20px;
}
.general-form{
    padding: 12px 40px 12px 20px;
    border-radius: 30px;
    height: auto;
    border: 2px solid #E6E8EC;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    color: #777E90;
}
.make-container{
    align-items: start !important;
}
.feature-icons{
    width: 70px;
}
/* remove scroller from textareas */
textarea{
    resize: none;
}
#prompt_concept{
    height: 100px;
}
.make-header p{
    margin-bottom: 15px;
}
.feature-bg{
    border: 1px solid #E6E8EC;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0px 64px 64px -48px rgb(15 15 15 / 10%);
}
.banner-data .btn-group .btn-main-secondary {
    color: #23262F;
    background-color: #fff;
    border: 2px solid #E6E8EC;
    border-radius: 30px;
}

.btn-main-secondary-standalone {
    color: #23262F;
    background-color: #fff;
    border: 2px solid #E6E8EC;
    border-radius: 30px;
    padding: 10px 25px;
    margin-right: 15px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'SF Pro Display';
}

/*POSTER*/
  #poster_container{
    min-height: 400px;
    position: relative;
  }
  #logo_tags{
    margin-top: 20px;
    padding-bottom: 25px;
    bottom: 20px;
  }

  .game_poster_img{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    /*background-image: url("/web/added/island.png");*/
  }
  .rating_icon{
    width: 33px;
    bottom: 20px;
    left: 20px;
  }
  .logo_icon {
    width: 42px;
    bottom: 20px;
    right: 20px;
    border-radius: 5px;
    border: 2px solid #ed8e8e;
    right: 20px;
  }
  
  #package_design_rating{
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
  #package_design_e_logo{
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .poster_title_bg{
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
    padding: 10px;
  }
  .poster_desc_bg{
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.3);
    padding: 10px;
  }
  .poster_title_with_background{
    color: white;
  }

  .centered-loading{
    text-align: center;
    margin-top: 23px;
  }

  .signin_logo {
    width: 30px;
    bottom: 20px;
    right: 20px;
    border-radius: 12px;
    background-color: white;
    right: 20px;
    padding: 5px;
    float: left;
    margin-right: 10px;
    margin-top: -3px;
  }
  .typical_form{
    padding: 12px 40px 12px 20px;
    border-radius: 30px;
    height: auto;
    border: 2px solid #E6E8EC;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    color: #777E90;
    margin-bottom: 10px;
}
.email_signup{
    margin-left: unset !important;
}
.email_login{
    margin-left: unset !important;
}
.forgot_password{
    margin-top: 10px !important;
    text-decoration: underline;
    cursor: pointer;
    font-size: .8em !important;
}
.confetti-lottie{
    position: absolute;
    top: -272px;
    width: 100%;
}

/* auth modal */
.modal-body{

}

.modal-header{
    padding: 0px !important;
    padding-top: 3px !important;
    border-bottom: 0;
}
.modal_close{
    padding: 3px;
    z-index: 999;
}
.modal-intra-header{
    margin-bottom: 14px !important;
}
.button-front{
    z-index: 999;
}


/* **** Modal **** */
.modal{
    background: rgba(29, 24, 26, 0.68);
}
.modal .modal-dialog{
    max-width: 1376px;
    margin: 180px auto 50px;
}
.museo-moderno{
    font-family: 'MuseoModerno';
}
.modal .modal-dialog .modal-content{
    font-family: 'Poppins', sans-serif;
    background: #f3f3fa;
    border-radius: 40px;
    border: none;
    box-shadow: none;
    outline: none;
    position: relative;
    padding: 50px 0 80px;
}
.modal .modal-dialog .modal-content:before{
    position: absolute;
    content: "";
    width: 568px;
    height: 396px;
    background: #f3f3fa;
    left: 50%;
    top: -100px;
    border-radius: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.modal .modal-dialog .modal-content .modal-body{
    padding: 0;
    position: relative;
    z-index: 8;
    padding-bottom: 10px;
}
#Modal2 .modal-body .title-img{
    top: -220px;
}
.modal .modal-body .title-img{
    position: absolute;
    left: 50%;
    top: -180px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.modal .modal-body .modal-title1 h2{
    font-family: 'Tutti Frutti';
    font-size: 80px;
    color: #47536a;
    margin: 0 0 30px;
    text-align: center;
    text-transform: uppercase;
}
.modal .modal-body .btn-close{
    position: absolute;
    top: -10px;
    right: 30px;
    height: auto;
    width: auto;
    margin: 0;
    opacity: 1;
    padding: 0;
    margin: 0;
    box-shadow: none;
    outline: none;
    border: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.modal .modal-body .btn-close:hover{
    opacity: 0.5;
}
.modal .modal-body .point-block{
    background: #FFF;
    padding: 15px 100px 50px;
}
.modal .modal-body .point-block ul{
    display: flex;
    justify-content: space-between;
}
.modal .modal-body .point-block ul li h4{
    font-size: 40px;
    line-height: 45px;
    font-weight: 600;
    color: #47536a;
    text-align: center;
    margin: 0;
    padding-top: 40px;
}
.modal .modal-body .point-block ul li h3{
    font-size: 72px;
    line-height: 72px;
    font-weight: 600;
    color: #47536a;
    text-align: center;
    margin: 0;
}
.modal .modal-body .point-block ul li .point-count-box{
    display: table;
    position: relative;
}
.modal .modal-body .point-block ul li .point-count-box img{
    width: 100%;
}
.modal .modal-body .point-block ul li h2{
    font-family: 'MuseoModerno';
    color: #fff;
    font-size: 144px;
    font-weight: 900;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.modal-save{
    padding: 65px 90px 0;
}
.modal-save .save-block{
    background: #fff;
    border-radius: 40px;
    padding: 50px 90px;
}
.modal-save .save-block h3{
    font-size: 52px;
    line-height: 60px;
    color: #455269;
    font-weight: bold;
    margin: 0 0 20px;
}
.modal-save .save-block p{
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: #7e8895;
    margin: 0;
    line-height: 44px;
}
/* **** End Modal **** */

.game-block{
    padding: 0 50px;
}
.game-block .game-box{
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 4px 9px 9px 0px rgb(201 201 201 / 50%);
    margin: 0 0 30px;
}
.game-block .game-box:last-child{
    margin: 0;
}
.game-block .game-box ul{
    display: flex;
    align-items: center;
}
.game-block .game-box ul li{
    margin-right: 20px;
}
.game-block .game-box ul li:last-child{
    margin: 0 0 0 auto;
}
.game-block .game-box ul li img{
    max-width: 100%;
}
.game-block .game-box ul li h3{
    font-size: 52px;
    color: #455269;
    font-weight: bold;
    margin: 0 0 5px;
    line-height: 60px;
}
.game-block .game-box ul li p{
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    color: #7e8895;
    font-weight: 600;
    margin: 0;
    line-height: 45px;
}
.game-block .game-box ul li .heart-point-box{
    display: flex;
    align-items: flex-start;
}
.game-block .game-box ul li .heart-point-box a:last-child{
    margin: 0;
}
.game-block .game-box ul li .heart-point-box a{
    font-family: 'MuseoModerno';
    margin-right: 45px;
    font-size: 40px;
    font-weight: 400;
    color: #4faaf8;
    display: block;
    text-align: center;
}
.game-block .game-box ul li .heart-point-box a .box-icon{
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}
.game-block .game-box ul li .heart-point-box a .box-icon img{
    max-width: 100%;
}
.game-block .game-box ul li .heart-point-box a.gray-text{
    color: #959595;
}
.game-block .game-box ul li .heart-point-box a.red-text{
    color: #eb6a72;
}


/* **** Modal3 **** */
.sky-block{
    background: #fff;
    padding: 20px;
    border-radius: 0 0 20px 20px;
}
.sky-image-block{
    padding: 0 10px;
    position: relative;
}
.sky-image-block:before{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    height: 80px;
    width: 100%;
    background: -moz-linear-gradient(top,  rgba(30,87,153,0) 0%, rgba(30,87,153,0.01) 1%, rgba(255,255,255,0.79) 79%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(30,87,153,0.01) 1%,rgba(255,255,255,0.79) 79%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(30,87,153,0) 0%,rgba(30,87,153,0.01) 1%,rgba(255,255,255,0.79) 79%,rgba(255,255,255,1) 100%);
    z-index: 2;
}
.sky-image-block ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    height: 380px;
    padding: 0 10px;
    overflow: auto;
    position: relative;
}
.sky-image-block ul::-webkit-scrollbar {
    display: none;
}
.sky-image-block ul li{
    padding: 0 5px;
    width: 25%;
    margin: 0 0 10px;
    position: relative;
    cursor: pointer;
}
.sky-image-block ul li input{
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
}
.sky-image-block ul li img{
    height: 90px;
    width: 90px;
    border-radius: 25px;
    object-fit: cover;
    object-position: center;
    margin: 0 auto;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.sky-image-block ul li.selected img{
    border: 2px solid #f2b16b;
    padding: 4px;
}
.sky-upload .upload-box{
    height: 100px;
    width: 100px;
    padding: 5px;
    border: 3px solid #71e2a1;
    border-radius: 40px;
    margin: 0 auto 40px;
}
.sky-upload .upload-box img{
    height: 85px;
    width: 85px;
    border-radius: 40px;
}
.sky-upload .form-group{
    margin: 0 0 15px;
}
.sky-upload .form-group .form-control{
    font-size: 16px;
    color: #656c74;
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 40px;
    border: 2px solid #dfe2e7;
    box-shadow: none;
    outline: none;
}
.sky-upload button{
    font-size: 16px;
    color: #fff;
    background: #eb653d;
    border: 1px solid #e84b1b;
    padding: 10px 25px;
    border-radius: 40px;
    margin-left: auto;
    margin-right: 0;
    box-shadow: none;
    outline: none;
    display: table;
}
/* **** End Modal3 **** */

/* Modal for Game List */
.banner-data{
    padding: 30px;
}
#step_1_concept{
    padding: 15px;
}

.footer_logo_small{
    width: 170px;
    margin-left: -43px;
}
.top-aligned {
    display: flex;
    align-items: flex-start;
 }
 .strongish{
    color: #23262F;
    font-weight: 500;
}

#btn_gallery{
    margin: 0;
    margin-right: 15px;
}

.model-viewer-big{
    min-height: 350px;
    min-width: 500px;
    z-index: 1000;
  }

  #gameboard_options_container{
    margin-top: 50px !important;
    width: 100%;
    margin: auto;
    margin-left: 25%;
  }
  .board_options{
    margin-bottom: 40px;
    cursor: pointer;
    padding:10px;
    /*center images and text in this div*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(209, 201, 201, 0.5);
    border-radius: 5px;
    width: 192px;
    }
  /* hover highlight */
    .board_options:hover{
        background-color: #f3f3fa;
        border-radius: 5px;
    }