.top-header .navbar-collapse {
    flex-grow: 0;
}

body {
    font-family: "Inter", Sans-serif;
    overflow-x: hidden;
}

.container {
    max-width: 1140px;
    padding: 0 15px;
}

header {
    position: absolute;
    width: 100%;
    z-index: 99;
    transition: all 0.35s ease-in-out;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #c8500e00;
    /*transition: all 0.35s ease-in-out;*/
}

.main-banner {
    background-color: #262626;
    /*background-image: url(../img/hero_bg.png);*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0 300px;
}

.banner-content-wrapp {
    position: relative;
    z-index: 1;
}

.banner-title-wraper {
    margin-bottom: 100px;
    width: 60%;
    margin: auto;
}

.banner-title-wraper p {
    color: #fff;
    margin: auto;
    margin-top: 20px;
    width: 80%;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.32px;
}

.banner-title {
    color: #c8500e;
    margin-bottom: 15px;
    font-size: 60px;
    line-height: 79px;
    font-weight: 700;
    letter-spacing: 1.84px;
    text-transform: capitalize;
}

.banner-subtitle {
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    line-height: 79px;
    letter-spacing: 1.4px;
    margin: 0px 0px 0px 0px;
}

.logo img {
    /* filter: brightness(10); */
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #c8500e;

}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    padding: 50px 20px;
    font-size: 19px;
    line-height: 23px;
    font-weight: 600;
    letter-spacing: 0.38px;
    position: relative;
}

.navbar {
    padding: 0;
}

.navbar-light .navbar-nav .nav-link:after {
    position: absolute;
    content: '';
    width: 80%;
    height: 3.5px;
    background: #c8500e 0% 0% no-repeat padding-box;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: all .4s ease-in-out;
}

.navbar-light .navbar-nav .nav-link.active:after,
.navbar-light .navbar-nav .nav-link:hover:after {
    opacity: 1;
    transition: all .4s ease-in-out;
}

.banner-links {
    margin-top: 40px;
}

.main-banner {
    position: relative;
    overflow: hidden;
}

.main-banner:after {
    content: '';
    position: absolute;
    background-image: url(../img/slider_bg.png);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.5;
}

.main-banner:hover:after {
    animation: blink 2.5s infinite;
    -webkit-animation: blink 2.5s infinite;
}

@keyframes blink {
    50% {
        opacity: 0.1;
    }
}

@-webkit-keyframes blink {
    50% {
        opacity: 0.1;
    }
}

section.bg-widget {
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    /*z-index: 2;*/
    min-width: 1500px;
}

section.bg-widget img {
    position: absolute;
    z-index: 2
}

.layer.l1 {
    left: -2%;
    top: 25%;
}

.layer.l2 {
    left: 19%;
    top: 65%;
    z-index: 2;
}

.layer.l3 {
    left: 3%;
    top: 51%;
}

.layer.l4 {
    left: 33%;
    bottom: -3%;
    display: none;
}

.layer.l5 {
    right: 1.1%;
    top: 62%;
    z-index: 2;
}

.layer.l6 {
    right: -4%;
    top: 40%;
    z-index: 1;
}

.layer.l7 {
    right: 27%;
    top: 83%;
    z-index: 3;
}

.layer.l8 {
    right: 16%;
    top: 43%;
}

.layer.l9 {
    left: 31%;
    top: 87%;
    z-index: 3
}

.layer.l10 {
    right: 3%;
    top: 30%;
}

.speed-wrapp {
    padding: 100px 0;
}

.button {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    /*text-transform: uppercase;*/
    /*border-radius: 10px;*/
    padding: 10px 25px;
    text-decoration: none;
}

header .btn-purchase {
    text-transform: uppercase;
    padding: 14px 40px 14px 40px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    background-color: transparent;
}

.btn-purchase {
    font-weight: 700;
    display: flex;
    display: inline-block;
}

.btn-purchase svg {
    margin-left: 5px;
}

