:root {
    --main-color: #d11e38;
    --white-color: white;
    --secender-color: #161616;
    --text-color: #444444;
}

header {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 80px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 100px;
    z-index: 10;
}

.nav-bar ul li a {
    color: black;
}

.nav-bar ul li a:hover {
    color: var(--main-color);
}

.nav-bar ul li a.active {
    color: var(--main-color);
}

@media only screen and (max-width: 1320px) {
    header {
        padding: 0 50px;
    }
}

@media only screen and (max-width: 1100px) {
    header {
        padding: 0 50px;
    }
}

@media only screen and (max-width: 900px) {
    .hamburger {
        display: block;
        cursor: pointer;
    }
    .hamburger .line {
        width: 30px;
        height: 3px;
        background: white;
        margin: 6px 0;
        z-index: 1000;
    }
    .nav-bar {
        height: 0;
        position: absolute;
        top: 80px;
        left: 0;
        right: 0;
        width: 100vw;
        background-color: white;
        transition: 0.5s;
        overflow: hidden;
    }
    .nav-bar.active {
        height: 450px;
    }

    header.active {
        background-color: white;
        transition: 0.5s;
    }
    header {
        background-color: white;
    }

    .hamburger .line {
        background-color: var(--main-color);
    }
    .hamburger.active .line.active {
        background-color: black;
    }

    .nav-bar.active ul li a  {
        color: white;
        background-color: none;
        color: var(--main-color);
    }
    .nav-bar ul li a.active {
        background-color: var(--main-color);
        color: white;
    }
    .nav-bar ul {
        display: block;
        width: fit-content;
        margin: 80px auto 0 auto;
        text-align: center;
        transition: 0.5s;
        opacity: 0;
    }
    .nav-bar.active ul {
        opacity: 1;
    }
    .nav-bar ul li a {
        margin-bottom: 12px;
    }
}

/* Start section plan for you */
.plan-for-you {
    margin-top: 80px;
    margin-bottom: 70px;
    z-index: 2;
}

.section {
    max-width: 100%;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
}

.plan-for-you .pig-title-1 h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    font-size: 60px;
    color: var(--main-color);
    text-align: center;
}

.plan-for-you .pig-title h1 {
    color: black;
    font-size: 20px;
}
/* Start circel */
.circel-1 {
    position: absolute;
    display: flex;
    bottom: 0;
    height: 100px;
    width: 100px;
    margin-left: -50px;
    background-color: var(--secender-color);
    border-radius: 50%;
    z-index: -2;
}

.circel-2 {
    position: absolute;
    display: flex;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: var(--main-color);
    right: 0;
    margin-right: 280px;
    margin-top: -50px;
    z-index: -1;
}
/* End circel */
.plan-for-you .plan-content .month-btn{
    position: relative;
}

.plan-for-you .plan-content .month-btn::after {
    content: "";
    width: 100%;
    height: 70px;
    position: absolute;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white-color);
    z-index: -1;
}
/* End section plan for you */
/* Start Section Questions */
.feedbacks {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    padding-bottom: 25px;
    color: var(--main-color);
}

.titel-section-questions h1 {
    margin-top: 40px;
}
/* End Section Questions */

/* Start responsive */

