*{
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: "Plus Jakarta Sans", sans-serif;
    text-decoration: none;
}

/* navbar======================================================================== */
.navbar{
    background-color: #FFFFFF;
    color: black;
    padding-right: 15px;
    padding-left: 15px;
}
.navdiv{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 55px;
    padding-left: 55px;
    padding-top: 12px;
} 
li{
    list-style:none;
    display: inline-block;
}
li a{
    color: black;
    font-size:12px ;
    margin-right: 25px;
}
button{
    border-width: 2px;
    border-color: #00AEAE;
    border-radius: 20px;
    padding-left: 11px;
    padding-right: 11px;
    padding-bottom: 5px;
    background-color: #FFFFFF;
      transition: 0.5s;}
 button a{
    color: black;
    font-weight: 500;
    font-size: 12px;
    transition: 0.3s; }
 button:hover{
background-color: #00AEAE;
 }
 button a:hover{
    color: white;
 }
 button img{
    margin-top: 5px;
    height: 11px;
    width: auto;
 }


/* section01 ============================================================================*/
.main-1{
background-color: #c9ebeb4d;
    height: auto;
    margin-top: 20px;
    margin-left: 35px;
    margin-right: 35px;
    border-radius: 25px;
    overflow-y: hidden;
}
.main-1-inside{
    /* background-color: #c9ebeb65; */
    height: 370px;
    padding-bottom: 0px;
    display: grid;
    grid-template-columns: 55% 45%;
        border-radius: 25px;
        overflow-y: hidden;

}
.main-1-text{
    /* background-color: #c9ebeb65; */
    height: 350px;
    margin-left: 30px;
    padding: 35px;
}
h1{
    margin-block-start: 0em;
    margin-block-end: 0em;
    font-size: 49px;
    font-weight: 500;
}
pre{
font-size: 13px;
font-weight: 500;
}
.logos img{
    height: 45px;
    width: auto;
    margin-right: 15px;
}
.main-1-img{
    /* background-color: #c9ebeb65; */
    height: 370px;
    border-radius: 25px;
    overflow-y: hidden;
}
.main-1-img img{
    height: 373px;
    width: auto;
    overflow-y: hidden;
}

/* section 02=============================================================== */

.main-2{
   text-align: center;
       margin-block-start: 0em;
    margin-block-end: 0em;
}
h2{
    font-size: 31px;
    font-weight: 600;
    margin-bottom: 2px;
    margin-top: 70px;
}
.main-2-cards{
    margin-top: 30px;
    height: 250px;
    /* background-color: beige; */
    margin-left: 35px;
    margin-right: 35px;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}
.cards{
    /* background-color: aquamarine; */
    margin: 20px;
    text-align: center;
}
.cards img{
    height: 85px;
    width: auto;
}

/* section 03============================================================== */
  .image-container {
      position: relative;
      width: 100%; 
      height: auto;
      margin-top:0px;
      padding-top: 10px;
    }

    .background-img {
      height: 850px;
      width: auto;
      display: block;
    }

    .top-img {
      position: absolute;
      top: 135px;  
      left: 210px; 
      width: 900px;
      height: auto;
      z-index: 1;
    }

    /* section-04=============================================================== */
    .main-4{
        text-align: center;
       
    }
    .main-4 p{
        font-size: 14px; font-weight: 500;
    }
    .main-4 h4{
        margin-block-start: 0em;
    margin-block-end: 0em;
font-size: 31px;
font-weight: 600;
    }
    .main-4-img{
        margin-top: 20px;
        text-align: center;
    }
    .main-4-img img{
        height: 600px;
        width: auto;
    }
    
    /* section 05============================================================== */
    .main-5{
        height: 400px;
        margin-top: 115px;
        margin-left: 75px;
        margin-right: 75px;
        border-radius: 25px;
        background-color: #c9ebeb4d;
        display: grid;
        grid-template-columns: 60% 40%;
        margin-bottom: 100px;
    }
    .main-5-text{
margin-top: 80px;
margin-left: 100px;
    }
    .pt5{
        font-size: 39px; font-weight: 500; margin-block: 0em;
    }
    .pp5{
        font-size: 15px;
    }
    .logos5 img{
        height: 45px;
        width: auto;
    }
    .main-5-img{
overflow-y: hidden;
    }
    .main-5-img img{
        margin-top: 50px;
        height: 450px;
        width: auto;
              mix-blend-mode:multiply;

    }

    /* footer====================================================================== */
footer{
    height: 300px;
    background-color: black;
}
.footermain{
    height: 250px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 75px;
        margin-right: 75px;
        display: grid;
        grid-template-columns: 25% 10% 15% 50%;
}
.footermain1 img{
   height: 49px;
   width: auto;
}
.logosfooter img{
    height: 21px;
    width: auto;
    margin-left: 33px;
    margin-top: 150px;
}
.footerl{
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}
.footerl a{
    color: white;
}
.logosfooter2{
display: flex; 
margin-left: 405px;
}
.logosfooter2 img{
    height: 21px;
    width: auto;
    margin-left: 33px;
    margin-top: 140px;
}
.footerpl{
    color: white;
    margin-left: 350px;
    margin-top: 15px;
}
.footermain2{
    height: 150px;
}
/* responsiveness ==================================================================================*/

