html {
  scroll-behavior: smooth;
}

/* @font-face {
   font-family: 'Poppins';
  src: url('path/to/Poppins-Regular.woff2') format('woff2'),
       url('path/to/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal; 
} */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* .montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */

body {
  /* font-family: 'Poppins', sans-serif !important; */
  /* font-family: 'AvenirLTStd-Book'; */
  /* font-family: AvenirLTStd-Book; */
  margin: 0;
  padding: 0;
  font-weight: 300;
  /* font-family: "Crimson Text"; */
  font-style: normal;
  font-family: 'Montserrat', sans-serif;
}



h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: 'AvenirLTStd-Book'; */
  font-family: "Montserrat";
  /* font-family: 'Quicksand', sans-serif; */
  /* font: normal normal medium 20px/23px Poppins;  */
  font-weight: 100;
}

input,
a,
p,
li {
  /* font-family: 'AvenirLTStd-Book'; */
  /* font-family: 'Roboto', sans-serif; */
  /* font: normal normal medium 20px/23px Poppins; */
  font-weight: 300;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}


/* *********nav 2 start********** */
.topnav {
  overflow: hidden;
  background-color: #333;
  position: sticky;
  top: 0;
  z-index: 1234;
}

.topnav a {
  float: left;
  display: block;
  /* color: #f2f2f2;  */
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: white;
  /* background-color: #ddd; */
  color: black;
}

.topnav a.active {
  background-color: white;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {
    display: none;
  }

  .topnav a.icon {
    float: right;
    display: block;
    margin-top: 14px;
    color: white;
    background-color: #333333;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {
    /* position: relative; */
    z-index: 99999;
  }

  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.sticky-top {
  position: sticky;
  top: 0;
}

/* *********Nav 2 end********** */

header.masthead video{
  width: 100%;
  object-fit: fill;
  height: 100%;
  margin-top: 0px;
  /* position: relative; */
}

.form-masthead{
  position: relative;
}
header.masthead {
  position: relative;
  /* background: url("https://images.unsplash.com/photo-1511227499331-25c621db940e?ixlib=rb-1.2.1&auto=format&fit=crop&w=1100&q=80") black no-repeat center center scroll; */
  /* background: url("images/hero1.png"); */
  /* background: url("images/video.mp4"); */
  background-size: cover;
  /* padding-top: 12rem;
  padding-bottom: 8rem; */
}

.get-in-touch-masthead {
  background: url(images/form-bg-full1.jpg);
  background-size: cover;
}

/* .form-masthead{
  position: relative;
  background: url(images/form-bg.png);
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
} */
.form-social-icons img {
  padding: 10px;
  height: 65px;
}

.modal-header {
  padding: 0 10px !important;
}

.map-masthead {
  position: relative;
  background: url("images/Map-updated.png");
  background-size: cover;
  padding-top: 4rem;
  padding-bottom: 3rem;
}

.form-control {
  /* background-color: #FBF7EA; */
  background-color: #000;
  border-radius: 0 !important;
  margin: 10px;
}

.submit-btn {
  /* background-color: #FFF3C7; */
  background-color: #fff;
  border-radius: 10px !important;
}

.form-text {
  color: #FBF7EA;
  margin-top: 60px;
}

.git {
  margin-left: -139px;
  margin-bottom: 20px;
}

.hero-text h1 {
  font-size: 42px !important;
  top: 261px;
  left: 512px;
  text-align: center;
  letter-spacing: -0.56px;
  color: #fff;
  opacity: 1;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: "Montserrat";
  /* font-size: 45px; */
  font-weight: 300;
  font-size: 45px;
  line-height: 30px;
  font-style: normal;
}


.hero-text p {
  color: #FBF7EA;
  font-size: 20px;
  top: 557px;
  left: 618px;
  height: 59px;
  text-align: center;
  letter-spacing: 0.1px;
  color: #FBF7EA;
  opacity: 1;
  margin-top: -20px;
  /* font-family: "Crimson Text"; */
  text-transform: uppercase;
  font-style: normal;
}

header.masthead .overlay {
  position: absolute;
  background-color: #000;
  height: 99%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
  z-index: 1;
}

.grid_btn {
  margin-bottom: 40px;
  margin-top: 30px;

}

@media (min-width: 768px) {
  /* header.masthead {
    padding-top: 12rem;
    padding-bottom: 12rem;
  } */

}

.showcase-text h4 {
  font-weight: 500;
}

.showcase .showcase-text {
  padding: 7px 37px 7px 0px;
}

.showcase .showcase-text-right {
  /* padding: 25px 37px 7px 55px; */
  padding: 40px 85px 6px 100px;
}

.showcase-text-right h4 {
  font-weight: 500;
}

.showcase .showcase-img {
  min-height: 25rem;
  background-size: cover;
}



@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 40px 100px 7px 75px;
  }
}

