@media (max-width: 767px) {
  :root {
    --border-radius: var(--mobile-radius);
  }
}
/* General Resets */
body {
  margin: 0;
}

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

input,
button,
a,
select,
textarea {
  font-family: inherit;
}

input:focus,
button:focus,
a:focus,
select:focus,
textarea:focus {
  outline: 0;
}

input::-moz-placeholder {
  color: inherit;
}

input::placeholder {
  color: inherit;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}

button {
  border: none;
  background: none;
  outline: 0;
  font-family: inherit;
}

a,
img,
button,
input,
select {
  transition: all 0.3s ease;
}

[role=button] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

input {
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input::-webkit-search-decoration, input::-webkit-search-cancel-button, input::-webkit-search-results-button, input::-webkit-search-results-decoration {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.fa-snapchat::before {
  content: "\f2ac";
}

.fa-facebook::before {
  content: "\f39e";
}

.fa-linkedin::before {
  content: "\f0e1";
}

.la-snapchat::before {
  content: "\f2ac";
}

.la-facebook::before {
  content: "\f39e";
}

.la-linkedin::before {
  content: "\f0e1";
}

body {
  font-family: "Vazirmatn", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #080808;
}

html {
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: #1263dc #f2f2f2;
}

body::-webkit-scrollbar {
  background-color: #f2f2f2;
  width: 8px;
  height: 4px;
}
body::-webkit-scrollbar-thumb {
  background-color: #1263dc;
  border-radius: 4px;
}

.overflow {
  overflow: hidden;
}

.container {
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 1180px;
}

.container-fluid {
  padding: 0 30px;
  width: 100%;
}
@media (max-width: 1199px) {
  .container-fluid {
    padding: 0 20px;
  }
}

.select-content {
  position: relative;
}
.select-content::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-end: 28px;
  font-size: 14px;
  color: #080808;
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f107";
}

.img-contain {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

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

.en {
  display: inline-block;
  direction: ltr;
}

iframe {
  width: 100%;
  height: 100%;
}

.team-members {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .team-members {
    padding: 40px 0;
  }
}
.team-members {
  position: relative;
}
.team-members::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 44%;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  background-color: rgb(239.2857142857, 245.0714285714, 253.7142857143);
  bottom: 0;
  left: 0;
  z-index: -1;
}

.team-members-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.team-members-cont h3 {
  font-size: 48px;
  font-weight: 700;
  margin: unset;
}
@media (max-width: 575px) {
  .team-members-cont h3 {
    font-size: 38px;
  }
}
.team-members-cont .team-p {
  max-width: 646px;
  font-size: 20px;
}
@media (max-width: 575px) {
  .team-members-cont .team-p {
    font-size: 16px;
  }
}
.team-members-cont .tablist {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .team-members-cont .tablist {
    gap: 14px;
  }
}
.team-members-cont .tablist .tap-button {
  padding: 12px 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  border: 2px solid #1263dc;
  width: -moz-fit-content;
  width: fit-content;
  color: #1263dc;
  font-size: 16px;
  font-weight: 700;
  opacity: 0.7;
}
.team-members-cont .tablist .tap-button[aria-selected=true] {
  background-color: #1263dc;
  color: #ffffff;
  opacity: 1;
}
@media (max-width: 575px) {
  .team-members-cont .tablist .tap-button {
    font-size: 14px;
    padding: 8px 10px;
  }
}

.tap-panal {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin: 64px auto;
}
@media (max-width: 1199px) {
  .tap-panal {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575px) {
  .tap-panal {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 34px auto;
  }
}
.tap-panal .profile {
  border: 1px solid #dbe8fa;
  border-top-left-radius: 144px;
  border-top-right-radius: 144px;
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
  padding: 16px 13px;
  background-color: #ffffff;
  transition: all 0.3s;
  cursor: pointer;
  width: 100%;
  position: relative;
}
.tap-panal .profile::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top-left-radius: 144px;
  border-top-right-radius: 144px;
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
  border: 3px solid #1263dc;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.tap-panal .profile:hover::after {
  visibility: visible;
  opacity: 1;
}
.tap-panal .profile:hover .profile-img::before {
  visibility: visible;
  opacity: 1;
  transform: rotate(30deg);
}
.tap-panal .profile:hover h5 {
  transform: translatey(4px);
}
.tap-panal .profile:hover p {
  color: #1263dc;
}
.tap-panal .profile-img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.tap-panal .profile-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px Dashed rgb(168.5714285714, 200.3928571429, 247.9285714286);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.tap-panal .profile-name {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 8px;
  margin-top: 16px;
}
.tap-panal .profile-name h5 {
  font-size: 16px;
  margin: 0;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.tap-panal .profile-name p {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}

.more-members {
  border: 2px solid #1263dc;
  padding: 15px 29px;
  border-radius: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.more-members:hover {
  background-color: #1263dc;
}
.more-members:hover a {
  color: #ffffff;
}
.more-members a {
  font-size: 16px;
  font-weight: 700;
  color: #1263dc;
}/*# sourceMappingURL=main.css.map */