@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
*{
    margin:0;
    padding:0;
    font-family: 'Montserrat', sans-serif;
}

@media scren and(min-width:1024px){
  .section {
    position: relative;
    width: 100%;
    height:700px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
}
.Cta_Text{
  z-index: 1;
  padding:320px 50px 0px 50px;
    font-size: 1.5rem;
    line-height:50px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #fff;
  }
  @media screen and (max-width:1023px){
    .Cta_Text{
      font-size: 1rem;
      line-height:40px;
      text-align: center;
      padding:90px 10px 0px 10px;
      }
  }
  .CtaBTN{
    margin: 20px 0px 0px 50px;
    color: #fff;
    padding:10px  15px;
    border-radius:3px;
    border: 2px solid #fff;
    width:180px;
    font-size: 15px;
    transition:.5s;
  }
  @media screen and (max-width:1023px){
    .CtaBTN{
      width:200px;
      display: block;
      margin:10px auto;
      text-align: center;
    }
    .ArrowIMG{
      display: none;
    }
  }
  .video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  
  .color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom:0;
    right:0;
    background:linear-gradient(to top right, #343a4057,#343a40);
    width: 100%;
    height: 100%;
    z-index:1;
  }
  @media screen and (max-width:1024px){
    .color-overlay,video{
      height:350px;
      max-width: none;
    }
  }
  .CtaBTN:hover .ArrowIMG{
    margin: 0px 5px;
    transition:.3s;
  }
.AboutSection{
  margin-top:720px;
}
@media screen and (max-width:1024px){
  .AboutSection{
    margin-top:350px;
  }
}
.expNum{
  font-family: 'Pacifico', cursive;
}
.serviceSection{
  background: url(./Assets/black-linen.png);
  border:5px solid #60a5fa;
  letter-spacing:1px;
  background-color: #60a5fa;
}
@media screen and (min-width:1024px){
  .ServiceText{
    display:flex;
    justify-content: center;
    align-items: center;
  }
  .ServiceArrow{
    margin-left:5px;
  }
}
.Patners{
  display: inline-block;
  max-height:50px;
  margin:15px 25px;
  opacity:.7;
}
.Contact{
  background: url('./Assets/LastBG.jpg');
  background-size:cover;
  background-position: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:50px;
}
@media screen and (max-width:1024px){
  .Contact{
    padding:50px 10px;
    text-align: center;
  }
}
.Contact_Des{
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom:5px;
}
.Contact_title{
  font-size: 25px;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 500;
  letter-spacing: 1px;
}
.fab{
  font-size: 30px;
  color: #fff;
  margin: 0px 10px;
  cursor: pointer;
}
.Footer{
  padding: 5px 0px;
  background-color: #fff;
  text-align: center;
}
.FooterLink{
  display: inline-block;
  font-size: 14px;
  color:#60a5fa;
  text-decoration: none;
  font-weight: 600;
  margin: 15px;
}