* {
  font-family: 'Crimson Pro', serif;
}

body {
  position: fixed;
  margin: 0;
  font-family: 'Crimson Pro', serif;
  font-size: 17px;
  font-weight: 500;
  color: #333333;
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #ffffff;
}

body:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url('../bg.jpg');
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
  mix-blend-mode: luminosity;
  filter: grayscale(1) brightness(1);
  opacity: 0.3;
}

ul,li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wraper {
  width: 100%;
  position: relative;
  display: flex;
  padding: 0px 0 0% 0;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  overflow-y: auto;
}

.wraper:before {
  content: '';
  width: 100%;
  height: 85%;
  position: absolute;
  left: 0;
  opacity: 0;
  z-index: -1;
  top: 0;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  background: linear-gradient(180deg, rgba(255,255,255,1) 35%, rgb(0 0 0 / 0%) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.main {
  /* height: 100%; */
  width: 100%;
  padding-top: 2%;
  padding-bottom: 2%;
}

.video {
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 100%; */
  width: 60%;
  max-width: 404px;
  margin: 40px auto 70px;
  /* box-shadow: 0px 10px 70px 34px #ffffff; */
}

.video video,
.video img {
  width: 100%;
}

.contact_details {
  text-align: center;
  display: block;
  position: relative;
  padding: 0 15px;
}

.contact_details h4 {
  font-size: 38px;
  font-weight: 700;
  color: #333333;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.contact_details h4:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 2px;
  background: #333333;
}

.contact_details .getintouch ul li {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 400;
}

.contact_details .getintouch ul li > strong {
  font-size: 110%;
  font-weight: 700;
  color: #445b96;
}

.contact_details .getintouch p strong {
  font-weight: 600;
  color: #333333;
}

.contact_details .getintouch li a {
  color: unset;
  text-decoration: none;
  color: #222222;
}

.contact_details .getintouch p.contactnumber{margin: auto;padding: 5px 20px;width: fit-content;background: rgb(68 91 150 / 80%);border-radius: 3px;color: #fff;}
.contact_details .getintouch p.contactnumber strong{color: #fff;}
.contact_details .getintouch p.contactnumber a{color: #fff;}


.contact_details .getintouch p.mailid{margin: auto;margin-top: 3px;padding: 5px 20px;width: fit-content;background: rgb(167 158 205 / 90%);border-radius: 3px;color: #fff;}
.contact_details .getintouch p.mailid strong{color: #fff;}
.contact_details .getintouch p.mailid a{color: #fff;}

.main h1 {
  margin: 2% 0 0;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  color: #666666;
  line-height: 0.9;
}

.main h1 span {
  display: block;
  font-size: 75px;
  color: #222222;
  letter-spacing: 0px;
  font-weight: 300;
  text-transform: uppercase;
}
ul.socials {padding: 2% 10px 2% 10px;display: flex;align-items: center;position: relative;width: 100%;text-align: center;justify-content: center;}

ul.socials li {
  padding: 15px 28px;
  /* border-right: 1px solid rgb(255 255 255 / 28%); */
  display: flex;
  align-items: center;
  margin-right: 5px;
  background: rgb(51 51 51 / 43%);
}

ul.socials li a {
  color: #ffffff;
  font-size: 22px;
  text-decoration: none;
  display: flex;
  align-items: center;
}

ul.socials li span {
  font-size: 85%;
  color: #ffffff;
  font-size: 22px;
  padding: 0 15px 0 0;
  font-weight: 300;
}

ul.socials:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  background: linear-gradient(360deg, rgb(0 0 0 / 75%) 0%, rgb(0 0 0 / 0%) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  z-index: -1;
}

ul.socials li:last-child {
  border: none;
}

ul.socials li:first-child a {
  padding-right: 23px;
}

ul.socials li:first-child a:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 1450px) {
  .main h1 {
    font-size: 27px;
  }

  .main h1 span {
    font-size: 55px;
  }
}

@media only screen and (max-width: 991px) {
  .video {
    margin-top: 10px;
  }

  .wraper:before {
    opacity: 1;
  }

  .contact_details h4 {
    font-size: 30px;
  }
  ul.socials li a {
    font-size: 18px;
  }

  ul.socials li span {
    font-size: 18px;
    padding: 0 15px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .contact_details {
    margin-top: 25px;
  }

  .contact_details h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .contact_details h4:before {
    height: 1px;
    width: 50px;
  }

  .contact_details .getintouch ul li {
    font-size: 19px;
  }

  .main h1 {
    font-size: 20px;
    color: #444444;
    margin-top: 7%;
  }

  .main h1 span {
    font-size: 50px;
  }

}

@media only screen and (max-width: 575px) {
  .contact_details .getintouch ul li {
    font-size: 17px;
  }

  .main h1 {
    font-size: 17px;
  }

  .main h1 span {
    font-size: 35px;
  }
}
