@import url('https://fonts.googleapis.com/css?family=Montserrat');

@-ms-viewport{
  width: device-width;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --image-size: 500px;
}
html, body {
  overflow-x: hidden
}
html{
  scroll-behavior: smooth;
}
body {
  font-family: 'Montserrat', sans-serif;
  overflow: hidden !important;
  width: 100%;
  height: 100%;
}

.intro {
  height: 80vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1rem;
}
.intro-slideshow img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* relative to nearest positioned ancestor and not nearest block-level ancestor - alternatively: width: 100vw; */
  height: 100%; /* relative to nearest positioned ancestor and not nearest block-level ancestor - alternatively: height: 100vh; */ 
  object-fit: cover;
  z-index:-1;
  /* filter: brightness(50%); */ /* 0% black, 100% original image, values > 100% are allowed for brighter than original image. */
  /* display: none; */
  opacity: 0;
  transition: opacity 0.75s ease-in-out;
}
/* .intro-slideshow img:first-child {
  display: block;
  opacity: 1;
} */
.intro .intro-header {
  border-radius: 0.5rem;
  padding: 2rem 2.5rem;
  background-color: rgba(0, 0, 0, 0.761);
  color: #fff;
}
.intro h1 {
  font-size: 4rem;
  margin-bottom: 0.75rem;
}
.intro p {
  font-size: 1.75rem;
}

@media (max-width: 700px) {
  html { font-size: 12px; }
  .intro-header { padding: 1.5rem 2rem; }
  .intro h1 { font-size: 2.5rem; }
  .intro p { font-size: 1.25rem; }
}


/* ABOUT SECTION */
#about-section{
    margin-top: 7rem;
    margin-bottom: 7rem;
}
#about-section hr{
    border: 2px #dc3545 solid;
    width: 10%;
}
#about-section h2{
    margin-bottom: 1rem;
}


/* SERVICE SECTION */
#service-section{
    margin-bottom: 7rem;
}
#service-section2{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
}
#service-section img{
    width: 100%;
    height: 40vh;
    margin-bottom: 15px;
}
#service-section .card{
  transition: ease-in-out 500ms;
}
#service-section .card:hover{
  transform: scale(1.2);
  z-index: 5;
  border: 5px #fff solid;
}
@media (max-width: 900px) {
  #service-section .card{
    transition: 500ms;
  }
  #service-section .card:hover{
    transform: none;
    z-index: 5;
    border: 5px #fff solid;
  }
}


/* CLIENT SECTION */
#client-section{
    margin-bottom: 7rem;
}
.mainCrouselWrap {
	width: 85%;
	margin: 20px auto;
	box-sizing: border-box;
	padding: 10px;
	min-height: 150px;
	max-height: 150px;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
}
.imageList {
	width: 100%;
	padding: 0;
	margin: 0;
	left: 0;
	text-align: left;
	list-style: none;
	position: absolute;
	transition: all 0.3s ease-in-out;
	-webkit-overflow-scrolling: touch;
}
.imageList li {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	margin-left: 40px;
	overflow: hidden;
	text-align: center;
	line-height: 100px;
	box-shadow: 0 4px 5px 1px rgba(0, 0, 0, 0.3);
}

.imageList li img {
	width: 95%;
	height: auto;
}

.imageList li:first-child {
	margin-left: 0;
}

.arrow {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 50%;
	cursor: pointer;
	margin-top: -20px;
}
.arrow:before,
.arrow:after {
	content: '';
	position: absolute;
}
.arrow:before {
	height: 2px;
	width: 20px;
	background: #fff;
	top: 50%;
	margin-top: -1px;
}
.arrow:after {
	border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
}
.arrow.left {
	left: 0;
}
.arrow.left:before {
	left: 12px;
}
.arrow.left:after {
	transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
	top: 14px;
	left: 11px;
}

.arrow.right:before {
	left: 9px;
}
.arrow.right {
	right: 0;
}
.arrow.right:after {
	transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
	right: 10px;
	top: 14px;
}
.hide {
	display: none;
}



