*,
::after,
::before {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  background: transparent conic-gradient(from 36deg at 50% 50%, #05c4ff 0%, #55d0ff 39.73%, #05c4ff 100%);
  color: #222222;
  margin: 0;
  padding: 0;
}

body a {
  text-decoration: none;
  display: block;
  color: #222222;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
}

.w-full {
  width: 100%;
}

.spacer {
  height: 100px;
  width: 100%;
}

.mobile-only {
  display: none;
}

@media screen and (max-width: 550px) {
  .mobile-only {
    display: block;
  }

  .desktop-only {
    display: none;
  }
}

.container .section-wrapper{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.container .section-wrapper .hero-content-wrapper {
  padding: 1rem;
}

.container .section-wrapper .hero-content-wrapper .logo-wrapper {
  max-width: 14.375rem;
  margin: 0 auto;
}

@media screen and (min-width: 550px) {
  .container .section-wrapper .hero-content-wrapper .logo-wrapper {
    max-width: 18.375rem;
  }
}

.container .section-wrapper .hero-content-wrapper .logo-wrapper .logo {
  display: block;
  width: 100%;
  margin-top: 5rem;
  margin-bottom: 1.625rem;
}

.container .section-wrapper .hero-content-wrapper .hero-title {
  text-align: center;
  font-weight: 400;
  font-size: 1.75rem;
  margin-bottom: 1.125rem;
  line-height: 2rem;
}

.container .section-wrapper .hero-content-wrapper .desc-wrapper {
  max-width: 42.875rem;
  margin: 0 auto;
}

.container .section-wrapper .hero-content-wrapper .desc-wrapper .content-desc {
  text-align: center;
  margin-bottom: 1.125rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.container .section-wrapper .section-title {
  text-align: center;
  font-size: 1.125rem;
  line-height: 2rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

.container .section-wrapper .section-desc {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.container .section-wrapper .img-wrapper {
  max-width: 818px;
  margin-top: 1.125rem;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.container .section-wrapper .img-wrapper img {
  width: 100%;
}

.container .section-wrapper ul.content-tabs {
  text-align: center;
  margin-bottom: 1rem;
  padding: 0;
}

.container .section-wrapper ul.content-tabs li {
  list-style-type: none;
  display: inline-block;
  margin: 0 0.625rem;
  padding: 0.3125rem 0.625rem;
  margin-bottom: 3px;
}

.container .section-wrapper ul.content-tabs li .tab {
  display: block;
  text-decoration: none;
  color: #222222;
  font-size: 0.875rem;
  transition: 0.1s ease-in-out;
  cursor: pointer;
}

.container .section-wrapper ul.content-tabs li .active {
  border-bottom: 3px solid #000000;
  font-weight: 500;
  margin-bottom: 0px;
}

.container .section-wrapper .content-area {
  min-height: 17.875rem;
  background-color: #ffffff;
  margin: 0 auto;
  border: 0.625rem solid #000000;
  margin-bottom: 5.875rem;
}

@media screen and (min-width: 552px) {
  .container .section-wrapper .content-area {
    max-width: 54%;
  }
}

.container .section-wrapper .content-area .content-wrapper {
  height: 100%;
  padding: 2rem 1rem;
}

.container .section-wrapper .content-area .content-wrapper .content {
  margin: auto;
  display: none;
}

.container .section-wrapper .content-area .content-wrapper .content .content-text {
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 1.125rem;
  line-height: 1.125rem;
  max-width: 36.625rem;
  margin-left: auto;
  margin-right: auto;
}

.container .section-wrapper .content-area .content-wrapper .content .case-study-content {
  text-align: center;
  padding-top: 1.125rem;
  padding-bottom: 1rem;
}

.container .section-wrapper .content-area .content-wrapper .content .case-study-content .content-title {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.125rem;
  margin-bottom: 0.5rem;
}

.container .section-wrapper .content-area .content-wrapper .content .case-study-content .content-desc {
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.container .section-wrapper .content-area .content-wrapper .content img {
  width: 100%;
}

.container .section-wrapper .content-area .content-wrapper .content .agency-skills {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1.25rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 776px) {
  .container .section-wrapper .content-area .content-wrapper .content .agency-skills {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 992px) {
  .container .section-wrapper .content-area .content-wrapper .content .agency-skills {
    grid-template-columns: repeat(3, 1fr);
  }
}

.container .section-wrapper .content-area .content-wrapper .content .agency-skills .skill-info {
  padding: 0.5rem;
}

.container .section-wrapper .content-area .content-wrapper .content .agency-skills .img-wrapper {
  margin: 0 auto;
  max-width: 6.3125rem;
}

@media screen and (min-width: 776px) {
  .container .section-wrapper .content-area .content-wrapper .content .agency-skills .img-wrapper {
    max-width: 8.3125rem;
  }
}

.container .section-wrapper .content-area .content-wrapper .content .agency-skills .img-wrapper img {
  width: 100%;
}

.container .section-wrapper .content-area .content-wrapper .content .agency-skills .title {
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
}

@media screen and (min-width: 520px) {
  .container .section-wrapper .content-area .content-wrapper .content .agency-skills .title {
    font-size: 1.125rem;
  }
}

.container .section-wrapper .content-area .content-wrapper .active {
  display: block;
}

.container .section-wrapper .content-area #pharma-content {
  max-width: 542px;
}

.container .section-wrapper .info-wrapper {
  display: grid;
  max-width: 62.5rem;
  margin: 0 auto;
  grid-gap: 3.125rem;
  margin-bottom: 4rem;
  grid-template-columns: repeat(1, 1fr);
}

@media screen and (min-width: 520px) {
  .container .section-wrapper .info-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 776px) {
  .container .section-wrapper .info-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

.container .section-wrapper .info-wrapper .info-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  padding: 1rem;
}

.container .section-wrapper .info-wrapper .info-details .img-wrapper {
  max-width: 7.3125rem;
}

@media screen and (min-width: 776px) {
  .container .section-wrapper .info-wrapper .info-details .img-wrapper {
    max-width: 10.3125rem;
  }
}

.container .section-wrapper .info-wrapper .info-details .title {
  font-size: 1.125rem;
  font-weight: 400;
}

.container .section-wrapper .info-wrapper .info-details .info-desc {
  font-size: 0.875rem;
  max-width: 15rem;
  text-align: center;
}

.container .section-wrapper .case-study-link {
  text-align: center;
  font-size: 0.875rem;
  cursor: pointer;
  display: block;
}

.container .section-wrapper .case-study-link:hover {
  opacity: .8;
}

.container .section-wrapper .cs-wrapper .cs-content-area {
  background-color: #ffffff;
  margin: 1.25rem auto;
  border: 0.625rem solid #000000;
  transition: 0.3s ease;
}

.container .section-wrapper .cs-wrapper .cs-content-area.hidden {
  display: none;
}

@media screen and (min-width: 552px) {
  .container .section-wrapper .cs-wrapper .cs-content-area {
    width: 80%;
  }
}

@media screen and (min-width: 776px) {
  .container .section-wrapper .cs-wrapper .cs-content-area {
    width: 56%;
  }
}

.container .section-wrapper .cs-wrapper .cs-content-area .cs-content-wrapper {
  padding: 2rem;
  display: flex;
  height: 100%;
}

.container .section-wrapper .cs-wrapper .cs-content-area .cs-content {
  margin: auto;
}

.container .section-wrapper .cs-wrapper .cs-content-area .cs-content .title {
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
  margin-top: 1rem;
}

.container .section-wrapper .cs-wrapper .cs-content-area .cs-content .img-wrapper {
  max-width: 3.375rem;
  margin: 1.25rem auto 0.75rem;
}

.container .section-wrapper .cs-wrapper .cs-content-area .cs-content .content-text {
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 1.125rem;
  line-height: 1.125rem;
  max-width: 36.625rem;
  margin-left: auto;
  margin-right: auto;
}

.container .section-wrapper .cs-wrapper .active {
  display: block;
}

.container .footer-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 62.5rem;
  margin: 0 auto;
  color: #ffffff;
  font-size: 0.875rem;
  padding: 0.75rem 0;
  font-size: 0.75rem;
}

.container .footer-wrapper p {
  margin: .75rem;
}

@media screen and (min-width: 450px) {
  .container .footer-wrapper {
    font-size: 1rem;
  }
}

.container .footer-wrapper a {
  color: #ffffff;
}

.contact-info {
  width: 70%;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-info .contact-form {
  margin: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
}

.contact-info .contact-form .form-control {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 30px;
  padding: 5px;
  border: 3px solid black;
  font-family: "Montserrat",sans-serif;
}
.contact-info .contact-form .textarea {
  height: 100px;
  resize: vertical;
}

.contact-info .contact-form .form-btn-control {
  cursor: pointer;
  background-color: #000000;
  color: white;
}

#what-we-do .section-title {
  font-weight: 600;
}

#what-we-do .img-wrapper {
  margin-bottom: 0;
}

#case-study {
  margin-top: 100px;
  margin-bottom: 150px;
}

#case-study .section-title {
  font-weight: 600;
}

#case-study .capt-4 {
  max-width: 9.375rem;
}

#case-study .capt-4 img {
  width: 100%;
}

#case-study .capt-6 {
  max-width: 5.4375rem;
}

#case-study .capt-6 img {
  width: 100%;
}

#case-study .capt-7 {
  max-width: 4.625rem;
}

#case-study .capt-9 {
  max-width: 30.625rem;
}

#footer {
  border: 1px solid #707070;
  background: #0000005c 0% 0% no-repeat padding-box;
}