@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");


body{
    font-size: 14px;
    line-height: 1.4;
}
strong, b {
    font-weight: bold;
}
.is-wrapper p,.is-wrapper li,.is-wrapper input,.is-wrapper span {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
}
.is-wrapper h1,.is-wrapper h2,.is-wrapper h3,.is-wrapper h4,.is-wrapper h5,.is-wrapper h6 {
    font-variant-ligatures: common-ligatures;
}
.is-wrapper h1.is-title-bold, .is-wrapper h2.is-title-bold, .is-wrapper h3.is-title-bold, 
.is-wrapper h4.is-title-bold, .is-wrapper h5.is-title-bold, .is-wrapper h6.is-title-bold {
    font-weight: 700;
}
.is-dark-text, .is-dark-text h1, .is-dark-text h2, .is-dark-text h3, .is-dark-text h4, .is-dark-text h5, .is-dark-text h6, .is-dark-text p, .is-dark-text li {
    color: #141414;
}
.menubar.menubar-mobile .menubar-toggler span, .menubar.menubar-mobile .menubar-toggler span:before, .menubar.menubar-mobile .menubar-toggler span:after {
    background: #efefef;
}
.is-wrapper a.is-btn-ghost1, .is-wrapper a.is-btn-ghost2, 
.is-wrapper button.is-btn-ghost1, .is-wrapper button.is-btn-ghost2 {
    font-size: 1em;
    letter-spacing: normal;
    line-height: 1.5;
    padding: 0.60em 2.000em;
    border-radius: 12px;
}
.is-wrapper a.is-btn-ghost1.btn-lg, .is-wrapper a.is-btn-ghost2.btn-lg, 
.is-wrapper button.is-btn-ghost1.btn-lg, .is-wrapper button.is-btn-ghost2.btn-lg {
    padding: 1.000em 5.000em;
    font-size: 1.25em;
}
.is-wrapper a.is-btn-ghost1.btn-sm, .is-wrapper a.is-btn-ghost2.btn-sm, 
.is-wrapper button.is-btn-ghost1.btn-sm, .is-wrapper button.is-btn-ghost2.btn-sm {
    padding: 0.700em 2.500em;
    font-size: .75em;
    border-radius: 8px;
}
@media(min-width:769px){
.is-wrapper .is-btn-group .is-btn + .is-btn{
    margin-left: 0.5em; 
}
}
@media(max-width:768px){
.is-wrapper .is-btn-group .is-btn + .is-btn{
    margin-top: 0.5em; 
}
.slider-on-box .slider-content {
    padding: 5% 15px;
}
}
/* ghost1 dark-text */
.is-dark-text .is-btn-ghost1,
.is-light-text .is-dark-text .is-btn-ghost1 {
    color:  #3300FF;
    border: 2px solid  #3300FF;
    background: transparent;
}
    .is-dark-text .is-btn-ghost1:hover, .is-dark-text .is-btn-ghost1:active, .is-dark-text .is-btn-ghost1:focus,
    .is-light-text .is-dark-text .is-btn-ghost1:hover, .is-light-text .is-dark-text .is-btn-ghost1:active, .is-light-text .is-dark-text .is-btn-ghost1:focus {
        color: rgb(255 255 255);
    	background-color: #3300FF;
    	border: 2px solid #3300FF;
    }
/* ghost1 light-text */
.is-light-text .is-btn-ghost1,
.is-dark-text .is-light-text .is-btn-ghost1 {
    color: rgba(51, 0, 255);
    	background-color: transparent;
    	border: 2px solid rgba(51, 0, 255);
}
    .is-light-text .is-btn-ghost1:hover, .is-light-text .is-btn-ghost1:active, .is-light-text .is-btn-ghost1:focus,
    .is-dark-text .is-light-text .is-btn-ghost1:hover, .is-dark-text .is-light-text .is-btn-ghost1:active, .is-dark-text .is-light-text .is-btn-ghost1:focus {
        color: rgba(51, 0, 255);
    	border: 2px solid rgb(255 255 255);
    	background-color: rgb(255 255 255);
    }
/* ghost2 dark-text */
.is-dark-text .is-btn-ghost2,
.is-light-text .is-dark-text .is-btn-ghost2 {
    color: rgb(255 255 255);
    border: 2px solid #3300FF;
    background-color: #3300FF;
}
    .is-dark-text .is-btn-ghost2:hover, .is-dark-text .is-btn-ghost2:active, .is-dark-text .is-btn-ghost2:focus,
    .is-light-text .is-dark-text .is-btn-ghost2:hover, .is-light-text .is-dark-text .is-btn-ghost2:active, .is-light-text .is-dark-text .is-btn-ghost2:focus {
        color: #3300FF;
        border: 2px solid #3300FF;
        background: transparent;
    }