@media(max-width:2500px){
    .main-1{
        height: auto;
        border-radius: 41px;
    }
    .main-1-inside{
        height: 710px;
    }
    .main-1-text{
        height: 710px;
    }
h1{
    font-size: 101px;
}
.main-1-text pre{
font-size: 25px;
font-weight: 500;
}
.main-1-text .logos img{
    height: 95px;
    width: auto;
    margin-right: 15px;
}
.main-1-img{
    /* background-color: #c9ebeb65; */
    height: 710px;
    border-radius: 25px;
    overflow-y: hidden;
}
.main-1-img img{
    height: 710px;
    width: auto;
    overflow-y: hidden;
}
h2{
    font-size: 71px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 70px;
}
.main-2 pre{
    font-size: 25px;
}
.main-2-cards{
    margin-top: 30px;
    height: 400px;
    /* background-color: beige; */
    margin-left: 35px;
    margin-right: 35px;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}
.cards{
    /* background-color: aquamarine; */
    margin: 20px;
    text-align: center;
}
.cards h3{
    font-size: 39px;
}
.cards pre{
    font-size: 25px;
}
.cards img{
    height: 205px;
    width: auto;
}
  .background-img {
      height: 1550px;
      width: auto;
      display: block;
    }

    .top-img {
      position: absolute;
      top: 135px;  
      left: 300px; 
      height: 1150px;
      width: auto;
      z-index: 1;
    }

        .main-4 h4{
font-size: 71px;
font-weight: 600;
    }
     .main-4 p{
        font-size: 25px;
    }
    .main-4-img{
        margin-top: 20px;
        text-align: center;
    }
    .main-4-img img{
        height: 1200px;
        width: auto;
    }

        .main-5{
        height: 800px;
        margin-top: 115px;
        margin-left: 75px;
        margin-right: 75px;
        border-radius: 25px;
        background-color: #c9ebeb4d;
        display: grid;
        grid-template-columns: 60% 40%;
        margin-bottom: 100px;
    }
    .main-5-text{
margin-top: 80px;
margin-left: 100px;
    }
    .pt5{
        font-size: 80px;
    }
    .pp5{
        font-size: 25px;
    }
    .logos5 img{
        height: 105px;
        width: auto;
        margin-right: 20px;
    }
    .main-5-img{
overflow-y: hidden;
    }
    .main-5-img img{
        margin-top: 50px;
        height: 750px;
        width: auto;
              mix-blend-mode:multiply;

    }
}


@media(max-width:2300px){
    .main-1{
        height: auto;
        border-radius: 41px;
    }
    .main-1-inside{
        height: 650px;
    }
    .main-1-text{
        height: 650px;
    }
h1{
    font-size: 87px;
}
.main-1-text pre{
font-size: 23px;
font-weight: 500;
}
.main-1-text .logos img{
    height: 85px;
    width: auto;
    margin-right: 15px;
}
.main-1-img{
    /* background-color: #c9ebeb65; */
    height: 650px;
    border-radius: 25px;
    overflow-y: hidden;
}
.main-1-img img{
    height: 650px;
    width: auto;
    overflow-y: hidden;
}
h2{
    font-size: 61px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 70px;
}
.main-2 pre{
    font-size: 23px;
}
.main-2-cards{
    margin-top: 30px;
    height: 380px;
    /* background-color: beige; */
    margin-left: 35px;
    margin-right: 35px;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}
.cards{
    /* background-color: aquamarine; */
    margin: 20px;
    text-align: center;
}
.cards h3{
    font-size: 37px;
}
.cards pre{
    font-size: 23px;
}
.cards img{
    height: 190px;
    width: auto;
}
  .background-img {
      height: 1450px;
      width: auto;
      display: block;
    }

    .top-img {
      position: absolute;
      top: 135px;  
      left: 290px; 
      height: 1050px;
      width: auto;
      z-index: 1;
    }

        .main-4 h4{
font-size: 71px;
font-weight: 600;
    }
     .main-4 p{
        font-size: 25px;
    }
    .main-4-img{
        margin-top: 20px;
        text-align: center;
    }
    .main-4-img img{
        height: 1200px;
        width: auto;
    }

        .main-5{
        height: 700px;
        margin-top: 115px;
        margin-left: 75px;
        margin-right: 75px;
        border-radius: 25px;
        background-color: #c9ebeb4d;
        display: grid;
        grid-template-columns: 60% 40%;
        margin-bottom: 100px;
    }
    .main-5-text{
margin-top: 80px;
margin-left: 100px;
    }
    .pt5{
        font-size: 70px;
    }
    .pp5{
        font-size: 23px;
    }
    .logos5 img{
        height: 100px;
        width: auto;
        margin-right: 20px;
    }
    .main-5-img{
overflow-y: hidden;
    }
    .main-5-img img{
        margin-top: 50px;
        height: 700px;
        width: auto;
              mix-blend-mode:multiply;

    }
}


@media(max-width:2100px){
    .main-1{
        height: auto;
        border-radius: 41px;
    }
    .main-1-inside{
        height: 620px;
    }
    .main-1-text{
        height: 620px;
    }
h1{
    font-size: 67px;
}
.main-1-text pre{
font-size: 22px;
font-weight: 500;
}
.main-1-text .logos img{
    height: 65px;
    width: auto;
    margin-right: 15px;
}
.main-1-img{
    /* background-color: #c9ebeb65; */
    height: 620px;
    border-radius: 25px;
    overflow-y: hidden;
}
.main-1-img img{
    height: 620px;
    width: auto;
    overflow-y: hidden;
}
h2{
    font-size: 51px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 70px;
}
.main-2 pre{
    font-size: 22px;
}
.main-2-cards{
    margin-top: 30px;
    height: 330px;
    /* background-color: beige; */
    margin-left: 35px;
    margin-right: 35px;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}
.cards{
    /* background-color: aquamarine; */
    margin: 20px;
    text-align: center;
}
.cards h3{
    font-size: 30px;
}
.cards pre{
    font-size: 22px;
}
.cards img{
    height: 150px;
    width: auto;
}
  .background-img {
      height: 1350px;
      width: auto;
      display: block;
    }

    .top-img {
      position: absolute;
      top: 135px;  
      left: 270px; 
      height: 1000px;
      width: auto;
      z-index: 1;
    }

        .main-4 h4{
font-size: 61px;
font-weight: 600;
    }
     .main-4 p{
        font-size: 23px;
    }
    .main-4-img{
        margin-top: 20px;
        text-align: center;
    }
    .main-4-img img{
        height: 1100px;
        width: auto;
    }

        .main-5{
        height: 700px;
        margin-top: 115px;
        margin-left: 75px;
        margin-right: 75px;
        border-radius: 25px;
        background-color: #c9ebeb4d;
        display: grid;
        grid-template-columns: 60% 40%;
        margin-bottom: 100px;
    }
    .main-5-text{
margin-top: 80px;
margin-left: 100px;
    }
    .pt5{
        font-size: 60px;
    }
    .pp5{
        font-size: 22px;
    }
    .logos5 img{
        height:95px;
        width: auto;
        margin-right: 20px;
    }
    .main-5-img{
overflow-y: hidden;
    }
    .main-5-img img{
        margin-top: 50px;
        height: 650px;
        width: auto;
              mix-blend-mode:multiply;

    }
}

