@import url(/content/font/stylesheet.css);
/* GLOBAL CSS START */
.more-btn {
    font-family: 'Sofia Pro';
    font-weight: bold;
    padding: 20px 50px;
    border: 1px solid #fff;
    border-radius: 40px;
    display: block;
    width: 260px;
    text-align: start;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    background-image: url(/content/images/icons/right-white-arrow.svg);
    background-repeat: no-repeat;
    background-position: 162px;
    transition: 0.5s;
}
.more-btn:hover {
    font-family: 'Sofia Pro';
    background-image: url(/content/images/icons/right-icon-slider.svg);
    background-color: #fff;
    color: #343741;
    border: 1px solid #fff;
}
h1 {
    font-family: 'Sofia Pro Semi';
    font-size: 42px;
    color: #FF6D2D;
}
h2 {
    font-family: 'Sofia Pro Semi';
    color: #fff;
    font-size: 32px;
}
h3 {
    color: #343741;
    font-size: 24px;
    font-family: 'Sofia Pro Semi';
    margin: 42px 0 15px;
}
h4 {
    color: #343741;
    font-size: 20px;
    font-family: 'Sofia Pro Semi';
}

.content-section h2 {
    font-family: 'Sofia Pro Semi';
    color: #FF6D2D;
    font-size: 32px;
}
.section2 p {
    font-family: 'Sofia Pro';
    font-size: 18px;
    color: #343741;

}
/* GLOBAL CSS END */

/* HEADER-NAV CSS START */
.bg-light {
    background-color: transparent !important;
}
.navbar {
    padding: 22px 100px;
    position: absolute;
    z-index: 1;
    background: linear-gradient(180deg, #3030306b 0%, rgb(255 255 255 / 0%) 100%);
}
.navbar-nav {
    margin-left: auto;
}
.navbar-nav .nav-link {
    color: #fff;
    margin-right: 40px;
    font-size: 20px;
    border: transparent;
    font-family: 'Sofia Pro Semi';
}
.navbar-nav .nav-link:hover {
    border-bottom: 2px solid #FF6D2D;
}
.navbar .dropdown-menu {
    width: 290px;
    margin-top: 40px;
    border-radius: 0;
    border: transparent;
    font-family: 'Sofia Pro';
    background-color: #fff;
    opacity: 80%;
    padding: 20px 0;
}

    .navbar .dropdown-menu li {
        background-color: #fff;
        display: flex;
        align-items: center;
        position: relative;
        padding: 12px 0;
        background-repeat: no-repeat;
        background-position-x: 12px;
        
        text-indent: 12px;
    }

        .navbar .dropdown-menu li:hover {
            background-color: #dedede;
            opacity: 100%;
        }

.dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
}

.navbar .dropdown-menu li a {
    background-color: transparent;
    transition: 0.5s;
    align-items: center;
    display: flex;
}

    .navbar .dropdown-menu li a:hover {
        padding-left: 25px;
        text-indent: 12px;
    }



.navbar-nav .nav-item {
    display: flex;
}
.navbar-nav .social-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    list-style: none;
    margin: 0;
}
.navbar-nav .social-menu li {
    margin: 0;
    padding: 0;
}
.navbar-nav .social-menu li a {
    text-decoration: none;
    padding: 0;
    margin-left: 10px;
}
.hero {
    width: 100%;
    height: 100vh;
}
.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hero-wheat {
    position: absolute;
    right: 0;
    bottom: 0;
}
.hero .hero-text {
    font-family: 'Abraham';
    color: #fff;
    position: absolute;
    bottom: 55px;
    display: flex;
    flex-direction: column;
}
.hero .hero-text1 {
    font-size: 70px;
}
.hero .hero-text2 {
    font-size: 94px;
}
.hero .hero-text3 {
    font-size: 42px;
    color: #fff;
}
.hero .more-btn {
    margin-top: 55px;
}
/* HEADER-NAV CSS END */


