@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;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
}
body{
  min-height: 100vh;
}
.wrapper{
  background: #ecf0f3;
  position: fixed;
  width: 100%;
  box-shadow: -3px -3px 7px #ffffff,
             3px 3px 5px #ceced1,
             inset -3px -3px 7px #ffffff,
             inset 3px 3px 5px #ceced1;
			 z-index: 4;
			 
}

.wrapper nav{
  position: relative;
  display: flex;
  max-width: calc(100% - 200px);
  margin: 0 auto;
  height: 70px;
  align-items: center;
  justify-content: space-between;
  
}
nav .content{
  display: flex;
  align-items: center;

}
nav .content .links{	
  position: absolute;
  right: 0px;
  display: flex;
}
 .wrapper img{
  height: 50px;
  line-height: 50px;
  margin-top: 10px;
  padding: 0px 17px 0px 17px;
}
.content .links li{
  list-style: none;
  line-height: 70px;
}
.content .links li a,
.content .links li label{
  color: #31344b;
  font-size: 18px;
  font-weight: 400;
  padding: 9px 12px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.content .links li label{
  display: none;
}
 .content .links .active ,a:hover{
  color: #b80000;
  transition: all 0.3s ease;
}
.content .links  li a:hover,
.content .links li label:hover{
  color: #b80000;
  box-shadow: inset -3px -3px 7px #ffffff,
              inset 3px 3px 5px #ceced1;
  transition: all 0.3s ease;
}

.wrapper .cancel-icon,
.wrapper .phone-icon,
.wrapper .menu-icon{
  color: #31344b;
  font-size: 20px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: -3px -3px 7px #ffffff,
							3px 3px 5px #ceced1;
   transition: all 0.3s ease;
}
.media_icons,
.wrapper .cancel-icon,
.wrapper .phone-icon,
.wrapper .menu-icon{
  display: none;
}


.wrapper input[type="checkbox"]{
  display: none;

}
.red{
	position: fixed;
	width: 100%;
	height: 76px;
	background: white;
	z-index: 0;
}
/* menu btn styling */

.scroll-up-btn{
    position: fixed;
    height: 40px;
    width: 40px;
    right: 30px;
    bottom: 10px;
    text-align: center;
    line-height: 33px;
	background: #ecf0f3; 
    border: 1px solid lightgrey;
    color: #31344b;
    z-index: 20;
    font-size: 25px;
    border-radius: 50%;
    box-shadow: inset -3px -3px 7px #ffffff,
                           inset 3px 3px 5px #ceced1;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}
.scroll-up-btn.show{
    bottom: 10px;
    opacity: 1;
    pointer-events: auto;
}
.scroll-up-btn:hover{
    filter: brightness(90%);
	color: #b80000;
}

.max-width{
	max-width: calc(100% - 200px);
    margin: auto;
    padding: 0 17px;
    }
	
.about .about-content{
	padding-top: 10px;	
	
}
.contact .contact-content{
	margin: 50px 0px 10px;
}
.about .about-content,	
.contact .contact-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
	flex-wrap: wrap;
}

.wrapper input[type="checkbox"]{
  display: none;
}
/* about section styling */
.about .about-content .column{
    width: calc(50% - 50px);
	margin-top: 10px ;
}

.about .about-content .left .text-1{
    font-size: 40px;
	}
.about .about-content .left .text-2{
    font-size: 65px;
    font-weight: 300;
 
}
.about .about-content .left .text-3{
    font-size: 40px;
    margin: 5px 0;
}

.about .about-content .right .image1{
    height: 600px;
    width: 100%;
    object-fit: cover;
	margin:  0 0;
	}
	.about .about-content .right .image2{
    height: 350px;
	width: 100%;
	margin: 0 auto ;
	padding:  0px 0px;
	display: none
	}
.about .about-content .right {
    text-align: justify;
	font-size: 16px;
    font-weight: 300;
}

.about .about-content .right .text {
   margin: 10px 0;
   font-weight: 500;
}




/* contact section styling */
.contact .contact-content .column{
    width: calc(50% - 50px);
	margin-top: 5px ;
}
.contact .contact-content .text{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 50px ;
}

.contact .contact-content .left
.contact .contact-content .right {
    margin-top: 0;
	height: 310px;
}

.contact .contact-content p{
    text-align: justify;
	font-size: 16px;
    font-weight: 300;
	padding-bottom: 100px ;
}
section span{
  color: #b80000;
  text-transform: uppercase;
}



/* footer section styling */
footer{
position:  relative;
bottom: 0px;
z-index: 0;
}
footer{
	max-width: 100%;
	padding: 5px 23px;
    text-align: center;
	background: #ecf0f3;
	box-shadow: 
             inset -3px -3px 7px #ffffff,
             inset 3px 3px 5px #ceced1;
}
footer span a{
    color: #b80000;
    text-decoration: none;
}
footer span a:hover{
    text-decoration: underline;
}

/* Responsive code start */
@media screen and (max-width: 1250px){
	
  	 .wrapper{
    position: relative;
  }
    .red{
	position: relative;
	height: 6px;
	 }
   .wrapper nav{
    max-width: 100%;
    padding: 0 50px;
  }
  .max-width{
    max-width: 100%;
    padding: 0 67px;
  }
  
  nav .content .links{
   position: absolute;
   right: 50px;
  }
   footer{
    position: relative;
    bottom: 0px;
  }
  .about .about-content .left .text-1{
font-size: 30px;
}
.about .about-content .left .text-2{
font-size: 50px;
}
.about .about-content .left .text-3{
font-size: 30px;
}
.about .about-content .right .image1{
    height: 500px;
    margin: 0 auto ;
	}
  }

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

 
  .wrapper .phone-icon,
  .wrapper .menu-icon{
    display: block;
  }
      .wrapper .cancel-icon{
	  z-index: 1;
  }
   .max-width,
   .wrapper nav{
	max-width: 100%;
    padding: 0 20px;
  }
  .about .about-content .column,
  .contact .contact-content .column{
    width: 100%;
}

.wrapper .menu-icon:hover{
  color: #b80000;
  box-shadow: inset -3px -3px 7px #ffffff,
              inset 3px 3px 5px #ceced1;
}
.wrapper .phone-icon:hover{
  color: #b80000;
  box-shadow: inset -3px -3px 7px #ffffff,
              inset 3px 3px 5px #ceced1;
			  z-index: 1;
}
.wrapper .cancel-icon:hover{
  color: #b80000;
  box-shadow: inset -3px -3px 7px #ffffff,
              inset 3px 3px 5px #ceced1;
			  z-index: 2;
}
  .wrapper  #show-menu:checked ~ .menu-icon {
    display: none;
  }
  .wrapper  #show-menu:checked ~ .cancel-icon {
    display:block;
  }
  nav .content .links{
    display: block;
    position: fixed;
    background: #ecf0f3;
    height: 100%;
    width: 100%;
    top: 0px;
    left: -100%;
    margin-left: 0;
    max-width: calc(50% - 1px);
    overflow-y: auto;
    padding: 60px 0;
    transition: all 0.3s ease;
	box-shadow: 
             
             inset -3px -3px 7px #ffffff,
             inset 3px 3px 5px #ceced1;
	z-index: 0;		 
  }
  nav #show-menu:checked ~ .content .links{
    left: 0%;
  }
  .content .links li{
    margin: 15px 55px;
  }
  .content .links li a,
  .content .links li label{
    line-height: 40px;
    font-size: 20px;
    display: block;
	text-align: center;
    padding: 8px 18px;
    cursor: pointer;
	border-radius: 6px;
    box-shadow: -3px -3px 7px #ffffff,
							3px 3px 5px #ceced1;
  }
  .media_icons{
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.media_icons a{
  position: relative;
  margin: 0 10px;
  color: #31344b;
  font-size: 17px;
  cursor: pointer;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  box-shadow: -3px -3px 7px #ffffff,
             3px 3px 5px #ceced1;
   transition: all 0.3s ease;
}
.media_icons a:nth-child(1){
  color: #4267b2;
}
.media_icons a:nth-child(2){
  color: #111;
}
.media_icons a:nth-child(3){
  color: #e1306c;
}

.media_icons a:hover{
  color: #b80000;
  box-shadow: inset -3px -3px 7px #ffffff,
						inset 3px 3px 5px #ceced1;
  transition: all 0.3s ease;
}

.about .about-content .left .text-1{
font-size: 30px;
}
.about .about-content .left .text-2{
font-size: 50px;
}
.about .about-content .left .text-3{
font-size: 30px;
}
.contact .contact-content p{
	padding-bottom: 30px ;
}

 footer{
    position: relative;
    bottom: 0px;
  }
  	.wrapper .cancel-icon{
	position: fixed;
	}
}
 @media screen and (max-width: 780px){ 
.text,
.about .about-content .left .text-1,
.about .about-content .left .text-2,
.about .about-content .left .text-3{
	text-align: center;
}
.about .about-content .right .image1{
   padding:  0px 0px 0px 120px; 
  	}
/*.about .about-content .right .image2{
	display: block;
    height: 600px;
	padding:  0px 45px;
  	}*/
 }
     @media screen and (max-width: 721px){ 
	 .about .about-content .right .image1{
    display: none;
	
  	}
    .about .about-content .right .image2{
	display: block;
    height: 600px;
	padding:  0px 55px;
  	}
  }
  @media screen and (max-width: 700px){ 
   .wrapper nav{
  height: 60px;
}
 nav .content .links{
   max-width: 100%;
  }
 .wrapper img{
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
  padding: 0px 0px; 
  }

   .max-width,
   .wrapper nav{
	max-width: 100%;
    padding: 0 10px;
  }
  .about .about-content .right .image2{
	
    height: 550px;
	padding:  0px 5px;
  	}
  	.scroll-up-btn{
    height: 40px;
    width: 40px;
    right: 7px;
	bottom: 10px;
    text-align: center;
    line-height: 33px;
	font-size: 25px;
  }
    footer{
    font-size: 14px;
	} 
  }
    @media screen and (max-width: 670px){ 
    .about .about-content .right .image2{
	
    height: 550px;
	padding:  0px 40px;
  	}
  }
  @media screen and (max-width: 570px){ 
    .about .about-content .right .image2{
	
    height: 500px;
	padding:  0px 30px;
  	}
  }
    @media screen and (max-width: 500px){ 
	

  .about .about-content .right .image2{
	
    height: 400px;
	padding:  0px 0px;
  	}
  .about .about-content .left .text-2{
font-size: 40px;
}


}

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

 .text,
.about .about-content .left .text-1,
.about .about-content .left .text-2,
.about .about-content .left .text-3{
	text-align: center;
}

 .about .about-content .left .text-1{
font-size: 25px;
}
.about .about-content .left .text-2{
font-size: 35px;
}
.about .about-content .left .text-3{
font-size: 25px;
}
.about .about-content .right .image1{
    display: none;
  	}
.about .about-content .right .image2{
	
    height: 350px;
	padding:  0px 5px;
  	}
.contact .contact-content .text{
    margin-bottom: 30px ;
	font-size: 18px;
}	
.contact .contact-content p{
	padding-bottom: 30px ;
	font-size: 14px;
}
.about .about-content .right {
   
	font-size: 14px;
	
}
}
  @media screen and (max-width: 361px){
	
  .wrapper img{
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
  padding: 0px 0px; 
  }
  .about .about-content .right .image2{
    height: 320px;
	padding:  0px 10px;
  	}
  }
	@media screen and (max-width: 321px){
		
  .about .about-content .right .image2{
    height: 300px;
	padding:  0px 0px;
  	}	
}


