* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}



:root {
    --logo-color: rgb(229, 9, 20);
    --text-color: #fff;


}



.back-color {
    background-color: #383434;
} 

/* header area start from here */
.background {
    background-image: url("./image/IN-en-background.jpg");
    height: 100%;
    background-size: cover;

}

.background-brightness {
    width: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1.8) 0, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 1.8) 100%);
}

header {
    padding: 30px 25px 30px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 180px;
    color: var(--logo-color);
    fill: currentColor;
}

.nav-sele-btn select {
    padding: 3px 25px;
    margin-right: 5px;
    background-color: transparent;
    color: var(--text-color);
}

.nav-sele-btn button {
    padding: 3px 11px;
    border: none;
    outline: none;
    border-radius: 3px;
    color: var(--text-color);
    background-color: var(--logo-color);
}

.content-wrapper {
    max-width: 88%;
    margin: 150px auto 6px auto;
    color: var(--text-color);
    text-align: center;
    padding-bottom: 150px;
}

.content-wrapper h1 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 50px;
}

.content-wrapper h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.content-wrapper p {
    font-size: 22px;
    margin-bottom: 20px;
}


.nav-sele-btn select option {
    background-color: black;
}





.content-wrapper input {
    width: 40%;
    padding: 11px 0px 17px 10px;
    background-color: transparent;
    border: 1px solid gray;
    border-radius: 2px;
    color: var(--text-color);
    vertical-align: super;

}

/* input warning */ 
.content-wrapper .warning{
    font-size: 14px;
    margin-right: 40%;
    color: rgb(235, 57, 66);
}



.warning , .warn2-dis-none{
    margin-top: 4px;
}


.content-wrapper input::placeholder {
    color: gray;

}

.content-wrapper button {
    padding: 10px 30px;
    border: none;
    border-radius: 2px;
    background-color: var(--logo-color);
    color: var(--text-color);
    font-size: 24px;
    font-weight: 600;
    margin-left: 5px;
}

.arrow {
    margin-left: 10px;
}

@media screen and (max-width: 767px) {

    .logo {
        width: 87px;
    }

    .nav-sele-btn select {
        padding: 4px;
        border: 1px solid;
        border-radius: 2px;
    }

    .nav-sele-btn button {
        padding: 4px 7px;
        border-radius: 2px;
    }


    .content-wrapper {
        margin: 20px auto 6px auto;
        padding-bottom: 20px;
    }

    .content-wrapper h1 {
        font-size: 34px;
    }

    .content-wrapper h3 {
        font-size: 17px;
    }

    .content-wrapper p {
        font-size: 20px;
    }

    .content-wrapper input {
        width: 90%;
    }
    

    .content-wrapper button {
        padding: 9px 10px;
        margin-top: 15px;
    }
    .warning{
        display: none;
    }
    .warn2-dis-none{
        margin-top: 4px;
    }

}

@media screen and (min-width: 426px) and (max-width:740px){
    .warn2-dis-none{
        display: flex;
    }
}



@media screen and (min-width: 767px){
    .warn2-dis-none{
        display: none !important;
    }
}

/* header area end here */

/* section01 start from here */
.section01 {
    width: 100%;
    background: black;
    position: relative;
    z-index: 1;
    padding: 100px 0px;
    margin-bottom: 6px;
}

.section-wrapper {
    width: 90%;
    margin: 0 auto;
}

.tv01 {
    width: 100%
}

.video-wrapper {
    position: absolute;
    top: 21%;
    right: 12%;
    z-index: -1;
    width: 73%;
}

.video-wrapper video {
    width: 100%;
}

.first-col h1 {
    font-size: 46px;
    font-weight: bold;
    text-align: center;
}

.first-col p {
    font-size: 21px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .first-col h1 {
        font-size: 32px;
        font-weight: bold;
        text-align: center;
    }

    .first-col p {
        text-align: center;
    }
}


@media screen and (min-width: 768px) and (max-width:1000px) {


    .section-wrapper {
        display: flex;
        flex-direction: column;
    }
}

/* section01 end here */

.content-wrap h1 {
    text-align: start;
    font-size: 50px;
    font-weight: bold;
}

.content-wrap p {
    text-align: start;
    font-weight: 600;
    font-size: 23px;
}

.mobile01 {
    width: 95%;
}

.down-border {
    display: flex;
    border: 2px solid #383434;
    width: 60%;
    padding: 10px;
    align-items: center;
    justify-content: space-between;
    border-radius: 15px;
    position: absolute;
    top: 70%;
    left: 15%;
    background-color: #000;
}

.border-img {
    width: 15%;
}

.border-img img {
    width: 50%;
}

.border-content-01 {
    color: var(--text-color);
    font-size: 15px;
}

.border-content-02 {
    color: blue;
    font-size: 15px;
}


