@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
@font-face {
    font-family: 'Franklin GB';
    src: url('../fonts/Franklin Gothic Book Regular.ttf') format('truetype');
    font-weight: normal;
	font-style: normal;
}
/* reset */
*,*::before,*::after{padding:0;margin:0;border:0;box-sizing:border-box;}a{text-decoration:none;display:inline-block;}ul, ul li{list-style:none;}img{vertical-align:top;}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit;font-weight:800;line-height:1.2;}html,body{height:100%;line-height:1.4;}body{font-family:'Manrope',serif;font-size:16px;color:var(--black-color);}.wrapper{overflow:hidden;display:flex;flex-direction:column;min-height:100%;}.main{flex:1 1 auto;}[class*="__container"]{max-width:1270px;margin:0px auto;padding:0 15px 0 15px;}

article, section {
    clear: both;
}

html, body{
    font-size: 20px;
}

body.dark{
    /*background-color: #16171B;*/
    background-color: #1E1F25;
}

footer{
    background-color: #1E1F25;
}

h1 {
    font-size: 72px;
}

h2 {
    font-size: 56px;
}

h3 {
    font-size: 32px;
}

:root {
    --light-color: #b96c30;
    --btn-border-radius: 13px;
    --black-color: #16171B;
    --white-color: #FFFFFF;
}

.btn {
    padding: 16px 48px;
    border-radius: var(--btn-border-radius);
    -webkit-border-radius: var(--btn-border-radius);
    -moz-border-radius: var(--btn-border-radius);
    -ms-border-radius: var(--btn-border-radius);
    -o-border-radius: var(--btn-border-radius);
    cursor: pointer;
}

.mini-text {
    font-size: 18px;
    font-weight: 600;
    opacity: 0.4;
}

.header{
    max-width: initial;
    padding: 0;
    border-radius: 0;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 9;
    /*
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    */    
}

.header__wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--black-color);
    padding: 16px 36px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.header__logo {
    font-size: 32px;
    font-weight: 500;
    color: var(--black-color);
}

.header__logo img{
    height: 110px;
}

.nav__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}

.nav__list-item a {
    font-size: 22px;
    color: var(--white-color);
    transition: color .2s;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -ms-transition: color .2s;
    -o-transition: color .2s;
}

footer .nav__list-item a{
    color: var(--light-color);
}

.nav__list-item a:hover {
    color: var(--light-color);
}

.header__btn {
    /*min-width: 270px;*/
    text-align: center;
    color: var(--white-color);
    background: linear-gradient(to bottom, #fac27b, #b96c30);
    transition: background-color .2s;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -ms-transition: background-color .2s;
    -o-transition: background-color .2s;
    font-weight: 700;
}

.header__btn:hover {
    text-decoration: underline;
}

.header__burger {
    display: none;
}

.hero {
    background-color: #010709;
    background-image: url(../img/header-cover.jpg);
    background-position: center;
    background-size: cover;
    min-height: 100vh;
}

.hero__content {
    padding-top: 350px;
    padding-bottom: 154px;
    color: var(--white-color);
}

.hero__text {
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #16171B;
    font-size: 26px;
    padding: 25px;
    border-radius: 20px;
}

.hero__btn {
    color: var(--black-color);
    background-color: var(--light-color);
    margin-right: 20px;
    transition: background-color .2s;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -ms-transition: background-color .2s;
    -o-transition: background-color .2s;
}

.hero__btn:hover {
    background-color: rgb(77, 169, 135);
}

.models__mini-text {
    margin-top: 70px;
}

.models__title {
    margin-top: 32px;
}

.text-wrapper {
    display: flex;
}

.models__slider {
    padding: 100px 0 100px;
}

.models__slider-slide {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    transition: transform .3s;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
}

.models__slider-slide img{
    height: 200px;
    padding: 10px;
    border-radius: 20px;
    filter: grayscale(100%);
}

.slide-desc {
    opacity: 0;
    transition: opacity ease .2s;
    -webkit-transition: opacity ease .2s;
    -moz-transition: opacity ease .2s;
    -ms-transition: opacity ease .2s;
    -o-transition: opacity ease .2s;
}

.slide-desc span {
    font-weight: 800;
}

.models__slider .swiper-slide-active {
    width: fit-content;
    margin: 0 auto;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
}

.models__slider .swiper-slide-active img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    overflow: hidden;
}

.models__slider .swiper-slide-active .slide-desc {
    opacity: 1;
}