/* HEADER-NAV DARK CSS START */
.dark-nav .bg-light {
    background-color: #fff;
}
.dark-nav .navbar {
    position: sticky;
    background: none;
}
.dark-nav .navbar-nav .nav-link {
    color: #343741;
}
/* HEADER-NAV DARK CSS END */

/* BANNER SECTION CSS START */
.banner {
    position: relative;
}
.banner img {
    width: 100%;
    position: relative;
}
.banner h1 {
    position: absolute;
    top: 0;
    color: #fff;
    padding: 156px 110px;
}
    .banner nav {
        position: absolute;
        top: 215px;
        left: 110px;
        color: #ffffff;
    }
.breadcrumb-item a {
    color: #fff;
    text-decoration: none;
    font-family: 'Sofia Pro';
}
.breadcrumb-item.active {
    color: #fff;
    text-decoration: none;
    font-family: 'Sofia Pro Semi';
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}
/* BANNER SECTION CSS END */
/* CONTENT SECTION CSS START */
.social-section {
    padding-top: 20px;
    border-right: 1px solid #d8d8d8;
}
.social-section ul {
    padding: 0;
    list-style: none;
    text-align: center;
}
.social-section ul span {
    font-size: 16px;
    color: #8A8A8A;
    font-family: 'Sofia Pro';
    margin-bottom: 25px;
    display: block;
}
.icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    stroke-width: 0;
    stroke: #8a8a8a;
    fill: #8a8a8a;
    transition: 0.5s;
    margin-bottom: 30px;
}
.icon:hover {
    stroke: #FF6D2D;
    fill: #FF6D2D;
}
.content-section-dark {
    background-color: #fafafa;
    padding: 45px 75px;
}
.content-section-light {
    padding-bottom: 75px;
}
.content-section {
    padding-left: 65px;
}
.content-section h2 {
    padding-bottom: 25px;
    border-bottom: 1px solid #d8d8d8;
}
.content-section p {
    font-size: 18px;
    font-weight: 300;
    font-family: 'Sofia Pro';
    color: #343741;
}
.content-section-box {
    margin: 45px 0 95px;
    display: flex;
    flex-direction: row;
}
.content-section-box .content-section-img {
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-section-box .box-text {
    margin-left: 75px;
}
.content-section-box .box-text a {
    font-family: 'Sofia Pro';
    font-weight: bold;
    padding: 20px 50px;
    border: 1px solid #D8D8D8;
    border-radius: 40px;
    display: block;
    width: 260px;
    margin-top: 35px;
    text-align: start;
    font-size: 18px;
    color: #343741;
    text-decoration: none;
    background-image: url(/content/images/icons/right-icon-slider.svg);
    background-repeat: no-repeat;
    background-position: 197px;
    transition: 0.5s;
}
.content-section-box .box-text a:hover {
    background-color: #FF6D2D;
    border: 1px solid #FF6D2D;
    background-image: url(/content/images/icons/right-white-circle-arrow.svg);
    color: #fff;
}
/* form */
.content-section form {
    font-family: 'Sofia Pro';
    margin-bottom: 50px;
}
.content-section form .form-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.content-section form .input-group {
    flex-direction: column;
}
.content-section form .input-group input {
    border: none;
    border-bottom: 1px solid #d8d8d8;
    width: 330px;
    padding: 16px 0px;
    outline: none;
}
.content-section form .input-group::placeholder {
    color: #343741;
}
.content-section .input-group small {
    color: #343741;
}
.content-section form .form-top {
    margin-top: 60px;
}
.content-section form .form-bottom {
    margin-top: 60px;
}
.content-section form input:focus {
    border-bottom: 1px solid #FF6D2D;
}
.content-section form .input-group-prepend input {
    width: 100%;
    padding: 20px 0;
}
.content-section form .input-group .login-btn {
    background: transparent;
    border-color: #d8d8d8;
    border-radius: 50px;
    display: flex;
    justify-content: end;
}
.content-section form .input-group .login-btn button {
    background-color: transparent;
    border: none;
    border: 1px solid #d8d8d8;
    border-radius: 50px;
    padding: 12px 40px;
    margin-top: 60px;
}

.content-section form .input-group .login-btn button:hover {
    background-color: #FF6D2D;
    border: 1px solid #FF6D2D;
    color: #fff;
}
.content-section form .form-bottom .input-group-prepend {
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
}
.form-bottom input {
    border: none;
    border-bottom: 1px solid #d8d8d8;
}
.form-bottom input:focus {
    outline: none;
    border-bottom: 1px solid #FF6D2D;
}
/* form */
/* contact */
.content-section .contact-box {
    font-family: 'Sofia Pro';
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.content-section .contact-box .contact-text {
    width: 100%;
}
.content-section .contact-box .contact-map {
    display: flex;
    flex-direction: row;
    justify-content: end;
    position: relative;
}
.content-section .contact-box .contact-map img {
    width: 70%;
    height: 70%;
    margin-top: 50px;
}
.content-section .contact-box .contact-map .arrow-pin {
    position: absolute;
    width: 20px;
    left: 63%;
}
.content-section .contact-box .contact-list {
    display: flex;
    flex-direction: row;
    margin-bottom:30px;
    align-items:flex-start;
}
.contact-list img {
    margin-top: 5px;
}
.content-section .contact-box .contact-list a {
    text-decoration: none;
    color: #FF6D2D;
    transition: 1s;
}
.content-section .contact-box .contact-list a:hover {
    text-decoration: underline;
}
.content-section .contact-box .contact-list .contact-btn {
    font-family: 'Sofia Pro';
    font-weight: bold;
    padding: 20px 50px;
    border: 1px solid #D8D8D8;
    border-radius: 40px;
    display: block;
    width: 260px;
    text-align: start;
    font-size: 18px;
    color: #343741;
    text-decoration: none;
    background-image: url(/content/images/icons/right-icon-slider.svg);
    background-repeat: no-repeat;
    background-position: 180px;
    transition: 0.5s;
}
.content-section .contact-box .contact-list .contact-btn:hover {
    background-color: #FF6D2D;
    border: 1px solid #FF6D2D;
    background-image: url(/content/images/icons/right-white-circle-arrow.svg);
    color: #fff;
}
.content-section .contact-box .contact-list .contact-list-text {
    margin-left: 30px;
    
}
.contact-list-text h3 {
        margin: 0px;
    }
/* contact */

/* eriş tv */
.content-section .grid-container {
    margin-top: 90px;
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 80px;
    row-gap: 65px;
}

    .content-section .grid-container .grid-item a {
        background-color: transparent;
        border: 1px solid #d8d8d8;
        padding: 116px 21px;
        transition: 0.5s;
        background-image: url(/content/images/icons/play-btn.svg);
        background-repeat: no-repeat;
        background-position: center;
    }
.content-section .grid-container .grid-item a:hover {
    
    border: 1px solid #FF6D2D;
    background-image: url(/content/images/icons/play-btn-hover.svg);
}
.content-section .grid-container .grid-item a:hover~h4{
    color: #FF6D2D;
}
.content-section .grid-container .grid-item img {
    width: 100%;
    position: relative;
    z-index: -1;
}
.content-section .grid-container .grid-item h4 {
    margin-top: 34px;
    margin-bottom: 0;
    transition: 0.5s
}
    .content-section .grid-container .grid-item span {
        display: flex;
        align-items: center;
        font-size: 13px;
        margin-top: 8px;
        color: #343741;
        font-family: 'Sofia Pro';
    }
.content-section .grid-container .grid-item span img {
    width: auto;
}
.content-section .get-more {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.content-section .get-more a {
    font-family: 'Sofia Pro';
    font-weight: bold;
    padding: 20px 50px;
    border: 1px solid #D8D8D8;
    border-radius: 40px;
    display: block;
    width: 260px;
    margin-top: 35px;
    text-align: start;
    font-size: 18px;
    color: #343741;
    text-decoration: none;
    background-image: url(/content/images/icons/right-icon-slider.svg);
    background-repeat: no-repeat;
    background-position: 175px;
    transition: 0.5s;
}
.content-section .get-more a:hover {
    background-color: #FF6D2D;
    border: 1px solid #FF6D2D;
    background-image: url(/content/images/icons/right-white-circle-arrow.svg);
    color: #fff;
}


.noContent {
    color: #000 !important;
    background-color: transparent !important;
    pointer-events: none;
  }

.section3 .tvSwiper {
    padding: 0 200px 0;
}

    .section3 .tvSwiper .swiper-button-next, .swiper-button-prev {
        color: #FF6D2D;
    }

.section3 .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 85px;
}


.section3 .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    color: #FF6D2D;
}

.section3 .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 80px;
    color: #FF6D2D;
}