/* Underline */
.underline {
  position: relative;
  text-decoration: none;
}

.showcase-text-right h2 {
  margin-bottom: 1.5rem;
  /* font-family: "Kepler Std"; */
  font-size: normal;
  text-transform: uppercase;
  font-size: 36px;
  padding-left: 25px;
  border-left: 2px solid #cdb090;

}

.showcase-text h2 {
  margin-bottom: 1.5rem;
  /* font-family: "Kepler Std"; */
  font-size: normal;
  text-transform: uppercase;
  font-size: 36px;
      padding-left: 25px;
    border-left: 2px solid #cdb090;
}

/* .underline::after {
  bottom: 10px;
} */
/* Underline end */

.features-icons {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

.testimonials {
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials .testimonial-item-footer {
  max-width: 18rem;
}

.testimonials .testimonial-item img {
  max-width: 4rem;
    height: 62px;
    width: auto;
  /* -webkit-box-shadow: 0px 5px 5px 0px #adb5bd;
  box-shadow: 0px 5px 5px 0px #adb5bd; */
}


.testimonial-item p, .testimonial-item h5, .ElevateYourExperience{
     font-weight: 600;
    font-size: 22px;
    height: 48px;
    line-height: 24px;
}

.testimonial-item-footer p, .testimonial-item-footer h5, .ElevateYourExperience{
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  margin-bottom:16px ;
}

.call-to-action {
  position: relative;
  background-size: cover;
  padding-top: 4rem;
  padding-bottom: 4rem;
}


.video-div {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 
.btn {
font-family:  Lato;
font-style: normal;
text-transform: uppercase;
  margin: 73px 0 auto;
  color: #000; 
  top: 457px !important;
  left: 857px !important;
  width: 170px !important;
  height: 45px !important;
  background: #fff 0% 0% no-repeat padding-box;
  border-radius: 0px;
  opacity: 1;

} */

/* *******Button progress style******* */

.wrap {
  /* height: 50vh; */
  position: relative;

  &:nth-of-type(2n) {
    background: #fff;

  }

  /* a {
    display: block;
    margin: 1em auto;
    width: 200px;
    text-align: center;
  } */
}

.btn {
  border-radius: 0px;
  text-decoration: none;
  position: relative;
  padding: 10px 40px;
  /* border: 1px solid #fcfcfc; */
  z-index: 20;
  transition: all 0.50s cubic-bezier(1.000, 0.000, 0.000, 1.000);
}

.btn:hover {
  color: #fff;
  background-color: #fff;
}

.btn-color {
  border-color: #000;
  color: #000;
  background-color: #fff;

  &::before,
  &::after {
    background: #000;
    /* border-color: #fff; */
  }
}

.btn::before,
.btn::after {
  content: '';
  position: absolute;
  z-index: -1;
  transition: all 0.50s cubic-bezier(1.000, 0.000, 0.000, 1.000);
}

.btn-l-r::after {
  height: 100%;
  width: 0;
  top: 0;
}

.btn-l-r:hover::after {
  width: 100%;
}

.btn-l-r::after {
  left: 0;
}

/* ************* */
/* .btn-gin {
  color: #000; 
  background: #fff 0% 0% no-repeat padding-box;
  border-radius: 0px;
  width: 140px;
height: 40px;
border: none;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
border: 1px solid #000;
text-transform: uppercase;
} */
.logo-img img {
  height: 60px;
}





/* Container for the image and text */
.features-icons-item {
  position: relative;
}

/* Style for the image */
.image_gride img {
  max-width: 100%;
  /* Ensure the image doesn't exceed its container */
  height: auto;
  /* Maintain the image's aspect ratio */
  display: block;
  /* Remove any extra spacing below the image */
}


.gride_text {
  /* text-align: center; */
  letter-spacing: -0.31px;
  color: #FFF3C7;
  opacity: 1;
  margin: auto;
  position: absolute;
  padding: 23px 6px;
  top: -3px;
  left: 4;
  width: 100%;
  /* transform: translateY(-50%); */
  background-color: rgba(0, 0, 0, 0.5);
  text-transform: capitalize;
}

/* Style for the heading within the text overlay */
.gride_text h3 {
  font-size: 24px;
  margin: 0;
}

/* Style for the paragraph within the text overlay */
.gride_text p {
  margin: 10px 13px 0;
}

/* *********Navbar********** */
.bg-light-nv {
  background-color: #000;
  opacity: 0.8;
  color: white !important;
}

.nav-colored {
  background-color: #000;
  opacity: 1;
  color: white !important;
}

.bg-light {
  background-color: #fff !important;
  color: #000 !important;
}

.bg-image{
  background-image: url("images/eselevate-your-experience.png") !important;
                                
  background-size: cover;
}

.navbar-light .navbar-nav .nav-link {
  top: 67px;
  left: 1308px;
  width: 80px;
  height: 27px;
  /* UI Properties */
  text-align: left;
  /* font: normal normal medium 19px/26px Poppins; */
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}

.about-us {
  flex: 0 0 100%;
  max-width: 100%;
  color: black;
}

.about-us h2 {
  /* font-family: "Kepler Std"; */
  font-size: 41px;
  font-weight: 300;
  /* letter-spacing: -0.64px; */
  color: #000000;
  opacity: 1;
}

.about-us p {
  top: 1173px;
  left: 278px;
  text-align: center;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  /* font-family: "AvenirLTStd-Book" !important; */
  /* font-weight: 400; */
  font-size: 18px;
}

.about-imag-1 {
  text-align: right;
  padding-right: 24px;
}

.about-imag-1 img {
  margin-right: -110px;
  width: 60px;
}

.about-imag-2 {
  text-align: left;
}

.about-imag-2 img {
  margin-left: -90px;
  width: 60px;
}

.call-to-action .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: 2px solid #1a0f02;
}

footer.footer {
  /* padding-top: 1rem; */
  /* padding-bottom: 4rem; */
}

.footer-socialmedia-icons img {
  height: 45px;
  padding: 4px;

}

.testimonial-item ul li {
  font-size: 16px;
  padding: 5px 2px;
  text-align: left;
  color: #000;
    font-weight: 500;
}

.testimonial-item-footer ul li a{
  font-size: 16px;
  padding: 5px 2px;
  text-align: left;
  color: #fff;
    font-weight: 500;
}

.video-div {
  display: flex;
  flex-direction: column;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

iframe {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.elevate-your-experience {
  margin-bottom: 100px;
}
.GetInTouchForm{
  margin-bottom: 40px;
}
.form-row-git {
  margin-left: 12%;
}

.form-login-op .d-h6 {
  text-align: right;
  margin-bottom: 20px;
}

.form-login-op .d-sign {
  text-align: left;
  color: #FFF3C7;
}

/* On hover image title and paragraph */
.img-overlay {
  position: relative;
  width: 100%;
}

.img-overlay-image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0, 0, 0, .5);
}

.features-icons-item:hover .vip {
  opacity: 1;
  display: none;
  position: relative;

}

.vip2 {
  display: none;
  margin: 30px;
}

.features-icons-item:hover .vip2 {
  opacity: 1;
  display: block;
  height: 50vh;
}

/* End */

.point {
  width: 10px;
  height: 10px;
  background: rgb(130 129 139);
  border-radius: 50%;
  animation: blink 1s ease-in-out infinite none;
}

@keyframes blink {
  0% {
    box-shadow: 0 0 0 0 rgba(156, 153, 150, 0.539);
  }

  50% {
    box-shadow: 0 0 0 10px rgba(173, 172, 172, 0.3);
  }
}


.mumbai {
  position: absolute;
  top: 424px;
  left: 968px;
}

.delhi {
  position: absolute;
  top: 391px;
  left: 993px;
}

.dallas {
  position: absolute;
  top: 376px;
  left: 341px;
}

.london {
  position: absolute;
  top: 343px;
  left: 673px;
}

.madrid {
  position: absolute;
  top: 278px;
  left: 693px;
}

.toronto {
  position: absolute;
  top: 280px;
  left: 319px;
  /* color: red; */
}

.dubai {
  position: absolute;
  top: 406px;
  left: 894px;
}

.nav-item button a {
  color: #FFF !important;
}

.nav-item button {
  background-color: transparent;
  border: none;
}

.nav-item .active {
  /* left: 1444px; */
  /* width: 66px; */
  height: 38px;
  background: #fff 0% 0% no-repeat padding-box;
  /* border-radius: 6px; */
  opacity: 1;
  opacity: 1;
}

.nav-item .active a {
  color: black !important;
}

/* nav scroll end */
.button2:hover {
  background-color: #000;
  color: #fff;
  border-color: #fff;
}

.vip2 ul li {
  margin-left: -25px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  font-size: 15px;
  font-weight: 600;
}

.map-text-city {
  margin-top: 640px;
  word-spacing: 18px;
  color: #000;
}

.map-text h1{border-bottom: 2px solid black;
    width: 490px;
    margin: auto;
}

.map-text h2{
color: black;
font-weight: 600;
}

/* serice Dropdown */
ul.dropdown {
  min-width: 335px;
  /* Set width of the dropdown */
  background: #000;
  display: none;
  position: absolute;
  z-index: 999;
  left: -135px;
}

.service-list a {
  color: #000;
}

.service-list{
    font-size: 13px;
}

li button {
  /* color: #000; */
  position: relative;
}

ul.dropdown {
  display: none;
}

li:hover ul.dropdown {
  display: block;
  /* Display the dropdown */
  list-style-type: none;
  text-align: left;
  margin-left: 0px;
  padding: 13px;
  /* background-color: red; */
}


.nav-item .active .service-list {
  color: white !important;
}

.captal-text {
  text-transform: capitalize; 
}
.captal-text h2{
  font-weight: 800 !important;
}
.service {
  /* margin-left: -139px; */
  /* font-family: "Kepler Std"; */
  font-size: 41px;
  /* font-weight: 300; */
  margin-bottom: 31px;
  padding-top: 30px;
  color: #000;
  text-transform: uppercase;
}

.s-mobile {
  display: none;
}

.s-desktop {
  display: block;
}

.navbar {
  display: block;
}

.navbar2 {
  display: none;
}

.icon {
  display: none;
}

.showcase-text p {
  /* font-family: "AvenirLTStd-Book" !important; */
  /* font-weight: 400; */
  font-size: 16px;
  line-height: 28px;
  color: #000;
}

.showcase-text-right p {
  /* font-family: "AvenirLTStd-Book" !important; */
  /* font-weight: 400; */
  font-size: 16px;
  line-height: 28px;
  color: #000;
}

/* Mobile responsive */

@media screen and (min-width: 321px) and (max-width: 600px) {

  .navbar {
    display: none;
  }

  .navbar2 {
    display: block;
  }


}
@media screen and (min-width: 321px) and (max-width: 920px) {
    
    .logo-img img {
  height: 40px;
}
  .sticky-top {
    position: sticky;
    top: 0;
  }

  .icon {
    display: block;
  }

  .no-gutters .s-mobile {
    text-align: center;
    margin: auto;
    padding-block: 20px;
    /* font-family: "Kepler Std"; */
    font-size: normal;
    text-transform: uppercase;
  }

  .s-desktop {
    display: none;
  }

  .s-mobile {
    display: block;
  }

  .service {
    margin-left: 0;
  }

  .about-us h2 {
    font-size: 19px;
  }

  .showcase-text-right h2 {
    font-size: 24px;
    /* font-family: "Kepler Std"; */
    font-size: normal;
    text-transform: uppercase;
    font-size: 39px;
    padding-left: 25px;
    border-left: 2px solid #cdb090;
  }

  .showcase-text-right h4 {
    font-size: 22px;
  }

  .showcase-text h2 {
    font-size: 24px;
    /* font-family: "Kepler Std"; */
    font-size: normal;
    text-transform: uppercase;
    font-size: 39px;
        padding-left: 25px;
    border-left: 2px solid #cdb090;
  }

  .showcase-text h4 {
    font-size: 22px;
  }

  h2 {
    font-size: 24px;
  }

  p {
    font-size: 15px;
  }

  .footer-head h2 {
    font-size: 25px;
  }

  .footer-head p {
    font-size: 12px;
  }

  .form-text {
    margin-top: -12px;
  }

  .map-text-city {
    /* margin-top: 145px;  */
    margin-top: 178px;

    
    word-spacing: 2px;
    font-size: 12px;
    text-align: center;
  }

  .about-imag-1 img {
    margin-right: -15px;
  }

  .about-imag-2 img {
    margin-left: -2px;
  }

  .showcase .showcase-text {
    padding: 20px 0;
    text-align: center;
  }

  .showcase .showcase-text-right {
    padding: 25px 0;
    text-align: center;
  }

  .elevate-your-experience {
    margin-bottom: 0px;
  }

  .map-masthead {
    height: 32vh;
  }

  .map-text h2 {
    font-size: 20px;
    margin-top: -40px;
  }

  .map-text .underline::before {
    content: "";
    position: absolute;
    width: 85%;
    height: 2px;
    background-color: white;
    top: 25px;
    right: 27px;
  }

  .footer-socialmedia-icons img {
    height: 35px;
  }

  .hero-text h1 {
    font-size: 17px !important;
  }

  header.masthead .overlay { 
    height: 98%;
  }
  p {
    font-size: 14px;
}

.service { 
    font-size: 28px;
}
  .hero-text p {
    font-size: 14px;
    margin-top: -7px;
  }

  .form-masthead {
    padding-top: 0rem;
    padding-bottom: 2rem;
    margin: 0px;
    margin-left: -5px;
    width: 100%;
  }

  .git {
    margin-left: 0;
    margin-bottom: 20px;
    margin-top: 30px;
  }

  .git {
    font-size: 26px;
  }

  .form-row-git {
    margin-left: -4%;
  }

  .form-login-op .d-h6 {
    text-align: center;
    margin-bottom: 0px;
  }

  .form-login-op .d-sign {
    text-align: center;
    color: #FFF3C7;
  }

  .form-control {
    margin: 3px 0px;
  }

  .point {
    width: 10px;
    height: 10px;
    background: rgb(130 129 139);
    border-radius: 50%;
    animation: blink 1s ease-in-out infinite none;
  }

  .mumbai {
    position: absolute;
    top: 52%;
    left: 22%;
  }

  .delhi {
    position: absolute;
    top: 59%;
    left: 59%;
  }

  .toronto {
    position: absolute;
    top: 102px;
    left: 230px;
  }

  .dallas {
    position: absolute;
    top: 89px;
    left: 237px;
  }

  .london {
    position: absolute;
    top: 38%;
    left: 45%;
}

  .madrid {
    position: absolute;
    top: 38%;
    left: 20%;
  }

  .dubai {
    position: absolute;
    top: 50%;
    left: 45%;
  }

  .features-icons-item:hover .vip2 {
    opacity: 1;
    display: block;
    /* height: 40vh; */
  }
}


/* ******************* */
/* PASTE BELOW IN CSS */

.buttons * {
  transition: all .5s ease;
}

.buttons {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* .butWrap {
  position: relative;
  list-style: none;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;  
  -ms-flex-wrap: wrap;  
  flex-wrap: wrap;
  -webkit-align-content: flex-end;
  -ms-align-content: end;
  align-content: flex-end;
  width: 100%;
} */

/* Common style */

.butFrame {
  position: relative;
  /* overflow: hidden; */
  margin: 5px;
  width: 23%;
  background: #111;
  /* font-family: inherit; */
  font-size: 1em;
  text-align: center;
  cursor: pointer;
}

.butFrame img {
  position: relative;
  display: block;
  max-width: 100%;
  opacity: 0.8;
  /* position: absolute; */
}


.buttons>.butHeading {
  clear: both;
  margin: 0;
  padding: 4em 1% 0;
  color: #484B54;
  font-weight: 800;
  font-size: 1.5em;
}

#buttons>.butHeading:first-child {
  padding-top: 0em;
}

.butFrame .butTextWrap {
  /* font-family: inherit; */
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.butFrame .butTextWrap::before,
.butFrame .butTextWrap::after {
  pointer-events: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* } */

.butFrame .butTextWrap,
.butFrame .butTextWrap>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */

.butFrame .butTextWrap>a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.butFrame .butHeading {
  word-spacing: -0.15em;
  font-weight: 800;
  font-size: 18px;
  /* font-family: inherit; */
}

.butFrame .butHeading .butText {
  font-weight: 300;
}

.butFrame .butHeading,
.butFrame p {
  margin: 0;
  color: #fff;
}

.butFrame p {
  letter-spacing: 1px;
  font-size: 68.5%;
  /* font-family: inherit; */
}

/* EFFECT */

.butFrame img {
  opacity: 0.9;
  transition: opacity 0.35s;
  width: 100%;
  height: auto;
}

.butFrame .butTextWrap::before,
.butFrame .butTextWrap::after {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.butFrame .butTextWrap::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.butFrame .butTextWrap::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  box-sizing: border-box;
}

.butFrame .butHeading {
  padding-top: 10%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}

.butFrame p {
  padding: 10px 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

/* HOVER STYLES */

.butFrame:hover img {
  opacity: 0.4;
}

.butFrame:hover .butTextWrap::before,
.butFrame:hover .butTextWrap::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.butFrame:hover .butTextWrap ul li {
  display: block;
  text-align: center;
}


.butFrame:hover .butHeading,
.butFrame:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.butTextWrap ul li {
  font-size: 13px;
  list-style-type: none;
  display: none;
  margin-left: -50px;
  margin-top: 10px;
  line-height: 25px;
}

/* } */

/* MEDIA QUERIES */

@media all and (max-width: 950px) and (min-width: 701px) {

  .butFrame {
    display: block;
    width: 47%;
  }

}

@media all and (max-width: 700px) and (min-width: 0px) {

  .butFrame {
    display: block;
    width: 100%;
  }

}