.tvfooter-btn .btn-purchase svg {
    vertical-align: text-top;
}

.btn-outlined-white {
    background: #262626 0% 0% no-repeat padding-box;
    border: 2px solid #ffffff;
    color: #ffffff;
}

.banner-links .button {
    margin: 0 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    padding: 18px 40px 18px 40px;
}

.banner-links .button svg {
    margin-left: 10px;
}

.btn-outlined-white svg {
    fill: #fff;
}

.bg-maincolor {
    /*background-color: #c8500e;*/
    border: 2px solid #fff;
    transition: all .4s ease-in-out;
    color: #fff;
}

.demo-links-title .bg-maincolor {
    color: #000;
    border-color: #000;
}

.bg-maincolor:hover {
    background-color: #c8500e;
    color: #fff !important;
    border-color: transparent !important;
}

.tvfooter-btn .btn-purchase {
    color: #000;
    border-color: #000;
}

.bg-maincolor-white:hover {
    background-color: #c8500e;
    color: #fff;
    border-color: transparent;
}

.main-banner .bg-maincolor:hover {
    background-color: #c8500e;
    color: #fff;
    border-color: transparent;
}

.bg-transparant {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #fff;
    transition: all .4s ease-in-out;
}

.main-banner .bg-transparant:hover {
    color: #fff;
    background-color: #c8500e;
    border: 2px solid #c8500e;
}

.theme-feature-icon-list {
    margin-top: 85px;
}

.theme-icon-list span {
    color: #fff;
    letter-spacing: 0.7px;
}

.theme-icon-list svg {
    fill: #c8500e;
    margin-right: 10px;
}

.theme-icon-list {
    display: inline-flex;
    align-items: center;
    margin: 0 10px;
}

/*title*/
h5.tvmain-subtitle {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 22px;
    letter-spacing: 0.44px;
}

h1.tvmain-title {
    font-size: 68px;
    font-weight: 700;
    line-height: 72px;
    margin-bottom: 0;
    letter-spacing: 1.2px;
    color: #262626;
}

h1 span.round {
    position: relative;
}

p.desc {
    color: #000;
    width: 64%;
    margin: auto;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 50px;
    font-weight: 500;
}

/*h1 span.round:after {
    position: absolute;
    content: '';
    width: 245px;
    height: 132px;
    background-image: url(../img/round.png);
    right: 0;
    left: -20px;
    bottom: 0;
    top: 7px;
    margin: auto;
}*/
.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-100 {
    margin-bottom: 100px;
}

/*language*/
#version {
    background: #F0F2F6;
    border-bottom: 1px solid #E3E5EC;
}

#version h1 {
    font-size: 50px;
}

.tvlatestcersion {
    padding: 50px 0;
    text-align: left;
}

.tvlatestcersion h5 {
    color: #262626;
    font-weight: 600;
}

.tvlanguage-flag ul {
    margin: 0 -10px;
    margin-top: 35px;
    padding: 0;
    text-align: left;
}

.tvlanguage-flag li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
}

.tvlanguage-flag li img {
    /*border: 2px solid #fff;*/
    /*border-radius: 100%;*/
    margin-right: 8px;
}