@media (min-width: 1357px) and (max-width: 1370px){
    .logo img{
        max-width: 150px;
    }

    .nav-bar ul li a {
        display: block;
        color: black;
        font-size: 18px;
        padding: 10px 25px;
        border-radius: 50px;
        transition: 0.3s;
        margin: 0 5px;
        transition: color 0.4s ease-in-out;
    }

        /* Start Slider */
    .carousel {
        height: 430px;
    }

    .carousel_caption {
        padding-left: 5rem;
    }

    .carousel_title {
        font-weight: 600;
        font-size: 48px;
    }

    .carousel_description {
        font-weight: 200;
        font-size: 20px;
    }
    
    .carousel_description span {
        font-weight: 500;
    }
    /* End Slider */

    /* Start Section WHY US? */
    .services {
        width: 750px;
    }

    .services .pig-title #why-us{
        color: var(--main-color);
        text-align: center;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    /* End Section WHY US? */
    /* Start Section PLANFOR YOU */

    .plan-for-you  {
        width: 90%;
    }

    .plan-for-you .plan-content {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-top: 15px;
        column-gap: 110px;
        border-radius: 15px;
    }

    /* Start Pricing */
    .plan-for-you .plan-content .srv #price-1month {
        font-size: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--white-color);
    }

    .plan-for-you .plan-content .srv #price-3month {
        font-size: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--white-color);
    }

    .plan-for-you .plan-content .srv #price-6month {
        font-size: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--white-color);
    }

    .plan-for-you .plan-content .srv #price-12month {
        font-size: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--white-color);
    }
    /* End Pricing */
    .plan-for-you .plan-content .srv #month1 {
        font-size: 20px;
    }

    .plan-for-you .plan-content .srv #month1-1 {
        font-size: 15px;
    }

    .plan-for-you .plan-content .srv #month3 {
        font-size: 20px;
    }

    .plan-for-you .plan-content .srv #month3-3 {
        font-size: 15px;
    }

    .plan-for-you .plan-content .srv #month6 {
        font-size: 20px;
    }

    .plan-for-you .plan-content .srv #month6-6 {
        font-size: 15px;
    }

    .plan-for-you .plan-content .srv #month12 {
        font-size: 20px;
    }

    .plan-for-you .plan-content .srv #month12-12 {
        font-size: 15px;
    }
    /* Start #1 IPTV */
    .iptv-1 .iptv1-title .iptv1-img img{
        max-width: 50%;
    }

    .iptv-1 .iptv1-title .iptv1-img #img-watch-movies {
        max-width: 45%;
    }
    /* End #1 IPTV */
    /* Start Section TUTORIAL */
    .tutorial .img-tutorial img{
        max-width: 115.4%;
        margin-left: -8%;
        overflow: hidden;
    }

    .tutorial .tutorial-titel h1 {
        font-size: 60px;
    }

    .tutorial .tutorial-titel .tutorial-p p {
        font-size: 30px;
    }

    .tutorial .tutorial-titel .tutorial-botton a {
        font-size: 18px;
    }
    /* End Section TUTORIAL */
    /* Start FAQ */
    .services .faq {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        height: 250px;
        margin-top: 15px;
        column-gap: 10px;
        row-gap: 0px;
    }
    /* End FAQ */
    /* Start Section CLIENTS REVIEW */

    .services .clients-review {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-top: 15px;
        column-gap: 50px;
        width: 100%;
    }
    .services .clients-review .srv {
        padding-bottom: 20px;
    }
    /* End Section CLIENTS REVIEW */
    /* Start Section START NOW */
    .services .start-now {
        column-gap: 30px;
    }

    .services .start-now .srv .text .normal-text {
        font-size: 20px;
    }

    .services .start-now .srv .text .smoll-text {
        font-size: 20px;
    }
    /* End Section START NOW */
    /* Start Section footer */
    .services .footer {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        height: 200px;
        width: 181%;
        margin-top: 20px;
        background-color: var(--main-color);
        overflow: hidden;
    }
    /* End Section footer */

    .slide img {
        width: 780px;
        overscroll-behavior: none;
        overflow: hidden;
    }

    .services .services-content {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        grid-gap: 10px;
        margin-left: 10px;
        margin-top: -25px;
    }
    
    .services .services-content .srv {
        display: flex;
        
    }

    .services .footer {
        background-color: var(--secender-color);
    }

    /* Start circel */
    .circel-1 {
        display: none;
    }

    .circel-2 {
        display: none;
    }
    /* End circel */

}

