* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

.home-container{
    display: flex;
    flex-direction: row;

}

html,
body {
    overflow-x: hidden;
    background-color: #000;
}

.ul1 {
    padding-left: 0%;
}

#progress {
    background-color: #25d366;
    position: fixed;
    bottom: 40px;
    left: 40px;
    height: 60px;
    width: 60px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 100;
}


#progress-value {
    display: block;
    height: calc(100% - 15px);
    width: calc(100% - 15px);
    background-color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 25px;
    padding-bottom: 4px;
    color: #001a2e;
}


.whatsapp_float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 0px #058b36;
    z-index: 100;
}

.whatsapp-icon {
    margin-top: 16px;
}

.whatsapp_float:hover {
    color: #000;
}


nav {
    display: flex;
    padding: 8px 15px 8px 15px;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
}

nav img {
    width: 250px;
    transition: 0.5s;
}

nav img:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.nav-links {
    flex: 1;
    text-align: center;

}

.nav-links ul li {
    list-style: none;
    display: inline-block;
    padding: 10px 10px;
    position: relative;
    margin-top: 20px;
}

.fa-bag-shopping {
    font-size: 24px;
    color: #000;
    transition: .4s;
}


.nav-links ul li a {
    color: #000;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
}


.fa-bag-shopping:hover {
    transform: scale(1.15);
    transition: .4s;
}


/* .nav-links ul li */



.Nav-Links ::after {
    content: '';
    width: 0%;
    height: 2px;
    background: #E50914;
    display: block;
    margin: auto;
    transition: 0.5s;
}

.nav-links ul li:hover ::after {
    width: 100%;
}


.Button {
    border: none;
    background: #E50914;
    padding: 12px 30px;
    border-radius: 30px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    transition: 0.5s;
}

.Button:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.text-box {
    width: 100%;
    color: #E50914;
    padding-top: 75px;
    text-align: center;

}

.text-box h1 {
    font-size: 30px;
    font-weight: 700;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}


nav .fa {
    display: none;
}

@media (max-width: 1175px) { /* Change layout on smaller screens (adjust the breakpoint as needed) */
    .home-container {
        flex-direction: column; /* Horizontally align elements on phones */
        align-items: center;
        justify-content: center;

    }
    .e-mail {
        flex: 1; /* Allow the video to take up 50% of the container width */
        margin-right: 0px !important;
        left: 0px !important;

    }
    .salesvideo {
        flex: 1; /* Allow the text to take up 50% of the container width */

        float: none !important;

    }
    .salesvideo video {
        max-width: 90% !important;
        align-items: center !important;
        justify-content: center !important;
    }
}

@media (max-width: 995px) {
    .service{
        padding: 0px !important;
    }


}

@media (max-width: 1175px) {
    

    .nav-links ul li {
        display: block;
        margin-top: 0px;
        padding-right: 10px;
        padding-left: 10px;

    }

    .nav-links ul button {
        margin-top: 5px;

    }

    .nav-links {
        position: absolute;
        background: #fff;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: center;
        z-index: 2;
        transition: 1s;
        display: none;

    }

    nav .fa {
        display: block;
        color: #000;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
        text-align: left;
    }
}

@media (max-width: 885px) {
    .Line1{
        display: none;
    }
    .Line2{
        display: none;
    }
    .Line3{
        display: none;
    }
    .Text1{
        margin-bottom: 60px;
    }
    .pricing-text1{
        margin-bottom: 60px;
    }

}

.salesvideo {
    position: relative;
    margin-left: 50px;
    float: left;
    max-width: none;

}

.salesvideo video {
    max-width: 100%;
    margin-top: 60px;
}

.e-mail {
    width: 480px;
    height: 480px;
    background: rgb(255, 255, 255, 0);
    float: right;
    position: relative;
    left: 50px;
    color: #fff;
    margin-right: 85px;
    margin-top: 50px;
}

.e-text1 {
    position: relative;
    font-weight: 700;
    font-size: 35px;
    text-align: center;
    padding-top: 5px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    letter-spacing: 1px;
}