@media(max-width:1900px){
    .main-1{
        height: auto;
        border-radius: 41px;
    }
    .main-1-inside{
        height: 570px;
    }
    .main-1-text{
        height: 570px;
    }
h1{
    font-size: 57px;
}
.main-1-text pre{
font-size: 20px;
font-weight: 500;
}
.main-1-text .logos img{
    height: 55px;
    width: auto;
    margin-right: 15px;
}
.main-1-img{
    /* background-color: #c9ebeb65; */
    height: 570px;
    border-radius: 25px;
    overflow-y: hidden;
}
.main-1-img img{
    height: 570px;
    width: auto;
    overflow-y: hidden;
}
h2{
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 70px;
}
.main-2 pre{
    font-size: 20px;
}
.main-2-cards{
    margin-top: 30px;
    height: 300px;
    /* background-color: beige; */
    margin-left: 35px;
    margin-right: 35px;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}
.cards{
    /* background-color: aquamarine; */
    margin: 20px;
    text-align: center;
}
.cards h3{
    font-size: 25px;
}
.cards pre{
    font-size: 20px;
}
.cards img{
    height: 110px;
    width: auto;
}
  .background-img {
      height: 1200px;
      width: auto;
      display: block;
    }

    .top-img {
      position: absolute;
      top: 135px;  
      left: 250px; 
      height: 900px;
      width: auto;
      z-index: 1;
    }

        .main-4 h4{
font-size: 61px;
font-weight: 600;
    }
     .main-4 p{
        font-size: 23px;
    }
    .main-4-img{
        margin-top: 20px;
        text-align: center;
    }
    .main-4-img img{
        height: 1100px;
        width: auto;
    }

        .main-5{
        height: 700px;
        margin-top: 115px;
        margin-left: 75px;
        margin-right: 75px;
        border-radius: 25px;
        background-color: #c9ebeb4d;
        display: grid;
        grid-template-columns: 60% 40%;
        margin-bottom: 100px;
    }
    .main-5-text{
margin-top: 80px;
margin-left: 100px;
    }
    .pt5{
        font-size: 60px;
    }
    .pp5{
        font-size: 22px;
    }
    .logos5 img{
        height:95px;
        width: auto;
        margin-right: 20px;
    }
    .main-5-img{
overflow-y: hidden;
    }
    .main-5-img img{
        margin-top: 50px;
        height: 650px;
        width: auto;
              mix-blend-mode:multiply;

    }
}

@media(max-width:1750px){
    .main-1{
        height: auto;
        border-radius: 41px;
    }
    .main-1-inside{
        height: 530px;
    }
    .main-1-text{
        height: 530px;
    }
h1{
    font-size: 51px;
}
.main-1-text pre{
font-size: 20px;
font-weight: 500;
}
.main-1-text .logos img{
    height: 50px;
    width: auto;
    margin-right: 15px;
}
.main-1-img{
    /* background-color: #c9ebeb65; */
    height: 530px;
    border-radius: 25px;
    overflow-y: hidden;
}
.main-1-img img{
    height: 530px;
    width: auto;
    overflow-y: hidden;
}
h2{
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 70px;
}
.main-2 pre{
    font-size: 20px;
}
.main-2-cards{
    margin-top: 30px;
    height: 300px;
    /* background-color: beige; */
    margin-left: 35px;
    margin-right: 35px;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}
.cards{
    /* background-color: aquamarine; */
    margin: 20px;
    text-align: center;
}
.cards h3{
    font-size: 25px;
}
.cards pre{
    font-size: 20px;
}
.cards img{
    height: 110px;
    width: auto;
}
  .background-img {
      height: 1100px;
      width: auto;
      display: block;
    }

    .top-img {
      position: absolute;
      top: 135px;  
      left: 220px; 
      height: 800px;
      width: auto;
      z-index: 1;
    }

        .main-4 h4{
font-size: 51px;
font-weight: 600;
    }
     .main-4 p{
        font-size: 20px;
    }
    .main-4-img{
        margin-top: 20px;
        text-align: center;
    }
    .main-4-img img{
        height: 1000px;
        width: auto;
    }

        .main-5{
        height: 600px;
        margin-top: 115px;
        margin-left: 75px;
        margin-right: 75px;
        border-radius: 25px;
        background-color: #c9ebeb4d;
        display: grid;
        grid-template-columns: 60% 40%;
        margin-bottom: 100px;
    }
    .main-5-text{
margin-top: 80px;
margin-left: 100px;
    }
    .pt5{
        font-size: 50px;
    }
    .pp5{
        font-size: 20px;
    }
    .logos5 img{
        height:75px;
        width: auto;
        margin-right: 20px;
    }
    .main-5-img{
overflow-y: hidden;
    }
    .main-5-img img{
        margin-top: 50px;
        height: 600px;
        width: auto;
              mix-blend-mode:multiply;

    }
}

@media(max-width:1550px){
    .main-1{
        height: auto;
        border-radius: 41px;
    }
    .main-1-inside{
        height: 500px;
    }
    .main-1-text{
        height: 500px;
    }
h1{
    font-size: 47px;
}
.main-1-text pre{
font-size: 20px;
font-weight: 500;
}
.main-1-text .logos img{
    height: 45px;
    width: auto;
    margin-right: 15px;
}
.main-1-img{
    /* background-color: #c9ebeb65; */
    height: 500px;
    border-radius: 25px;
    overflow-y: hidden;
}
.main-1-img img{
    height: 500px;
    width: auto;
    overflow-y: hidden;
}
h2{
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 70px;
}
.main-2 pre{
    font-size: 19px;
}
.main-2-cards{
    margin-top: 30px;
    height: 250px;
    /* background-color: beige; */
    margin-left: 35px;
    margin-right: 35px;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}
.cards{
    /* background-color: aquamarine; */
    margin: 20px;
    text-align: center;
}
.cards h3{
    font-size: 21px;
}
.cards pre{
    font-size: 17px;
}
.cards img{
    height: 90px;
    width: auto;
}
  .background-img {
      height: 1000px;
      width: auto;
      display: block;
    }

    .top-img {
      position: absolute;
      top: 135px;  
      left: 220px; 
      height: 700px;
      width: auto;
      z-index: 1;
    }

        .main-4 h4{
font-size: 51px;
font-weight: 600;
    }
     .main-4 p{
        font-size: 20px;
    }
    .main-4-img{
        margin-top: 20px;
        text-align: center;
    }
    .main-4-img img{
        height: 1000px;
        width: auto;
    }

        .main-5{
        height: 500px;
        margin-top: 115px;
        margin-left: 75px;
        margin-right: 75px;
        border-radius: 25px;
        background-color: #c9ebeb4d;
        display: grid;
        grid-template-columns: 60% 40%;
        margin-bottom: 100px;
    }
    .main-5-text{
margin-top: 80px;
margin-left: 100px;
    }
    .pt5{
        font-size: 40px;
    }
    .pp5{
        font-size: 18px;
    }
    .logos5 img{
        height:65px;
        width: auto;
        margin-right: 20px;
    }
    .main-5-img{
overflow-y: hidden;
    }
    .main-5-img img{
        margin-top: 50px;
        height: 500px;
        width: auto;
              mix-blend-mode:multiply;

    }
}