.latest__container, .models__container, .footer__container{
    color: var(--white-color);
}

.why__content {
    color: var(--white-color);
    margin: 0 30px;
    padding: 70px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.why__steps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.why__steps:nth-child(3) {
    margin-top: 58px;
}

.why__steps:last-child {
    padding: 40px 48px;
    margin-top: 70px;
    background: rgba(147, 238, 219, 0.1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.why__steps-content{
    text-align: center;
    width: 100%;
}

.why__img-wrapper img{
    width: 600px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.why__container hr {
    width: 100%;
    height: 1px;
    background-color: var(--white-color);
    opacity: 0.2;
    margin-top: 70px;
    margin-bottom: 70px;
}

.sub__mini-text{
    display: inline-block;
}

.sub__title, .sub__text {
    margin-top: 32px;
}

.sub__btn {
    margin-top: 48px;
}

.why__sub-wrapper {
    width: 610px;
}

.sub__list-content {
    gap: 67px;
}

.sub__list-item:not(:nth-child(1)) {
    margin-top: 24px;
}

.sub__list-item {
    background: url('../img/check.png') no-repeat left center/16px;
    padding-left: 40px;
}

.latest__container, .twitter {
    text-align: center;
    padding-top: 70px;
}

.twitter{
    padding-bottom: 70px;
}

.latest__title {
    margin-top: 32px;
}

.latest__wrapper {
    display: flex;
    gap: 20px;
}

.latest__content {
    width: 100%;
    margin-top: 40px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.latest__content img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.latest__card-wrapper {
    padding: 10px;
    text-align: start;
}

.latest__tech-title {
    margin-top: 48px;
    font-size: 24px;
    font-weight: 800;
}

.sub__list {
    margin-top: 24px;
}

.join-us {
    background: url('../img/join.png') center/cover;
    text-align: center;
}

.join-us__content {
    max-width: 600px;
    padding-top: 50px;
    padding-bottom: 48px;
}

.join-us__content .sub__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.join-us__content .sub__list-item {
    margin: 15px auto;
}

.twitter {
    margin: 0 20px;
    color: var(--white-color);
    background: url('../img/twitter.png') no-repeat top left/contain, #07262C;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.join-us__title, .why__text {
    margin-top: 32px;
}

.twitter__slider {
    margin-top: 50px;
    padding-bottom: 52px;
}

.twitter__slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, .2)
}

.twitter__slider .swiper-pagination-bullet-active {
    background-color: #66DAB0;
}

.twitter-slide {
    font-family: 'Franklin GB';
    color: #3B3F43;
    padding: 15px 20px;
    margin-top: 50px;
    background-color: var(--white-color);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.twitter-slide hr {
    width: 100%;
    height: 1px;
    background-color: #EFF3F4;
    margin: 13px auto;
}

.twitter__top {
    display: flex;
    justify-content: space-between;
}

.twitter-names {
    display: flex;
    flex-direction: column;
    margin-left: 11px;
}

.twitter-names span, .twitter-names a {
    color: #3B3F43;
}

.twitter-names span {
    font-weight: 600;
}

.twitter-names a, .twitter__time, .twitter__time a, .twitter__link {
    color: #536471;
}

.twitter__link {
    float: left;
    padding-left: 26px;
    background: url('../img/twitter-ico.png') no-repeat left center/15%;
}

.twitter__text {
    margin-top: 13px;
    font-size: 24px;
    text-align: start;
}

.twitter__burger {
    flex: 1 1 auto;
    text-align: end;
    font-size: 18px;
    font-weight: 600;
}

.twitter__burger span {
    cursor: pointer;
}

.twitter__time {
    margin-top: 13px;
}

.slideshow-content {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.splide {
    padding: 20px 0;
}

.splide__slide img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    transition: transform 400ms;
    transform-origin: center center;
    object-fit: cover;
}

.splide .splide__arrow {
    top: 0;
    bottom: 0;
    height: 100%;
    transform: none;
    border-radius: unset;
    width: 50px;
    opacity: 0.9;
}
.splide .splide__arrow svg {
    filter: invert(1);
    width: 24px;
    height: 24px;
}

.splide__arrow.splide__arrow--prev {
    left: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}

.splide__arrow.splide__arrow--next {
    right: 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}

.splide__arrows.splide__arrows--ltr {
    display: none;
}

.splide__arrows.splide__arrows--rtl {
    display: none;
}

.top__footer {
    padding-top: 50px;
    padding-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.footer__top-text {
    font-size: 22px;
    flex: 1 1 auto;
    text-align: end;
}

.footer hr {
    width: 100%;
    height: 1px;
    background-color: #07262C;
    opacity: 0.1;
}

.middle__footer {
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer__subscribe-text {
    font-size: 22px;
    margin-bottom: 18px;
}

.footer__nav, .footer__links, .footer__links {
    display: flex;
}

.footer__nav {
    gap: 95px;
}

.footer__nav .nav__list {
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
}

.footer__links {
    gap: 40px;
    align-items: center;
}

.footer__links a svg path{
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

.footer__links a:hover:nth-child(1) svg path {
    fill: #4267B2;
}

.footer__links a:hover:nth-child(2) svg path {
    fill: #00ACEE;
}

.footer__links a:hover:nth-child(3) svg path {
    fill: url(#InstagramGradient);
}

.footer__links a:hover:nth-child(4) svg path:nth-child(1) {
    fill: #FF0000;
    stroke: #FF0000;
}

.bottom__footer {
    font-size: 14px;
    opacity: 0.5;
    text-align: center;
    padding: 32px 0;
}

.inner-page-wrapper{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.inner-page-content{
    width: 100%;
    max-width: 1224px;
    padding: 200px 10px;
}

.admin-panel-wrapper{
    width: 100%;
    display: flex;
    flex-direction: row;
}

.admin-panel-left{
    display: flex;
    flex-direction: column;
    width: 270px;
    box-shadow: 0 0px 5px 0 rgb(0 0 0 / 1%), 0 0px 10px 0 rgb(0 0 0 / 15%);
    padding: 25px 15px;
    border-radius: 15px;
}

.admin-panel-left h4{
    padding-bottom: 5px;
}

.blue-link, .blue-link:visited, .blue-link:active{
    color: var(--light-color);
    text-decoration: none;
    cursor: pointer;
}

.blue-link:hover{
    text-decoration: underline;
}

.admin-panel-left a, .admin-panel-left a:visited, .admin-panel-left a:active{
    color: var(--light-color);
    text-decoration: none;
    padding-bottom: 4px;
}

.admin-panel-left a:hover{
    text-decoration: underline;
}

.spacer{
    width: 100%;
    height: 15px;
}

.admin-panel-right{
    padding-left: 30px;
    width: calc(100% - 270px);
    display: flex;
    flex-direction: column;
}

.styled-table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
    background-color: rgba(7, 37, 56, .5);;
    color: #ffffff;
    text-align: left;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
    vertical-align: top;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}

.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}

textarea{
    font-family: 'Manrope',serif;
    font-size: 18px;
    width: calc(100% - 2px);
    height: 400px;
    border: 1px solid var(--black-color);    
    border-radius: 7px;
    margin-top: 10px;
    padding: 10px 15px;
}

.btnSaveChanges{
    width: initial;
    margin-top: 10px;
    cursor: pointer;
    font-size: 18px;
}

.success{
    background-color: #62d2aa;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    padding: 7px 15px;
    margin-bottom: 15px;
    animation: hideAnimation 0s ease-in 3s;
    animation-fill-mode: forwards;
}

.errors{
    background-color: rgba(250,0,0, 0.6);
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    padding: 7px 15px;
    margin-bottom: 15px;
}

.input-wrapper{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.checkbox-wrapper{
    width: 100%;
    padding-bottom: 15px;
}

.input-wrapper input, .input-wrapper select{
    padding: 7px 15px;
    border: 1px solid var(--black-color);
    color: var(--black-color);
    font-size: 16px;
    border-radius: 7px;
    line-height: 30px;
}

.cards {
  width: 100%;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
  padding-top: 20px;
}

.card {
    font-size: 22px;
    height: 400px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: end;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.card a, .card a:hover, .card a:active, .card a:visited{
    text-align: center;
    color: var(--white-color);
    align-items: end;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    padding: 1rem;
    text-decoration: none;
}

.model-cards {
  width: 100%;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
  padding-top: 20px;
}

.model-card-wrapper{
    width: 100%;
    padding: 10px;
    background-color: #16171b;
    display: flex;
    flex-direction: row;
    border-radius: 20px;
    color: var(--white-color);
}

.model-card-info{
    width: 50%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.model-card {
    width: 50%;
    font-size: 22px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: end;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.model-card a, .model-card a:hover, .model-card a:active, .model-card a:visited{
    text-align: center;
    color: var(--white-color);
    align-items: end;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    padding: 1rem;
    text-decoration: none;
    flex-direction: column;
    justify-content: flex-end;
}

.model-card a .display-name{
    display: flex;
    width: 100%;
    justify-content: center;
}

.model-card a .metadata{
    padding-top: 10px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    font-size: 18px;
    align-items: center;
}

.model-card a .metadata span{
    
}

.video-length{
    background-color: rgba(255,255,255,0.9);
    padding: 5px 10px;
    border-radius: 4px;
    color: var(--black-color);
    font-weight: 700;
}

.gold{
    background-color: rgb(212,175,55);
    padding: 5px 10px;
    border-radius: 4px;
    color: var(--black-color);
    font-weight: 700;
}

.input-wrapper{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.checkbox-wrapper{
    width: 100%;
    padding-bottom: 15px;
}

.input-wrapper input{
    /*width: calc(100% - 32px);*/
    /*width: 100%;*/
    padding: 7px 15px;
    border: 1px solid var(--black-color);
    color: var(--black);
    font-size: 16px;
    border-radius: 7px;
}

.input-wrapper a{
    color: #5151c0;
}

.blocks-wrapper{
    width: 100%;
    display: flex;
    flex-direction: row;
}

.blocks-wrapper .block{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.blocks-wrapper .block:first-child{
    padding-right: 7px;
}

.blocks-wrapper .block:last-child{
    padding-left: 7px;
}

.input-wrapper-no-margin{
    margin-bottom: 0;
}

.input-wrapper label{
    width: 100%;
    padding-bottom: 5px;
}

.form-wrapper{
    width: 100%;
    max-width: 600px;
}

.stats-cards{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: center;
}

.stats-card{
    display: flex;
    flex-direction: column;
    width: calc(50% - 20px);
    margin: 10px;
    height: 200px;
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.3);
    justify-content: center;
    align-items: center;
    border-radius: 15px;
}

.stats-card img{
    padding-bottom: 7px;
}

.stats-card h4{
    font-size: 20px;
    margin-bottom: 30px;
}

.stats-card span{
    font-size: 18px;
}

.model-preview{
    width: 100%;
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    border-radius: 20px;
}

.model-wrapper{
    padding: 20px;
    width: 100%;
    display: flex;
    flex-direction: row;
}

.model-left{
    width: calc(70% - 50px);
    margin-right: 50px;
}

.model-left h3{
    padding-bottom: 15px;
}

.model-right{
    width: 30%;
}

.model-right h4{
    padding-bottom: 10px;
}

.model-right img{
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
}

.blurred-preview{
    width: 100%;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    height: 100%;
}

.blurred-preview img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    border-radius: 16px;
}

.blurred-preview button{
    z-index: 999;
    align-self: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
}

.screenshots{
    padding-bottom: 50px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.model-wrapper-outer-parent{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.model-wrapper-outer{
    width: 100%;
    max-width: 1224px;
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: center;
    padding-top: 150px;
    padding-bottom: 50px;
}

.sproutvideo-player {
  /* aspect-ratio: 16 / 9;*/
  width: 100%;
}

.accepted-cards-wrapper{
    width: 100%;
    padding-bottom: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.accepted-cards-wrapper div{
    padding: 0 7px;
}

.accepted-cards-wrapper div img{
    height: 28px;
}

.mobile-only{
    display: none;
}

.btnUpgrade{
    font-weight: 700;
}

.a-latest-models{
    display: inline;
}

.a-latest-models-name{
    display: inline;
    text-decoration: none;
    color: var(--black);
}

ol{
    padding-left: 16px;
}

ol li{
    margin-bottom: 10px;
}

.l-agreement{
    font-weight: 700;
    padding-top: 20px;
}

.l-agreement input{
    margin-right: 10px;
}

.danger-zone{
    background-color: rgb(255 0 0 / 0.5);
    border-radius: 10px;
    margin-top: 30px;
    padding: 20px 15px;
    width: 100%;
}

.danger-zone h4{
    color: #fff;
}

.danger-zone .danger-zone-content{
    width: 100%;
    padding-top: 10px;
}

.danger-zone ol{
    list-style-type: disc;
    margin-left: 10px;
    color: #fff;
}

.danger-zone ol li a{
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.pricing-wrapper{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.pricing-block{
    width: calc(33.33% - 22px);
    margin: 10px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 7px;
}
.pricing-block-content{
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.pricing-block .heading{
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.pricing-block .heading h3{
    padding-top: 15px;
}
.pricing-block .heading img{
    width: 100%;
    border-radius: 7px;
}
.pricing-block .details ol{
    padding: 0 22px;
}
.pricing-block .cta{
    padding: 20px 0 10px 0;
}
.pricing-block .cta a{
    width: 100%;
    display: flex;
    justify-content: center;
}
.plan-seperator{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 25px 0;
    justify-content: center;
    align-items: center;
}


.logos-wrapper{
    width: calc(100% - 20px);
    max-width: 600px;
    margin: 0 auto;
    background-color: var(--black-color);
    box-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
    border-radius: 12px;
}
.logos{
    width: 100%;
    max-width: 300px;
    height: 120px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.logos div{
    padding: 15px 0;
    width: 50%;
    height: 120px;
}
.logos div img{
    height: 100%;
}
.checkout-wrapper{
    width: calc(100% - 20px);
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 20px;
}

.truncate-text{
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}

.truncated-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* Number of lines to show before truncating */
    -webkit-box-orient: vertical;
}

.expanded-text {
    -webkit-line-clamp: unset;
}

#toggleLink {
    display: block;
    text-align: center;
    margin-top: 10px;
}

.masonry-container {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
    
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}

.masonry-item {
  display: inline-block;
  width: 100%;
}

.masonry-item img {
  display:block;
  width: 100%;
}






/* Just for decoration: */
.masonry-item span {
  font-family: sans-serif;
  display:block;
  padding:10px;
}

.masonry-item {
  margin-bottom: 15px;
}

@media screen and (max-width:1200px){
    .nav__list {
        gap: 28px;
    }
    .why__steps {
        flex-direction: column;
    }
    .why__steps:nth-child(5) {
        flex-direction: column-reverse;
    }
    .why__steps:nth-child(8) {
        text-align: center;
    }
    .why__steps:nth-child(8) .text-wrapper {
        flex-direction: column;
    }
    .why__steps .sub__list-item {
        margin: 10px 5px;
        padding-left: 25px;
    }
    .why__steps .sub__list {
        display: flex;
    }
    .why__img-wrapper {
        text-align: center;
    }
    .why__img-wrapper img {
        width: 100%;
    }
    .text-wrapper {
        gap: 20px;
    }
    .latest__content img {
        width: 100%;
    }
}

@media screen and (max-width:960px) {

    .header{
        position: relative;
    }

    .desktop-only{
        display: none;
    }

    .mobile-only{
        display: initial;
    }

    .admin-panel-wrapper{
        flex-direction: column;
    }

    .admin-panel-left{
        width: 100%;
        margin-bottom: 30px;
    }

    .admin-panel-right{
        padding: 0;
        width: 100%;
    }

    .table-wrapper{
        width: 100%;
        overflow-x: auto;
    }

    .table-wrapper .styled-table{
        min-width: 700px;
    }

    .inner-page-content{
        padding: 100px 15px;
    }
    .cards { grid-template-columns: repeat(3, 1fr); }
    .model-cards { grid-template-columns: repeat(1, 1fr); }
    .header {
        padding: 0;
        background-color: var(--white-color);
        top: 0;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    .header__wrapper{
        justify-content: space-between;
        padding: 10px 20px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        box-shadow: none;
    }
    .header__burger {
        position: relative;
        display: flex;
        width: 60px;
        height: 60px;
        cursor: pointer;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding: 20px 5px;
        z-index: 2;
    }
    
    .header__burger span{
        display: inline-block;
        background-color: var(--white-color);
        width:80%;
        height:3px;
        transition:transform .3s;
        -webkit-transition:transform .3s;
        -moz-transition:transform .3s;
        -ms-transition:transform .3s;
        -o-transition:transform .3s
    }
    
    .header__burger.active span:first-child{
        transform:rotate(45deg) translate(5px,5px);
        -webkit-transform:rotate(45deg) translate(5px,5px);
        -moz-transform:rotate(45deg) translate(5px,5px);
        -ms-transform:rotate(45deg) translate(5px,5px);
        -o-transform:rotate(45deg) translate(5px,5px);
    }
    
    .header__burger.active span:nth-child(2){
        opacity:0;
    }
    
    .header__burger.active span:nth-child(3){
        transform:rotate(-45deg) translate(7px,-7px);
        -webkit-transform:rotate(-45deg) translate(7px,-7px);
        -moz-transform:rotate(-45deg) translate(7px,-7px);
        -ms-transform:rotate(-45deg) translate(7px,-7px);
        -o-transform:rotate(-45deg) translate(7px,-7px);
    }
    .header__burger.active {
        z-index: 3;
    }
    .header__nav{
        position: absolute;
        top: -50%;
        left: -100%;
        width: 100%;
        /*height: 100vh;*/
        margin-left: 0;
        /*background-color: var(--white-color); */
        background-color: var(--black-color);
        padding: 0;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        z-index: 3;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header__nav.active {
        left: 0;
        margin-top: 195px;
        padding-bottom: 50px;
    }
    .header .nav__list{
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .header .nav__list-item:not(:first-child){
        margin-left: 0;
        margin-top: 40px;
    }
    .header .nav__list-item a{
        text-align: center;
        font-size: 38px;
    }
    .header .header__btn{
        margin-left: auto;
        margin-right: 16px;
        padding: 10px;
        font-size: 16px;
    }
    .hero {
        position: relative;
    }
    .hero__content::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, .8);
    }
    .hero__content {
        text-align: center;
    }
    .hero__text {
        max-width: 100%;
    }
    .hero__title, .hero__text, .hero__btn, .header__btn {
        position: relative;
    }
    .text-wrapper {
        margin-top: 0;
    }
}

@media screen and (max-width:768px) {

    .masonry-container {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
    }

    .model-card-wrapper{
        flex-direction: column;
    }

    .model-card{
        border-radius: 20px;
    }

    .model-card, .model-card-info{
        width: 100%;
    }

    .pricing-wrapper{
        flex-direction: column;
    }
    .pricing-block{
        width: calc(100% - 2px);
        margin: 0;
        margin-bottom: 25px;
    }

    #signup_form .blocks-wrapper{
        flex-direction: column;
    }

    #signup_form .blocks-wrapper .block:first-child{
        padding: 0;
    }

    #signup_form .blocks-wrapper .block:last-child{
        padding: 0;
    }

    .model-wrapper{
        flex-direction: column;
    }

    .model-left{
        width: 100%;
        margin: 0;
    }

    .model-right{
        width: 100%;
        margin-top: 64px;
    }

    .model-wrapper-outer{
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .cards { grid-template-columns: repeat(2, 1fr); }
    .model-cards { grid-template-columns: repeat(1, 1fr); }
    h1 {
        font-size: 62px;
    }
    h2 {
        font-size: 46px;
    }
    h3 {
        font-size: 26px;
    }
    p {
        font-size: 18px;
    }
    .hero__content {
        padding-top: 100px;
        padding-bottom: 50px;
    }
    .why__sub-wrapper {
        width: 100%;
    }
    .why__steps .sub__list {
        flex-direction: column;
        margin-top: 0;
    }
    .why__steps:nth-child(8) .text-wrapper {
        gap: 0;
    }
    .top__footer, .middle__footer {
        flex-direction: column;
        gap: 20px;
    }
    .footer__top-text {
        flex: unset;
    }
    .footer .hero__btn {
        margin: 0 auto;
    }
    .facebook svg {
        width: 20px;
        height: 30px;
    }
    .twitter-ico svg {
        width: 33px;
        height: 28px;
    }
    .insta svg, .youtube svg {
        width: 33px;
        height: 32px;
    }
    .text-wrapper {
        flex-direction: column;
    }
    .why__content{
        padding: 70px 20px;
    }
    .latest__wrapper {
        flex-direction: column;
    }
    .latest__content{
        width: 100%;
    }

}

@media screen and (max-width:480px) {

    .masonry-container {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
    }

    h1 {
        font-size: 52px;
    }
    h2 {
        font-size: 36px;
    }
    h3 {
        font-size: 18px;
    }
    .header__logo {
        font-size: 28px;
    }
    .header .header__btn {
        display: none;
    }
    .hero__btn {
        margin: 0 auto 10px;
    }
    .sub__btn {
        margin-top: 20px !important;
    }
    .text-wrapper {
        flex-direction: column;
    }
    /*
    .why__content {
        padding: 10px;
        margin: 0 20px;
    }
    */
    .why__steps:last-child {
        margin-top: 30px;
        margin-bottom: 20px;
        padding: 20px 28px;
    }
    .latest__card-wrapper {
        padding: 20px;
    }
    .latest__container, .twitter {
        padding-top: 30px;
        
    }
    .twitter{
        padding-bottom: 30px;
    }
    .twitter__slider {
        margin-top: 0;
    }
    .twitter__text {
        font-size: 18px;
    }
    .footer__subscribe-text {
        text-align: center;
    }
}