@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap');

*{
    padding:0;
    margin:0;
    box-sizing:border-box;
    font-family: 'Inter', sans-serif;;
    
}

.header{
    position: fixed;
    display:flex;
    justify-content: space-between;
    padding:10px;
    background:white;
    width:100%;
    z-index: 1;

}
.header-wrapper{
    display: flex;
    justify-content: space-around;
    width:100%;
}
.header img{
    width:100px;
    height:60px;
    padding:0;
    left:0;
    margin:0;
}
.bar{
    padding:10px 20px;
}
#menu{
   
    display: none;
    font-size: 30px;
}
#close{
    position: relative;
   
    display: none;
    font-size: 30px;
}
.nav{
    float:right;
}
.nav ul{
    display: flex;
    justify-content:space-around;
    list-style-type: none;

    
}
.nav ul li{
    padding:10px 20px 10px 20px;

}
.next-ul{
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}
.next-ul li{
   display:none;

}
.btn{
    position: absolute;
    margin-top: 30px;
    padding:10px;
    border:1px solid black;
    border-radius:10px 10px;
    background:white;
    color: rgba(0, 0, 255, 0.779);
    font-weight: 600;
}
.content1{
    display: flex;
    justify-content: space-evenly;
   width:100%;
    height:100vh;
    overflow: hidden;
    background-color: rgba(0, 0, 255, 0.297);
    
}
.content1 .left{
    padding:30px 20px;
    max-width:30%;
    justify-content: center;
    align-items: center;
    transform: translateY(30%);

}
.content1 .left h1{
    font-weight: 600;
    font-size: 40px;
}
.content1 .left p{
    font-weight: 500;
    transform: translateY(10px);
    font-size: 20px;
    line-height:1.9;
    max-width: 90%;
}
/* .content1 .right{
    max-width: 60%;
} */
.right{
    position: relative;

    display: flex;
    justify-content: space-between;
    flex-direction: row;
    /* max-width:100%; */
    margin-top: 120px;
}
.right img{
    width:260px;
    height:580px;
}
.right .right-upper,.right-down{
    
    transform: rotate(30deg)
}
/* .right {
    
    transform: rotate(30deg)
} */
.right .right-down img{
    transform: translateX(-50px);
}








/* Starting of Content2 or tetimoles section  */


.content2{
    width:100%;
    height:90vh;
    background-color: rgba(128, 128, 128, 0.192);
}

.con2-wrap{
    max-width: 80%;
    display: flex;
    justify-content:center;
    margin: 0 auto;
    flex-wrap: wrap;
    
}
.con2-row1,.con2-row2{
    max-width:50%;
    margin-top: 10%;
    
    display: flex;
    flex-direction: column;
    column-gap: 30px;
    justify-content: space-between;
    row-gap: 5rem;
}
.con2-wrap img{
    width:80px;
    height:80px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}
.con2-item{
    display: flex;
    
}
.con2-item .con2-r{
    margin-left: 1.5rem;
    
}
.con2-item .con2-r p{
    margin-top: 10px;
    line-height: 1.4;
   
}
/* .con2-item .con2-r  h2{
   
} */


/*Starting of content3 style */
.content3{
    margin-top: 2%;
    height:100vh;
    width:100%;
}



.con3-wrap{
    display:flex;
    justify-content: space-evenly;
    margin-top: 50px;
    flex-wrap: wrap;

}