@media(max-width:1400px){
    .main-1{
        height: auto;
        border-radius: 41px;
    }
    .main-1-inside{
        height: 420px;
    }
    .main-1-text{
        height: 420px;
    }
h1{
    font-size: 37px;
}
.main-1-text pre{
font-size: 17px;
font-weight: 500;
}
.main-1-text .logos img{
    height: 35px;
    width: auto;
    margin-right: 15px;
}
.main-1-img{
    /* background-color: #c9ebeb65; */
    height: 420px;
    border-radius: 25px;
    overflow-y: hidden;
}
.main-1-img img{
    height: 420px;
    width: auto;
    overflow-y: hidden;
}
h2{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 70px;
}
.main-2 pre{
    font-size: 15px;
}
.main-2-cards{
    margin-top: 30px;
    height: 210px;
    /* background-color: beige; */
    margin-left: 35px;
    margin-right: 35px;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}
.cards{
    /* background-color: aquamarine; */
    margin: 20px;
    text-align: center;
}
.cards h3{
    font-size: 20px;
}
.cards pre{
    font-size: 15px;
}
.cards img{
    height: 70px;
    width: auto;
}
  .background-img {
      height: 900px;
      width: auto;
      display: block;
    }

    .top-img {
      position: absolute;
      top: 135px;  
      left: 220px; 
      height: 600px;
      width: auto;
      z-index: 1;
    }

        .main-4 h4{
font-size: 41px;
font-weight: 600;
    }
     .main-4 p{
        font-size: 20px;
    }
    .main-4-img{
        margin-top: 20px;
        text-align: center;
    }
    .main-4-img img{
        height: 900px;
        width: auto;
    }

        .main-5{
        height: 500px;
        margin-top: 115px;
        margin-left: 75px;
        margin-right: 75px;
        border-radius: 25px;
        background-color: #c9ebeb4d;
        display: grid;
        grid-template-columns: 60% 40%;
        margin-bottom: 100px;
    }
    .main-5-text{
margin-top: 80px;
margin-left: 100px;
    }
    .pt5{
        font-size: 40px;
    }
    .pp5{
        font-size: 18px;
    }
    .logos5 img{
        height:65px;
        width: auto;
        margin-right: 20px;
    }
    .main-5-img{
overflow-y: hidden;
    }
    .main-5-img img{
        margin-top: 50px;
        height: 450px;
        width: auto;
              mix-blend-mode:multiply;

    }
}

