 
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  background-color: #000;
  overflow-x: hidden;
  font-size: 15px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* gap: 10px; */
}

body {}

p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 24px;
}

* {
  margin: 0;
  padding: 0;
}

 
 
span,
a {
  display: block;
  text-decoration: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  max-width: 100%;
}
 
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
#loader .loader-slide {
  width: 100%;
  height: 100%;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
#loader .loader-slide img{
  width: auto;
}
#loader.open {
  animation-name: slideOut;
  animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-delay: 2s;
}
@keyframes slideOut {
  from {
    transform: translateY(0);
 }
  to {
    transform: translateY(-100%);
 }
}

section{
  padding: 30px 0;
}
header{
  padding: 30px 0;
}
.logo{
  text-align: center;
}

div.card {
  width: 100%;
  background-color: transparent;
}
div.card div.card-img-container {
  overflow: hidden;
  position: relative;
  background-color: #262626;
}
div.card div.card-img {
  transition: transform .5s linear;
  
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: url(../images/img01.png) no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px;
  width: 100%;
  padding: 30px;
  color: white;
}
div.card div.card-img.img02{
  background: url(../images/img02.png) no-repeat;
  background-size: cover;
} 
div.card div.card-img.img03{
  background: url(../images/img03.jpg) no-repeat;
  background-size: cover;
} 
div.card div.card-img span {
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  height: 88px;
  width: 100%;
}
div.card div.card-img h1 {
  -webkit-font-smoothing: antialiased;
  color: #fff;
  font-size: 24px;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  position: relative;
  text-align: center;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.card-img-container:hover .card-img,  .card-img-container:hover .card-img.img03{
  transform: scale(1.1);
}
.card-img-container:hover .card-img.img02{
  transform: scale(1.1);
}
 .content {
  transition: transform .5s linear;
  
  transform: translateY(100%);
  /* background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 ); */
  position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    overflow: hidden;
}
.content{
  text-align: center;
}
.content a{
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.card:hover .content {
  padding-bottom: 15px;
  transform: translateY(-100%);
}
.card:hover .title {
  transform: translateY(0);
}
/*======================================
	Footer CSS
========================================*/
.sentMessage {
  color: #18d26e;
  text-align: center;
  padding: 12px;
  font-size: 12px;
}
.inputfields{
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  grid-gap: 12px;
  align-items: center;
}
.inputfields input{
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 13px;
  padding: 10px;
  background: transparent;
  color: #fff;
}
.inputfields button{
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  padding: 5px;
  height: 100%;
  width: 100%;
}
.footercontact{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}
.footercontact div .social{
  display: flex;
  list-style: none;
  padding-left: 0;
  margin: 15px 0px;
}
.social li {
  margin-right: 17px;
}
.social li:last-child {
  margin: 0;
}
.footdetail p i{
  margin-right: 10px;
}
.footdetail p{
  color: #fff;
  font-size: 14px;
}
.footer {
  position: relative;
  padding-top: 30px;
}

.footer .footer-top {
  background: #000;
}
 
.footer .single-footer.f-about {
  text-align: center;
}


.footer .single-footer.f-about p {
  color: #D2D6DC;
  font-size: 16px;
}

.footer .single-footer.f-about .social {
  margin-top: 14px;
  padding-left: 0;
}

.footer .single-footer.f-about .social li {
  display: inline-block;
  margin-right: 17px;
}

 
.footer .single-footer.f-about .social li:last-child {
  margin: 0;
}

.footer .single-footer.f-about .social li:last-child {
  margin: 0;
}







/* Resposive Media Queries */

 
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 450px;
  }
 
}

@media (max-width: 767px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .inputfields{
    grid-template-columns: auto;
  }
  .inputfields a{
    padding: 10px 0;
  }
  .footercontact {
    display: inline-block;
    padding-bottom: 20px;
  }
  .footdetail p{
    margin-bottom: 10px;
  }
  div.card div.card-img-container{
    margin-bottom: 10px;
  }
  .logo{
    padding: 0 40px;
  }
  body {
      height: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
   
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
 
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
 
}