.section3 .title-h1 {
    padding-left: 85px;
}
/* eriş tv */
/* basinda biz */
.content-section .news .grid-container {
    margin-top: 90px;
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 80px;
    row-gap: 65px;
}

    .content-section .news .grid-container .grid-item a {
        background-color: transparent;
        border: 1px solid #d8d8d8;
        padding: 26px 21px;
        transition: 0.5s;
        background-repeat: no-repeat;
        background-position: center;
        background-image: none;
        display: block;
    }
.content-section .news .grid-container .grid-item a:hover {
    border: 1px solid #FF6D2D;
    background-image: url(/Content/images/icons/icon-plus.png);
}
.content-section .news .grid-container .grid-item a:hover~h4{
    color: #FF6D2D;
}
.content-section .news .grid-container .grid-item img {
    width: 100%;
    position: relative;
    z-index: -1;
}
.content-section .news .grid-container .grid-item h4 {
    margin-top: 34px;
    margin-bottom: 0;
    transition: 0.5s
}
    .content-section .news .grid-container .grid-item span {
        display: flex;
        align-items: center;
        font-size: 13px;
        margin-top: 8px;
        color: #343741;
        font-family: 'Sofia Pro';
    }
.content-section .news .grid-container .grid-item span img {
    width: auto;
}
.news-page {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
}

    .news-page .news-img {
        width: 25%;
        height: fit-content;
        padding: 26px;
        border: 1px solid #d8d8d8;
        margin-right: 40px;
    }

        .news-page .news-img img {
            width: 100%;
        }

    .news-page .news-desc {
        width: 75%;
    }

        .news-page .news-desc h3 {
            margin: 8px 0 20px;
        }

    .news-page span {
        display: flex;
        align-items: center;
        font-family: 'Sofia Pro';
        color: #343741;
        font-size: 13px;
    }