.e-text2 {
    position: relative;
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 45px;
    margin-bottom: 40px;
    margin-top: 30px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

.Form1 {
    /* background: rgb(255, 255, 255); */
    display: flex;
    width: auto;
    justify-content: center;
}

.Form1 input {
    /* border: 1.5px;
    border-style: solid; */
    padding: 10px 20px;
    height: 70px;
    width: 310px;
    font-size: 16px;
    border-style: none;
    border-radius: 8px 0 0 8px;
    border: none;


}

.Form1 button {
    /* background: #34A853; */
    background: #25d366;
    /* border: 1.5px;
    border-style: solid; */
    height: 70px;
    width: 90px;
    cursor: pointer;
    border-style: none;
    border-radius: 0 8px 8px 0;
    border: none;


}

.thankyou {
    color: #34A853;
    margin-top: 10px;
    display: block;
    text-align: center;
}

.Send {
    transition: 0.4s;
}

.Send:hover {
    cursor: pointer;
    transform: scale(1.2);
}

/*       Section 00        */

.section-00 {
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(images/movies\ poster\ 1.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

/*       Section 0        */
.section0 {
    width: 100%;
    margin: auto;
    text-align: center;
    padding-top: 70px;
    background: rgb(0, 0, 0);

}

.Text1 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    margin-top: 25px;
    text-align: center;
}

.Line0 {
    margin: 0;
    color: #fff;
}

.ProductName {
    text-align: center;
    font-size: 30px;
    margin: 0;
    padding-top: 15px;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom: 20px;

}

.content {
    width: 20%;
    margin: 15px;
    box-sizing: border-box;
    float: left;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
    padding-top: 10px;
    box-shadow: 0 14px 28px rgba(229, 9, 20, 0.5), 0 10px 10px rgba(229, 9, 20, 0.5);
    transition: 0.4s;
    background: #f2f2f2;
}

.content:hover {
    box-shadow: 0 3px 6px rgba(255, 255, 255, 0.16), 0 3px 6px rgba(255, 255, 255, 0.23);
    transform: translate(0px, -8px);
}

.Product-Image {
    width: 75%;
    height: 75%;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.ProductDescription {
    text-align: center;
    color: #000;
    padding-top: 8px;

}

.ProductPrice {
    font-size: 26px;
    text-align: center;
    color: #000;
    margin: 0;
}

.ProductStars {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    padding-left: 0;
}

.ProductStars li {
    padding-top: 5px;
}

.Star {
    font-size: 26px;
    transition: .4s;
}

.fa-star {
    color: #ff9f43;
}

.Star:hover {
    transform: scale(1.3);
    transition: .6s;
}

.BuyButton {
    text-align: center;
    font-size: 24px0;
    color: #fff;
    width: 100%;
    padding: 15px;
    border: 0;
    outline: none;
    cursor: pointer;
    margin-top: 5px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background: #E50914;
}

@media(max-width:1000px) {
    .content {
        width: 45%;
    }
}

@media(max-width:750px) {
    .content {
        width: 100%;
    }
}





/*       Section 1        */

.section1 {
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
    padding-top: 70px;
    background: rgb(0, 0, 0);
    
}

.section1 h1 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
}

.section1 p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    padding: 10px;
    padding-right: 20px;
    padding-left: 20px;
}

.Line1 {
    color: #fff;
}

.service p {
    color: #000;
    font-size: 21px;
}

.service h4 {
    font-weight: 700;
    font-size: 23px;
    height: auto;
    width: 96%;
    background: #fff;
    margin: 50px auto;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}

.service h4::after {
    content: '';
    width: 40px;
    height: 30px;
    background: linear-gradient(to right, #fff, #000);
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: -1;
}

.service h4::before {
    content: '';
    width: 40px;
    height: 30px;
    background: linear-gradient(to right, #000, #fff);
    position: absolute;
    left: -5px;
    bottom: -5px;
    z-index: -1;
}

.word1 {
    color: #E50914;
}

.word2 {
    color: #E50914;
}

.word3 {
    color: #E50914;
    font-size: 20px;
}

.word4 {
    color: #a50000;
}

.main {
    width: 100%;
    min-height: 610px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.service {
    background: #fff;
    padding: 30px;
    top: 120px;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    z-index: 2;
    box-shadow: 0 0 20px -15px #000000;
    transition: 0.4s;
}

.service-logo {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin: -90px auto 0;
    background: #fff;
    border: 18px solid #000;
}

.service-logo img {
    width: 50px;
    margin-top: 20px;
    transition: 0.8s;
}

.shadowOne {
    height: 200px;
    width: 80%;
    background: #fff !important;
    position: absolute;
    border-radius: 10px;
    bottom: 0;
    left: 10%;
    z-index: 1;
    box-shadow: 0 0 20px -15px #000;
    transition: 0.4s;
}

.shadowTwo {
    height: 200px;
    width: 64%;
    background: #fff !important;
    position: absolute;
    border-radius: 10px;
    bottom: 0;
    left: 18%;
    z-index: 0;
}

.main:hover .service {
    transform: translateY(-50px);
}

.main:hover .shadowOne {
    transform: translateY(-25px);
}

.main:hover img {
    transform: rotate(360deg);
}

/*       Section 2        */

.section2 {
    width: 100%;
    margin: auto;
    text-align: center;
    padding-top: 70px;
    background: rgb(0, 0, 0);
}

.pricing-table {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: min(1200px, 100%);
    margin: auto;
}

.pricing-card {
    flex: 1;
    max-width: 360px;
    background-color: #fff;
    margin: 20px 10px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    color: #000;
    transition: .3s linear;
    border: 1px solid white;

}

.pricing-card-header {
    background-color: #000;
    display: inline-block;
    color: #fff;
    padding: 12px 30px;
    border-radius: 0 0 20px 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    transition: .5s linear;
}

.pricing-card:hover .pricing-card-header {
    box-shadow: 0 0 0 28em #E50914;
    transition: 0.8s;
}

.price {
    font-size: 70px;
    color: #E50914;
    margin: 40px 0;
    transition: .2s linear;
}

.price sup,
.price span {
    font-size: 22px;
    font-weight: 700;
}

.pricing-card:hover,
.pricing-card:hover .price {
    color: #fff;
}

.pricing-card li {
    font-size: 16px;
    padding: 10px 0;
    text-transform: uppercase;
}

.order-btn {
    display: inline-block;
    margin-bottom: 40px;
    margin-top: 80px;
    border: 2px solid #E50914;
    color: #E50914;
    padding: 18px 40px;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 500;
    transition: 0.3s linear;
    text-decoration: none;
}

.order-btn:hover {
    background-color: #E50914;
    color: #fff;
    border: 2px solid #000;
}

@media screen and (max-width:1100px) {
    .pricing-card {
        flex: 50%;
    }
}

.pricing-text1 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    margin-top: 25px;
    text-align: center;
}

.Line2 {
    color: #fff;
    margin-bottom: 80px;
    text-align: center;
}

.features {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

/*       Section 3        */
.section3 {
    width: 100%;
    height: 100vh;
    background: rgb(0, 0, 0);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.client {
    margin-bottom: 0;
    line-height: 0px;
}

.review-box {
    width: 90%;
    max-width: 800px;
    height: 320px;
    border-radius: 10px;
    /*box-shadow: 0px 0px 8px rgba(255, 255, 255, 1);*/
    position: relative;
    overflow: hidden;
}

.card {
    height: 320px;
    padding: 40px;
    color: #000;
    /*line-height: 22px;*/
    box-sizing: border-box;
    background: #fff;
    position: relative;
    border-radius: 10px 0 0 10px;
    z-index: 0;
}

.card::before {
    content: '';
    width: 110px;
    height: 110px;
    border-bottom-right-radius: 100%;
    background: #E50914;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

::selection {
    background: #E50914;
    color: #fff;
}

.profile {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.profile img {
    width: 70px;
    border-radius: 50%;
    margin-right: 20px;
}

.profile h3 {
    font-size: 29px;
    color: #E50914;
    margin-bottom: 10px;
}

.slide {
    width: 100%;
    padding-right: 60px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    /*color: #E50914;*/
    transition: 0.5s;



}

.sidebar {
    width: 60px;
    height: 100%;
    padding: 15px 0;
    box-sizing: border-box;
    background: #E50914;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0px 10px 10px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.sidebar img {
    width: 35px;
    padding: 5px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

.sidebar img:hover {
    transform: scale(1.20);
}

/*       Section 4        */

.section4 {
    width: 100%;
    margin: auto;
    padding-top: 70px;
    background: rgb(0, 0, 0);
}

.container1 {
    width: 85%;
    /* margin: 50px auto; */
    margin: auto;
}

.contact-box {
    background: #fff;
    display: flex;
}

.contact-left {
    flex-basis: 60%;
    padding: 40px 40px;
}

.contact-right {
    flex-basis: 40%;
    padding: 40px;
    background: #E50914;
    color: #fff;
}

.input-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.input-row .input-group {
    flex-basis: 45%;
}

.INPUT {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    padding-bottom: 5px;
}

.textarea1 {
    width: 100%;
    border: 1px solid #ccc;
    outline: none;
    padding: 10px;
    box-sizing: border-box;
}

.LABEL {
    margin-bottom: 6px;
    display: block;
    color: #E50914;
}

.H3 {
    font-weight: 600;
    margin-bottom: 30px;
}

.table-d:first-child {
    padding-right: 20px;
}

.table-d {
    padding-top: 20px;

}

.SEND-REQUEST {
    margin-top: 30px;
}

/*       Section 5        */

.section5 {
    width: 100%;
    margin: auto;
    padding-top: 70px;
    background: rgb(0, 0, 0);

}

.Line3 {
    color: #fff;
    margin-bottom: 55px;
    text-align: center;
}

.about-main {
    text-align: center;

}

.ILLUMINATI {
    width: 17%;
    border-radius: 50%;

}

.about-text-1 {
    color: #fff;
    padding-top: 20px;
}

.about-text-2 {
    color: #fff;
    padding-top: 5px;
}

.about-text-3 {
    color: #fff;
    max-width: 1000px;
    padding-top: 15px;
    display: inline-block;
    position: relative;

}

.wrapper {
    display: inline-flex;
    height: 140px;



}

.wrapper .icon {
    margin: 0 20px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 2;
    transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 20px;
}

.wrapper .icon span {
    display: block;
    height: 60px;
    width: 60px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon span i {
    line-height: 60px;
    font-size: 25px;
}

.wrapper .icon .tooltip {
    position: absolute;
    top: 0px;
    z-index: 1;
    background: #fff;
    color: #fff;
    padding: 10px 18px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 25px;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover .tooltip {
    top: -30px;
    opacity: 1;
    pointer-events: auto;
}

.icon .tooltip:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    background: #fff;
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%) rotate(45deg);
    transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover span {
    color: #fff;
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
}

.wrapper .facebook:hover span,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip:before {
    background: #3B5999;
}

.wrapper .twitter:hover span,
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip:before {
    background: #46C1F6;
}

.wrapper .instagram:hover span,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip:before {
    background: #e1306c;
}

.wrapper .github:hover span,
.wrapper .github:hover .tooltip,
.wrapper .github:hover .tooltip:before {
    background: #333;
}

.wrapper .youtube:hover span,
.wrapper .youtube:hover .tooltip,
.wrapper .youtube:hover .tooltip:before {
    background: #DE463B;
}



/*       Section 6        */

.section6 {
    width: 100%;
    margin: auto;
    padding-top: 70px;
    background: rgb(0, 0, 0);

}

.title {
    font-size: 50px;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
    text-decoration: underline 4px;
}


.questions-container {
    max-width: 800px;
    margin: 0 auto;
}

.question {
    border-bottom: 1px solid #fff;
}

.question button {
    width: 100%;
    background-color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 15px;
    border: none;
    outline: none;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.question p {
    font-size: 22px;
    max-height: 0;
    opacity: 0;
    line-height: 1.5;
    overflow: hidden;
    transition: all 0.6s ease;
}

.d-arrow {
    transition: transform 0.5s ease-in;
    color: #fff;
}

/*add this class when click*/
.question p.show {
    max-height: 200px;
    opacity: 1;
    padding: 0px 15px 30px 15px;
    color: white;
}

.question button .d-arrow.rotate {
    transform: rotate(180deg);
}


/*       Section 7        */

.section7 {
    width: 100%;
    margin: auto;
    padding-top: 70px;
    background: rgb(0, 0, 0);

}


.bg-gray {
    background-color: #000;
}

.site-heading h2 {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.site-heading h2 span {
    color: #E50914;
}

.site-heading h4 {
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
}

.site-heading h4::before {
    background: #E50914 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
}

.site-heading {
    margin-bottom: 60px;
    overflow: hidden;
    margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
    margin: -15px -15px 0;
    padding: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid;
    height: 15px;
    margin: 0 5px;
    width: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
    background: #E50914 none repeat scroll 0 0;
    border-color: #E50914;
}

.we-offer-area .item {
    background: #ffffff none repeat scroll 0 0;
    border-left: 2px solid #E50914;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    overflow: hidden;
    padding: 30px;
    position: relative;
    z-index: 1;

}

.we-offer-area.text-center .item {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    padding: 55px 25px 60px;
    max-width: 356px;
    max-height: 344.8px;
}

.we-offer-area.text-center .item i {
    background: #E50914 none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    font-size: 40px;
    height: 80px;
    line-height: 80px;
    position: relative;
    text-align: center;
    width: 80px;
    z-index: 1;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    margin-bottom: 25px;
}

.we-offer-area.text-center .item i::after {
    border: 2px solid #E50914;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 90px;
    left: -5px;
    position: absolute;
    top: -5px;
    width: 90px;
    z-index: -1;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;

}

.we-offer-area.item-border-less .item {

    border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
    margin-bottom: 30px;
    
}

.we-offer-area.item-border-less .item .number {
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    font-weight: 900;
    opacity: 0.1;
    position: absolute;
    right: 30px;
    top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.we-offer-area.center-active .single-item:nth-child(2n) .item {
    background: #E50914 none repeat scroll 0 0;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
.we-offer-area.center-active .single-item:nth-child(2n) .item i,
.we-offer-area.center-active .single-item:nth-child(2n) .item h4,
.we-offer-area.center-active .single-item:nth-child(2n) .item p {
    color: #ffffff;
}

.we-offer-area .item i {
    color: #E50914;
    display: inline-block;
    font-size: 60px;
    margin-bottom: 20px;
}

.we-offer-area .item h4 {
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.we-offer-area .item p {
    margin: 0;
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.we-offer-area .item::after {
    background: #E50914 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    width: 100%;
    z-index: -1;
}

.we-offer-area .item:hover::after {
    left: 0;
}

.we-offer-area .item:hover i,
.we-offer-area .item:hover h4,
.we-offer-area .item:hover p {
    color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i::after {
    border-color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i {
    background-color: #ffffff !important;
    color: #E50914 !important;
}

.we-offer-area.text-left .item i {
    background: #E50914 none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 60px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 30px;
    position: relative;
    width: 100px;
    z-index: 1;
    text-align: center;
}

.we-offer-area.text-left .item i::after {
    border: 2px solid #E50914;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 120px;
    left: -10px;
    position: absolute;
    top: -10px;
    width: 120px;
}

@media (max-width: 767px) {
    .col-sm-12 {
      flex: 0 0 auto ;
      width: 100% ;
      align-content: center !important;
      justify-content: center !important;
      display: flex !important;
    }
  }


/* Footer */

.section8 {
    width: 100%;
    margin: auto;
    padding-top: 70px;
    background: rgb(0, 0, 0);
}

.footer-section {
    background: #fff;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

@media (max-width: 765px) {
    .single-cta{
        margin: 15px;
        max-width: 300px;
        text-align: start;
    }
    .contact-box {
        background: #fff;
        display: flex;
        flex-direction: column-reverse;
    }
}

.single-cta i {
    color: #E50914;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #757575;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 200px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}

.footer-social-icon span {
    color: #000;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    margin-bottom: 22px;
}


.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.youtube-icon {
    background: #FF0000;
}

.instagram-icon {
    background: #E1306C;
}

.footer-widget-heading h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #E50914;
}

.footer-widget ul li {
    display: block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #E50914;
}

.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #E50914;
    padding: 15px 20px;
    border: 1px solid #E50914;
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    background: #1a1a1a;
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}

.copyright-text p a {
    color: #fff;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #E50914;
}

.footer-menu li a {
    font-size: 14px;
    color: #fff;
}


.made-with-love {
    color: #fff;
}

.tvsamurai {
    text-decoration: none;
    transition: 0.5s;
}

.tvsamurai:hover {
    color: #E50914;

}

.morocco {
    text-decoration: none;
    transition: 0.5s;
    color: #fff;
}

.morocco:hover {
    color: #E50914;
}

/* Heart Icon
--------------------------------------------- */

.fa-heart {
    color: red;
}


/* Product-1 Page HTML */

.Product-1 {
    min-height: 100vh;
    width: 100%;
    background: #000;
    background-position: center;
    background-size: cover;
    position: relative;


}

.Product-1 select {
    display: block;
    padding: 5px 10px;
    outline: #fff;
}

.Product-1 input {
    width: 50px;
    height: 40px;
    padding-left: 10px;
    font-size: 16px;
    margin-right: 10px;
    outline: #fff;
}

.ProIMG {
    width: 75%;
    margin-left: 50px;
    margin-top: 50px;
    /*   padding-bottom: 5px;   */

}

.BUY-BTN {
    box-sizing: border-box;
    appearance: none;
    background-color: transparent;
    border: 2px solid #E50914;
    border-radius: 0.6em;
    color: #E50914;
    cursor: pointer;
    display: inline;
    align-self: center;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    /*  margin-top: 20px;  */
    padding: 1em 2.5em;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;


}

.BUY-BTN:hover {
    box-shadow: 0 0 40px 40px #E50914 inset;
    color: #fff;
    outline: 0;
}

/*


.small-img-group {
    display: grid;
    justify-content: space-between;
    float: left;
    

} 



.small-img {
    display: inline-flex;
    cursor: pointer;
    float: left;
  
}

*/

/*   SHOPPING CART   */


.cart-head {
    color: #fff;
}

.cart-head hr {
    color: #E50914;
    border-top: 2px solid;
    opacity: 1;
    width: 21%;

}

#cart-container table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

#cart-container table thead {
    font-weight: 700;
}

#cart-container table thead td {
    background-color: #E50914;
    color: #fff;
    border: none;
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: 700;

}

#cart-container table td {
    border: 1px solid #fff;
    text-align: center;
}

#cart-container table td:nth-child(1) {
    width: 100px;
}

#cart-container table td:nth-child(2),
#cart-container table td:nth-child(3) {
    width: 200px;
}

#cart-container table td:nth-child(4),
#cart-container table td:nth-child(5),
#cart-container table td:nth-child(6) {
    width: 170px;
}

#cart-container table tbody img {
    width: 60%;
    object-fit: cover;
}

#cart-container table tbody i {
    color: #fff;
}

#cart-bottom .coupon>div,
#cart-bottom .total>div {
    border: 1px solid #fff;
    
}

#cart-bottom .coupon h5,
#cart-bottom .total h5 {
    background-color: #E50914;
    color: #fff;
    border: none;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    font-weight: 700;
}

#cart-bottom .coupon p,
#cart-bottom .coupon input {
    padding: 0px 12px;
    height: 44px;
    text-decoration: none;
    margin: 0 12px 20px 0;
    margin-left: 15px;

}





#cart-bottom .coupon input {
    height: 44px;
    margin: 0 0 20px 12px;
    width: 40%;
}

#cart-bottom .coupon button {
    border-color: #E50914;
    background-color: #000;
    color: #fff;
    float: right;
    margin-right: 15px;
    width: 175px;
    height: 44px;
    transition: 0.3s linear;
    text-decoration: none;


}

#cart-bottom .coupon button :hover {
    background-color: #E50914;
    border: 2px solid #000;
}

.first-hr {
    color: #E50914;
    border-top: 2px solid;
    opacity: 1;
    width: 100%;
}

#cart-bottom .total div>div {
    padding: 0 12px ;
}


#cart-bottom .total div>button {
    border-color: #E50914;
    background-color: #000;
    color: #fff;
    width: 250px;
    margin-bottom: 15px;
    margin-left: 15px;
    width: 240px;
    height: 44px;

}


/* Payment Checkout */

.pay-container{
    display: flex;
    justify-content: center;
    align-items: center;
   /* padding:25px; */
   /* min-height: 50vh; */
   /* background: linear-gradient(90deg, #2ecc71 60%, #27ae60 40.1%); */
  }
  
  .pay-container form{
    padding:20px;
    width:700px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
  }
  
  .pay-container form .pay-row{
    display: flex;
    flex-wrap: wrap;
    gap:15px;
  }
  
  .pay-container form .pay-row .col{
    flex:1 1 250px;
  }
  
  .pay-container form .pay-row .col .pay-title{
    font-size: 20px;
    color:#333;
    padding-bottom: 5px;
    text-transform: uppercase;
  }
  
  .pay-container form .pay-row .col .inputBox{
    margin:15px 0;
  }
  
  .pay-container form .pay-row .col .inputBox span{
    margin-bottom: 10px;
    display: block;
  }
  
  .pay-container form .pay-row .col .inputBox input{
    width: 100%;
    border:1px solid #ccc;
    padding:10px 15px;
    font-size: 15px;
    text-transform: none;
  }
  
  .pay-container form .pay-row .col .inputBox input:focus{
    border:1px solid #000;
  }
  
  .pay-container form .pay-row .col .flex{
    display: flex;
    gap:15px;
  }
  
  .pay-container form .pay-row .col .flex .inputBox{
    margin-top: 5px;
  }
  
  .pay-container form .pay-row .col .inputBox img{
    height: 34px;
    margin-top: 5px;
    filter: drop-shadow(0 0 1px #000);
  }
  
  .pay-container form .submit-btn{
    width: 100%;
    padding:12px;
    font-size: 17px;
    background: #E50914;
    color:#fff;
    margin-top: 5px;
    cursor: pointer;
  }
  
  .pay-container form .submit-btn:hover{
    background: #cc050f;
  }


  .pay-Line {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    
  }

  .pay-Text {
    color: #FFF;
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    margin-top: 50px;
  }



  /* Language Switcher */


  .lang-menu {
    width: 125px;
    text-align: right;
    font-weight: bold;
    margin-top: 20px;
    position: fixed;
    background-color: #fff;
    z-index: 100;
    left: 0px;
    border-radius: 5px;
}
.lang-menu .selected-lang {
    display: flex;
    justify-content: space-between;
    line-height: 2;
    cursor: pointer;
    padding: 5px 10px;
    
}
.lang-menu .selected-lang:before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url(flag-icons-main/flags/4x3/fr.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 4px;
}

.lang-menu ul {
    margin: 0;
    padding: 0;
    display: none;
    background-color: #fff;
    border: 1px solid #f8f8f8;
    position: absolute;
    top: 41px;
    right: 0px;
    width: 125px;
    border-radius: 5px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
    
}


.lang-menu ul li {
    list-style: none;
    text-align: left;
    display: flex;
    justify-content: space-between;
}

.lang-menu ul li a {
    text-decoration: none;
    width: 125px;
    padding: 5px 10px;
    display: block;
}

.lang-menu ul li:hover {
    background-color: #f2f2f2;
}

.lang-menu ul li a:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}


.en:before {
    background-image: url(flag-icons-main/flags/4x3/us.svg);
}

.ar:before {
    background-image: url(flag-icons-main/flags/4x3/ma.svg);
}


.lang-menu:hover ul {
    display: block;
}