/* ghost2 light-text */
.is-light-text .is-btn-ghost2,
.is-dark-text .is-light-text .is-btn-ghost2 {
    color: rgb(255 255 255);
    border: 2px solid rgba(51, 0, 255);
    background-color: rgba(51, 0, 255);
}
    .is-light-text .is-btn-ghost2:hover, .is-light-text .is-btn-ghost2:active, .is-light-text .is-btn-ghost2:focus,
    .is-dark-text .is-light-text .is-btn-ghost2:hover, .is-dark-text .is-light-text .is-btn-ghost2:active, .is-dark-text .is-light-text .is-btn-ghost2:focus {
        color: rgba(51, 0, 255);
    	background-color: transparent;
    	border: 2px solid rgba(51, 0, 255);
    }

.slider-content {
    opacity: 1 !important;
}
.menubar.menubar-mobile .menubar-toggler span, .menubar.menubar-mobile .menubar-toggler span:before, .menubar.menubar-mobile .menubar-toggler span:after { background: rgb(0, 0, 0); }

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  scroll-behavior: smooth;
}

/* Contact Us */

#contact {
  padding: 2rem 6rem;
  margin: 2rem 6rem;
  background: #fff;
}

#contactHeading {
  padding: 2rem 6rem;
  font-size: 2.4rem;
  margin-bottom: 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #0a408a;
}

#contactOptions {
  padding: 2rem 6rem;
  display: flex;
  align-items: center;
  gap: 10rem;
  margin: 3rem 0 6rem;
}

a {
  text-decoration: none;
}

#mapWrapper {
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #25252574;
}

#contactBtns {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 30px;
}

#btnCallWrap,
#btnMailWrap {
  display: flex;
  align-items: center;
  gap: 20px;
}

.btnCircle {
  height: 80px;
  width: 80px;
  background-color: #1a70bd;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

#getInTouch h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #0a408a;
  margin-bottom: 10px;
}

p {
  font-size: 18px;
  font-weight: 300;
}

#socials {
  margin-top: 40px;
}

#socials p {
  margin-bottom: 20px;
}

.btnCircle i {
  font-size: 40px;
}

#btnCallWrap p,
#btnMailWrap p {
  font-size: 20px;
  font-weight: 400;
}

.iconLink {
  font-size: 46px;
  margin-right: 20px;
}

#contactForm {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#contactForm input,
#contactForm textarea {
  padding: 0.8rem;
  border: 1px solid #ccc;
  background: #bbd5ec;
  border-radius: 4px;
}

input::placeholder,
textarea::placeholder {
  font-size: 14px;
}

#contactForm textarea {
  resize: vertical;
  height: 120px;
}

#contactForm button {
  padding: 0.8rem;
  background: #1a70bd;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

#formHeading {
  font-size: 32px;
  margin-bottom: 40px;
  color: #0a408a;
  text-align: center;
  font-weight: 400;
}

#formFlex1,
#formFlex2 {
  display: flex;
  gap: 20px;
}

#formFlex1 input,
#formFlex2 input {
  width: 50%;
}

@media (max-width: 1024px) {
  
  #contactOptions {
    flex-direction: column;
    gap: 4rem;
  }

  #mapWrapper iframe {
    width: 100%;
    height: 300px;
  }

  #contactBtns {
    flex-direction: column;
    gap: 20px;
  }

  #btnCallWrap,
  #btnMailWrap {
    flex-direction: column;
    gap: 10px;
  }

  #getInTouch {
    text-align: center;
  }

  .iconLink {
    font-size: 36px;
    margin: 0 10px;
  }
}

@media (max-width: 768px) {
  #contactHeading {
    font-size: 2rem;
    text-align: center;
    margin: 60px 0 -40px 0;
  }

  #getInTouch h3 {
    font-size: 20px;
  }

  .btnCircle {
    width: 60px;
    height: 60px;
  }

  .btnCircle i {
    font-size: 30px;
  }

  #btnCallWrap p,
  #btnMailWrap p {
    font-size: 16px;
  }

  #socials p {
    font-size: 16px;
  }

  #mapWrapper {
    width: 90vw;
  }

  #mapWrapper iframe {
    width: 100%;
  }
}

@media (max-width: 480px) {
  #contactOptions {
    gap: 3rem;
    margin: 2rem 0 4rem;
  }

  .iconLink {
    font-size: 30px;
  }

  #socials {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #contactForm {
    margin: 0 30px;
  }
  
  #socials a {
    margin-bottom: 10px;
  }

  p {
    font-size: 16px;
  }
}
