@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@500&family=Josefin+Sans:ital@1&family=Rubik&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Heebo', sans-serif;
    font-family: 'Josefin Sans', sans-serif;
    font-family: 'Rubik', sans-serif;
}


body {
    background-color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    color: #000;
    line-height: 1.6;
}

.logo a img {
    width: 100px;
    position: relative;
    top: 3px;
}

.ourselves_footer_text {
    text-align: center;
}

.ourselves_footer_text a img {
    width: 150px;
    display: block;
}

.Faq_section {
    margin-bottom: 100px;
}

.align-item {
    align-items: center;
}

.logo_slidre_owl img {
    width: 200px !important;
    margin: 0px 37px !important;
    transition: 0.3s;
    cursor: pointer;
}

.Footer {
    margin-bottom: 10px;
}

.logo_slidre_owl img:hover {
    transform: scale(1.1);
}

.container {
    max-width: 1314px !important;
    width: 100%;
    margin: 0 auto;
}

p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 1.7;
}

a {
    text-decoration: none;
}

.align-item {
    align-items: center;
}

.header {
    position: sticky;
    top: 0;
    width: 100%;
    box-shadow: 0 4px 20px hsla(207, 24%, 35%, 0.1);
    background-color: #151418;
    z-index: 999999999;
}

.menu {
    list-style: none;
}

nav {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 12px 30px;
}

.logo a {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.logo a span {
    color: #8739fa;
}

.menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.menu a {
    display: block;
    padding: 7px 15px;
    font-size: 17px;
    font-weight: 500;
    transition: 0.2s all ease-in-out;
    color: #fff;
}

.menu-icon {
    display: none;
}

#menu-toggle {
    display: none;
}

#menu-toggle:checked~.menu {
    transform: scale(1, 1);
}


/* ========header_css========== */
/* ==========banner_css========= */
.banner_img {
    background-image: url(../images/banner_img.png);
    height: 600px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;

}

.Animation_banner_text {
    text-align: center;
    position: relative;
    /* transform: translate(-50%, -50%); */
    top: 17% !important;

}

.Animation_banner_text h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin: 0px 0px;
}

.Animation_banner_text h3 {
    color: #FDB417;
    font-size: 30px;
    font-weight: 600;
    margin: 0px 0px;
}

.Service_Provider {
    color: #ffffff;
    font-size: 55px !important;
    font-weight: 600;
    margin: 0px 0px;
    font-weight: 900 !important;
    /* margin: 31px !important; */
    position: relative;
    top: 32px;
}


.Animation_banner_text span {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    margin: 21px 0px;
    position: relative;
    /* top: 6px; */
    top: 0;
    padding: 10px;
}

.Animation_banner_text h1 {
    font-size: 55px;
    color: #fff;
    font-weight: 600;

}

.Click_here {
    background: #0E0100;
    padding: 10px 34px;
    border-radius: 100px;
    position: relative;
    top: 35px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    top: 114%;
    left: 47%;
}

.Click_here:hover {
    color: #fff;
    text-decoration: none;
}

.ityped {
    font-size: 50px !important;
    color: #fdb417 !important;
    font-weight: 800 !important;
    position: relative;
    top: 27px;
}

.ityped-cursor {
    color: #fdb417 !important;
    font-size: 30px !important;
    position: relative;
    top: 27px;
}

.link_text {
    text-decoration: none;
    color: #fdb417;
}

.posters_img img {
    width: 100%;
    height: 379px;
    border-radius: 10px;
    /* margin: 21px; */
    position: relative;
    left: 7px;
}

.Latest_movie {
    text-align: center;
    margin: 100px 0px 50px;
}

.Latest_movie h4 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    line-height: 1.4;
    transition: 0.3s;
}

.Latest_movie h4:hover {
    color: #fdb417;
}

/* .Latest_movie span {
    border-bottom: 3px solid #fdb417;
    width: 57px;
    display: block;
    margin: 0 auto;
    border-radius: 37px;
} */


.animation_sec {
    height: 5px;
    width: 95px;
    background: #fdb417;
    margin: 11px auto;
    position: relative;
    border-radius: 30px;
}

