@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');


@font-face {
    font-family: 'Century Gothic Pro';
    src: url('../fonts/CenturyGothicPro.eot');
    src: url('../fonts/CenturyGothicPro.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CenturyGothicPro.woff2') format('woff2'),
        url('../fonts/CenturyGothicPro.woff') format('woff'),
        url('../fonts/CenturyGothicPro.ttf') format('truetype'),
        url('../fonts/CenturyGothicPro.svg#CenturyGothicPro') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic Pro';
    src: url('../fonts/CenturyGothicPro-BoldItalic.eot');
    src: url('../fonts/CenturyGothicPro-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CenturyGothicPro-BoldItalic.woff2') format('woff2'),
        url('../fonts/CenturyGothicPro-BoldItalic.woff') format('woff'),
        url('../fonts/CenturyGothicPro-BoldItalic.ttf') format('truetype'),
        url('../fonts/CenturyGothicPro-BoldItalic.svg#CenturyGothicPro-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic Pro';
    src: url('../fonts/CenturyGothicPro-Bold.eot');
    src: url('../fonts/CenturyGothicPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CenturyGothicPro-Bold.woff2') format('woff2'),
        url('../fonts/CenturyGothicPro-Bold.woff') format('woff'),
        url('../fonts/CenturyGothicPro-Bold.ttf') format('truetype'),
        url('../fonts/CenturyGothicPro-Bold.svg#CenturyGothicPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic Pro';
    src: url('../fonts/CenturyGothicPro-Italic.eot');
    src: url('../fonts/CenturyGothicPro-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CenturyGothicPro-Italic.woff2') format('woff2'),
        url('../fonts/CenturyGothicPro-Italic.woff') format('woff'),
        url('../fonts/CenturyGothicPro-Italic.ttf') format('truetype'),
        url('../fonts/CenturyGothicPro-Italic.svg#CenturyGothicPro-Italic') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}





.post,
.page {
    margin-bottom: 0;
}

html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a:visited{
    color: #ffffff;
}
body {
    overflow-x: hidden;
    text-decoration: none;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* font-family: "Nunito", sans-serif; */
    font-family: 'Century Gothic Pro';
}
.container{
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
a{
    text-decoration: none;
}
a:focus {
    outline: 0;
    color: #fff;
}
ul{
    margin: 0;
    padding: 0;
}
h1,
.h1 {
    font-family: 'Century Gothic Pro';
    font-size: 38px;
    font-style: normal;
    font-weight: 800;
    line-height: 45px;
    color: #FFF;
    margin-top: 0;
    margin-bottom: 5px;
}

h2,
.h2 {
    font-family: 'Century Gothic Pro';
    color: #161729;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;

}

h3,
.h3 {
    color: #161729;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    font-family: 'Century Gothic Pro';
}

h4,
.h4 {
    color: #161729;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    font-family: 'Century Gothic Pro';
}

h5,
.h5 {
    font-family: 'Century Gothic Pro';
    color: #161729;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

h6,
.h6 {
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%; 
    font-family: 'Century Gothic Pro';
}
p{
    margin-bottom: 0;
    line-height: 20px;
    font-size: 16px;
}

.btns{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Century Gothic Pro';
    line-height: 100%;
    border-radius: 27px;
    display: inline-block;
    transition: .5s;
    color: #FFFFFF;
    padding: 18px 30px;
}
.btns:hover{
    color: #fff;
}

.btns.btn-green.btn-green-bor {
    border: 3px solid #1A8754;
    background: transparent;
}
.btns.btn-green.btn-green-bor:hover{
    background: #1A8754;
}
.btns.btn-orange.btn-orange-bor{
    border: 3px solid #EB7115;
    background: transparent;
}
.btns.btn-orange.btn-orange-bor:hover{
    background: #EB7115;
}
.btns.btn-green{
    background: #1A8754;
}
.btns.btn-green:hover{
    background: #EB7115;
}
.btns.btn-orange{
    background: #EB7115;
}
.btns.btn-orange:hover{
    background: #1A8754;
}
.btn-yellow {
    border: 3px solid #C1A219;
    background: transparent;
    color: #000000 !important;
    padding: 18px 30px 13px;
}
.btn-yellow:hover{
    background-color: #C1A219;
    color: #fff !important;
}

.btn-blue{
    background-color: #0074A8;
}
.btn-blue:hover{
    background-color: #C1A219;
}

body a.tv-ticker-item-change.tv-widget-ticker__item.tv-ticker-item-change__with-icon.quote-ticker-inited{
    background-color: #fff !important;
}

hr{
    text-align: center;
    width: 308px;
    margin: 45px auto 0;
    background-color: #000000;
}

.jetzt-atkie-left {
    width: 62.84%;
}
.jetzt-atkie-left h2 {
    padding-bottom: 20px;
}
.main-field-block {
    padding-top: 15px;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.jetzt-atkie-left input[type="email"] {
    border: 3px solid #EB7115;
    border-radius: 33px;
    width: 100%;
    display: inline-block;
    color: #16172961;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    padding: 16px 46px;
    font-family: 'Century Gothic Pro';
}
.main-field-block .field-block.checkbox-block {
    padding-top: 13px;
}
.main-field-block .field-block.checkbox-block .wpcf7-acceptance span.wpcf7-list-item {
    margin: 0;
}
.jetzt-atkie-left .wpcf7-acceptance span label {
    display: flex;
    align-items: center;
    gap: 12px;
}
.jetzt-atkie-left .wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] {
    display: none;
}
.jetzt-atkie-left .wpcf7-acceptance span label span.wpcf7-list-item-label {
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    position: relative;
    padding-left: 50px;
}
.jetzt-atkie-left .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label::before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 3px solid #1A8754;
    border-radius: 8px;
    vertical-align: middle;
    background-color: #fff;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}
.jetzt-atkie-left .wpcf7-form-control.wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
    background-color: #fff;
    background-image: url('https://dddemo.net/wordpress/2025/zantino/wp-content/uploads/2025/09/news-letter-icon.svg');
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
}
.main-field-block .field-block.submit-btns {
    padding: 25px 0 13px;
}
.jetzt-atkie-left input[type="submit"] {
    border: 0;
    background: #EB7115;
    color: #fff;
    font-family: 'Century Gothic Pro';
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 27px;
    display: inline-block;
    transition: .5s;
    padding: 17px 30px 12.5px;
    cursor: pointer;
    height: 54px;
}
.jetzt-atkie-left input[type="submit"]:hover{
    background-color: #1A8754;
}
.main-field-block .field-block.submit-btns span.wpcf7-spinner {
    display: none;
}
.field-block.last-block span {
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    max-width: 400px;
    width: 100%;
    display: inline-block;
}

.jetzt-atkie-right {
    background: #F7F7F7;
    box-shadow: 0px 2px 4px 0px #00000040;
    border-radius: 30px;
    padding: 18px 38px;
    width: 37.16%;
    text-align: center;
}
.jetzt-atkie-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
}
.jetzt-atkie-right p {
    font-size: 12px;
    font-weight: 400;
    color: #4D4D4D;
    padding-top: 13px;
}
.jetzt-atkie-icon h3 {
    color: #1A8754;
    max-width: 186px;
    width: 100%;
    line-height: 35px;
    padding-left: 8px;
    text-align: left;
}

.wpcf7-form-control-wrap {
    position: relative;
}


input[type="text"],
input[type="email"],
input[type="number"],
textarea {
    border: 3px solid #EB7115;
    width: 100%;
    border-radius: 33px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #16172961;
    background: #fff;
    padding: 15px 46px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus{
    outline: 0;
}
input[type="submit"]{
    border: 0;
    background: #EB7115;
    color: #fff;
    font-family: 'Century Gothic Pro';
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 27px;
    display: inline-block;
    transition: .5s;
    padding: 17px 30px 13px;
    cursor: pointer;
    height: 54px;
}
input[type="submit"]:hover{
    background-color: #1A8754;
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #16172961;
  }
  input[type="text"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  textarea::-moz-placeholder { /* Firefox 19+ */
    color: #16172961;
  }
  input[type="text"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder { /* IE 10+ */
    color: #16172961;
  }
  input[type="text"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  textarea:-moz-placeholder { /* Firefox 18- */
    color: #16172961;
  }
  .wpcf7-not-valid-tip {
    font-size: 16px;
    padding-top: 10px;
}


.defualt-content .inner-banner {
    min-height: 465px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 201px 0 128px;
    z-index: 9;
}
.defualt-content .inner-banner .container {
    position: relative;
    z-index: 1;
}
.defualt-content .inner-banner::before {
    content: "";
    display: block;
    position: absolute;
    background: rgba(22, 23, 41, 0.50);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.defualt-content .inner-desktop-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.defualt-content .inner-desktop-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.inner-main-post-row {
    min-height: 465px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 201px 0 128px;
    z-index: 9;
}
.inner-main-post-row::before{
    content: "";
    display: block;
    position: absolute;
    background: rgba(22, 23, 41, 0.50);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.inner-main-post-row .inner-main-post-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.inner-main-post-row .inner-main-post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner-main-post-row .container {
    position: relative;
    z-index: 1;
}
.inner-main-post-row p {
    color: #fff;
}
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6,
.page-content-row h2,
.page-content-row h3,
.page-content-row h4,
.page-content-row h5,
.page-content-row h6
{
    padding-bottom: 10px;
}
.post-content h1{
    margin-bottom: 5px;
    color: #000;
}
.post-content ul {
    padding-left: 17px;
    padding-bottom: 20px;
}

/*************************************************
                 Responsive Css
 *************************************************/

 @media only screen and (min-width:576px) {
    .container {
        max-width: 540px;
    }
}

@media only screen and (min-width:768px) {
    .container {
        max-width: 720px;
    }
}

@media only screen and (min-width:992px) {

    .container {
        max-width: 960px;
    }
    .container.small-container  {
        max-width: 846px
    }
}

@media only screen and (min-width:1200px) {
    .container {
        max-width: 1130px;
    }
}

@media only screen and (min-width:1400px) {
    .container {
        max-width: 1470px;
    }
    
}



/* header */
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: transform 0.6s ease, background 0.6s ease;
    padding-top: 34px;
}
header.is-sticky {
    position: fixed;
    animation: slideDown 0.6s ease-out;
    z-index: 3;
    left: 0;
    right: 0;
    background: #161729;
    padding-top: 10px;
    padding-bottom: 10px;
}
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
 }
.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-menu-icon {
    display: inline-block;
    position: relative;
    width: 56px;
    cursor: pointer;
    position: relative;
    top: 0;
    height: 42px;
}
.header-menu-icon span {
    display: block;
    position: relative;
    width: 100%;
    height: 6px;
    background: #fff;
    border-radius: 2px;
    transition: 0.3s ease;
    border-radius: 20px;
    z-index: 999;
}
body.add-menu {
    position: relative;
    overflow: hidden;
}
.header-menu-icon span:nth-child(1) {
    top: 8px;
}
.header-menu-icon span:nth-child(2) {
    top: 16px;
}
.header-menu-icon span:nth-child(3) {
    top: 24px;
}
body.add-menu .header-menu-icon span:nth-child(1) {
    transform: rotate(45deg);
    top: 20px;
}
body.add-menu .header-menu-icon span:nth-child(2) {
    display: none;
}
body.add-menu .header-menu-icon span:nth-child(3) {
    transform: rotate(-45deg);
    top: 15px;
}
.header-menu ul li {
    list-style-type: none;
    padding-bottom: 9px;
}
.header-menu ul li:last-child {
    padding-bottom: 0;
}
.header-menu {
    background: linear-gradient(
        270deg,
        rgba(22, 23, 41, 0.8) 54.81%,   /* 0.4 ne 0.8 kari didhu */
        rgba(22, 23, 41, 0.2) 100%      /* 0 ne 0.6 kari didhu */
    );
    width: 393px;
    height: auto;
    position: fixed;
    top: 0;
    right: 0px;
    padding: 128px 88px 98px 21px;
    z-index: 99;
    transition: .5s ease-in-out;
    text-align: right;
    transform: translateX(100%);
    height: 100%;
}
.header-menu ul li a {
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    transition: .5s;
}
.header-menu ul li a:hover{
    color: #EB7115;
}
body.add-menu .header-menu{
    transform: translateX(0);
}

/* footer */

  

footer {
    background: #161729;
    padding: 35px 0 25px;
}
.footer-menu ul li {
    list-style-type: none;
    border-left: 1px solid #fff;
    padding: 0 10px;
}
.footer-menu ul li:first-child {
    border-left: 0;
}
.footer-menu ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: end;
}
.footer-menu ul li a {
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    font-weight: 700;
    transition: .5s;
}
.footer-menu ul li a:hover{
    color: #d6d6d6;
}

.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 23px;
    margin-bottom: 20px;
}
.footer-logo a > img {
    max-width: 243px;
    height: auto;
}
.footer-menu {
    margin-top: 20px;
}
.fototer-bottom-pvt-text span {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 100%;
}
.footer-social ul li {
    list-style-type: none;
}
.footer-social ul li a{
    transition: .5s;
}
.footer-social ul li a:hover img{
    filter: brightness(0) saturate(100%) invert(80%) sepia(0%) saturate(439%) hue-rotate(55deg) brightness(105%) contrast(102%);
}
.footer-social ul {
    display: flex;
    align-items: center;
    gap: 26px;
}
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-social.mobile-social-icon {
    display: none;
}
.footer-menu ul li.current-menu-item a {
    color: #EB7115;
}

/* post css */
/* .single-post header#masthead {
    position: static;
    background: #161729;
    padding: 10px 0;
} */
.main-post-img a {
    width: 100%;
    height: 100%;
    display: inline-block;
}
.main-post-img {
    position: relative;
    padding-bottom: 37%;
    margin-bottom: 20px;
}
.main-post-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-post-row h2 a{
    color: #000;
    transition: .5s;
}
.main-post-row h2 a:hover{
    color: #EB7115;
}
.main-post-row h2{
    padding-bottom: 15px;
}
.main-post {
    padding: 80px 0;
}
.inner-post-block {
    padding-bottom: 50px;
}
.inner-post-block:last-child {
    padding-bottom: 0;
}
.post-content {
    padding: 50px 0;
}
.post-content p,
.post-content span{
    padding-bottom: 20px;
}
.post-content p:last-child{
    padding-bottom: 0;
}
.error-page {
    min-height: calc(100vh - 683px);
    padding: 80px 0;
}
.error-page-row h2 {
    padding-bottom: 0;
    font-size: 160px;
    line-height: 1;
    margin: 0;
    text-shadow: 1px 1px 1px #0074A8, 2px 2px 1px #0074A8, 3px 3px 1px #0074A8, 4px 4px 1px #0074A8, 5px 5px 1px #0074A8, 6px 6px 1px #1A8754, 7px 7px 1px #EB7115, 8px 8px 1px #EB7115, 25px 25px 8px rgba(0, 0, 0, 0.2);
    color: #000;
}
.error-page-row p{
    margin-bottom: 20px;
}

.error-page-row {
    text-align: center;
}
@media only screen and (max-width: 991px){
    h1, .h1{
        font-size: 33px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    h2, .h2{
        font-size: 28px;
    }
    h3, .h3{
        font-size: 20px;
    }
    h4, .h4{
        font-size: 20px;
    }
    h5, .h5{
        font-size: 18px;
        line-height: 22px;
    }
    .header-menu {
        padding: 118px 50px 98px 21px;
    }
    .footer-menu ul li a {
        font-size: 14px;
    }
    .footer-logo a > img {
        max-width: 150px;
        height: auto;
    }
    .footer-menu ul li {
        padding: 0 7px;
    }
    .footer-menu {
        margin-top: 10px;
    }
    header.is-sticky {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .header-logo a img {
        max-width: 250px;
        height: auto;
    }
}

@media only screen and (max-width: 767px){
    .btns{
        font-size: 14px;
        padding: 14px 30px;
    }
    h1, .h1{
        font-size: 26px;
        line-height: 33px;
    }
    h2, .h2{
        font-size: 22px;
    }
    h3, .h3{
        font-size: 18px;
    }
    h4, .h4{
        font-size: 22px;
    }
    h5, .h5{
        font-size: 16px;
        line-height: 20px;
    }
    p{
        font-size: 14px;
        line-height: 18px;
    }
    .container{
        padding-left: 22px;
        padding-right: 22px;
    }
    header .container {
        padding: 0 36px;
    }
    .header-logo a img {
        max-width: 187px;
        height: auto;
    }
    .header-menu-icon {
        width: 40px;
    }
    .header-menu-icon span:nth-child(2) {
        top: 14px;
    }
    .header-menu-icon span:nth-child(3) {
        top: 20px;
    }
    .header-menu{
        width: 100%;
    }
    .footer-logo a > img {
        max-width: 243px;
        height: auto;
    }
    header.is-sticky {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    
    .footer-social.mobile-social-icon {
        display: block;
        border-top: 1px solid #fff;
        padding-top: 35px;
        width: 100%;
    }
    .footer-bottom .footer-social{
        display: none;
    }
    .footer-top {
        flex-direction: column;
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    footer .container {
        padding: 0 37px;
    }
    .footer-logo {
        padding-bottom: 22px;
    }
    .footer-menu {
        margin-top: 35px;
    }
    .footer-menu {
        margin-top: 35px;
        margin-bottom: 25px;
        max-width: 317px;
    }
    .footer-bottom {
        justify-content: center;
    }
    
    .footer-menu ul {
        justify-content: center;
    }
    .footer-menu ul li:nth-child(4) {
        order: 5;
    }
    .footer-menu ul li {
        margin-bottom: 5px;
    }
    .footer-social ul{
        justify-content: center;
    }
    .footer-menu ul li:nth-child(5) {
        border-left: 0;
    }
    .fototer-bottom-pvt-text {
        text-align: center;
    }
   
    .header-menu {
        background: linear-gradient(
            270deg,
            rgba(22, 23, 41, 0.8) 54.81%,   /* 0.4 ne 0.8 kari didhu */
            rgba(22, 23, 41, 0.4) 100%      /* 0 ne 0.6 kari didhu */
        );
    }
    .main-post-img {
        padding-bottom: 100%;
    }
    .main-post {
        padding: 40px 0;
    }

    .defualt-content .inner-banner {
        min-height: 480px;
        padding: 160px 0 70px;
    }
    .defualt-content .inner-banner .container{
        padding: 0 36px;
    }
}