/* FOOTER PART */
#contact_foot{
    background-color: #4f020a;
    padding-top: 40px;
    padding-bottom: 30px;
    margin-bottom: 7rem;
}
/* footer{
    background-color: #000;
} */
footer{
  /* position: fixed; */
  /* background: #140B5C; */
  background: #000;
  width: 100%;
  bottom: 0;
  left: 0;
}
footer::before{
  content: '';
  position: absolute;
  left: 0;
  top: 100px;
  height: 1px;
  width: 100%;
  background: #AFAFB6;
}
footer .content{
  max-width: 1250px;
  margin: auto;
  padding: 30px 40px 40px 40px;
}
footer .content .top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.content .top .logo-details{
  color: #fff;
  font-size: 30px;
}
.content .top .media-icons{
  display: flex;
}
.content .top .media-icons a{
  height: 40px;
  width: 40px;
  margin: 0 8px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
  transition: all 0.4s ease;
}
.top .media-icons a:nth-child(1){
  background: #4267B2;
}
.top .media-icons a:nth-child(1):hover{
  color: #4267B2;
  background: #fff;
}
.top .media-icons a:nth-child(2){
  background: #1DA1F2;
}
.top .media-icons a:nth-child(2):hover{
  color: #1DA1F2;
  background: #fff;
}
.top .media-icons a:nth-child(3){
  background: #E1306C;
}
.top .media-icons a:nth-child(3):hover{
  color: #E1306C;
  background: #fff;
}
.top .media-icons a:nth-child(4){
  background: #0077B5;
}
.top .media-icons a:nth-child(4):hover{
  color: #0077B5;
  background: #fff;
}
.top .media-icons a:nth-child(5){
  background: #FF0000;
}
.top .media-icons a:nth-child(5):hover{
  color: #FF0000;
  background: #fff;
}
footer .content .link-boxes{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
footer .content .link-boxes .box{
  width: calc(100% / 5 - 10px);
}
.content .link-boxes .box .link_name{
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
}
.link-boxes .box .link_name::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 35px;
  background: #fff;
}
.content .link-boxes .box li{
  margin: 6px 0;
  list-style: none;
}
.content .link-boxes .box li a{
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.4s ease
}
.content .link-boxes .box li a:hover{
  opacity: 1;
  text-decoration: underline;
}
.content .link-boxes .input-box{
  margin-right: 55px;
}
.link-boxes .input-box input{
  height: 40px;
  width: calc(100% + 55px);
  outline: none;
  border: 2px solid #AFAFB6;
  /* background: #140B5C; */
  border-radius: 4px;
  padding: 0 15px;
  font-size: 15px;
  color: #000;
  margin-top: 5px;
}
.link-boxes .input-box input::placeholder{
  color: #5a5a5a;
  font-size: 16px;
}
.link-boxes .input-box input[type="button"]{
  background: #dc3545;
  color: #fff;
  border: none;
  font-size: 18px;
  font-weight: 500;
  margin: 4px 0;
  opacity: 0.8;
  cursor: pointer;
  transition: all 0.4s ease;
}
.input-box input[type="button"]:hover{
  opacity: 1;
}
footer .bottom-details{
  width: 100%;
  /* background: #0F0844; */
}
footer hr{
  border: 1px #fff solid;
}
footer .bottom-details .bottom_text{
  max-width: 1250px;
  margin: auto;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
}
.bottom-details .bottom_text span,
.bottom-details .bottom_text a{
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}
.bottom-details .bottom_text a:hover{
  opacity: 1;
  text-decoration: underline;
}
.bottom-details .bottom_text a{
  margin-right: 10px;
}
@media (max-width: 900px) {
  footer .content .link-boxes{
    flex-wrap: wrap;
  }
  footer .content .link-boxes .input-box{
    width: 40%;
    margin-top: 10px;
  }
}
@media (max-width: 700px){
  footer{
    position: relative;
  }
  .content .top .logo-details{
    font-size: 26px;
  }
  .content .top .media-icons a{
    height: 35px;
    width: 35px;
    font-size: 14px;
    line-height: 35px;
  }
  footer .content .link-boxes .box{
    width: calc(100% / 3 - 10px);
  }
  footer .content .link-boxes .input-box{
    width: 60%;
  }
  .bottom-details .bottom_text span,
  .bottom-details .bottom_text a{
    font-size: 12px;
  }
}
@media (max-width: 520px){
  footer::before{
    top: 145px;
  }
  footer .content .top{
    flex-direction: column;
  }
  .content .top .media-icons{
    margin-top: 16px;
  }
  footer .content .link-boxes .box{
    width: calc(100% / 2 - 10px);
  }
  footer .content .link-boxes .input-box{
    width: 100%;
  }
}




/* CONTACT SECTION */
#map {
  height: 500px;
  width: 100%;
}


#h1{
  font-size: 50px;
  text-align: center;
  padding-top: 90px;
  margin-left: -9px;
  color: #d59563;
}

/*Heading Shake Effect*/

#h1:hover {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
      transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
      transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
      transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
      transform: translate3d(4px, 0, 0);
  }
}

/* h6{
  text-align: center;
  color: #d59563;
} */

#left {
  width: 100%;
}
#right {
  width: 100%;
  height: 650px;
}
#cleared {
  clear: both;
}


ul{
  list-style-type: none;
}

form { max-width:420px; margin:20px auto; }

/*background: #13232f;*/

.formbox{
  background: transparent;
  padding: 10px;
  max-width:400px;
  margin: 10px auto;
  border-radius: 1px;
  box-shadow:0 4px 10px 4px transparent;
}
form {
  display: inline-block;
}
input.short{
  width: 100%;
  /*max-width: 48%; !* or whatever width you want. *!*/
  color: grey;
  font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
  font-size: 18px;
  border-radius: 5px;
  line-height: 22px;
  background-color: transparent;
  border:2px solid #000;
  transition: all 0.3s;
  padding: 13px;
  margin-right: 6px;
  /* margin-bottom: 15px; */
  box-sizing: border-box;
  outline:0;
}
#short-inp{
  margin-bottom: 15px;
}

input:focus{
  /*border-bottom: 2px solid cyan;*/
}


