@font-face {
    font-family: 'butlermedium';
    src: url('butler_medium-webfont.woff2') format('woff2'),
         url('butler_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
  margin: 0;

  background: #fff;
  font-family: 'futura-pt',sans-serif;

}

h1{
  font-family: 'futura-pt',sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 72px;
	line-height: 96px;
	display: flex;
	align-items: center;
	letter-spacing: -0.08em;
}

h2{
  font-family: 'Butler';
	font-style: normal;
	font-weight: 500;
	font-size: 65px;
	line-height: 78px;
  line-height: 88%;
  color: #000;
}

h3{
	font-family: 'Butler';
	font-style: normal;
	font-weight: 500;
	font-size: 55px;
  color: #000;

}

h4{
  font-family: 'Butler';
  font-style: normal;
  font-weight: 400;
  font-size: 45px;
  line-height: 54px;
  color:#000;
}



h5{
  font-family: 'Butler';
  font-style: normal;
  font-weight: 200;
  font-size: 37px;
  line-height: 54px;
  color:#000;
}

h6{
  font-family: 'Butler';
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
}


p{
font-family: 'Karla', sans-serif;
font-size: 15px;
line-height: 21px;
}

#return-to-top {
    z-index: 100;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #fff;
    /* background: rgba(0, 0, 0, 0.7); */
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#return-to-top i {
    color: #000;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}




html{
	scroll-behavior: smooth;
}


.img-fluid{
	max-width: 100%;
}



.row{
  margin-right: 0;
  margin-left: 0;
}


/* hero */

.hero{

  height: 765px;


}
.hero-detail{
padding-top: 393px;
}

/* .hero-detail p{
  font-size: 18px;
  font-family: 'Butler';
  line-height: 129.6%;

} */

.hero-datee-img{
  max-width: 100%;
  margin-top: 60px;
/* box-shadow: 60px 40px 60px rgba(0, 0, 0, 0.1); */
}



/* projects */
.wrap{
  padding: 0 30px;
}

.space{
  padding-top: 3em;
}











/*  */

.more-title{
	font-family: 'futura-pt',sans-serif;
	font-size: 45px;
	text-align: center;
	margin-bottom: 60px;
}
.more{
	max-width: 100%;
}

.space-bottom-sm{
	margin-bottom: 60px;
}


.dateestyle{
	max-width: 100%;
}


/*  */
.col {
  flex: 1;
  min-width: 22%;
}
footer{
	margin-bottom: 60px;
}








   /*  Large devices (desktops, less than 1200px) */
   @media (max-width: 1199.98px) {

   }

   /*  Medium devices (tablets, less than 992px) */
   @media (max-width: 991.98px) {

   }




   /*  Small devices (landscape phones, less than 768px) */
   @media (max-width: 767.98px) {
     .hero-detail {
         padding-left: 29px;
         padding-top: 7em;
     }

     .hero-datee-img{
       max-width: 100%;
       margin-top: 60px;
     }

     .space {
         padding-top: 11em;
     }

     .space-bottom {
        padding-bottom: 7em;
     }


   }


      /* Extra small devices (portrait phones, less than 576px) */
      @media (max-width: 575.98px) {


        p{
        font-size: 15px;
        line-height: 18px;
        }

        .hero-detail {
            padding-left: 29px;
            padding-top: 7em;
        }


       .hero-datee-img{
         max-width: 100%;
         margin-top: 60px;
       }



      }

			@media (max-width:500px) {
			  .col {
			    min-width: 50%;
			  }
				.more{
					margin-bottom: 30px;
				}
			}


      /* Extra small devices (portrait phones, less than 576px) */
      @media (max-width: 375.98px) {


        h2{
          font-size: 60px;
        	line-height: 72px;
        }

        p{
        font-size: 15px;
        line-height: 18px;
        }


        .hero-detail {
          padding-left: 29px;
          padding-top: 7em;
      }

       .hero-datee-img{
         max-width: 100%;
         margin-top: 60px;
       }


      .space {
         padding-top: 7em;
      }



      }