.download-button {
    background-image: url(https://assets.nflxext.com/ffe/siteui/acquisition/ourStory/fuji/desktop/download-icon.gif);
    width: 3rem;
    height: 3rem;
    background-size: cover;
}


@media screen and (max-width: 768px) {
    .down-border {
        width: 100%;
        left: 0;
        height: 32%;
    }

    .border-img {
        width: 13%;
    }

    .display-wrapper {
        display: flex;
        flex-direction: column-reverse;
    }

    .content-wrap h1 {
        text-align: center;
        font-size: 29px;
        font-weight: 800;
    }

    .content-wrap p {
        text-align: center;
        font-weight: 600;
        font-size: 17px;
    }

    .section01 {
        padding: 50px 0px;
    }
}

@media screen and (min-width: 768px) and (max-width:1000px) {
    .display-wrapper {
        display: flex;
        flex-direction: column-reverse;
    }

    .down-border {
        width: 63%;
        height: 18%;
        top: 70%;
        left: 15%;
    }
    .content-wrap h1{
        text-align: center;
        font-size: 32px;
    }
    .content-wrap p{
        text-align: center;
        font-size: 17px;
    }
}


/* section third */

.video-wrapper-02 {
    position: absolute;
    top: 10%;
    z-index: -1;
    left: 18%;
}

.video-wrapper-02 video {
    width: 100%;
    height: 100%;
    max-width: 73%;
    max-height: 40%;
}

.third-col h1 {
    text-align: start;
    font-size: 47px;
    font-weight: 800;
}

.third-col p {
    text-align: start;
    font-weight: 600;
    font-size: 22px;
}

@media screen and (max-width: 768px) {
    .third-col h1 {
        text-align: center;
        font-size: 32px;
        font-weight: 800;
    }

    .third-col p {
        text-align: center;
        font-weight: 600;
        font-size: 19px;
    }
}

@media screen and (min-width: 768px) and (max-width:1000px) {
    .third-col h1 {
        text-align: center;
        font-size: 32px;
        font-weight: 800;
    }

    .third-col p {
        text-align: center;
        font-weight: 600;
        font-size: 19px;
    }


    .video-wrapper-02 {
        width: 80%;
    }

    .video-wrapper-02 video {
        width: 100%;

    }

}


/* section 04 */

.fourth-col h1 {
    text-align: start;
    font-size: 47px;
    font-weight: 800;
}

.fourth-col p {
    text-align: start;
    font-weight: 600;
    font-size: 22px;
}

.kids-pic {
    width: 100%;
    height: 113%;
}

@media screen and (max-width: 768px) {
    .fouth-section-dis {
        flex-direction: column-reverse;
    }

    .fourth-col h1 {
        text-align: center;
        font-size: 32px;
        font-weight: 800;
    }

    .fourth-col p {
        text-align: center;
        font-weight: 600;
        font-size: 17px;
    }
}


/* accordion section fifth */


.fifth-section-dis h1 {
    color: var(--text-color);
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}

.accordion-item {
    background-color: rgb(45, 45, 45) !important;
    border: none !important;
    margin-bottom: 10px;
}

.accordion-body {
    color: var(--text-color) !important;
}

.accordion-button {
    background-color: rgb(45, 45, 45) !important;
    color: var(--text-color) !important;
    padding: 21px !important;
    font-size: 20px !important;
}

.accordion-button::after {
    background-image: url("./font-awseome/plus-solid\ \(1\).svg") !important;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(134deg) !important;
}

.accordion-body {
    font-size: 21px !important;
}

/* js update font */
.font-size{
    font-size: 19px;
}
.fontbody_size{
    font-size: 16px;
}

.li-dis-none{
    display: none;
}


/* input paragrph button */

.accordion-area-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* The code wriiten by Aksahi Muraleedharan on 22-05-24*/
.warning2{
    font-size: 14px;
    margin-right: 60%;
    color: rgb(235, 57, 66);
}
.accordion-area-wrapper h3 {
    color: var(--text-color);
    font-size: 18px;
    margin: 44px 0px 18px 0px;
    text-align: center;
}

.accordion-area-wrapper input {
    width: 60%;
    padding: 11px 0px 17px 10px;
    background-color: transparent;
    border: 1px solid gray;
    border-radius: 2px;
    color: var(--text-color);
    vertical-align: super;
}

.accordion-area-wrapper button {
    padding: 10px 30px;
    border: none;
    border-radius: 2px;
    background-color: var(--logo-color);
    color: var(--text-color);
    font-size: 24px;
    font-weight: 600;
    margin-left: 5px;
}

.accordion-input-btn {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
}

.warn2-di , .warning2{
    margin-top: 4px;
}


@media screen and (min-width: 768px){
    .warn2-di{
        display: none;
    }
}


@media screen and (max-width: 767px) {
    .accordion-input-btn {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
    }

    .accordion-area-wrapper input {
        width: 100%;
       
    }

    .accordion-area-wrapper button {
        margin-left: 10%;
        padding: 10px 20px;
        width: 80%;
        margin-top: 15px;
    }
    .warning2{
        display: none;
    }
}

footer{
    padding: 40px 0px !important;
}

.sixth-section-dis span{
    color: rgba(255, 255, 255, 0.7);
}

.sixth-section-dis span a{
   color:rgba(255, 255, 255, 0.7) ;
}
.footer-list{
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    padding: 0px;
    
}

.footer-list li{
    flex: 0 0 calc(27% - 0.75rem);
    margin-top: 1rem;
    
}

.footer-list li a{
    color: rgba(255, 255, 255, 0.7);
}
.select-footer{
    padding: 5px 25px;
    margin-right: 5px;
    background-color: transparent;
    color: var(--text-color);
    border-radius: 2px;
    margin: 15px 0px;
}
.select-footer option{
    background-color: #000;
}

@media screen and (max-width: 767px){
    .footer-list li{
        flex: 0 0 calc(52% - 0.75rem);
        margin-top: 1rem;
        
    }
}