.tvlanguage-flag li a {
    letter-spacing: 0.36px;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.tvlanguage-flag li a:hover {
    text-decoration: underline;
}

/*perfomance*/
.tvperfomance-speed {
    padding: 100px 0;
}

.tvperfomance-wrapp {
    display: flex;
    align-items: center;
}

.tvperfomance h5 {
    color: #F9BC07;
}

.tvperfomance p {
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0.34px;
    color: #c8500e;
    margin: 30px 0;
    width: 75%;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.tvperfomance hr {
    height: 1px;
    background: #EEEEEE;
    margin: 0 0 30px 0;
}

.tvperfomance .icon-text {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.tvperfomance .icon-text .round {
    height: 65px;
    width: 65px;
    border-radius: 100%;
    background-color: #ccc;
    margin-right: 15px;
    display: grid;
    align-items: center;
    justify-content: center;
}

.tvperfomance .icon-text:nth-child(1) .round {
    background: #AD01FE 0% 0% no-repeat padding-box;
    box-shadow: 3px 9px 17px #AD01FE40;
}

.tvperfomance .icon-text:nth-child(2) .round {
    background: #12CBAA 0% 0% no-repeat padding-box;
    box-shadow: 3px 9px 17px #12CBAA42;
}

.tvperfomance .icon-text:nth-child(3) .round {
    background: #E81360 0% 0% no-repeat padding-box;
    box-shadow: 3px 9px 17px #E8136040;
}

.tvperfomance .icon-text span {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: #262626;
    width: 53%;
}

.tvperfomance .link,
.tvperfomance a {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.36px;
    color: #262626;
    display: block;
}

.tvperfomance a.bg-maincolor {
    color: #fff;
}

.tvperfomance a.bg-maincolor:hover {
    color: #000;
}

.tvperfomance a {
    text-decoration: underline;
    display: inline-block;
}

.tvperfomance a svg {
    margin-left: 3px;
}

.tvperfomance .link {
    display: flex;
    align-items: center;
}

.tvperfomance .button {
    /*margin-top: 30px;*/
    margin-right: 15px;
    display: inline-block;
    text-decoration: none;
    color: #000;
    border-color: #000;
}

/*demo*/
.tag-name li {
    list-style: none;
    display: inline-block;
    padding: 5px 20px;
    color: #c8500e;
    font-size: 20px;
    line-height: 30px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    border-radius: 19px;
    margin-right: 16px;
    margin-bottom: 16px;
}

.title-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
}

.title-wrap h1.rounded {
    position: relative;
    color: #000000;
    font-size: 80px;
    font-weight: 800;
    line-height: 84px;
    letter-spacing: -6.5px;
    margin: 0px 0px 0px 35px;
    min-width: 150px;
}

.title-wrap h1.rounded:after {
    background-image: url(../img/Vector.png);
    position: absolute;
    content: '';
    top: 0;
    width: 150px;
    height: 142px;
    top: -40px;
    left: 0px;
}

.tvdemos {
    margin-bottom: 100px;
}

.demolinks-wrapp {
    margin: auto
}

.wrapper {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    position: absolute;
    overflow: hidden;
    /*margin: 10px;*/
    margin: 18px 22px;
    border-radius: 0px;
    min-width: 95.5%;
    min-height: 498px;
}

.demo-links {
    /*width: 100%;*/
    margin: auto;
    height: 535px;
    border-radius: 20px;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 15%);
    background-color: #fff;
    border: 1px solid #444;
    position: relative;
    overflow: hidden;
}

.tvdemos h1.tvmain-title {
    margin: 0px 0px 0px 50px;
    color: #000000;
    font-family: "Inter", Sans-serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 79px;
    letter-spacing: -0.3px;
    text-align: left;
}

.demo-links-title {
    display: flex;
    justify-content: center;
    align-itens: center;
}

.demo-links-title>div {
    text-align: center;
    width: 50%;
}

.bg-lightcolor {
    background-color: #F0F2F6;
}

.demo-links-title h4 {
    padding: 0px 0px 1px 0px;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    background-color: #91;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #120F2D00;
    border-radius: 0px 0px 0px 0px;
    margin: 20px 0 0 0;
    cursor: pointer;
}

.demo-links-title h4 a {
    /*     color: #000; */
    text-decoration: none;
}

.demo-links-title h4 a:hover {
    /*     color: #c8500e; */
}

/* Our image information */
.before,
.after {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-color: white;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
}

img.content-image {
    /* height: 100%; */
    max-width: initial;
}

.after {
    width: 125px;
}

.scroller {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: transparent;
    opacity: 0.9;
    pointer-events: auto;
    cursor: pointer;
}

.scroller:hover {
    opacity: 1;
}

.scrolling {
    pointer-events: none;
    opacity: 1;
}

.scroller__thumb {
    width: 100%;
    height: 100%;
    padding: 5px;
}

.scroller:before,
.scroller:after {
    content: " ";
    display: block;
    width: 7px;
    height: 9999px;
    position: absolute;
    left: 50%;
    margin-left: -3.5px;
    z-index: 30;
    transition: 0.1s;
}

.scroller:before {
    top: 100%;
}

.scroller:after {
    bottom: 100%;
}

.top-header {
    padding: 0 110px;
}

/* If you want to cahnge the colors, make sure you change the fill in the svgs to match */
.scroller {
    border: 5px solid #fff;
    background: #c8500e;
}

.scroller:before,
.scroller:after {
    background: #fff;
}

#demoslider {
    background-color: #fff;
    padding: 120px 0 130px 0;
    margin-bottom: 100px;
}

