@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
*{
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
}
body::-webkit-scrollbar-track
{
	background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb
{
	background-color: #31A0BC;
}
a{
text-decoration: none;
}
li{
  list-style: none;
}
::selection{
  background-color: #31A0BC;
  color: #fff;
}
.homebackgroundimg{
  background-image: url(../banner/home-image.jpg);
  width: 100%;
  min-height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.homebackgroundimg::after{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 100vh;
  background-color: #000000a6;
  z-index: -1;
}
.backhomecolor{
  padding: 30px;
  background-color: #31A0BC;
  min-height: 100vh;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.backhomecoloricon ul li{
  text-align: center;
}
.backhomecoloricon ul li a{
     line-height: 58.5px;
     color: #fff;
     transition: all .5s;
    
    
}
.backhomecoloricon ul li a:hover{

  color: #f9a6e7;
}
.linesocial{
  width: 1%;
  height: 5vh;
  background-color: #fff;
  margin: 0px auto;
}
.backhomenav{
  position: absolute;
  top: 30px;
  right: 40px;
  width: 50%;
}
/* navbar */
.navbar{
  justify-content: flex-end;
}
.colornav{
  font-size: 14px;
  letter-spacing: 4px;
  color: #000000;
  transition: all .5s;
}
.colornavactive{
  font-size: 14px;
  letter-spacing: 4px;
  color: #31A0BC;
  transition: all .5s;
}
.colornavactive:hover{
  color: #31A0BC;
}
.colornav:hover{
  color: #31A0BC;
}
.iconcolormenu{
  font-size: 30px;
  color: #fff;
}
.navbar-toggler {
 border: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow:none;
}
.hedignmain{
  color: #31A0BC;
  font-weight: 400;
  letter-spacing: 3px;
  text-align: center;
}
.home-page-text{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
.bgcolotlook{
  background-color: #b39397f3;
  border-radius: 30px;
  padding: 10px 30px;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 2px;
  transition: all .5s;
  text-shadow: #000000b0 0px 0px 15px;
  position: relative;
}
.bgcolotlook::after{
  content: "";
  background-color: #31A0BC;
  width: 0%;
  height: 2px;
  position: absolute;
  bottom: 12%;
  left: 14%;
  transition: all .5s;
} 
.bgcolotlook:hover:after{
  width: 60%;
}
.bgcolotlook:hover{
  background-color: #fff;
  color: #31A0BC;
}
.backcolornavbar{
  background-color: #fff;
}
/* about pages */
.baneerbgimgage{
  background-image: url(../images/projects.jpg.jpg);
  width: 100%;
 height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.baneerbgimgage1{
  background-image: url(../banner/project-page.jpg);
  width: 100%;
 height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.baneerbgimgage2{
  background-image: url(../banner/contact-page.jpg);
  width: 100%;
 height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bannerbgcolor{
 background-color: #10101084;
  width: 100%;
  height: auto;
}
.aboutbgbannercolor{
  background-color: #31A0BC;
  padding: 30px;
  
}
.bannersocilicon ul li{
  line-height: 3.5rem; 
  text-align: center;
}
.bannersocilicon ul li a{
  color: #fff;
  transition: all .5s;
}
.bannersocilicon ul li a:hover{
  color: #f9a6e7;
}
.bannerhedign{
  color: #fff;
  display: flex;
  justify-content: end;
  align-items: end;
  height: 60vh;
  padding-right: 0rem;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 17px;
}
/* section  */
.AllHeding{
  font-size: 35px;
  letter-spacing: 11px;
  color: #3D3D3D;
  font-weight: 400;
}
.colorheding{
  color: #31A0BC;
}
.textpara{
  font-size: 25px;
  letter-spacing: 3px;
  text-align: justify;
  font-family: "Montserrat", sans-serif;
  color: #747474;
}
.textpara1{
  font-size: 16px;
  text-align: justify;
  font-family: "Montserrat", sans-serif;
  color: #747474;
}
.servicesimgbox{
  width: 25%;
}
.hedigntext{
  font-family: "Montserrat", sans-serif;
  color: #3D3D3D;
  font-size: 18px;
  letter-spacing: 3.6px;
  font-weight: 700;
  padding: 10px 0px;
}
/* get in touch */
.inputbox{
  width: 100%;
  border: none;
  background-color: #F3F3F3;
  padding: 18px;
  border-radius: 20px;
}
.textcontact{
  position: absolute;
  top: 0rem;
  right: 0rem;
  font-size: 3rem;
  z-index: -1;
  color: #3d3d3d50;
  opacity: .2;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
.inputbox:focus{
  outline: 2px solid #31A0BC;
  background-color: #ffffff;
}
::placeholder{
  font-weight: 500;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  color: #747474;
}
.sendbtn{
  background-color: #31A0BC;
  border: none;
  padding: 10px 20px;
  letter-spacing: 3px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  border-radius: 30px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  transition: all .5s;
}
.sendbtn:hover{
  box-shadow: none;
}
.textfooter{
  font-family: "Montserrat", sans-serif;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 30px 0px;
  margin: 0px;
}
.footerbgcolor{
  background-color: #31A0BC;
}
/* team page */
.teamtextheding{
  font-size: 30px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #3D3D3D;
}
.texthedignteam1{
  font-size: 20px;
  letter-spacing: 3.6px;
}
/* contact page */
.CONTACTBGCOLOR{
  background-color: #31A0BC;
  padding: 78.5px;
}
.coloricon{
  color: #fff;
  font-size: 20px;
}
.contactbox{
display: flex;
column-gap: 30px;
}
.contacthedign{
  font-size: 20px;
  letter-spacing: 3.6px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #3D3D3D;
}
.contacttext{
  font-size: 20px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
/* project page  */
.nav-pills{
 background-color: #dbdbdb;
 justify-content: space-between;
 border-radius: 5px 5px 0px 0px;
}
.buttonstyle{
  padding: 15px 20px;
  color: #555555;
  font-family: "Montserrat", sans-serif;
}

.buttonstyle:hover{
  background-color: #E3B8BD !important;
  color: #000000;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #000000;
  background-color: #E3B8BD !important;
}
.mainboxImagesproject{
  position: relative;
  overflow: hidden;
}

.mainboxImagesproject:hover .imageblackcolor{
  background-color:transparent;
}
.imageblackcolor{
  background-color: #0000008b;
  width: 100%;
  min-height: 102.2vh;
  position: absolute;
  top: 0px;
  transition: all .5s;
}
.imagezoom{
  transition: all 4s ease-in-out;
}
.mainboxImagesproject:hover .imagezoom{
   transform: scale(1.2);
}
.hedignproject{
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 2px;
  padding-top: 50px;
  transition:transform .5s ease-in-out;
  transform: translateY(0%);
  text-transform: uppercase;

}
.mainboxImagesproject:hover .hedignproject{
  transform: translateY(-100%) ;
  transform-origin: bottom;
  transition-duration:inherit;
}
.textproject{
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  transform: rotate(-90deg) translateY(0%);
  position: absolute;
  bottom: 30%;
  letter-spacing: 1rem;
  left: -20%;
  transition:all .7s ease-in-out;
  text-transform: uppercase;
}

.mainboxImagesproject:hover .textproject{
  transform:  rotate(-90deg) translateX(100%);
  transform-origin: center;
  color: #ffffff00;
}
.textproject1{
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  transform: rotate(-90deg) translateY(0%);
  position: absolute;
  bottom: 20%;
  letter-spacing: 1rem;
  left: -10%;
  transition:all .7s ease-in-out;
  text-transform: uppercase;
}

.mainboxImagesproject:hover .textproject1{
  transform:  rotate(-90deg) translateX(100%);
  transform-origin: center;
  color: #ffffff00;
}
.textproject2{
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  transform: rotate(-90deg) translateY(0%);
  position: absolute;
  bottom: 20%;
  letter-spacing: 1rem;
  left: -7%;
  transition:all .7s ease-in-out;
  text-transform: uppercase;
}

.mainboxImagesproject:hover .textproject2{
  transform:  rotate(-90deg) translateX(100%);
  transform-origin: center;
  color: #ffffff00;
}
.searchzoom{
  background-color: #e3b8bd5d;
  width: 150px;
  height: 150px;
 text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 30%;
  top: 40%;
  transition:all .7s ease-in-out;
  transform: scale(0);
}
.mainboxImagesproject:hover .searchzoom{
  background-color: #e3b8bd;
transform: scale(1);
transform-origin: center;
}
.iconcolor{
  color: #ffffffec;
  font-size: 4rem;
}
/* project pages */
.projectname{
  color: #fff;
  display: flex;
  text-transform: uppercase;
  justify-content: end;
  align-items: end;
  height: 60vh;
  padding-right: 0rem;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 7px;
  text-align: end;
  padding-right: 0px;
}
.projecttext{
  color: #31A0BC;
  display: flex;
  justify-content: end;
  align-items: end;
  height: 10vh;
  padding-right: 0rem;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 4px;
  text-align: end;
  padding-right: 0px;
  transition: all 1s;
}
.projecttext:hover{
color: #31A0BC;
text-decoration: underline;
}
.imagesbox{
  width: 100%;
}
.mainboxproject{
 position: relative;
 width: 100%;
}
.boxprojectcolor{
  background-color: #31A0BC;
  color: #ffffff;
 padding: 20px;   
  width: 100%;

}
.projecthedign{
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
}
.projectpara{
  font-size: 15px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
/* images zoom animation */

.imagesZoom{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
  cursor: pointer;
 }
 .imagesZoom:hover{
  transform: scale(1.1);
 }
 .imageszoomBox{
  width: 100%;
  height: 200px;
  overflow: hidden;
 }
 .imageszoomBox1{
  width: 100%;
  height: 300px;
  overflow: hidden;
 }

 .imagesgallery{
  width: 100%;
  height: 100%;
  object-fit:inherit;
}
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.842);
}

/* Modal Content */
.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
width: 50%;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: rgb(227, 227, 227);
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.backshawdosbox1{
  position: absolute;
  top: 0px;
background-color: #00000073;
  width: 100%;
  height: 400px;
transition: all 1.2s;
text-align: center;
display: flex;
flex-direction: column;
justify-content: end;
  
}
.client:hover .backshawdosbox1{
  background-color: #000000b0;
}

/* project section pages */
.imageszoomBox2{
  width: 100%;
  height: 30vh;
  overflow: hidden;
 }
 .projectbtn{
  font-size: 16px;
  color: #777777;
  font-weight: 300;
  transition: all .5s;
 }
 .projectbtn:hover{
  color: #B19777;
 }
 .imagelogo{
  width: 100%;
  display: block;
  margin: 0px auto;
}
@media (min-width:768px){
  .bannerhedign{
    padding-right: 10rem;
    font-size: 55px;
  }
  .textcontact{
    font-size: 5rem;
    right: -1.5rem;
    top: -2rem;

  }
  .imageblackcolor{
 
    height: 150vh;
 
  }
  .projectname{
    font-size: 55px;
    letter-spacing: 17px;
    text-align: end;
    padding-right: 30px;
  }
  .projecttext{
    height: 5vh;
    font-size:18px;
    padding-right: 40px;
  }
  .imagesbox{
    width: 100%;
  }
  .mainboxproject{
    width: 90%;
   }
   .boxprojectcolor{
    background-color: #31A0BC;
    color: #ffffff;
   padding: 10px;
   position: absolute;
    right: -5rem;
    bottom: -8rem;    
    width: 100%;
  
  }
}

@media (min-width:992px){
  .backhomenav{
    top: 50px;
    right: 150px;
  }

  .imagelogo{
    width: 70%;
  }
  .colornav{
    letter-spacing: 4px;
    color: #fff;
    transition: all .5s;
  }
  .backcolornavbar{
    background-color: transparent;
  }
  .textcontact{
   
    font-size: 10rem;
    top: -6rem;
    right: -6.5rem;
  }
  .imageblackcolor{
  
    height: 102.2vh;
  
  }
  .imagesbox{
    width: 50%;
  }
  .mainboxproject{
    width: 40%;
   }
   .projecthedign{
    font-size: 34px;
  
  }
  .projectpara{
    font-size: 18px;
   
  }
  .boxprojectcolor{
  
   padding: 50px;
   bottom: -10rem;  
  
  }
}