.animation_sec span {
    transform: translate(-1px, -2px);
    background: rgb(0, 0, 0);
    height: 9px;
    position: absolute;
    width: 19px;
    border-radius: 50px;
    top: -2px;
    left: 0;
    border-radius: 50%;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}


@keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px);
    }
}


/* ==============Service_Features================= */


.Service_Features_border {
    border: 1px solid #fdb417;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    transition: all 0.3s;
}

/* .Service_Features_border:hover{
    box-shadow: 0 20px 20px -17px rgba(0,111,255,0.53);
} */
.Service_Features_border:hover {
    transform: scale(1.2);
    box-shadow: 0 30px 45px -15px rgb(253 180 23);
}

.Service_Features {
    width: 65%;
    margin: 0 auto;
}

.Service_Features_border span {
    font-size: 39px;
    color: #fdb417;
    font-weight: 500;
    margin: 10px 0px;
}

.Service_Features_border h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    margin: 0;
}

.Service_Features_border h5 {
    font-size: 18px;
    color: #fff;
    line-height: 1.9;
    margin: 0;
}

/* ==============Service_Features================= */

/* =============clint_Pricing================== */
.clint_Pricing {
    background: #fff;
    padding: 30px 30px 62px 30px;
    border-radius: 15px;
    border: 2px solid #FDB417;
    transition: all 0.3s;
    cursor: pointer;
}

