@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

html{
    font-size: 62.5%;
}

body{
    font-family: 'Poppins', sans-serif;
}

/* navbar styling start  */

.nav-section{
    background-image: url(../images/bg2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

  
}

.navbar .navbar-brand{
    font-size: 3.5rem;
    font-weight: 700;
    color: #fff;
}

.navbar-brand i{
    font-size: 3rem;
    
    color: #fff;
}

.navbar .nav-item a{
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-left: 2rem;
    

}

.navbar .nav-item a:hover{
    text-decoration-line: underline!important;
}

.icon i{
    font-size: 2.5rem;
    color: #fff;
    margin-right: 1rem;
}

.main-div{
    
    padding: 10rem 0 10rem 0; 
    text-align: center;
   
}

.main-div h1{
    font-size: 4.5rem;
    font-weight: 500;
    color: white;
}

.main-div p{
    font-size: 1.5rem;
    font-weight:600 ;
    color: #fff;
    padding-top: 0.5rem;
}

.main-div .btn2{
    display: inline-block;
    border: 0.2rem solid brown;
    background-color: brown;
    text-decoration-line: none;
    border-radius: 5rem;
    padding: 0.5rem 2rem;
    font-size: 2rem;
   margin-top: 4rem;
  margin-right: 1rem;
    color: #fff;
}

.main-div .btn2:hover{
    color: brown;
    background-color: white;
  
}


/* navbar styling end  */

/* templately section start  */
.main-section{
    padding: 5rem 0;
    background-color: lightcyan;
}


.templately h1{
    font-size: 3rem;
    font-weight: 700;

}
.templately p{
    font-size: 1.5rem;
    font-weight: 500;
}

.templately h5{
    font-size: 2rem;
    font-weight: 600;
    padding: 1rem;
}

.icon1 i{
    font-size: 3rem;
    color: black;
    margin-bottom: 1rem;
    background-color: #fff;
    padding: 2rem;
    border-radius: 2rem;

}

/* templately section end  */

   /* section two styling start  */

   .main1-section img{
    width: 100%;
    height: 60vh;
    background-color: black;
   }



   .text-between{
 width: 100%;

 padding: 4rem 10rem 2.8rem 4rem;
 background-color: black;
   }

 

   .text-between h1{
    font-size: 3.5rem;
    font-weight: 700;
    /* letter-spacing: 1rem; */
    color: #fff;
    padding-bottom: 1rem;
   }

   .text-between p{
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
   }

  
   .text-between a{
    display: inline-block;
    border: 0.2rem solid brown;
    background-color: brown;
    text-decoration-line: none;
    border-radius: 5rem;
    padding: 0.5rem 2rem;
    font-size: 2rem;
    color: #fff;
    margin-top: 1rem;
}

.text-between a:hover{
    color: brown;
    background-color: white;
  
}


 /* section two styling end  */

  /* count section styling  start */
   .wrapper{
    /* border:  1px solid white;  */
    /* position: absolute; */
    width: 100%;
     /* transform: translate(-50%, -50%); */
    /* top: 50%;
    left: 50%;  */
    display: flex;
  justify-content: space-around;
gap: 10px;
background-color: #21242b;
padding: 1.5em;
}

.container1{
    width: 32vmin;
    height: 32vmin;
     /* border: 1px solid orange;  */
    display: flex;
    flex-direction: column;
justify-content: space-around;
padding: 1em 0;
/* position: relative; */
font-size: 16px;
border-radius: 0.5em;
/* background-color: #21242b; */
/* border-bottom: 10px solid #18f98f; */

}

i{
color: brown;
    font-size: 2.5em;
 text-align: center;
}

span.num{
 color: #ffffff;
 display: grid;
 place-items: center;
 font-weight: 600;
 font-size: 3em;
}

span.text{
    color: #e0e0e0e0;
    font-size: 1.2em;
    text-align: center;
    pad: 0.7em 0;
    font-weight: 400;
    line-height: 0;
}

@media screen and (max-width: 1024px) {
    .wrapper{
        width: 100%;
    }

    .container1{
        height: 26vmin;
        width: 26vmin;
        font-size: 15px;

    }
}

    @media screen and (max-width: 768px) {
        .wrapper{
            flex-wrap: wrap;
            gap: 30px;
            width: 100%;
        }
    
        .container1{
            height: 30vmin;
            width: calc(50% - 40px);
            font-size: 18px;
    
        }

    }

    @media screen and (max-width: 480px) {
        .wrapper{
         width: 100%;
            gap: 15px;
        }
    
        .container1{
            height: 25vmin;
            width: 95%;
            font-size: 12px;
    
        }

    } 
  



  /* count section styling  start */

  /* section three sytling start  */

  .main2-section img{
    width: 100%;
    height: 50.60vh;
    background-color: black;
   }



   .text-between1{
 width: 100%;

 padding: 4rem 10rem 2.8rem 10rem;
 background-color: black;
   }

 

   .text-between1 h1{
    font-size: 3.5rem;
    font-weight: 700;
    /* letter-spacing: 1rem; */
    color: #fff;
    padding-bottom: 1rem;
   }

   .text-between1 p{
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
    padding-top: 1rem;
   }

  
  .list1{
    padding-left: 0rem !important;
  }

  .main2-section .list1 li{
 list-style: none;
 display: inline-block;
 font-size: 3rem;
 font-weight: 500;
 padding-top: 5rem;

  }

  .main2-section .list1 a{
    color: #fff;
    text-decoration-line: none;
    margin-right: 1.5rem;
  }

  .main2-section .list1 a:hover{
 border-top: 0.4rem solid white;

  }


  /* section three styling end  */

  /* section four styling start  */
.main3-section{
    background-color: lightgray;
    padding: 5rem 0rem;
}

.main3-section .main-heading{
text-align: center;
padding: 2rem 0rem;
}

.main-heading h1{
    font-size:  3.5rem;
    font-weight: 700;

}
.main-heading p{
    font-size: 1.5rem;
    font-weight: 400;
    padding-bottom: 2rem;
}

.main3-section img{
    width: 100%;
    height: 45vh;
}

 /* form section styling  */

 .form-section{
    padding-top: 5rem;
    
 }

.form{
    width: 25%;
    background-color: #fff;
    /* align-items: center; */
    padding:2rem 4rem 0rem 4rem ;
    margin: auto;
    box-shadow: 0.5rem 0.5rem 0rem 0.2rem #57585a;
}

.form h1{
font-size: 3rem;
font-weight: 700;
text-align: center;
padding-bottom: 2rem;
}

.form input{
    border: none;
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 4rem;
}

.form input:hover{
    border: 0.2rem solid brown;
}

.form .btn1{
    display: inline-block;
    border: 0.2rem solid brown;
    background-color: brown;
    text-decoration-line: none;
    border-radius: 5rem;
    padding: 0.5rem 2rem;
    font-size: 2rem;
   margin-bottom: 2rem;
    color: #fff;
    text-align: center;
}

.form .btn1:hover{
    color: brown;
    background-color: white;
  
}
  /* section four styling :end */

  /* section five styling start  */
.main4-section{
    padding: 4rem 0 4rem 0;
    background-color: #21242b;
    color: #fff;
    text-align: center;
}

.main4-section h1{
    font-size: 3rem;
    font-weight: 700;

}
.main4-section p{
    font-size: 1.5rem;
    font-weight: 400;
}

.main4-section h5{
    font-size: 2.5rem;
    font-weight: 500;
    
}

.main4-section ul li{
    font-size: 2rem;
    list-style: none;
    padding-bottom: 0.4rem;
}
.main4-section ul li a{
    color: #fff;
    text-decoration-line: none;
}

.main4-section a{
    display: block;
font-size: 2rem;
font-weight: 500;
color: #fff;
text-decoration-line: none;
}

.main4-section i{
    font-size: 2rem;
    color: #fff;
}

  /* section five styling end  */

  /* section six styling start  */

  .main5-section{
    background-color: black;
  }

.main5-section i{
    color: #fff;
    margin-left: 0.5rem;
    padding: 2rem 0;
}

.main5-section ul li{
display: inline-block;
font-size:2rem  ;
margin-left: 0.5rem;
list-style: none;
padding: 2rem 0;
}

.main5-section ul li a{
    text-decoration-line: none;
    color: #fff;
}

.main5-section h6{
    display: inline-block;
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    margin-left: 1rem;
    padding: 2rem;
}

  /* section six stylling end  */


  @media screen and (max-width: 1024px) {
    
 /* form section styling  */

 

.form{
    width: 30%;
    background-color: #fff;
    /* align-items: center; */
    padding:2rem 4rem 0rem 4rem ;
    margin: auto;
    box-shadow: 0.5rem 0.5rem 0rem 0.2rem #57585a;
}


  /* section four styling :end */
}

@media screen and (max-width: 800px) {
        
    /* form section styling  */
   
    
   .form{
       width: 45%;
       background-color: #fff;
       /* align-items: center; */
       padding:2rem 4rem 0rem 4rem ;
       margin: auto;
       box-shadow: 0.5rem 0.5rem 0rem 0.2rem #57585a;
   }
   
   
     /* section four styling :end */
   
       }

       @media screen and (max-width: 576px) {
        
        /* form section styling  */
       
        
       .form{
           width: 75%;
           background-color: #fff;
           /* align-items: center; */
           padding:2rem 4rem 0rem 4rem ;
           margin: auto;
           box-shadow: 0.5rem 0.5rem 0rem 0.2rem #57585a;
       }
       
       
         /* section four styling :end */
       
           }

    @media screen and (max-width: 768px) {
        
 /* form section styling  */

 
.form{
    width: 45%;
    background-color: #fff;
    /* align-items: center; */
    padding:2rem 4rem 0rem 4rem ;
    margin: auto;
    box-shadow: 0.5rem 0.5rem 0rem 0.2rem #57585a;
}


  /* section four styling :end */

    }

    @media screen and (max-width: 576px) {
        
        /* form section styling  */
       
        
       .form{
           width: 75%;
           background-color: #fff;
           /* align-items: center; */
           padding:2rem 4rem 0rem 4rem ;
           margin: auto;
           box-shadow: 0.5rem 0.5rem 0rem 0.2rem #57585a;
       }
       
       
         /* section four styling :end */
       
           }

    @media screen and (max-width: 480px) {
      
 /* form section styling  */

 

.form{
    width: 75%;
    background-color: #fff;
    /* align-items: center; */
    padding:2rem 4rem 0rem 4rem ;
    margin: auto;
    box-shadow: 0.5rem 0.5rem 0rem 0.2rem #57585a;
}


  /* section four styling :end */

    }