.con3-right{
    max-width:70%;
}
.con3-left {
    max-width:30%;
}
.con3-left h1{
    max-width:100%;
    font-size: 40px;
    padding: 0 60px;
}
.con3-left p{
    max-width: 100%;
    margin-top: 30px;
    line-height: 20px;
    padding: 0 60px;
    font-size: 20px;
}
.con3-right-box{
    width:400px;
    height:400px;
    border:1px solid black;
    border-radius: 15px 15px 15px 15px;
    background-image: url(./assets/video_first.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    
}

.content4{
    height:auto;
    width:100%;
}
.content4 .con4-wrap{
    max-width: 90%;
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
    margin:0 auto;
    row-gap:70px;
    column-gap:70px;
}
.con4-item{
    width:480px;
    height:450px;
  
    border:1px solid black;
    border-radius: 15px 15px;
    text-align: center;

}
.con4-item img{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width:350px;
    height:auto;
    display: flex;
    justify-content: center;
    
}

.content5
{
    width:100%;
    height:80vh;
    margin-top: 10%;
   
}
.con5-wrap{
    max-width:80%;
    display: flex;
    justify-content:center;
   
}

.con5-wrap .con5-left{
    max-width:40%;
    
}
.con5-wrap .con5-right img{
    width:400px;
    height:400px;
    border-radius: 15px 15px;
}
.content5 .con5-wrap .con5-left p{
    max-width:65%;
    margin-top: 30px;
    line-height: 1.5;
    font-size: 18px;
   
 }


 .content6
 {
     width:100%;
     height:80vh;
     margin-top: 5%;
    
 }
 .con6-wrap{
    max-width: 100%;
     display: flex;
     justify-content:center;
    
 }
 
 .con6-wrap .con6-left{
     width:34%;
     
 }
 .con6-wrap .con6-right{
    max-width: 20%;
 }
 .con6-wrap .con6-left img{
     width:400px;
     height:400px;
     border-radius: 15px 15px;
 }
 .content6 .con6-wrap .con6-right p{
     
     margin-top: 30px;
     line-height: 1.5;
     font-size: 18px;
    
  }
 


  .footer{
    width:100%;
    height:auto;
    
  }
  .foot-wrap{
    display: flex;
    justify-content: space-evenly;
    background-color: rgba(0, 0, 0, 0.717);
    width:100%;
    height:auto;
    color: rgba(255, 255, 255, 0.92);
     
  }
  .col:nth-child(1){

        padding:50px 30px;
    
  }
  .col ul{
    padding:50px 30px;
    font-weight: 600;
    list-style-type: none;
  }
  .col ul li{
    padding: 10px 0px;
    font-weight: 400;
  } 


/*Responsive view */


@media (max-width:1200px) {
    #menu{
        display: block;
    }
    .header-wrapper{
        flex-wrap: wrap;
        flex-direction: column;
    }

    .header{
       
        flex-direction: row;
        overflow: hidden;
        
    }
    /* some gotcha*/
    .nav{
       height:0px;
        margin:0 auto;
    }
    .nav ul{
        justify-content: center;
        flex-direction: column;
    }


    .right{
        max-width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        transform: translateX(25%);
        margin-top: 10rem;
        
    }
    .right img{
        
        width:120px;
        height:200px;
    }
    .right .right-down img{
        position: relative;
        top:-100%;
        right:-5%;
    }
    .content1{
        
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content:space-evenly;
    }
    .content1 .left{
        margin-top: 30px;
        max-width:100%;
        padding:0;
        justify-content: center;
        text-align: center;
       
    }
    .btn{
        margin:30px auto;
        display: flex;
        align-items: center;
        justify-content: center;
       position: relative;
       text-align: center;
       max-width:50%;
       cursor: pointer;
       
        
    }
    .content1 .left  p {
        max-width: 100%;
        padding:10px 30px;
    }
    .con2-wrap{
        flex-direction: column;
    }
    .content2{
        width:100%;
        height:auto;
    }
    .con2-row1,.con2-row2{
        max-width:100%;
    }
    .con3-wrap{
        flex-direction: column;
       
        text-align: center;
        
    }
    .con3-right,.con3-left{
        max-width:100%;
    }
    .con3-left h1,p{
       
        max-width: 100%;
    }
     .con3-right .con3-right-box{
        margin: 30px auto;
     }

    
}



@media screen and (min-width:400px) and (max-width:600px) {
    
    .right img{
        
        width: 100px;
        height:150px;
    }
    .content4{
        margin-top: 10rem;
    }
    .con4-wrap{
        margin-top: 50px;
    }
    .con5-wrap{
        max-width:100%;
        flex-wrap: wrap;
    }
    .con5-wrap .con5-left{
       max-width:80%;
       text-align: center;
       padding:0;
        
    }
    .content5 .con5-wrap .con5-left p{
        max-width: 100%;
        padding:0;
        margin-top: 20px;
        margin-bottom: 20px;
        
    }
    .con6-wrap{
        
        flex-wrap: wrap;
        flex-direction: column;
    }
    .con6-wrap .con6-left img{
       
       
       transform: translate(10%,80%);

        
    }
    
    .con6-wrap .con6-right{
       max-width: 100%;
       text-align: center;
       transform: translateY(-140%);
    }
    .foot-wrap{
        margin-top: 35%;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .col:nth-child(1){

        padding:30px 30px;
    
  }
  .col ul{
    padding:30px 30px;
  }
  .col ul li{
    padding: 5px 0px;
  }
}



