*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:Arial,sans-serif;
}

body{
    background:#fff;
   
}

html, body{
    overflow-x: hidden;
    width: 100%;
}


/* divder   */
.divider{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.lineicon{
    width:100%px;
    height:2px;
    background:#16388f;
}

.icon{
    font-size:20px;
    color:#16388f;
}


/* videosection   */

.video-section {
    background: #163d99;
    padding: 20px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}


.video-content{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:60px;
    max-width:1200px;
    margin:auto;
}

#text{
    text-align: center;
    margin-bottom: 80px;

}

h4{
    font-size: 25px;
}

.para{
    font-size:16px !important;
    line-height:1.4;
    color:white;
    text-align:left;

}



.video-box{
    position: relative;
    background: #000;
    width: 100%;
    max-width: 100%;
    margin: 20px !important;
    cursor: pointer;
    border-radius: 2px;
    height: 150px !important;
    border: 2px solid white;
    /* min-height: 100%; */

    overflow: hidden;
} 

  /* ADD this to your main CSS (outside any media query) */
.pan {
    display: block;
    height: auto;
    object-fit: cover;
}

  
/* 640 media responsive  */

@media (min-width: 431px) and (max-width: 640px) {
    /* divder   */
.divider{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.lineicon{
    width:100%;
    height:2px;
    background:#16388f;
}

.icon{
    font-size:20px;
    color:#16388f;
}



    /* Video Section */

    .video-section{
        padding:40px 15px;
        background-color: #061a52;
    }

    .video-content{
        flex-direction:column;
        gap:25px;
    }

    #text{
        width:100%;
        text-align: center;
        color: #ffffff;
        text-align: center;

    }

    .para{
        font-size:16px;
        line-height:1.6;
        text-align:center;
        margin-top: 50px;
        margin-left: 20px;
        margin-right: 20px;
    }


       .video-box{
        width: 95%;
        max-width: 95%;
        height: 220px;

        display: block;
        margin: 20px auto 0;
    }


    .h4{
        margin-top: 50px;
        text-align: center;
        font-size: 30px;
        color: white;
        font-family:  Helvetica, sans-serif;
    }

}


/* section 3rd   */

.section3{
    padding:60px 80px;
    margin:0 auto;
    width:100%;
    background-color: #ffffff;
}
 

.divs3{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:40px;
}

.text{
    font-size:42px;
    text-align:center;
    line-height:1.4;
    max-width:1200px;
    font-weight:700;
}

.media-box{
    width:100%;
    display:flex;
    /* height: 900px; */
    flex-direction:column;
    align-items:center;
    gap:30px;
    padding:20px;
}

.media-box img{
    width:800px;
    max-width:900px;
    height:1000px;
    border-radius:15px;
    box-shadow:0 10px 25px rgba(0,0,0,0.2);
}

#vtext{
    font-size:48px;
    text-align:center;
    line-height:1.3;
    max-width:1100px;
    font-weight:700;
}


 .iframe1{
    width: 900px;
    max-width: 100%;
    height: 450px;
    /* border: none; */
    box-shadow:0 10px 25px rgba(0,0,0,0.25);
    border-radius: 5px;
}
 .iframe2{
    width: 900px;
    max-width: 100%;
    height: 450px;
    /* border: none; */
    box-shadow:0 10px 25px rgba(0,0,0,0.25);
    border-radius: 5px;
}

.para2{
    font-size:22px;
    line-height:1.8;
    text-align:center;
    max-width:1000px;
    margin:0 auto;
}

#v3{
    font-size:38px;
    text-align:center;
    margin-top:20px;
}

.main-list{
    max-width:1000px;
    font-size:20px;
    line-height:1.8;
}

.highlight{
    font-size:32px;
    font-weight:700;
    text-align:center;
}

.para5{
    font-size:24px;
    text-align:center;
}


    /* secion 3rd resolution 640 */

@media (min-width: 431px) and (max-width: 640px) {

    .section3{
        padding:15px;
        margin:0;
        background-color: #ffffff;
    }

    .divs3{
        display:flex;
        flex-direction:column;
        align-items:center;
        gap:20px;
    }

    .text{
        font-size:22px;
        text-align:center;
        line-height:1.5;
        margin:10px 0;
        color: #000000;
    }

    .media-box{
        width:100%;
        display:flex;
        flex-direction:column;
        align-items:center;
        gap:20px;
        flex-wrap: wrap;
    }

    .media-box img{
        width:100%;
        max-width:350px;
        height:auto;
        margin:0;
        /* border-radius:10px; */
    }

    #vtext{
        font-size:26px;
        text-align:center;
        line-height:1.3;
        margin:10px 0;
    }

    .white{
        color: #000;
    }

    .wheat{
        color: #000;
    }

    .video{
        width:100%;
        max-width:350px;
        height:450px;

        display:block;
        margin:0 auto !important;
        margin-left:auto !important;
        margin-right:auto !important;
    }

    .para2{
        font-size:16px;
        line-height:1.7;
        text-align:center;
        margin:10px;
    }

    .wheat{
        color: wheat;
    }

    .white{
        color: white;
    }

}