.demoslider h1.tvmain-title {
    color: #000000;
}

.demoslider p.desc {
    color: #000000;
}

.demoslider-1 {
    margin-bottom: 50px;
}

.demo-links-title svg {
    margin-left: 10px;
    /*vertical-align: text-top;*/
    margin-top: -2px;
}

/*modules*/
.modules {
    margin-top: 50px;
}

.module-card {
    background-color: #fff;
    border-radius: 3px;
    margin: 15px;
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 8%);
    padding: 10px 5px 10px 5px;
    display: inline-block;
    max-width: 175px;
    width: 100%;
    text-align: center;
    position: relative;
    transform: translateY(0px);
    transition: all .4s ease-in-out;
}

.module-card:hover {
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 15%);
    transform: translateY(-10px);
}

.module-card h6 {
    font-size: 17px;
    margin: 5px 0 0 0;
    color: #000;
    font-weight: 500;
}

.modules-2 .module-card:nth-child(18n) {
    margin-right: 50px;
}

.modules-2 .module-card:first-child {
    margin-left: 50px;
}

#modules {
    margin-bottom: 50px;
}

.special span.seprate {
    display: inline-block;
    width: 30%;
}

.special .module-card.m1,
.special .module-card.m4 {
    transform: translateY(-35px)
}

.special .module-card.m1:hover,
.special .module-card.m4:hover {
    transform: translateY(-45px)
}

.module-card .subtitle {
    position: absolute;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    line-height: 14px;
    letter-spacing: .7px;
    right: -5px;
    top: -3px;
    padding: 2px 5px;
    background: green;
}

.module-card .subtitle.free {
    background-color: red
}

/*video*/
.video-wrap {
    padding: 30px;
    border-radius: 10px 10px 0 0;
    background: #000;
}

.hidden {
    display: none;
}

.show {
    display: block;
}

.video-btn {
    display: inline-flex;
    align-items: center;
    padding: 8px 18px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .6px;
    line-height: 30px;
    color: #000;
    background-color: transparent;
    border: 2px solid #eee;
    cursor: pointer;
    border-radius: 10px;
    margin: 5px;
}

.video-btn.active {
    background-color: #c8500e;
    border-color: #c8500e;
    color: #fff;
}

.video-content-wrapp {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 20px 100px rgb(0 0 0 / 9%);
}

.video-playlist-wrapp {
    text-align: center;
    padding: 20px;
}

.video-btn svg {
    margin-right: 9px;
}

/*about*/
.about.container {
    padding: 0;
}