.news .grid-container .grid-item a {
    background-image: none;
}

/* basinda biz */
/* CONTENT SECTION CSS END */
/* SECTION1 CSS START */
.section1 {
    position: relative;
    font-family: 'Sofia Pro';
}
.section1 .section1-text {
    top: 20%;
    position: absolute;
    bottom: 0;
    height: auto;
}
.section1 .section1-text p {
    margin-bottom: 40px;
    font-size: 18px;
    color: #fff;
}
.section1 img {
    width: 100%;
    height: auto;
    position: relative;
}
.section1 .section1-text img {
    width: auto;
    margin-bottom: 40px;
}
/* SECTION1 CSS END */


/* SECTION2 CSS START */
.section2 {
    background-color: #fafafa;
    height: auto;
    padding: 75px 0 65px 0;
}
.section2-text {
    padding-bottom: 40px;
}
.markSwiper-img {
    display: flex;
    align-items: end;
    height: 300px;
}
.section2 .markSwiper {
    padding: 0 200px 91px;
}
.section2 .markSwiper img {
    width: 90%;
}
.section2 .markSwiper .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.section2 .markSwiper .swiper-slide p {
    font-family: 'Sofia Pro';
    font-weight: 300;
    font-size: 18px;
    color: #343741;
    margin-top: 25px;
	    height: 80px;
}
.markSwiper .swiper-button-prev, .swiper-rtl .swiper-button-next {
    background-image: url(/content/images/icons/silder-left-icon.svg);
    background-position: center;
    background-size: cover;
    left: 80px;
}
.markSwiper .swiper-button-prev {
    width: 50px;
    color: transparent;
}
.markSwiper .swiper-button-next {
    width: 50px;
    color: transparent;
}
.markSwiper .swiper-button-next, .swiper-rtl .swiper-button-prev {
    background-image: url(/content/images/icons/slider-right-icon.svg);
    background-position: center;
    background-size: cover;
    right: 80px;
}
.markSwiper .swiper-pagination-bullet {
    background-color: transparent;
    border: 1px solid #FF6D2D;
    width: 13px;
    height: 13px;
    opacity: 100%;
}
.markSwiper .swiper-pagination-bullet-active {
    background-color: #FF6D2D;
}
.markSwiper .swiper-slide a {
    padding-right: 60px;
    margin-top: 80px;
    background-image: url(/content/images/icons/right-icon-slider.svg);
    background-repeat: no-repeat;
    height: 32px;
    background-position: 110px;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #343741;
    font-family: 'Sofia Pro Semi';
    text-decoration: none;
    transition: 0.5s;
}
.markSwiper .swiper-slide a:hover {
    color: #FF6D2D;
}
/* SECTION2 CSS END */