@media(max-width:1260px){
        .main-1{
        height: auto;
        border-radius: 41px;
    }
    .main-1-inside{
        height: 350px;
    }
    .main-1-text{
        height: 350px;
    }
h1{
    font-size: 37px;
}
.main-1-img img{
    height: 350px;
    width: auto;
    overflow-y: hidden;
}
h2{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 70px;
}
.main-2 pre{
    font-size: 15px;
}
.main-2-cards{
    margin-top: 30px;
    height: 190px;
    /* background-color: beige; */
    margin-left: 35px;
    margin-right: 35px;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}
.cards{
    /* background-color: aquamarine; */
    margin: 20px;
    text-align: center;
}
.cards h3{
    font-size: 20px;
}
.cards pre{
    font-size: 13px;
}
.cards img{
    height: 50px;
    width: auto;
}
  .background-img {
      height: 800px;
      width: auto;
      display: block;
    }

    .top-img {
      position: absolute;
      top: 135px;  
      left: 200px; 
      height: 550px;
      width: auto;
      z-index: 1;
    }

            .main-4 h4{
font-size: 30px;
font-weight: 600;
    }
     .main-4 p{
        font-size: 15px;
    }
    .main-4-img{
        margin-top: 20px;
        text-align: center;
    }
    .main-4-img img{
        height: 600px;
        width: auto;
    }

        .main-5{
        height: 400px;
        margin-top: 115px;
        margin-left: 75px;
        margin-right: 75px;
        border-radius: 25px;
        background-color: #c9ebeb4d;
        display: grid;
        grid-template-columns: 60% 40%;
        margin-bottom: 100px;
    }
    .main-5-text{
margin-top: 80px;
margin-left: 100px;
    }
    .pt5{
        font-size: 37px;
    }
    .pp5{
        font-size: 15px;
    }
    .logos5 img{
        height:55px;
        width: auto;
        margin-right: 20px;
    }
    .main-5-img{
overflow-y: hidden;
    }
    .main-5-img img{
        margin-top: 50px;
        height: 350px;
        width: auto;
              mix-blend-mode:multiply;

    }
footer{
    height: 500px;
    background-color: black;
}
.footermain{
    height: 450px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 75px;
        margin-right: 75px;
        display: grid;
        grid-template-columns: 20% 10% 5% 65%;
}
.logosfooter img{
    margin-top: 200px;
}
.footerl{
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-left: 30px;
}


}
@media(max-width:1100px){
        .main-1{
        height: auto;
        border-radius: 41px;
    }
    .main-1-inside{
        height: 320px;
    }
    .main-1-text{
        height: 320px;
    }
h1{
    font-size: 35px;
}
.main-1 pre{
    font-size: 11px;
}
.main-1-img img{
    height: 320px;
    width: auto;
    overflow-y: hidden;
}
h2{
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 70px;
}
.main-2 pre{
    font-size: 13px;
}
.main-2-cards{
    margin-top: 30px;
    height: 150px;
    /* background-color: beige; */
    margin-left: 35px;
    margin-right: 35px;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}
.cards{
    /* background-color: aquamarine; */
    margin: 20px;
    text-align: center;
}
.cards h3{
    font-size: 19px;
}
.cards pre{
    font-size: 11px;
}
.cards img{
    height: 39px;
    width: auto;
}
  .background-img {
      height: 700px;
      width: auto;
      display: block;
    }

    .top-img {
      position: absolute;
      top: 105px;  
      left: 170px; 
      height: 490px;
      width: auto;
      z-index: 1;
    }

        .main-4 h4{
font-size: 25px;
font-weight: 600;
    }
     .main-4 p{
        font-size: 15px;
    }
    .main-4-img{
        margin-top: 20px;
        text-align: center;
    }
    .main-4-img img{
        height: 500px;
        width: auto;
    }
          .main-5{
        height: 330px;
        margin-top: 115px;
        margin-left: 75px;
        margin-right: 75px;
        border-radius: 25px;
        background-color: #c9ebeb4d;
        display: grid;
        grid-template-columns: 60% 40%;
        margin-bottom: 100px;
    }
    .main-5-text{
margin-top: 80px;
margin-left: 100px;
    }
    .pt5{
        font-size: 31px;
    }
    .pp5{
        font-size: 11px;
    }
    .logos5 img{
        height:35px;
        width: auto;
        margin-right: 20px;
    }
    .main-5-img{
overflow-y: hidden;
    }
    .main-5-img img{
        margin-top: 50px;
        height: 300px;
        width: auto;
              mix-blend-mode:multiply;

    }
    footer{
    height: 500px;
    background-color: black;
}
.footermain{
    height: 450px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 75px;
        margin-right: 75px;
        display: grid;
        grid-template-columns: 20% 20% 5% 55%;
}
.footermain2{
    padding: 10px;
    margin-right: 10px;
}
.logosfooter img{
    margin-top: 200px;
}.logosfooter2 img{
    height: 21px;
    width: auto;
    margin-left: 3px;
    margin-top: 140px;
}
.footerl{
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-left: 30px;
}
}
@media(max-width:1000px){
       .main-1{
        height: auto;
        border-radius: 41px;
    }
    .main-1-inside{
        height: 320px;
    }
    .main-1-text{
        height: 320px;
    }
h1{
    font-size: 29px;
}
.main-1 pre{
    font-size: 9px;
}
.main-1-img img{
    height: 320px;
    width: auto;
    overflow-y: hidden;
}
    .background-img {
      height: 500px;
      width: auto;
      display: block;
    }

    .top-img {
      position: absolute;
      top: 75px;  
      left: 110px; 
      width: 550px;
      height: auto;
      z-index: 1;
    }
    .main-5{
        height: 400px;
        margin-top: 115px;
        margin-left: 75px;
        margin-right: 75px;
        border-radius: 25px;
        background-color: #c9ebeb4d;
        display: grid;
        grid-template-columns: 50% 50%;
        margin-bottom: 100px;
    }
    .main-5-text{
margin-top: 80px;
margin-left: 50px;
    }
    .pt5{
        font-size: 21px; font-weight: 500; margin-block: 0em;
    }
    .pp5{
        font-size: 9px;
    }
    .logos5 img{
        height: 35px;
        width: auto;
    }
    .main-5-img{
overflow-y: hidden;
    }
    .main-5-img img{
        margin-top: 50px;
        height: 300px;
        width: auto;
              mix-blend-mode:multiply;

    }
    footer{
    height: 500px;
    background-color: black;
}
.footermain{
    height: 450px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 75px;
        margin-right: 75px;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 25% 10% 15% 50%;
}
.logosfooter img{
    height: 21px;
    width: auto;
    margin-left: 33px;
    margin-top: 30px;
}
.footerl{
    display: flex;
    flex-direction:row;
    margin-top: 10px;
}
.logosfooter2{
display: flex; 
margin-left: 5px;
}
.logosfooter2 img{
    height: 25px;
    width: auto;
    justify-content: space-around;
    margin-left: 33px;
    margin-top: 140px;
}
.footerpl{
    color: white;
text-align: start;    margin-top: 15px;
}
}

@media(max-width:820px){
   .main-1-inside{
    /* background-color: #c9ebeb65; */
    height: 900px;
    padding-bottom: 0px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
        border-radius: 25px;
        overflow-y: hidden;

}
.main-1-text{
    /* background-color: #c9ebeb65; */
    height: 400px;
    margin-top: 20px;
    margin-left: 0px;
    text-align: center;
    padding: 15px;
}
h1{
    margin-block-start: 0em;
    margin-block-end: 0em;
    font-size: 49px;
    font-weight: 500;
}
.main-1 pre{
font-size: 15px;
font-weight: 500;
}
.logos{
    display: flex;
    justify-content: center;
}
.logos img{
    height: 30px;
    width: auto;
    margin-right: 15px;
}
.main-1-img{
    /* background-color: #c9ebeb65; */
    height: 500px;
    border-radius: 25px;
    overflow-y: hidden;
    display: flex;
    flex-wrap: wrap;
}
.main-1-img img{
    height: 490px;
    width: auto;
    overflow-y: hidden;
} 

h2{
    font-size: 41px;
    font-weight: 600;
    margin-bottom: 2px;
    margin-top: 70px;
}
.main-2-cards{
    margin-top: 30px;
    height: auto;
    /* background-color: beige; */
    margin-left: 35px;
    margin-right: 35px;
    display: flex;
    flex-direction: column;
    /* display: grid;
    grid-template-columns: 25% 25% 25% 25%; */
}
.cards{
    /* background-color: aquamarine; */
    margin: 20px;
    text-align: center;
    height: auto
}
.cards img{
    height: 105px;
    width: auto;
}
.image-container{
    display: flex;
    justify-content: center;
}
    .background-img {
      height: auto;
      width: 100%;
      display: block;
    }


   .main-5{
        height: auto;
        margin-top: 115px;
        margin-left: 75px;
        margin-right: 75px;
        border-radius: 25px;
        background-color: #c9ebeb4d;
        display: flex;
        flex-direction: column;
        margin-bottom: 100px;
    }
    .main-5-text{
margin-top: 80px;
margin-left: 0px;
text-align: center;
    }
    .pt5{
        font-size: 29px; font-weight: 500; margin-block: 0em;
    }
    .pp5{
        font-size: 15px;
    }
    .logos5{
        display: flex;
        justify-content: center;
    }
    .logos5 img{
        height: 45px;
        width: auto;
    }
    .main-5-img{
overflow-y: hidden;
display: flex;
justify-content: center;
    }
    .main-5-img img{
        margin-top: 50px;
        height: 550px;
        width: auto;
              mix-blend-mode:multiply;

    }
}

