*,
::before,
::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Playfair Display, sans-serif;
  background: #f1f1f1;
}

.home {
  height: 100vh;
  position: relative;
}
video {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: rgba(0,0,0,0.8);
}
.home-content {
  width: 700px;
  margin: 0 auto;
  position: relative;
  top: 50px;
  color: #fff;
  z-index: 3;
  text-align: center;
}
.home-content h1 {
  font-family: Playfair Display, serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 85px;
  line-height: 1.1;
}
.middle-line {
  height: 200px;
  width: 2px;
  background: #fff;
  margin: 40px auto;
}
.home-content button {
  display: block;
  font-size: 20px;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  background: transparent;
  color: #fff;
  margin: 50px auto 0;
  padding: 16px 30px;
  cursor: pointer;
}

.title{
  font-size: 50px;
  font-weight: 600;
}
.sub-title-r{
  font-size: 30px;
  font-weight: 600;
}
.sub-title{
  font-size: 50px;
  font-weight: 600;
  color: #ff9638 ;
}


.highlight{
  color: #ff9638 ;

}

.contact-info{
  padding: 10px;
  border-radius: 25px;
    background-color: #ff9638;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    color: black;
    font-weight: 600;
}

.contact-tel{
  background: none;
  border: solid 1px #ffffff;
  border-radius: 25px;

  padding: 10px 28px;
  margin-left: auto;
  margin-right: auto;
  width: 200px;

}
.image-svg{
    width: 100%;
    height: 150px;
  }
  
  .text-justify{
    padding: 25px;
    text-align: justify;
  }

@media (min-width: 1280px) and (max-width: 1366px) {
  .image-svg{
    width: 100%;
    height: 100px;
  }
  
  .text-justify{
    padding: 25px;
    text-align: justify;
  }

  

  .title{
    font-size: 30px;
    font-weight: 600;
  }
  .sub-title-r{
    font-size: 20px;
    font-weight: 600;
  }
  .sub-title{
    font-size: 30px;
    font-weight: 600;
    color: #ff9638 ;
  }
  
  
}