/* SECTION3 CSS START */
.section3 {
    padding: 85px 0 135px;
}
.section3 .section3-text p {
    font-size: 18px;
    font-family: 'Sofia Pro';
}
.section3-text a {    
    font-family: 'Sofia Pro';
    font-weight: bold;
    padding: 20px 50px;
    border: 1px solid #D8D8D8;
    border-radius: 40px;
    display: block;
    width: 260px;
    text-align: start;
    font-size: 18px;
    color: #343741;
    text-decoration: none;
    background-image: url(/content/images/icons/right-icon-slider.svg);
    background-repeat: no-repeat;
    background-position: 162px;
    transition: 0.5s;
}
.section3-text a:hover {
    background-color: #FF6D2D;
    border: 1px solid #FF6D2D;
    background-image: url(/content/images/icons/right-white-circle-arrow.svg);
    color: #fff;
}
.section3-img {
    position: relative;
    transition: 0.5s;
    display: inline-block;
    width: 100%;
}
.section3-img:hover {
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.section3 .video-img{
    position: relative;
    width: 100%;
    height: 100%;
}
.section3 .play-btn {
    position: absolute;
    width: auto;
    top: 50%;
    left: 50%;
    margin-left: -42px;
    margin-top: -42px;
}
.section3 .play-btn2 {
    position: absolute;
    width: auto;
    top: 50%;
    left: 50%;
}

.section3 .lang-desc {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    margin-right: 10px;
}
/* SECTION3 CSS END */





/* FOOTER CSS START */
footer {
    height: 310px;
}

footer .footer-top {
    margin: 0 80px 80px;
    position: relative;

}
.footer-top img {
    width: 100%;
    position: relative;
}
.footer-top .footer-top-left {
    left: 0;
    padding: 125px 115px;
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.footer-top .footer-top-left p {
    color: #fff;
    font-family: 'Sofia Pro';
    font-size: 18px;
    letter-spacing: 0.5px;
}
.footer-top .footer-top-left a {
    font-size: 18px;
    color: #fff;
    font-family: 'Sofia Pro';
    transition: 0.3s;
    text-decoration: none;
}
.footer-top .footer-top-left a:hover {
    color: #FF6D2D;
}
.footer-top .footer-top-left .footer-top-phone {
    display: flex;
    flex-direction: column;
}
.footer-top .footer-top-right {
    font-family: 'Sofia Pro';
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    top: 0;
    right: 0;
    height: 100%;
    padding: 125px 144px;
}
.footer-top .footer-top-right p {
    color: #fff;
    font-family: 'Sofia Pro';
    font-size: 18px;
    letter-spacing: 0.5px;
}
.footer-top .footer-top-right .input-group {
    align-items: center;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 50px;
}
.footer-top .footer-top-right .input-group input {
    background-color: transparent;
    padding: 30px;
    border: none;
    width: 350px;
    color: #fff;
    font-size: 18px;
}
.footer-top .footer-top-right .input-group .subscribe-btn .btn {
    display: flex;
    align-items: center;
    color: #fff;
}
.footer-top .footer-top-right .input-group .subscribe-btn .btn:hover {
    color: #FF6D2D;
}
.footer-top .footer-top-right .input-group .subscribe-btn .btn img {
    margin-left: 10px;
}
.form-control:focus {
    outline: none;
    box-shadow: none;
}
.form-control::placeholder {
    color: #fff;
    font-size: 18px;
}
.footer-middle {
    background-color: #f9f9f9;
    position: relative;
    background-image: url(/Content/images/icons/footer-wheat.svg);
    height: 100%;
    background-repeat: no-repeat;
}
.footer-middle .footer-middle-right {
    position: absolute;
    top: 0;
    padding: 85px 110px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-mid-img {
    display: flex;
    align-items: center;
}
.footer-middle .footer-middle-right .footer-mid-img .logo {
    width: 5%;
    margin-left: 20px;
}
.footer-middle .footer-middle-right img {
    width: fit-content;
}
.footer-middle-right .vr {
    margin: 0 20px;
}
.footer-middle ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-middle ul li a {
    text-decoration: none;
    color: #343741;
    font-size: 18px;
    transition: 0.3s;
}
.footer-middle ul li a:hover {
    color: #FF6D2D;
}
.footer-middle-left {
    font-family: 'Sofia Pro';
    position: absolute;
    padding: 85px 110px;
    height: 100%;
    top: 0;
    right: 0;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-middle-title {
    font-size: 18px;
}
.footer-middle-left p {
    margin: 0;
}
.footer-middle-left .middle-phone {
    display: flex;
    align-items: center;
    font-family: 'Abraham';
    font-size: 28px;
}
.middle-btn img {
    width: 115px;
}
.footer-bottom {
    display: flex;
    padding: 20px 110px;
    justify-content: space-between;
    align-items: center;
}
.footer-bottom .text1 {
    margin: 0;
    color: #8A8A8A;
    font-size: 14px;
}
.footer-bottom .text2 {
    padding: 0;
    display: flex;
    list-style: none;
    margin: 0;
}
.footer-bottom .text2 li {
    margin-left: 40px;
}
.footer-bottom .text2 a {
    text-decoration: none;
    color: #8A8A8A;
    font-size: 14px;
    transition: 0.5s;
}
.footer-bottom .text2 a:hover {
    color: #FF6D2D;
}
.footer-bottom .text2 .flag {
    width: 16px;
}
/* FOOTER CSS END */




/*RESPONSIVE CSS START*/

@media (max-width: 570px) and (orientation: portrait) {
    .navbar {
        padding: 0;
        width: 100%;
    }

    .navbar-collapse {
        background-color: #ff6d2db8;
        padding: 20px;
    }

    .navbar-nav .nav-item {
        flex-direction: column;
    }

    .navbar .dropdown-menu {
        margin-top: 0;
        width: 100%;
    }

    .hero-bg {
        object-fit: cover;
        height: inherit;
    }

    .hero-wheat {
        display: none;
    }

    .hero .hero-text3 {
        font-size: 32px;
    }

    .section1 img {
        object-fit: cover;
        height: 600px;
    }

    .section1 .section1-text {
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px;
    }

        .section1 .section1-text img {
            margin-bottom: 18px;
            object-fit: none;
        }

        .section1 .section1-text p {
            text-align: center;
        }

    .section2-text {
        padding-bottom: 0;
    }

    .section2 .markSwiper {
        padding: 0;
    }

     .section2 .markSwiper img {
         width: 75%;
     }
    .section3 .tvSwiper {
        padding: 0 40px 0;
    }

        .section3 .tvSwiper .play-btn {
            width: 50px;
        }

    .section3 .lang-desc {
        margin-bottom: 0;
        font-size: 20px;
        object-fit: none;
    }

    .section3 .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: 0;
    }

    .section3 .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: 0;
    }

    .markSwiper .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: 0;
    }

    .markSwiper .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: 0;
    }

    .markSwiper-img {
        height: auto;
        align-items: center;
        justify-content: center
    }

    .markSwiper .swiper-wrapper {
        height: 650px;
    }

    .section3 {
        padding: 0 0 135px;
    }

    .banner nav {
        display: none;
    }

    .banner h1 {
        display: none;
    }

    .content-section-dark {
        padding: 0;
    }

    .content-section {
        padding-left: 15px;
    }

        .content-section h2 {
            text-align: center;
            margin-top: 20px;
        }

    .content-section-box {
        flex-direction: column;
        align-items: center;
    }

        .content-section-box .box-text {
            margin-left: 0;
            padding: 20px;
        }

    .content-section .contact-box {
        flex-direction: column;
    }

        .content-section .contact-box .contact-list {
            padding: 20px;
        }

    .content-section form .form-top {
        flex-direction: column;
    }

    .content-section form .form-bottom {
        margin-top: 0;
    }

    .content-section form .input-group .login-btn {
        justify-content: center;
    }

    .content-section form .input-group input {
        width: auto;
        padding: 16px 20px;
    }

    .content-section form .input-group-prepend input {
        padding: 20px 16px;
    }

    footer {
        height: 310px;
    }

    footer .footer-top {
        margin: 0;
        height: 250px;
        text-align: center;
    }

    .footer-top img {
        object-fit: cover;
        height: inherit;
    }

    .footer-top .footer-top-left {
        padding: 0;
        height: auto;
        top: 0;
        bottom: 0;
        justify-content: center;
    }

    .footer-top .footer-top-right {
        display: none;
    }

        .footer-top .footer-top-right .input-group input {
            width: auto;
            padding: 20px;
        }

    .footer-middle {
        height: 100%;
        background-repeat: no-repeat
    }

    .footer-middle .footer-middle-right {
        padding: 0;
        height: auto;
        align-items: center;
        top: 30px;
        width: 100%;
    }

    .footer-middle-left {
        padding: 0;
        height: auto;
        bottom: 30px;
        top: auto;
        align-items: center;
        width: 100%;
        text-align: center;
    }

    .footer-middle ul {
        margin-top: 20px;
        width: 100%;
        justify-content: space-around;
    }

        .footer-middle ul li a {
            font-size: 16px;
        }

    .footer-middle-right .vr {
        display: none;
    }

    .footer-middle .footer-middle-right .footer-mid-img {
        justify-content: center;
    }

        .footer-middle .footer-middle-right .footer-mid-img .logo {
            width: 20%;
        }

    .footer-bottom {
        padding: 0;
        flex-direction: column;
    }

        .footer-bottom .text2 {
            width: 100%;
            margin: 15px;
            justify-content: space-around;
        }

            .footer-bottom .text2 li {
                margin-left: 0;
            }
}








/*RESPONSIVE CSS END*/