.about-inner {
    display: flex;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.about-img {
    width: 53.104%;
    padding: 10px;
}

.about-text {
    width: 46.896%;
    padding: 10px;
}

.about-img img {
    max-width: -webkit-fill-available;
}

.section-subtitle {
    color: #989BA5;
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: -0.3px;
    margin: 0px 0px 5px 0px;
}

.section-title {
    color: #161B2A;
    margin: 0px 90px 20px 0px;
    font-size: 56px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.3px;
}

span.color {
    color: #c8500e;
}

span.gredient {
    background-image: linear-gradient(to right, #382c74 0%, #ea345e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-title span.gredient {
    color: #382C74;
    font-size: 80px;
    font-weight: 900;
    line-height: 1.3em;
    letter-spacing: -0.3px;
    padding: 0px 0px 11px 0px;
}

.section-desc {
    color: #565963;
    font-family: "Inter", Sans-serif;
    font-size: 20px;
    line-height: 30px;
    margin: 10px 80px 0px 0px
}

/*you also get*/
#bigbanner .tvcmsbigbanner .bigbanner-img {
    background-image: url(../img/parallax.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
    width: 100%;
    position: relative;
}

.bigbanner-containt {
    position: relative;
}

.bigbanner-containt h1.tvmain-title {
    color: #fff;
}

#bigbanner .tvcmsbigbanner .bigbanner-img:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, .5);
}

#bigbanner .tvcmsbigbanner .bigbanner-file,
#bigbanner .tvcmsbigbanner .bigbanner-psd,
#bigbanner .tvcmsbigbanner .bigbanner-safari {
    text-align: center;
}

#bigbanner .tvcmsbigbanner .bigbanner-titel {
    font-size: 25px;
    color: #fff;
    padding-top: 30px;
}

/*responsive*/
#responsive {
    margin-top: 60px;
    position: relative;
}

#responsive:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 90%;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: -2;
}

.tvresponsive.container {
    padding-bottom: 0;
}

.tvresponsive .section-text {
    width: 50%;
    margin-left: 50%;
    padding-top: 100px;
    padding-left: 8%;
    z-index: 1;
}

.tvresponsive .section-title {
    color: #000000;
    margin: 0 0 0 0;
    margin-bottom: 25px;
    font-size: 59px;
    line-height: 1.2;
}

.tvresponsive .section-img {
    margin-top: -490px;
    margin-left: -15%;
    margin-right: -10%;
    position: relative;
    z-index: 0;
}

.tvresponsive h1.tvmain-title {
    color: #fff;
}

.section-id {
    display: block;
    color: #000000;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}

.section-text p {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 0;
    color: #000000;
}

/*changelog*/
.changLog-text {
    width: 70%;
}

.accordion-button:focus {
    box-shadow: none
}

.accordion-item {
    border: none;
}

.accordion-button {
    color: #000;
    font-size: 20px;
    font-weight: 800;
    border-bottom: 1px solid #eee;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid #eee;
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0);
}

section {
    position: relative;
}

.chlog-img {
    position: absolute;
    right: 0;
    top: 150px;
}

.ptb-100 {
    padding: 100px 0;
}

/*layouts*/
.layout-containt-wrapp {
    display: flex;
    justify-content: center;
}

.layout-inner-box {
    /*width: 50%;*/
    padding: 10px;
}

.heading-title:after {
    content: '';
    background-image: url(../img/title_shape.png);
    display: block;
    width: 381px;
    height: 25px;
    filter: hue-rotate(360deg);
    margin: auto;
}

.owl-carousel.owl-drag .owl-item.active:first-child() .layout-inner-box {
    border-right: 2px solid #5659630f;
}

.tvperfomance-img img {
    /*margin-left: -80px;*/
}

img {
    max-width: 100%;
    object-fit: none;
}

/*footer*/
.tvfooter-section2 {
    align-self: center;
}

.tvfooter-description h5 {
    color: #333;
    font-size: 18px;
    font-weight: 400;
}

.tvfooter-description p {
    color: #222;
    font-size: 40px;
    font-weight: 700;
}

.tvfooter-btn {
    margin-top: 30px;
}

.navbar-light .navbar-toggler {
    display: none;
}

#purchase a.btn-purchase {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.36px;
    /*color: #262626;*/
}