@media (min-width: 767px) and (max-width: 1024px){

    /* Start circel */
    .circel-1 {
        display: none;
    }

    .circel-2 {
        display: none;
    }
    /* End circel */
}


@media (min-width: 768px) and (max-width: 1000px){
    .plan-for-you .pig-title-1 h1 {
        font-size: 35px;
    }

    .plan-for-you .pig-title h2 {
        font-size: 18px;
    }

    /* Start deatails and summary */
    .pricing-section {
        height: 320px;
    }

    .services .faq {
        row-gap: 5px;
    }

    .services .faq details summary {
        color: black;
        padding: 0px 35px;
        font-size: 15px;
    }
    
    .services .faq details p {
        color: black;
        font-size: 12px;
        margin-top: 15px;
    
    }

    /* Start circel */
    .circel-1 {
        display: none;
    }

    .circel-2 {
        display: none;
    }
    /* End circel */
}

@media (min-width: 411px) and (max-width: 767px){
    .logo img {
        width: 100px;
    }
    header {
        height: 80px;
    }
    .nav-bar.active {
        height: 450px;
        margin-top: 0px;
    }

    .plan-for-you .pig-title-1 h1 {
        font-size: 22px;
    }

    .plan-for-you .pig-title h2 {
        font-size: 16px;
    }

    /* Start circel */
    .circel-1 {
        display: none;
    }

    .circel-2 {
        display: none;
    }
    /* End circel */
}

@media (min-width: 317px) and (max-width: 391px){
    header {
        height: 80px;
    }
    .nav-bar.active {
        height: 450px;
        margin-top: 0px;
    }

    .plan-for-you .pig-title-1 h1 {
        font-size: 22px;
    }

    .plan-for-you .pig-title h2 {
        font-size: 16px;
    }

    /* Start deatails and summary */
    .faq-section {
        height: 500px;
    }

    .services .faq {
        row-gap: 5px;
    }

    .services .faq details summary {
        color: black;
        padding: 0px 35px;
        font-size: 15px;
    }
    
    .services .faq details p {
        color: black;
        font-size: 12px;
        margin-top: 15px;
    
    }

    /* Start circel */
    .circel-1 {
        display: none;
    }

    .circel-2 {
        display: none;
    }
    /* End circel */
}

@media (max-width: 320px){
    /* Start header */
    header {
        height: 80px;
    }
    .nav-bar.active {
        height: 450px;
        margin-top: 0px;
    }

    .plan-for-you .pig-title-1 h1 {
        font-size: 22px;
    }

    .plan-for-you .pig-title h2 {
        font-size: 16px;
    }

    /* Start deatails and summary */
    .pricing-section{
        height: 485px;
    }

    .services .faq details summary {
        color: black;
        padding: 0px 35px;
        font-size: 13px;
    }
    
    .services .faq details p {
        color: black;
        font-size: 11px;
        margin-top: 15px;
    
    }
    /* End header */
    /* Start circel */
    .circel-1 {
        display: none;
    }

    .circel-2 {
        display: none;
    }
    /* End circel */
}

/* Pixal 5 */
@media (min-width: 392px) and (max-width: 410px){
    /* Start header */
    header {
        height: 80px;
    }
    .nav-bar.active {
        height: 450px;
        margin-top: 0px;
    }

    .plan-for-you .pig-title-1 h1 {
        font-size: 22px;
    }

    .plan-for-you .pig-title h2 {
        font-size: 16px;
    }

    /* Start deatails and summary */
    .pricing-section{
        height: 485px;
    }

    .services .faq {
        row-gap: 10px;
        
    }

    .services .faq details summary {
        color: black;
        padding: 0px 35px;
        font-size: 13px;
    }
    
    .services .faq details p {
        color: black;
        font-size: 11px;
        margin-top: 15px;
    
    }
    /* End header */
    /* Start circel */
    .circel-1 {
        display: none;
    }

    .circel-2 {
        display: none;
    }
    /* End circel */
}