@media(max-width:690px){
   .main-1-inside{
    /* background-color: #c9ebeb65; */
    height: auto;
    padding-bottom: 0px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
        border-radius: 25px;
        overflow-y: hidden;

}
.main-1-text{
    /* background-color: #c9ebeb65; */
    height: auto;
    margin-left: 0px;
    text-align: center;
    padding: 15px;
}
h1{
    margin-block-start: 0em;
    margin-block-end: 0em;
    font-size: 39px;
    font-weight: 500;
}
.main-1 pre{
font-size: 11px;
font-weight: 500;
}
.logos{
    display: flex;
    justify-content: center;
}
.logos img{
    height: 25px;
    width: auto;
    margin-right: 15px;
}
.main-1-img{
    /* background-color: #c9ebeb65; */
    height:auto;
    border-radius: 25px;
    overflow-y: hidden;
    display: flex;
    flex-wrap: wrap;
}
.main-1-img img{
    height: 400px;
    width: auto;
    overflow-y: hidden;
} 

h2{
    font-size: 39px;
    font-weight: 600;
    margin-bottom: 2px;
    margin-top: 70px;
}
.main-2-cards{
    margin-top: 30px;
    height: auto;
    /* background-color: beige; */
    margin-left: 35px;
    margin-right: 35px;
    display: flex;
    flex-direction: column;
    /* display: grid;
    grid-template-columns: 25% 25% 25% 25%; */
}
.cards{
    /* background-color: aquamarine; */
    margin: 20px;
    text-align: center;
    height: auto
}
.cards img{
    height: 105px;
    width: auto;
}
.image-container{
    display: flex;
    justify-content: center;
}
    .background-img {
      height: auto;
      width:100%;
      display: block;
    }



      .main-4{
        text-align: center;
       
    }
    .main-4 p{
        font-size: 11px; font-weight: 500;
    }
    .main-4 h4{
        margin-block-start: 0em;
    margin-block-end: 0em;
font-size: 27px;
font-weight: 600;
    }
    .main-4-img{
        margin-top: 20px;
        text-align: center;
    }
    .main-4-img img{
        height: 500px;
        width: auto;
    }
   .main-5{
        height: auto;
        margin-top: 115px;
        margin-left: 75px;
        margin-right: 75px;
        border-radius: 25px;
        background-color: #c9ebeb4d;
        display: flex;
        flex-direction: column;
        margin-bottom: 100px;
    }
    .main-5-text{
margin-top: 50px;
margin-left: 0px;
text-align: center;
    }
    .pt5{
        font-size: 27px; font-weight: 500; margin-block: 0em;
    }
    .pp5{
        font-size: 11px;
    }
    .logos5{
        display: flex;
        justify-content: center;
    }
    .logos5 img{
        height: 35px;
        width: auto;
    }
    .main-5-img{
overflow-y: hidden;
display: flex;
justify-content: center;
    }
    .main-5-img img{
        margin-top: 50px;
        height: 410px;
        width: auto;
              mix-blend-mode:multiply;

    }
   footer{
    height:auto;
    background-color: black;
}
.footermain{
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 75px;
        margin-right: 75px;
        display: flex;
        flex-direction: column;
        /* display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 25% 10% 15% 50%; */
}
.logosfooter img{
    height: 21px;
    width: auto;
    margin-left: 33px;
    margin-top: 30px;
}
.footerl{
    display: flex;
    flex-direction:row;
    margin-top: 10px;
}
.logosfooter2{
display: flex; 
margin-left: 5px;
}
.logosfooter2 img{
    height: 25px;
    width: auto;
    justify-content: space-around;
    margin-left: 33px;
    margin-top: 140px;
}
.footerpl{
    color: white;
   margin-top: 15px;
   margin-right: 100px;
   margin-left: 200px;
}
}