.clint_Pricing:hover {
    background: linear-gradient(180deg, #FDB417 -9.57%, rgba(0, 0, 0, 0.00) 100%);
    color: #fff !important;
    transition: all .5s;
    transform: translateY(-10px);

}

.clint_Pricing:hover h2 {
    color: #fff;
}

.clint_Pricing:hover h6 {
    color: #fff;
}

.clint_Pricing:hover span {
    color: #fff;
}


.Drio_Gold_icon {
    text-align: center;
    display: block;
}


.Drio_Gold_icon {
    /* text-align: center; */
    font-size: 40px;
    color: red;
    font-weight: 600;
    margin: 10px 0px;
}

.clint_Pricing h6 {
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.Channels_price {
    text-align: center;
    margin: 27px 0px 0px 0px;
}

.dolur {
    position: relative;
    left: -27px;
    top: -17px;
    color: #fdb417;
    font-size: 26px;
    font-weight: 300;
}

.dolur {
    position: relative;
    left: -27px;
    top: -17px;
    color: #fdb417;
    font-size: 26px;
    font-weight: 300;
}

.price {
    font-size: 57px;
    color: #fdb417;
    font-weight: 500;
    margin: 0;
}

.Price_yers {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    position: relative;
}

.flex {
    list-style: none;
}

.flex li {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 17px 0px;
}

.center_Channels h2 {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    color: #000;
    line-height: 1.6;
    /* margin: 0; */
    position: relative;
    top: 3px;
}

.center_Channels span {
    background: #32BA7C;
    padding: 4px;
    border-radius: 30px;
    margin-right: 16px;
    width: 20px inherit;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
}

.center_Channels {
    display: flex;
    margin: 8px 0px;
}

.center_Channels span i {
    font-size: 12px;
    color: #fff;
}

.btn_link {
    background: #fdb417;
    border-radius: 50px;
    padding: 7px 35px;
    margin: 11px 0px;
    border: 0;
    margin: 0;
    display: block;
    text-align: center;
    width: 139px;
    text-decoration: none;
    color: #000;
    margin: 0 auto;
    position: relative;
    top: 27px;
}

.Pricing_Section {
    width: 80%;
    margin: 0 auto;
}

.btn_link:hover {
    text-decoration: none;
    color: #000;
}

.bg {
    border-radius: 15px;
    border: 2px solid #FDB417;
    background: linear-gradient(180deg, #FDB417 -9.57%, rgba(0, 0, 0, 0.00) 100%);
}



/* =============clint_Pricing================== */

/* ===============Why_Choose_Subscription==============  */

.Quality_element_border {
    border-radius: 5px;
    border: 1px solid #FDB417;
    transition: .5s;
    background: #000;
    padding: 30px;
    margin-top: 36px;
    height: 292px;
}

.Quality_element_border:hover {
    color: #ffee10;
    box-shadow: 0 0 5px #ffee10;
    text-shadow: 0 0 5px #ffee10;
    /* transform: scale(1.1); */
    box-shadow: 0 0 15px #ffee10;
}


.circle-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    /* float: left; */
    margin: 0 auto;
    cursor: pointer;
}

.warning {
    background-color: #fdb417;
    border: 2.5px dashed #fdb417;
}

.circle {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 2.5px;
    background-clip: content-box;
    animation: spin 10s linear infinite;
}

.icon {
    width: 70px;
}

.icon {
    position: absolute;
    color: #fff;
    font-size: 55px;
    top: 50px;
    left: 50px;
    transform: translate(-50%, -50%);
    /* display: flex; */
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes spin {
    100% {
        transform: rotateZ(360deg);
    }
}

.Quality_element_border h3 {
    color: #fff;
    margin: 27px 0px 0px 0px;
    font-size: 18px;
    font-weight: 500;
    padding: 0;
}

.Quality_element_border p {
    color: #fff;
    line-height: 1.9;
    font-size: 14px;
    margin-top: 10px;
}


/* ===============Why_Choose_Subscription==============  */


/* ==============Feedback_customers==================== */

.star_icon img {
    width: 511px;
}

.Feedback_customers_box {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}

.rv_name {
    background: rgb(255, 157, 0);
    width: 50px;
    height: 50px;
    border-radius: 100px;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
}

.customers_name {
    display: flex;
    align-items: center;
}

.name {
    margin-left: 15px;
}

.name h2 {
    font-size: 18px;

    color: #000;
    font-weight: 500;
    /* margin: 2px; */
}

.text {
    font-size: 15px;
    color: #6c6868;
}

.Great_company {
    margin-top: 16px;
    border-top: 1px solid rgb(218, 218, 218);
    border-bottom: 1px solid #dadada;
}
.rv_name img{
    border-radius: 100px !important;
}

.Great_company h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.Great_company p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.Great_company span img {
    margin-top: 16px;
    width: 120px !important;
}

.Useful_text {
    font-size: 16px;
    color: red;
    color: #837d7d;
}

.Useful_text i {
    font-size: 18px;
    color: #837d7d;
}

.Share i {
    font-size: 15px;
    color: #837d7d;
}

.Share {
    font-size: 18px;
    color: #837d7d;
    margin-left: 20px;
}

.top_tr {
    margin-top: 10px;
}

.star_icon {
    margin-bottom: -40px;
}

/* .rated_excellent {
    color: white;
    background: #ff000000 !important;
    margin: 0px 3px;
    font-size: 16px;
    font-weight: 300;
    width: 136px !important;
} */


/* ==============Feedback_customers==================== */


/* =================abut_our_service_section=====================  */

.section_services {
    margin-top: 70px;
}

.service_section h5 {
    font-size: 40px;
    color: #fdb417;
    font-weight: 300;
    margin: 0;
    line-height: 1.3;
}

.service_section p {
    color: #fff !important;
    font-size: 16px;
    margin-top: 17px;
    letter-spacing: 1px;
    font-weight: 300;
    line-height: 1.9;
}

.Purchase:hover {
    text-decoration: none;
    color: #000;
}

.Purchase {
    border: 0;
    background: #fdb417;
    padding: 10px 8px;
    text-decoration: none;
    color: #000;
    /* margin-top: 18px; */
    /* display: block; */
    position: relative;
    top: 18px;
    display: flex;
    align-items: center;
    width: 170px;
    /* border-bottom: 5px; */
    border-radius: 5px;
}

.Purchase i {
    color: rgb(0, 0, 0);

    margin-right: 20px;
    font-size: 24px;
}

.Purchase span {
    font-size: 16px;
}

.right_img img {
    width: 75%;
    object-fit: cover;
    float: right;
}

/* ==========Faq======== */
.accordion {
    width: 90%;
    max-width: 1000px;
    margin: 2rem auto;
}

.accordion-item {
    /* border-radius: 0px 0px 5px 5px; */
    background: #FDB417;
    box-shadow: -1.216px 6.894px 15px 0px rgba(37, 117, 252, 0.20);
    color: #111;
    margin: 1rem 0;
    /* border-radius: 0.5rem; */
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    border: 1px solid #fdb417;
}

.accordion-item-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.accordion-item-header::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 1rem;
}

.accordion-item-header.active::after {
    content: "\2212";
}

.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
    background: #000;
    color: #fff;
}

@media (max-width: 767px) {
    html {
        font-size: 14px;
    }
}

/* =========Faq========== */
/* =================abut_our_service_section=====================  */

/* ==================Footer_section============== */

.ourselves_footer_text span {
    color: rgb(255, 255, 255);
    font-size: nt-s;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin: 0 auto;
    /* letter-spacing: 1px; */
}

.ourselves_footer_text span a {
    color: #fdb417;
    text-decoration: none;
}

.flex_center {
    font-size: 18px;
    font-weight: 600;
}

/* .Company_name {
    font-size: 20px !important;
    border-bottom: 1px solid #fdb417;
} */
.Company_name {
    color: #fff;
    font-size: 18px;
}

.flex_center li a:hover {
    color: #fdb417;
    transition: all 0.s;

}

.flex_center {
    list-style: none;
    margin-top: 20px;
}

.flex_center li {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.8;
    margin: 10px 0px;
    transition: all 0.3s;
}

.flex_center li a {
    text-decoration: none;
    color: #fff;
    font-weight: 100;
}

/* ==================Footer_section============== */


/* ================About_section================ */

.About_banner_img {

    background-image: url(../images/about_banner.png);
    height: 487px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    text-align: center;
}

.About_banner_img p {

    /* border: 4px double rgba(255, 255, 255, .25);
    border-width: 4px 0; */
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .5em;
    display: inline-block;
    padding: 6.5em 0em;



    /* position: absolute;
    top: 18%;
    left: 50%;
    width: 40em;
    margin: 0 0 0 -20em; */

    span {

        font: 700 4em/1 "Oswald", sans-serif;
        letter-spacing: 0;
        padding: .25em 0 .325em;
        display: block;
        margin: 0 auto;
        text-shadow: 0 0 80px rgba(255, 255, 255, .5);

        

        background: url(https://i.ibb.co/RDTnNrT/animated-text-fill.png) repeat-y;
        -webkit-background-clip: text;
        background-clip: text;

        

        -webkit-text-fill-color: transparent;
        -webkit-animation: aitf 80s linear infinite;

      
        -webkit-transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;

    }
}

/* Animate Background Image */

@-webkit-keyframes aitf {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

.about_us_top {
    margin-top: -151px;
}

.svg_img {
    position: relative;
    left: -12px;
}

.DrioTV_text {
    margin: 50px 0px;
}

.About_Us_driotv_heding {
    font-size: 21px;
    color: #fff;
    font-weight: 700;
    line-height: 1.4;
}

.Elements_driotv {
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
    font-weight: 300;
    margin-top: 15px;
    margin-left: 59px;
}

svg:not(:root) {
    overflow: hidden;
    /* margin-top: 10px; */
    position: relative;
    top: 5px;
}

/* ================About_section================ */

/* =============Contect_sec_css============== */

/* .form-main {
    background: linear-gradient(to bottom, #00000024, #00000024), url(https://res.cloudinary.com/dqifboxk5/image/upload/v1686209968/contact-us-2_y8zzx7.jpg) no-repeat center;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
} */
.top_center {
    margin-top: -100px;
}

.information {
    text-align: center;
    margin-top: 24px;
}

.information span img {
    width: 45px;
}

.information h2 {
    font-size: 18px color;
    color: #fff;
    margint-: 20px;
    margin-top: 15px;
    /* font-family: Jost; */
    font-size: 20px;
}


.More_information h4 {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    margin: 0;
    text-align: center;
}

.information p {
    font-size: 14px;
    color: #fff;
}

.form-main .main-wrapper {
    border-radius: 10px;
    padding: 45px;
    width: 100%;
    box-shadow: 0 0 5px 5px #00000020;
    backdrop-filter: blur(5px);
    /* background-color: #ffffff85; */
}


.form-main .main-wrapper .form-head {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    text-align: left;
    margin: 0px 0 25px;
    color: #fff;
}

.form-main .main-wrapper .form-wrapper {
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}

.form-main .main-wrapper .form-wrapper .form-card {
    position: relative;
    width: 100%;
}

.form-main .main-wrapper .form-wrapper .form-card .form-input {
    padding: 20px 25px 15px;
    width: 100%;
    border: 1px solid #FDB417;
    border-radius: 5px;
    background: transparent;
    outline: none;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    box-sizing: border-box;
    color: #fff;
}

.form-main .main-wrapper .form-wrapper .form-card .form-input:valid,
.form-main .main-wrapper .form-wrapper .form-card .form-input:focus {
    border: 1px solid #FDB417;
}

.form-main .main-wrapper .form-wrapper .form-card .form-input:valid~.form-label,
.form-main .main-wrapper .form-wrapper .form-card .form-input:focus~.form-label {
    color: #ffffff;
    top: 30%;
    transform: translateY(-70%);
    font-size: 13px;
    line-height: 23px;
}

.form-main .main-wrapper .form-wrapper .form-card .form-input:-webkit-autofill,
.form-main .main-wrapper .form-wrapper .form-card .form-input:-webkit-autofill:hover,
.form-main .main-wrapper .form-wrapper .form-card .form-input:-webkit-autofill:focus,
.form-main .main-wrapper .form-wrapper .form-card .form-input:-webkit-autofill:active {
    transition: background-color 9999s\ ease-in-out 0s;
}

.form-main .main-wrapper .form-wrapper .form-card .form-input::-webkit-outer-spin-button,
.form-main .main-wrapper .form-wrapper .form-card .form-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-main .main-wrapper .form-wrapper .form-card .form-label {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: 0.3s;
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
}

.form-main .main-wrapper .form-wrapper .form-card .form-textarea {
    padding: 20px 25px 64px;
    width: 100%;
    border: 1px solid #FDB417;
    border-radius: 5px;
    background: transparent;
    outline: none;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    resize: none;
    box-sizing: border-box;
    color: #fff;
}

.form-main .main-wrapper .form-wrapper .form-card .form-textarea:valid,
.form-main .main-wrapper .form-wrapper .form-card .form-textarea:focus {
    border: 1px solid #FDB417;
}

.form-main .main-wrapper .form-wrapper .form-card .form-textarea:valid~.form-textarea-label,
.form-main .main-wrapper .form-wrapper .form-card .form-textarea:focus~.form-textarea-label {
    color: #ffffff;
    top: 18%;
    transform: translateY(-82%);
    font-size: 13px;
    line-height: 23px;
}

.form-main .main-wrapper .form-wrapper .form-card .form-textarea:-webkit-autofill,
.form-main .main-wrapper .form-wrapper .form-card .form-textarea:-webkit-autofill:hover,
.form-main .main-wrapper .form-wrapper .form-card .form-textarea:-webkit-autofill:focus,
.form-main .main-wrapper .form-wrapper .form-card .form-textarea:-webkit-autofill:active {
    transition: background-color 9999s ease-in-out 0s;
}

.form-main .main-wrapper .form-wrapper .form-card .form-textarea-label {
    position: absolute;
    left: 25px;
    top: 30%;
    transform: translateY(-70%);
    pointer-events: none;
    transition: 0.3s;
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
}

.btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0 0;
}

.btn-wrap button {
    padding: 0 32px;
    font-size: 18px;
    line-height: 48px;
    border: 1px solid transparent;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.5s ease;
    cursor: pointer;
    box-shadow: 0 0 5px 5px #00000020;
    background: #fdb417;
    border: 0;
}

.btn-wrap button:hover {
    /* border: 1px solid #fdb417; */
    background: #fdb417;
}

/* =============Contect_sec_css============== */


/* ======Channels_list_text======== */
.Channels_faq {
    margin-top: -100px;
    margin-bottom: 50px;
}

/* .Channels_list_text {
    background: #fdb417;
    padding: 10px border-r;
    padding: 10px 9px 5px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0px;
}

.Channels {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    float: left;
    margin: 0;
}

.Channels_list_text span i {
    font-size: 28px;
    font-weight: 800;
    color: #000;
} */

.Footer {
    margin-top: 50px;
}

.border_bootem_animation {
    border-bottom: 2px solid #fdb417;
    width: 85px;
    display: block;
    border-radius: 20px;
    position: relative;
    top: 5px;
}

a:hover {
    text-decoration: none;
}

.Channels_faq {
    width: 70%;
    margin: 0 auto;
    margin-top: -100px;
    margin-bottom: 50px;
}



.listing_Channels {
    list-style: none;
    margin-top: 20px;
}

.listing_Channels li {

    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    font-family: system-ui;
}

.listing_Channels li:hover {
    color: #fbb418;
    transition: all .5s;
}

details {
    margin: 0 auto;
    background: #000;
    margin-bottom: .5rem;
    box-shadow: 0 .1rem 1rem -.5rem rgba(0, 0, 0, .4);
    border-radius: 5px;
    overflow: hidden;
}

summary {
    padding: 1rem;
    display: block;
    background: #fdb417;
    padding-left: 2.2rem;
    position: relative;
    cursor: pointer;
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

summary:before {
    content: '';
    border-width: 0.4rem;
    border-style: solid;
    border-color: #423c3c00 transparent #85525200 #000;
    position: absolute;
    top: 1.6rem;
    left: 1rem;
    transform: rotate(0);
    transform-origin: 0.2rem 50%;
    transition: .25s transform ease;
}

/* THE MAGIC 🧙‍♀️ */
details[open]>summary:before {
    transform: rotate(90deg);
}

details summary::-webkit-details-marker {
    display: none;
}

details>ul {
    padding-bottom: 1rem;
    margin-bottom: 0;
}

.details-expanded {
    padding: 0 2rem;
}

/* body {
    background: #222;
    height: 100vh;
    font-family: sans-serif;
    color: white;
    line-height: 1.5;
    letter-spacing: 1px;
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 2rem;
}

pre {
    white-space: pre-wrap;
    word-break: break-all;
} */

/* =======Channels_list_text======= */




/* @media screen and (max-width:1180px) {
   
} */


@media screen and (max-width:1080px) {
    .Service_Features_border h2 {
        font-size: 20px;
    }

    .Service_Features_border h5 {
        font-size: 16px;
    }

    .Latest_movie {
        text-align: center;
        margin: 42px 0px 50px;
    }

    .posters_img img {
        height: 331px;
    }




    .Service_Features {
        width: 90%;
        margin: 0 auto;
    }

    .Pricing_Section {
        width: 100%;
        margin: 0 auto;
    }

    .section_services {
        margin-top: 10px;
    }

    .Quality_element_border h3 {
        margin: 9px 0px 0px 0px;
    }
}


@media screen and (max-width:991px) {
    .form-main .main-wrapper {
        width: 70%;
    }

    .clint_Pricing {
        padding: 8px 8px 56px 8px;
    }

    .Latest_movie h4 {
        font-size: 30px;
    }

    .ourselves_footer_text a img {
        margin: 0 auto;
    }

    .form-main .main-wrapper {
        width: 100%;
    }

    .form-main .main-wrapper .form-head {
        text-align: center;
    }

    .form-main .main-wrapper {
        border-radius: 10px;
        padding: 0px;
    }

    .form-main .main-wrapper .form-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .More_information {
        margin-top: 25px;
    }
}

@media screen and (max-width: 950px) {
    .menu {
        flex-direction: column;
        background-color: #151418;
        align-items: start;
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        z-index: 1;
        transform: scale(1, 0);
        transform-origin: top;
        transition: transform 0.3s ease-in-out;
        box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    }

    .menu a {
        margin-left: 12px;
    }

    .menu li {
        margin-bottom: 10px;
    }

    .menu-icon {
        display: block;
        color: #fff;
        font-size: 28px;
        cursor: pointer;
    }
}

@media screen and (max-width:767px) {
    .form-main .main-wrapper {
        width: 100%;
    }

    /* ======== */
    .banner_img {
        height: 434px;
    }

    .Animation_banner_text {
        top: 8% !important;
    }

    .Animation_banner_text h1 {
        font-size: 40px;
    }

    .ityped {
        font-size: 40px !important;
    }

    .Service_Provider {
        font-size: 40px !important;
    }

    .Click_here {
        top: 127%;
        left: 52%;
        transform: translate(-50%, -50%);
    }

    .Service_Features_border {
        margin: 10px 0px;
    }

    .clint_Pricing {
        margin: 14px 0px;
    }

    .Quality_element_border {
        padding: 22px;
        height: 243px;
    }


    .service_section {
        text-align: center;
        margin-top: 26px;
    }

    .Purchase {
        margin: 0 auto;
    }


    /* ==============About_us============= */
    .About_banner_img {
        height: 386px;
    }

    .About_banner_img p {
        padding: 4.5em 0em;
    }

    .Elements_driotv {
        font-size: 14px;
    }

    .About_Us_driotv_heding {
        font-size: 18px;
    }


    /* ==============About_us============= */

    /* =======Channels_faq======== */
    .Channels_faq {
        width: 100%;
        margin: 0 auto;
        margin-top: -100px;
        margin-bottom: 50px;
    }

    /* ==========contect======== */

}

@media screen and (max-width:576px) {
    .posters_img img {
        height: auto;
    }

    .Service_Features_border:hover {
        transform: scale(1.01);
        box-shadow: 0 30px 45px -15px rgb(253 180 23);
    }

    .Latest_movie h4 {
        font-size: 25px;
    }

    .star_icon img {
        width: 340px;
    }

    .Quality_element_border {
        padding: 22px;
        height: 243px;
    }

    /* =============About_us================ */
    .About_Us_driotv_heding {
        font-size: 16px;
    }

    .DrioTV_text {
        text-align: center;
    }

    .Elements_driotv {
        font-size: 14px;
        color: #fff;
        line-height: 1.8;
        font-weight: 300;
        margin-top: 15px;
        margin-left: 0px;
    }

    /* ======================== */
    .About_banner_img p span {
        font: 700 4em/1 "Oswald", sans-serif;

        font-size: 45px !important;
    }

    .About_banner_img p {
        padding: 5.5em 0em;
    }
}

@media screen and (max-width:480px) {
    .service_section h5 {
        font-size: 30px;
    }
    .ityped {
        font-size: 30px !important;
    }
    
    .Channels_faq {
        width: 100%;
        margin: 0 auto;
        margin-top: -70px;
        margin-bottom: 50px;
    }

    .star_icon img {
        width: 290px;
    }

    .service_section p {
        margin-top: -2px;
        letter-spacing: 0px;
    }

    .logo_slidre_owl img {
        width: 182px !important;
        margin: 0px 0px !important;
    }

    .right_img img {
        width: 75%;
        object-fit: cover;
        float: none;
        margin: 0 auto;
        display: flex;
    }



    .star_icon img {
        width: 290px;
    }

    .About_banner_img {
        height: 286px;
    }

    .About_banner_img p {
        padding: 2.5em 0em;
    }
     .owl-item{
        margin-left: 0 !important;
    }
}

@media screen and (max-width:380px) {
    .posters_img img {
        height: 412px !important;
        /* margin: 10px; */
    }
    .ityped {
        font-size: 20px !important;
    }
    .Faq_section {
        margin-bottom: 55px;
    }

    .Latest_movie h4 {
        font-size: 18px;
    }

    .logo_slidre_owl img {
        margin: 0 auto !important;
    }

    /* .Quality_element_border {
        padding: 22px;
        height: 270px;
    } */

    .Animation_banner_text h1 {
        font-size: 30px;
    }

    /* .ityped {
        font-size: 30px !important;
    } */

    .Service_Provider {
        font-size: 29px !important;
    }

    .Click_here {
        top: 118%;
        left: 52%;
        transform: translate(-50%, -50%);
    }

    .banner_img {
        height: 388px;
    }

    .Quality_element_border {
        padding: 22px;
        height: 280px;
    }

    /* =========About_us========= */
    .Elements_driotv {
        font-size: 12px;
        color: #fff;
        line-height: 1.8;
        font-weight: 300;
        margin-top: 15px;
        margin-left: 0px;
    }

    .About_Us_driotv_heding {
        font-size: 15px;
    }

    .Footer {
        margin-top: 0px;
    }
}

