@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
}

.container-lg {
  max-width: 1400px;
  width: 100%;
}

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

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px 0;
}

.section-padding {
  padding: 20px 0;
}

.section-padding2 {
  padding: 80px 0;
}

.about {
  width: 50%;
  padding: 60px 0;
}
.about h3 {
  font-size: 65px;
}
.about p {
  font-size: 20px;
  padding: 20px 0;
}
.about .spec-p {
  line-height: 1.5;
  padding: 10px 0;
}
.about a {
  text-decoration: underline;
}
.about button {
  background-color: #77AAD9;
  color: white;
  border: none;
  font-size: 20px;
  text-align: center;
  padding: 20px 0;
  width: 225px;
  cursor: pointer;
}
.about button:hover {
  color: black;
  background-color: #ADCCE9;
}

.background-colors {
  position: relative;
  width: 400px;
}
.background-colors .box {
  position: absolute;
  width: 300px;
  height: 400px;
}
.background-colors .pink {
  top: 40px;
  left: 0;
  background-color: #F4AAAE;
}
.background-colors .blue {
  top: 80px;
  right: 0;
  background-color: #ADCCE9;
}

.img1 {
  width: 80%;
  padding: 65px 0;
  right: 40px;
  position: relative;
}

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

.sec-2 {
  background-color: #ADCCE9;
}
.sec-2 h3 {
  text-align: center;
  font-size: 65px;
  padding: 25px 0;
}

.cards {
  width: 30%;
  padding: 30px 20px;
  margin: 10px 0;
  background-color: white;
  text-align: center;
}
.cards h4 {
  font-size: 33px;
}
.cards p {
  color: #B0B0B0;
  font-size: 20px;
  padding: 20px 0;
  line-height: 1.5;
}

.sec-3 {
  background: #FFFFFF;
  background: linear-gradient(0deg, rgb(255, 255, 255) 63%, rgb(173, 204, 233) 0%);
  text-align: center;
}
.sec-3 h3 {
  font-size: 50px;
  padding-bottom: 70px;
}
.sec-3 p {
  font-size: 30px;
}

.therapists {
  width: 23%;
  outline: 20px solid white;
}
.therapists img {
  width: 100%;
  object-fit: cover;
  height: 230px;
}
.therapists h4 {
  font-size: 25px;
}
.therapists p {
  font-size: 16px;
  padding: 10px 0;
}

.spec-p2 {
  text-align: center;
  padding: 65px 0;
  font-size: 20px;
}
.spec-p2 a {
  text-decoration: underline;
}

.round {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.circle {
  border-radius: 50%;
  position: absolute;
  border: 6px solid white;
}

.circle-2 {
  border-radius: 50%;
  position: relative;
  border: 6px solid white;
}

.image-circle {
  width: 200px;
  height: 200px;
  position: absolute;
  outline: 15px solid #3F7BB3;
  box-shadow: inset -2px 0px 0px 20px #3F7BB3;
}

.expert {
  display: flex;
  justify-content: end;
}

.circle-3 {
  left: 70%;
  top: 70%;
}

.circle-4 {
  width: 400px !important;
  height: 400px !important;
  right: 70%;
  top: 54%;
}

.circle-5 {
  width: 250px !important;
  height: 250px !important;
  bottom: 50%;
  left: 6%;
}

.circle-6 {
  bottom: 35%;
  left: 0;
}

.circle img, .circle-2 img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.big {
  width: 620px;
  height: 620px;
}

.medium {
  width: 200px;
  height: 200px;
  border: 10px solid white;
}

.small {
  width: 150px;
  height: 150px;
  border: none;
}

.blue-circle {
  position: absolute;
  border: 8px solid #3F7BB3;
  border-radius: 50%;
}

.blue1 {
  width: 100px;
  height: 96px;
  border: 15px solid #3F7BB3;
}

.blue2 {
  width: 150px;
  height: 145px;
  border: 25px solid #3F7BB3;
}

.online-therapy h3 {
  font-size: 45px;
  text-align: center;
}
.online-therapy .spec-p {
  line-height: 1.5;
  font-size: 30px;
}
.online-therapy p {
  color: #282D32;
  text-align: center;
  padding: 25px 0;
  font-size: 20px;
}
.online-therapy a {
  text-decoration: underline;
}
.online-therapy button {
  background-color: #77AAD9;
  color: white;
  border: none;
  font-size: 20px;
  text-align: center;
  padding: 20px 0;
  width: 225px;
  cursor: pointer;
}
.online-therapy button:hover {
  color: black;
  background-color: white;
}

.director {
  width: 30%;
}
.director img {
  width: 50%;
  margin: 50px;
  height: 170px;
  object-fit: cover;
}

.director-info {
  width: 70%;
  padding: 60px 0;
}
.director-info .p1 {
  font-size: 25px;
  line-height: 1.5;
}
.director-info h4 {
  padding: 20px 0;
  font-size: 30px;
}

.self-img {
  width: 100%;
}

.self-card {
  width: 45%;
  background: #FFFFFF;
}
.self-card h4 {
  text-align: center;
  font-size: 30px;
  padding: 25px 0 25px 0;
}
.self-card p {
  font-size: 20px;
  text-align: center;
  padding: 10px;
  line-height: 1.5;
}

.about2 {
  width: 50%;
  padding: 60px 0;
}
.about2 h3 {
  font-size: 65px;
}
.about2 p {
  font-size: 20px;
  padding: 20px 0;
}
.about2 a {
  text-decoration: underline;
}
.about2 button {
  background-color: #77AAD9;
  color: white;
  border: none;
  font-size: 20px;
  text-align: center;
  padding: 20px 0;
  width: 225px;
  cursor: pointer;
  margin: 30px 0;
}
.about2 button:hover {
  color: black;
  background-color: #ADCCE9;
}

.about3 {
  width: 50%;
  padding: 60px 0;
}
.about3 p {
  font-size: 25px;
  padding: 20px 0;
  line-height: 1.5;
}

/*# sourceMappingURL=style.css.map */