@media(max-width:560px){
   .main-1-inside{
    /* background-color: #c9ebeb65; */
    height: auto;
    padding-bottom: 0px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
        border-radius: 25px;
        overflow-y: hidden;

}
.main-1-text{
    /* background-color: #c9ebeb65; */
    height: auto;
    margin-left: 0px;
    text-align: center;
    padding: 15px;
}
h1{
    margin-block-start: 0em;
    margin-block-end: 0em;
    font-size: 29px;
    font-weight: 500;
}
.main-1 pre{
font-size: 9px;
font-weight: 500;
}
.logos{
    display: flex;
    justify-content: center;
}
.logos img{
    height: 23px;
    width: auto;
    margin-right: 15px;
}
.main-1-img{
    /* background-color: #c9ebeb65; */
    height:auto;
    border-radius: 25px;
    overflow-y: hidden;
    display: flex;
    flex-wrap: wrap;
}
.main-1-img img{
    height: 320px;
    width: auto;
    overflow-y: hidden;
} 

h2{
    font-size: 29px;
    font-weight: 600;
    margin-bottom: 2px;
    margin-top: 70px;
}
.main-2-cards{
    margin-top: 30px;
    height: auto;
    /* background-color: beige; */
    margin-left: 35px;
    margin-right: 35px;
    display: flex;
    flex-direction: column;
    /* display: grid;
    grid-template-columns: 25% 25% 25% 25%; */
}
.cards{
    /* background-color: aquamarine; */
    margin: 20px;
    text-align: center;
    height: auto
}
.cards img{
    height: 105px;
    width: auto;
}
.image-container{
    display: flex;
    justify-content: center;
}
    .background-img {
      height: auto;
      width: 100%;
      display: block;
    }



      .main-4{
        text-align: center;
       
    }
    .main-4 p{
        font-size: 11px; font-weight: 500;
    }
    .main-4 h4{
        margin-block-start: 0em;
    margin-block-end: 0em;
font-size: 27px;
font-weight: 600;
    }
    .main-4-img{
        margin-top: 20px;
        text-align: center;
    }
    .main-4-img img{
        height: 400px;
        width: auto;
    }
   .main-5{
        height: auto;
        margin-top: 115px;
        margin-left: 75px;
        margin-right: 75px;
        border-radius: 25px;
        background-color: #c9ebeb4d;
        display: flex;
        flex-direction: column;
        margin-bottom: 100px;
    }
    .main-5-text{
margin-top: 30px;
margin-left: 0px;
text-align: center;
    }
    .pt5{
        font-size: 21px; font-weight: 500; margin-block: 0em;
    }
    .pp5{
        font-size: 9px;
    }
    .logos5{
        display: flex;
        justify-content: center;
    }
    .logos5 img{
        height: 25px;
        width: auto;
    }
    .main-5-img{
overflow-y: hidden;
display: flex;
justify-content: center;
    }
    .main-5-img img{
        margin-top: 50px;
        height: 300px;
        width: auto;
              mix-blend-mode:multiply;

    }
   footer{
    height:auto;
    background-color: black;
}
.footermain{
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 75px;
        margin-right: 75px;
        display: flex;
        flex-direction: column;
        /* display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 25% 10% 15% 50%; */
}
.logosfooter img{
    height: 21px;
    width: auto;
    margin-left: 23px;
    margin-top: 30px;
}
.footerl{
    display: flex;
    flex-direction:row;
    margin-top: 10px;
}
.logosfooter2{
display: flex; 
margin-left: 5px;
}
.logosfooter2 img{
    height: 25px;
    width: auto;
    justify-content: space-around;
    margin-left: 13px;
    margin-top: 140px;
}
.footerpl{
    color: white;
   margin-top: 15px;
   margin-right:0px;
   margin-left: 0px;
}
}
@media(max-width:460px){
     .main-1-inside{
    /* background-color: #c9ebeb65; */
    height: auto;
    padding-bottom: 0px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
        border-radius: 25px;
        overflow-y: hidden;

}
.main-1-text{
    /* background-color: #c9ebeb65; */
    height: auto;
    margin-left: 0px;
    text-align: center;
    padding: 9px;
}
h1{
    margin-block-start: 0em;
    margin-block-end: 0em;
    font-size: 25px;
    font-weight: 500;
}
.main-1 pre{
font-size: 9px;
font-weight: 500;
}
.logos{
    display: flex;
    justify-content: center;
}
.logos img{
    height: 19px;
    width: auto;
    margin-right: 5px;
}
.main-1-img{
    /* background-color: #c9ebeb65; */
    height:auto;
    border-radius: 25px;
    overflow-y: hidden;
    display: flex;
    flex-wrap: wrap;
}
.main-1-img img{
    height: 250px;
    width: auto;
    overflow-y: hidden;
} 
h2{
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 2px;
    margin-top: 70px;
}
.main-2 pre{
    font-size: 9px;
}
.image-container{
    display: flex;
    justify-content: center;
    align-items: center;
}
    .background-img {
      height: auto;
      width: 100%;
      display: block;
    }


       .main-4{
        text-align: center;
       
    }
    .main-4 p{
        font-size: 9px; font-weight: 500;
    }
    .main-4 h4{
        margin-block-start: 0em;
    margin-block-end: 0em;
font-size: 21px;
font-weight: 600;
    }
    .main-4-img{
        margin-top: 20px;
        text-align: center;
    }
    .main-4-img img{
        height: 300px;
        width: auto;
    }
       .main-5{
        height: auto;
        width: auto;
        margin-top: 115px;
        margin-left: 45px;
        margin-right: 45px;
        border-radius: 25px;
        background-color: #c9ebeb4d;
        display: flex;
        flex-direction: column;
        margin-bottom: 100px;
    }
    .main-5-text{
        width: auto;
margin-top: 20px;
margin-left: 0px;
text-align: center;
    }
    .pt5{
        font-size: 19px; font-weight: 500; margin-block: 0em;
    }
    .pp5{
        font-size: 9px;
    }
    .logos5{
        display: flex;
        justify-content: center;
    }
    .logos5 img{
        height: 19px;
        width: auto;
    }
    .main-5-img{
overflow-y: hidden;
display: flex;
justify-content: center;
    }
    .main-5-img img{
        margin-top: 30px;
        height: 250px;
        width: auto;
              mix-blend-mode:multiply;

    }
    .navdiv{
        padding-left: 25px;
        padding-right: 25px;
    }
     .footerl{
        display: flex;
        flex-direction: column;
        height: auto;
        width: auto;
    }
    .logosfooter{
        align-items: center;
        margin-right: 25px;
    }
   
}