/* 1024px Tablet / Small Laptop */
/* important 1024  */
 @media (min-width:901px) and (max-width:1024px){

    #v3{
        font-size:40px;
        text-align:center;
        margin-bottom:40px;
    }

    .main-list{
        width:90%;
        margin:auto;
    }

    .main-list li{
        padding:25px;
        margin-bottom:20px;
    }

    .main-list h3{
        font-size:24px;
        margin-bottom:10px;
    }

    .main-list p{
        font-size:18px;
        line-height:1.7;
    }

    .sub-list li{
        font-size:18px;
        margin-bottom:8px;
    }

    .para3{
        font-size:28px;
        text-align:center;
        margin-top:30px;
    }

    
    .para5{
        font-size:18px;
        text-align:center;
        line-height:1.7;
        margin-right: 300px;

    }

    .highlight{
        font-size:18px;
        text-align:center;
        margin:20px 0;
        margin-right: 300px;
        font-weight: 600;
    }

}                                                              


/* 640px Mobile */

@media (min-width: 431px) and (max-width: 640px) {

    #v3{
        font-size:28px;
        text-align:center;
        margin-bottom:25px;
        line-height:1.3;
    }

    .main-list{
        padding-left:20px;
    }

    .main-list li{
        padding:15px;
        margin-bottom:15px;
    }

    .main-list h3{
        font-size:18px;
        margin-bottom:8px;
    }

    .main-list p{
        font-size:15px;
        line-height:1.6;
    }

    .sub-list{
        padding-left:20px;
    }

    .sub-list li{
        font-size:15px;
        margin-bottom:5px;
    }

    .para3{
        font-size:20px;
        text-align:center;
        margin-top:20px;
    }

    .para5{
        font-size:15px;
        text-align:center;
        line-height:1.6;
        margin-right: 200px;
    }

    .highlight{
        font-size:18px;
        text-align:center;
        margin-right: 200px;
        font-weight: 600;
    }

}


/* Testimonial section  */

 .testimonial-section{
    height: 100%;
    background:#f7f7f7;
    font-family:Arial, sans-serif;
    background-color: #061a52;
    height: auto;
}

.testimonial-heading{
    background-image: url("C:\Users\Usaer\Desktop\responsive check\websiteimg\our testimonial.png");
    text-align:center;
    margin-bottom:50px;
}

#testimonialh2{
    font-size:42px;
    font-weight:700;
    line-height:1.3;
    color: wheat;
}



     .video-contain{
        display:grid;
    grid-template-columns: repeat(4, 2fr);
  flex-direction: row;
    gap:10px;
    margin-bottom: 5px;
}
    
.video-contain iframe{
    border-radius:2px;
    gap: 2px;
    width:100%;
    max-width:200px;
    margin-left: 2px !important;
    overflow: hidden;

    height:250px;

    border:2px solid rgb(3, 3, 122);
    background:#000;

    object-fit:cover;

    box-shadow:0 10px 25px rgba(0,0,0,0.2);

    transition:0.3s ease;
    cursor:pointer;
} 




/* HOVER */
.video-card1:hover,
.video-card2:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,0.3);
} */




/* ===== 640px RESPONSIVE ===== */
@media (min-width: 431px) and (max-width: 640px) {

    .testimonial-section {
        background-color: #ffffff;
        padding: 0;
        margin-top: 0;
        min-height: 900px;}

    .testimonial-heading {
        background-image: url("websiteimg/our-testimonial.png");
        background-size: cover;
        background-position: center;
        margin-bottom: 2px;
        background-repeat: no-repeat;
    }

    #testimonialh2 {
        font-size: 30px;
        color: rgb(2, 2, 2);
    }

    .video-contain {
        flex-direction: row; /* still side-by-side */
        gap: 10px;
        overflow-x: auto; /* allows scroll instead of breaking */
        scroll-snap-type: x mandatory;
        display: flex;
        height: auto;
    }

    .video-card1,
    .video-card2 {
        flex: 0 0 85%;
        max-width: 45%;
        height: 400px;
        scroll-snap-align: center;
        border-radius: 4px;
        margin-bottom: 20px;
    }}


/* LINE */
.line2 {
    grid-column: 1 / -1;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin-top: 20px;
}



