:root {
  --gunblue: 227, 92%, 58%;
  --gunmetal: 215, 31%, 21%;
  --electricblue: 215, 17%, 45%;
  --borders: 200, 24%, 88%;

  --ff-inter: "Inter", sans-serif;
}

/** 
    COLORS
**/

.gunblue {
  color: hsla(var(--gunblue), 1);
}

.gunmetal {
  color: hsla(var(--gunmetal), 1);
}

.electricblue {
  color: hsla(var(--electricblue), 1);
}

.borders {
  color: hsla(var(--borders), 1);
}

/**
    FONTS
**/

.ff-inter {
  font-family: var(--ff-inter);
}

.heading {
  font-family: var(--ff-inter);
  font-weight: 600;
  line-height: 1.1;
}

.xl {
  font-size: 4rem;
}

.lg {
  font-size: 3rem;
}

.m {
  font-size: 1.5rem;
}

.s {
  font-size: 1.25rem;
}

.body-text {
  font-family: var(--ff-inter);
  line-height: 1.5;
  font-weight: 400;
  font-size: 1rem;
}

.mar {
  margin: 2rem;
}

.firstsec {
  padding-right: 6rem;
}

.tada {
  position: relative;
}

.body-text-bold {
  font-weight: 600;
}

.body-text-small {
  font-size: 0.875rem;
}

.mama {
  max-width: 35rem;
  padding-bottom: 12.5rem;
  padding-top: 5rem;
}

.dada {
  /* min-width: 35rem; */
  /* height: 35rem; */
  position: relative;
  left: -5rem;
  /* margin-top: 10.25rem; */
}

.CM {
  position: relative;
  top: -2.5rem;
  right: -7rem;
  color: #345ff6;
}

@media only screen and (max-width: 992px) {
  .col {
    display: flex !important;
    flex-direction: row !important;
  }
  .svgmar {
    margin-right: 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .dada {
    left: 0;
    position: relative;
    top: -20rem;
  }
  .tada {
    height: 100vh;
    justify-content: start !important;
    align-items: start !important;
    text-align: center;
  }
  .middle {
    position: relative;
    top: -10rem;
  }
  .img {
    max-width: 23rem;
    max-height: 26rem;
  }

  .firstsec {
    padding: 0;
  }
  .tadasvg {
    margin: 0 auto !important;
  }

  .xl {
    font-size: 3rem;
  }
  .lg {
    font-size: 2rem;
  }

  .middle {
    position: relative;
    left: -5rem;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 576px) {
  .middle {
    flex-direction: column !important;
    position: relative;
    left: 0rem;
    top: -16rem;
    width: 100%;
    margin: 0 !important;
  }
  .mid-right {
    padding: 2rem !important;
    margin: 0 0 0 0 !important;
  }
  .bl {
    position: relative;
    top: -15rem;
  }
  .container {
    position: relative;
    top: -13rem;
  }
  .col {
    flex-direction: column !important;
  }
  .phone {
    justify-content: left !important;
  }
  .row {
    margin: 0 !important;
  }
  .dada {
    top: -16rem;
  }
  .tada {
    margin: 0 !important;
  }
}

.bro {
  border-radius: 20px 80px 80px 20px / 20px 75px 75px 20px;
  /* height: 8rem; */
  background: linear-gradient(90deg, #345ff7 0%, #587dff 100%);
  color: white;
}

.img {
  max-width: 35.25rem;
  min-width: 27rem;
  margin-bottom: 6rem;
}

.img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mid-right {
  max-width: 30rem;
  margin-left: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* 
    GRADIENTS
*/

.first-section-gradient {
  background: linear-gradient(
    290.1deg,
    #d6e6fe 0%,
    rgba(214, 252, 254, 0) 100%
  );
  border-radius: 0px 0px 35px 35px;
}

.first-section-shadow {
  box-shadow: 16px 32px 56px rgba(143, 174, 207, 0.25);
  border-radius: 16px;
}

.second-section-gradient {
  background: linear-gradient(
    290.1deg,
    #d6e6fe 0%,
    rgba(214, 252, 254, 0) 100%
  );
  opacity: 0.7;
  border-radius: 35px;
}

.last-section-div {
  background: #ffffff;
  box-shadow: 16px 32px 56px rgba(143, 174, 207, 0.25);
  border-radius: 16px;
  padding: 2rem;
}