@media(max-width:380px){
     .main-1-inside{
    /* background-color: #c9ebeb65; */
    height: auto;
    padding-bottom: 0px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
        border-radius: 25px;
        overflow-y: hidden;

}
.main-1-text{
    /* background-color: #c9ebeb65; */
    height: auto;
    text-align: center;
    margin-left:0px;
    padding: 9px;
}
h1{
    margin-block-start: 0em;
    margin-block-end: 0em;
    font-size: 19px;
    font-weight: 500;
}
.main-1 pre{
font-size: 7px;
font-weight: 500;
}
.logos{
    display: flex;
    justify-content: center;
}
.logos img{
    height: 11px;
    width: auto;
    margin-right: 5px;
}
.main-1-img{
    /* background-color: #c9ebeb65; */
    height:auto;
    border-radius: 25px;
    overflow-y: hidden;
    display: flex;
    flex-wrap: wrap;
}
.main-1-img img{
    height: 200px;
    width: auto;
    overflow-y: hidden;
} 
h2{
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 2px;
    margin-top: 70px;
}
.main-2 pre{
    font-size: 7px;
}
.image-container{
    display: flex;
    justify-content: center;
    align-items: center;
}
    .background-img {
      height: 210px;
      width: auto;
      display: block;
    }

       .main-4{
        text-align: center;
       
    }
    .main-4 p{
        font-size: 7px; font-weight: 500;
    }
    .main-4 h4{
        margin-block-start: 0em;
    margin-block-end: 0em;
font-size: 17px;
font-weight: 600;
    }
    .main-4-img{
        margin-top: 20px;
        text-align: center;
    }
    .main-4-img img{
        height: 250px;
        width: auto;
    }
       .main-5{
        height: auto;
        width: auto;
        margin-top: 115px;
        margin-left: 45px;
        margin-right: 45px;
        border-radius: 25px;
        background-color: #c9ebeb4d;
        display: flex;
        flex-direction: column;
        margin-bottom: 100px;
    }
    .main-5-text{
        width: auto;
margin-top: 20px;
margin-left: 0px;
text-align: center;
    }
    .pt5{
        font-size: 15px; font-weight: 500; margin-block: 0em;
    }
    .pp5{
        font-size: 7px;
    }
    .logos5{
        display: flex;
        justify-content: center;

    }
    .logos5 img{
        height: 15px;
        width: auto;
    }
    .main-5-img{
overflow-y: hidden;
display: flex;
        justify-content: center;
    }
    .main-5-img img{
        margin-top: 30px;
        height: 200px;
        width: auto;
              mix-blend-mode:multiply;

    }
    .navdiv{
        padding-left: 15px;
        padding-right: 15px;
    }
    footer{
        height: auto;
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .footerl{
        display: flex;
        flex-direction: column;
        height: auto;
        width: auto;
    }
}

@media(max-width:820px){
        .top-img {
      position: absolute;
      top: 95px;  
      left: 120px; 
      width: 570px;
      height: auto;
      z-index: 1; 
  }
  footer{
    height: auto;
  }
  .footermain{
    height: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .logosfooter{
    display: flex;
    justify-content: center;
  }
  .footermain2{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .logosfooter2{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  .footerpl{
    display: flex;
justify-content: center;
margin: 0;
  }
}
@media(max-width:790px){
        .top-img {
      position: absolute;
      top: 95px;  
      left: 120px; 
      width: 540px;
      height: auto;
      z-index: 1; 
  }
}
@media(max-width:770px){
        .top-img {
      position: absolute;
      top: 95px;  
      left: 120px; 
      width: 510px;
      height: auto;
      z-index: 1; 
  }
}
@media(max-width:720px){
        .top-img {
      position: absolute;
      top: 95px;  
      left: 110px; 
      width: 490px;
      height: auto;
      z-index: 1; 
  }
}
@media(max-width:700px){
        .top-img {
      position: absolute;
      top: 95px;  
      left: 110px; 
      width: 470px;
      height: auto;
      z-index: 1; 
  }
}
@media(max-width:690px){
        .top-img {
      position: absolute;
      top: 75px;  
      left: 110px; 
      width: 470px;
      height: auto;
      z-index: 1; 
  }
}
@media(max-width:675px){
        .top-img {
      position: absolute;
      top: 75px;  
      left: 110px; 
      width: 450px;
      height: auto;
      z-index: 1; 
  }
}
@media(max-width:650px){
        .top-img {
      position: absolute;
      top: 75px;  
      left: 110px; 
      width: 430px;
      height: auto;
      z-index: 1; 
  }
}
@media(max-width:630px){
        .top-img {
      position: absolute;
      top: 75px;  
      left: 110px; 
      width: 400px;
      height: auto;
      z-index: 1; 
  }
}
@media(max-width:600px){
        .top-img {
      position: absolute;
      top: 75px;  
      left: 90px; 
      width: 400px;
      height: auto;
      z-index: 1; 
  }
}
@media(max-width:570px){
        .top-img {
      position: absolute;
      top: 65px;  
      left: 90px; 
      width: 380px;
      height: auto;
      z-index: 1; 
  }
}
@media(max-width:560px){
        .top-img {
      position: absolute;
      top: 55px;  
      left: 90px; 
      width: 375px;
      height: auto;
      z-index: 1; 
  }
}
@media(max-width:545px){
        .top-img {
      position: absolute;
      top: 55px;  
      left: 80px; 
      width: 375px;
      height: auto;
      z-index: 1; 
  }
}
@media(max-width:530px){
        .top-img {
      position: absolute;
      top: 55px;  
      left: 80px; 
      width: 350px;
      height: auto;
      z-index: 1; 
  }
}
@media(max-width:505px){
        .top-img {
      position: absolute;
      top: 55px;  
      left: 80px; 
      width: 330px;
      height: auto;
      z-index: 1; 
  }
}
@media(max-width:480px){
        .top-img {
      position: absolute;
      top: 55px;  
      left: 70px; 
      width: 330px;
      height: auto;
      z-index: 1; 
  }
}

@media(max-width:460px){
        .top-img {
      position: absolute;
      top: 55px;  
      left: 70px; 
      width: 300px;
      height: auto;
      z-index: 1; 
  }
}
@media(max-width:435px){
        .top-img {
      position: absolute;
      top: 55px;  
      left: 70px; 
      width: 280px;
      height: auto;
      z-index: 1; 
  }
}
@media(max-width:410px){
        .top-img {
      position: absolute;
      top: 55px;  
      left: 70px; 
      width: 260px;
      height: auto;
      z-index: 1; 
  }
}
@media(max-width:390px){
        .top-img {
      position: absolute;
      top: 55px;  
      left: 70px; 
      width: 250px;
      height: auto;
      z-index: 1; 
  }
}
@media(max-width:380px){
    
    .top-img {
      position: absolute;
      top: 45px;  
      left: 80px; 
      width: 220px;
      height: auto;
      z-index: 1; 

  }
}
@media(max-width:360px){
      .top-img {
      position: absolute;
      top: 35px;  
      left: 70px; 
      width: 220px;
      height: auto;
      z-index: 1; 

  }
}
@media(max-width:340px){
      .top-img {
      position: absolute;
      top: 35px;  
      left: 60px; 
      width: 220px;
      height: auto;
      z-index: 1; 

  }
}

