@media (max-width: 1280px) {
    .top-header {
        padding: 0;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 50px 16px;
        font-size: 15px;
    }

    header .btn-purchase {
        padding: 14px 28px 14px 28px;
        font-size: 13px;
    }

    .layer.l3 {
        left: -6%;
    }

    .layer.l1 {
        left: -10.5%;
    }

    .layer.l2 {
        top: 71%;
    }

    .layer.l10 {
        right: 8%;
    }

    .chlog-img {
        right: 0;
    }

    .changLog-text {
        width: 50%;
    }

    .modules-2 .module-card:nth-child(18n),
    .module-card {
        margin: 15px;
    }

    .modules-2 .module-card:nth-child(12n) {
        margin-right: 50px;
    }

    .special span.seprate {
        width: 10%;
    }
}

@media (max-width: 1140px) {
    .wrapper {
        /*min-width: 880px;*/
    }

    img {
        object-fit: initial;
    }

    .top-header {
        padding: 0 15px;
    }

    header .btn-purchase {
        padding: 14px 20px 14px 20px;
        font-size: 12px;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 50px 12px;
    }

    .container {
        /*overflow: hidden;*/
        padding-left: 15px;
        padding-right: 15px;
    }

    .banner-title-wraper {
        width: 70%;
    }

    section.bg-widget {
        bottom: -7%;
        left: -29%;
    }

    /*.layer.l3,*/
    .layer.l6,
    .layer.l1,
    .layer.l5 {
        display: none;
    }

    .layer.l8 {
        right: 8%;
        top: 52%;
    }

    .layer.l10 {
        right: 7%;
        top: 68%;
    }

    .special span.seprate {
        width: 10%;
    }

    .modules-2 .module-card:first-child,
    .modules-2 .module-card:nth-child(18n) {
        margin: 15px;
    }
}

@media (max-width: 1024px) {
    .wrapper {
        /*min-width: 780px;*/
        min-width: 95%;
    }

    .tvlanguage-flag li {
        margin: 5px 10px;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 50px 8px;
        font-size: 14px;
    }

    .btn-purchase svg {
        margin-left: 2px;
    }

    header .btn-purchase {
        padding: 12px 8px 12px 8px;
        font-size: 11px;
    }

    .navbar .container-fluid {
        padding: 0;
    }

    .banner-subtitle {
        font-size: 40px;
    }

    .banner-title {
        font-size: 55px;
    }

    .theme-feature-icon-list {
        margin-top: 55px;
    }

    .layer.l8 {
        right: 13%;
        top: 32%;
    }

    .layer.l10 {
        right: 17%;
        top: 65%;
    }

    .layer.l7 {
        top: 76%;
    }

    .layer.l9 {
        top: 77%;
    }

    .layer.l3 {
        top: 21%;
    }

    .tvresponsive .section-title {
        font-size: 50px;
    }

    .changLog-text {
        width: 100%;
    }

    .chlog-img {
        display: none;
    }
}

@media (max-width: 991px) {
    .wrapper {
        /*min-width: 755px;*/
        min-width: 94%;
    }

    header .btn-purchase {
        display: none;
    }

    .navbar>.container-fluid {
        justify-content: center;
    }

    .navbar-light .navbar-brand {
        padding: 15px 0;
        margin: 0;
    }

    .main-banner {
        padding: 120px 0;
    }

    .banner-title-wraper {
        width: 75%;
    }

    .banner-title {
        font-size: 54px;
        line-height: 68px;
    }

    .banner-subtitle {
        font-size: 35px;
        line-height: 35px;
    }

    section.bg-widget {
        bottom: -4%;
        left: -57%;
    }
}