#map-overlap{
  top: 150px;
  left: -50px;
  margin-top: -650px;
  margin-left: 50px;
  text-align: left;
  font-size: 17px;
  padding-top: 15px;
  padding-left: 15px;
  width: 205px;
  height: 110px;
  z-index: 10;
  font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight:200;
  position: relative;
  background: #000;
  color: white;
}

#at{
  color: #d59563;

}

/* span{
  text-align: right;
  font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight:200;
} */


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: dimgrey;
}

.feedback-input {
  color: grey;
  font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
  font-size: 18px;
  border-radius: 5px;
  line-height: 22px;
  background-color: transparent;
  border:2px solid #000;
  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 15px;
  width:99%;
  box-sizing: border-box;
  outline:0;
}

.feedback-input:focus {
  border:2px solid #000;
}

textarea {
  height: 150px;
  line-height: 150%;
  resize:vertical;
}

[type="submit"] {
  font-family: Helvetica, Arial, sans-serif;
  width: 100%;
  background: #730a14;
  border-radius:5px;
  cursor:pointer;
  color: #fff;
  font-size:16px;
  /* margin-left: 80%; */
  padding-top:10px;
  padding-bottom:10px;
  transition: all 0.3s;
  margin-top:-4px;
  border:2px solid #730a14;
  font-weight:500;

}
[type="submit"]:hover {
  background: #000;
  color: #fff;
  border:2px solid #000;
  outline: 0 !important;
}


@media all and (max-width:800px) {
  #left, #right
  {
      display: block;
      float: none;
      width: 100%;
  }
}

@media all and (max-width:800px) {
  .short
  {
      min-width: 99%;

  }
}





/* SCROLL ANIMATION */

  .animation .anm_mod {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    transition: all 1s ease;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center;
    text-align: center; */
    margin: 10px;
    /* width: 50%; */
    /* height: 40vh; */
    border-radius: 10px;
    /* font-size: 2rem; */
    /* color: rgb(196, 196, 196); */
    /* text-shadow: 2px 2px 2px rgba(20, 20, 20, 0.5); */
    /* background: rgba(250, 250, 250, 0.5); */
    /* box-shadow: 0px 4px 8px rgba(250, 250, 250, 0.3);  */
  }
    .animation .anm_mod.full {
      width: 100%;
      /* font-size: 3rem;  */
    }
    .animation .anm_mod.left {
      transform: translate3d(-100%, 0, 0); }
    .animation .anm_mod.right {
      transform: translate3d(100%, 0, 0); }
    .animation .anm_mod.delay {
      transition: all 2s ease; }
    .animation .anm_mod.fast {
      transition: all 0.8 ease; }

.animation .anm_mod.active {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

.org_to_top {
  position: fixed;
  bottom: 20px;
  right: 20px; 
}



/* BACK TO TOP BUTTON */
#button {
  display: inline-block;
  background-color: #dc3545;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #000;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}





#gallery-section{
  display: grid;
  place-items: center;
  /* justify-content: center; */
  overflow: hidden;
  background: #131313;
  margin-bottom: 7rem;
  height: 40rem;
  padding-bottom: 10rem;
}
.gallery {
  /* max-width: 800px; */
  width: 100%;
  padding-top: 60px;
  position: relative;
  display: grid;
}
.slider {
  display: flex;
  position: relative;
}
.wrapper {
  position: relative;
  display: none;
  transition: transform 0.5s ease-out, left 0.5s ease-out;
}
.flipped {
  position: absolute;
  bottom: calc(-100% - 10px);
  transform: scaleY(-1);
}
.wrapper::after {
  content: "";
  position: absolute;
  bottom: calc(-100% - 10px);
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(19, 19, 19, 0.75),
    rgba(19, 19, 19, 1) 50%
  );
}

.selected {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 3;
}
.selected + .wrapper {
  display: flex;
  position: absolute;
  top: 50%;
  left: calc(50% + var(--image-size) / 4);
  transform: translate3d(-50%, -50%, 0) scale(0.9);
  z-index: 2;
}
.selected + * + .wrapper {
  display: flex;
  position: absolute;
  top: 50%;
  left: calc(50% + var(--image-size) / 2);
  transform: translate3d(-50%, -50%, 0) scale(0.8);
  z-index: 1;
}
.selected + * + * + .wrapper {
  display: flex;
  position: absolute;
  top: 50%;
  left: calc(50% + var(--image-size));
  transform: translate3d(-50%, -50%, 0) scale(0);
  z-index: 0;
}
.arrows {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  z-index: 4;
}
.arrows .left2,
.arrows .right2 {
  position: relative;
  cursor: pointer;
}
.arrows .left2.disabled,
.arrows .right2.disabled {
  opacity: 0.5;
}
.arrows .left2::before,
.arrows .right2::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 3rem;
  height: 4px;
  transform: translateY(-50%);
}
.arrows .left2:before {
  right: -100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
}
.arrows .right2::before {
  left: -100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
}
.arrows svg {
  width: 2.5rem;
  height: 2.5rem;
  fill: #fff;
}
img {
  border-radius: 6px;
}