
.contact {
  box-sizing: border-box;
  scroll-behavior: smooth;
  width:100%;
}

#welcome-section {
  position: relative;
}
.sec-contact {
  width: 100vw;
  color: #fff;
  font-size: 1.6rem;
}
.sec-contact:nth-child(odd) {
  background-color: var(--primary-color);
  color: fff !important;
}
#main-text h3 {
  font-size: 2rem;
  margin-bottom: 10px;
}

#main-text p {
  font-size: 1rem;
}

@media (max-width: 600px) {
  #main-text h3{
    font-size:20px;
    text-align: center;
 
  }
  
}

 /* --- button ---- */
.sec-contact a
{
  width: 150px;
  height: fit-content;
  display: inline-block;
  font-size: 1rem;
  color: #111;
  background: #fff;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #808080;
  text-decoration: none;
  font-weight: 700;
  margin-top: 10px;
  border-radius: 7px;
  text-align: center;
}

.sec-contact a:hover
{
  background: #ac41f4;
  color: aliceblue;
  border: 1px solid #ac41f4(255, 0, 88, 0.4);
  box-shadow: 0 1px 15px rgba(1, 1, 1, 0.2);
}

.slideUp {
  -webkit-animation: slide 0.5s ease-out 1;
          animation: slide 0.5s ease-out 1;
}
@-webkit-keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(30%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(30%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

#info,
#main-text {
  max-width: 600px;
  margin: auto;
}
/* @media (min-width: 61.26em) {
  .contact {
    font-size: 60%;
  }

  .sec-contact {
    min-height: 20vh;
  }
  #welcome-section {
    height: 60vh;
  }
  #menu-icon {
    display: none;
  } */


  #hero-image {
    position: relative;
    background-color: rgba(0, 100, 200, 0.2);
    min-width: calc(500px + 5vw);
    min-height: calc(280px + 3vh);
    border-radius: 30px;
    margin: 2rem;
    box-shadow: 25px 25px 75px rgba(0, 0, 0, 0.25),
      10px 10px 70px rgba(0, 0, 0, 0.2),
      inset 5px 5px 10px rgba(250, 250, 250, 0.5),
      inset 5px 5px 20px rgba(255, 255, 255, 0.2),
      inset -5px -5px 15px rgba(0, 0, 0, 0.75);
  }


  @media (max-width: 600px) {
    #hero{
      min-width: calc(200px + 2vw);
      min-height: calc(280px + 3vh);
    }
}
  #hero-image::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 30px;
    z-index: -1;
  }
  #get-started-btn {
    position: absolute;
    bottom: 10%;
    left: 10%;
  }
/* } */

/* @media (min-width: 61.26em) and (orientation: portrait) {
  .sec-contact {
    min-height: 50vh !important;
  }
  #welcome-section {
    height: 50vh;
    width: 60%;
  }
} */

/* 980px / 16px = 61.25em */
/* @media (max-width: 61.26em) and (orientation: portrait) {
  .sec-contact {
    min-height: 80vh !important;
    max-height: calc(100vh + 300px);
  }
}
@media (max-width: 61.25em) {
  .contact {
    font-size: 58%;
  }
  .sec-contact {
    min-height: 50vh !important;
    flex-direction: column;
    padding-top: 10rem !important;
  }
  #welcome-section {
    min-height: 80vh;
  }
  #menu-icon {
    display: block !important;
    position: absolute;
    right: calc(1rem + 2vw);
    padding: auto;
    margin-block: auto;
  }
  #nav-container-lg {
    display: none !important;
  }
  .center {
    flex-direction: column !important;
  }
  #hero-image {
    margin-top: 4rem !important;
    width: calc(350px + 15vw);
    height: calc(250px + 5vh);
    
  }
} */

/* 460px / 16px = 28.75em */
/* @media (max-width: 28.75em) {
  .contact {
    font-size: 55%;
  }
  .sec-contact {
    flex-direction: column;
    text-align: center;
    min-height: 100vh !important;
  }
  #welcome-section {
    min-height: 100vh !important;
    background-color: rgba(0, 100, 200, 0.3);
    padding: 10rem 2rem 5rem 2rem !important;
  }
  #welcome-section::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(https://drive.google.com/uc?export=download&id=1-7LsYKvYUn2Hz3NunSt63F-jacVxM-Sd);
    background-size: 110%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: -1;
  }
  #hero-image {
    display: none;
  }
  #process {
    padding: 3rem;
  }
} */

/* h1 {
  font-family: "Montserrat", Sans serif;
}

#process {
  -webkit-clip-path: polygon(0% 0%, 100% 20%, 100% 100%, 0% 80%);
          clip-path: polygon(0% 0%, 100% 20%, 100% 100%, 0% 80%);
  background-color: white;
  color: black;
  padding: 10rem 0;
}

#process ol {
  list-style-position: inside;
  text-align: left;
  font-size: 1.8rem;
  padding: 2rem;
  font-weight: 400;
}
#process ol > li {
  padding: 1rem;
} */