/*@media (max-width: 900px) {
    .wrapper{
        min-width: 755px;
    }
}*/
@media (max-width: 787px) {
    section.bg-widget {
        display: none;
    }

    .tvperfomance .button {
        margin-bottom: 30px;
    }

    h1.tvmain-title {
        font-size: 58px;
    }

    .layout-inner-box .heading-title {
        font-size: 24px;
    }

    .tvresponsive .section-img {
        margin-top: -350px;
    }

    .tvresponsive .section-title {
        font-size: 40px;
    }

    .tvperfomance-wrapp {
        display: block;
    }

    .tvperfomance,
    .tvperfomance-img {
        width: 100%
    }

    .tvperfomance-img {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .tvperfomance-wrapp {
        display: block;
    }

    .tvperfomance-img img {
        margin: 0;
        margin-top: 30px;
    }

    .tvperfomance-img {
        text-align: center;
    }

    .about-inner {
        display: block;
    }

    .about-img,
    .about-text {
        width: 100%;
    }

    .special span.seprate {
        display: none;
    }

    .special .module-card.m1,
    .special .module-card.m4 {
        transform: none;
    }

    .tvresponsive .section-img {
        padding: 0;
        margin: 0;
    }

    .tvresponsive .section-text {
        padding: 60px 15px 30px;
        margin: 0;
        width: 100%;
    }

    img {
        object-fit: initial;
    }

    .changLog-text {
        width: 100%;
    }

    .chlog-img {
        position: inherit;
    }
}

@media (max-width: 575px) {
    .wrapper {
        min-width: 90% margin:18px 12px;
    }

    section.bg-widget {
        display: none;
    }

    .banner-title {
        font-size: 46px;
        line-height: 55px;
    }

    .banner-subtitle {
        font-size: 27px;
    }

    .banner-title-wraper {
        width: 100%;
        padding: 0 15px;
    }

    .banner-links .button {
        margin: 5px;
        padding: 14px 28px;
    }

    .theme-feature-icon-list {
        margin-top: 65px;
    }

    h1.tvmain-title {
        font-size: 44px;
        line-height: 54px;
    }

    h5.tvmain-subtitle {
        font-size: 18px;
    }

    .tvperfomance .icon-text span {
        width: 75%;
    }

    .section-title span.gredient {
        font-size: 50px;
    }

    .title-wrap {
        display: block;
    }

    .title-wrap h1.rounded {
        margin: 0 0 40px 0;
    }

    .title-wrap h1.rounded:after {
        left: 0;
        right: 0;
        margin: auto;
    }
}

@media (max-width: 480px) {
    .tvdemos h1.tvmain-title {
        font-size: 36px;
        line-height: 59px;
        margin: 0;
    }

    .layout-containt-wrapp {
        display: block;
    }

    .layout-inner-box {
        width: 100%;
    }

    .heading-title:after {
        width: 330px;
        background-position: center;
    }

    .accordion-button {
        font-size: 16px;
    }

    .tvfooter-description p {
        font-size: 30px;
    }

    #version h1 {
        font-size: 40px;
    }

    h1.tvmain-title {
        font-size: 40px;
    }
}

.logo img {
    object-fit: unset;
}

@media (max-width: 1440px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
    }

    header .btn-purchase {
        padding: 14px 20px;
        font-size: 12px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 15px;
    }

    .top-header {
        padding: 0 30px;
    }
}

#version h1 {
    font-size: 42px;
}

#perfomance h1 {
    font-size: 62px;
}

@media (max-width: 787px) {
    #perfomance h1 {
        font-size: 52px;
    }
}

@media (max-width: 575px) {
    #perfomance h1 {
        font-size: 44px;
    }

    #bigbanner .tvcmsbigbanner .bigbanner-file,
    #bigbanner .tvcmsbigbanner .bigbanner-psd,
    #bigbanner .tvcmsbigbanner .bigbanner-safari {
        margin-bottom: 15px;
    }

    #bigbanner .tvcmsbigbanner .bigbanner-titel {
        padding-top: 20px;
    }

    #bigbanner .tvcmsbigbanner .bigbanner-img {
        padding: 50px 0;
    }

    .section-subtitle {
        font-size: 24px;
    }

    .banner-links {
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    #perfomance h1 {
        font-size: 37px;
    }

    p.desc {
        width: 90%;
        font-size: 18px;
    }
}

#buy-block {
    display: inline-block;
}