@font-face {
  font-family: "calibri";
  src: url(./Fonts/calibri.ttf) format("ttf"),
    url(./Fonts/calibri.ttf) format("ttf"),
    url(./Fonts/calibri.ttf) format("truetype"),
    url(./Fonts/calibrib.ttf) format("ttf"),
    url(./Fonts/calibril.ttf) format("ttf"),
    url(./Fonts/calibrili.ttf) format("ttf"),
    url(./Fonts/calibrii.ttf) format("ttf");
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  background-color: #83265d;
  box-sizing: border-box;
  font-family: "calibri";
  font-weight: 700;
  overflow-x: hidden;
  position: relative;
}
.main {
  display: flex;
  background-color: #83265d;
  width: 100%;
}
p {
  line-height: 30px;
}
.container {
  width: 100%;
  margin: auto;
}
.modal-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
  z-index: 1000;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow-y: auto;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.modal-menu ul {
  list-style: none;
  padding: 0;
  text-align: center;
}
.modal-menu ul li {
  margin: 15px 0;
}
.modal-menu ul li a {
  color: white;
  text-decoration: none;
  font-weight: 600;
}
.hamburger-menu {
  display: none;
  font-size: 30px;
  color: white;
  background: transparent;
  border: none;
  cursor: pointer;
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 1001;
}
.close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 40px;
  color: white;
  background: transparent;
  border: none;
  cursor: pointer;
}
.sidebar {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
  bottom: 0;
}
.main-holder {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.sidebar .holder {
  display: flex;
  list-style: none;
  align-items: center;
  padding: 14px 20px;
  margin-bottom: 10px;
}
.sidebar .holder .right {
  position: relative;
}
.sidebar .holder .right a {
  font-size: 1.4rem;
  text-decoration: none;
  color: white;
  cursor: pointer;
  letter-spacing: 0.5px;
}
.content {
  width: 50%;
}
.logo {
  text-align: center;
  width: 20%;
  margin: auto;
}
.logo img {
  width: 100%;
  margin: 20px 0px;
}
.studio-img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 40px;
}
.studio-img iframe {
  border-radius: 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.studio-img img {
  width: 100%;
  height: 100%;
  border-radius: 40px;
}
.studio-text {
  width: 100%;
  text-align: center;
  margin: 8px 0 16px 0;
  display: flex;
  justify-content: center;
}
.studio-text p {
  margin: auto;
  width: 100%;
  color: white;
  font-weight: 700;
  padding: 12px 0;
  font-family: "calibri";
  font-size: 1.4rem;
}
.right::before {
  content: "";
  position: absolute;
  left: -100px;
  top: 50%;
  width: 0;
  height: 6px;
  background-color: white;
  transition: width 1s ease, transform 1s ease;
}
.right.active {
  transform: translateX(50px);
  transition: width 1.5s ease, transform 1.5s ease;
}
.right.active::before {
  width: 90px;
  transform: translateX(1px);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  transition: width 0.5s ease, transform 0.5s ease;
}
#project {
  padding-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0px;
  width: 100%;
}
.gallery {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery-item {
  position: relative;
  width: 33%;
  overflow: hidden;
  border-radius: 40px;
  margin-right: -1%;
  margin-bottom: 2%;
}
.gallery-item:hover {
  filter: grayscale(100%);
}
.gallery img {
  width: 95%;
  transition: transform 0.5s ease-in-out;
  border-radius: 40px;
}
.gallery-item:hover .overlay {
  opacity: 1;
  cursor: pointer;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 1.5%;
  width: 95%;
  background-color: rgba(0, 0, 0, 0.677);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 40px;
}
.overlay-text {
  color: white;
  font-size: 1.7rem;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
}
.project-text p {
  width: 100%;
  margin: auto;
  color: white;
  font-size: 1.4rem;
  font-family: "Calibri";
  padding: 4px 0 12px 0;
}
.project-text p {
  transition: text-shadow 0.3s ease, color 0.3s ease;
}
.project-text.p-active {
  color: yellow;
  text-shadow: 0 0 10px yellow, 0 0 20px yellow;
}
.gallery-item .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.gallery-item:hover .hover-image {
  opacity: 1;
}

.gallery-item .main-image {
  z-index: 1;
}
#team {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  margin: 0px 0px 60px 0px;
  padding-top: 30px;
}
#team .team-card {
  width: 30%;
}
.team-card .team-card-inner {
  position: relative;
  width: 100%;
}
#team .team-card .team-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
}
#team .team-card .team-img img {
  width: 100%;
}
#team .team-card .team-info {
  width: 100%;
  background-color: #026a6a;
  position: absolute;
  top: 87%;
  left: 0;
  right: 0;
  border-radius: 7.5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#team .team-card .team-info h3,
p {
  color: white;
  margin: auto;
  text-align: center;
  width: 100%;
}
#team .team-card .team-info h3 {
  font-size: 1.45rem;
  font-weight: 700;
  padding-top: 3px;
}
#team .team-card .team-info p {
  font-size: 1rem;
  font-weight: 600;
  margin-top: -5px;
  padding-bottom: 5px;
}
#award {
  padding-top: 20px;
  margin: 0px 0px 40px 0;
}
.award-img {
  width: 100%;
  margin-top: 8px;
  transition: 1s;
  border-radius: 40px;
}
.award-img:hover {
  box-shadow: 0px -25px 20px -20px rgba(222, 241, 246, 0.344),
    25px 0 20px -20px rgba(222, 241, 246, 0.344),
    0px 25px 20px -20px rgba(222, 241, 246, 0.344),
    -25px 0 20px -20px rgba(222, 241, 246, 0.344);
}
.award-img img {
  width: 100%;
  height: 100%;
  border-radius: 40px;
}
.award-text {
  margin: auto;
  width: 100%;
}
.award-text-title {
  width: 100%;
  line-height: 30px;
  padding: 12px 0;
  text-align: center;
  font-family: "Calibri";
  font-size: 1.4rem;
  font-weight: 700;
}
.text-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  font-family: "Calibri";
}
.text-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: -8px;
  position: relative;
}
.dot {
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 8px;
  flex-shrink: 0;
  margin-top: 8px;
}
.text-item p {
  font-size: 1.3rem;
  margin-bottom: 8px;
  text-align: left;
  line-height: 1;
  word-wrap: break-word;
  width: 100%;
}
.award-text p {
  font-family: "Calibri";
  width: 100%;
  line-height: 30px;
  color: white;
  font-size: 1.7rem;
  font-weight: 700;
  padding: 8px;
  text-align: left;
}
#contact {
  width: 100%;
  background-color: #8c8c8c;
  padding: 40px 0 0 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}
.contact {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 12px;
}
.contact .job {
  width: 150px;
  height: 50px;
  border-radius: 12px;
  background-color: #83265d;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  transition: 0.5s ease-in-out;
  font-family: "calibri";
}
.contact .job:hover {
  color: #83265d;
  background-color: white;
}
.contact .gif {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-left: 50px;
  margin-top: 2px;
}
.contact .gif img {
  margin-right: 10px;
}
.contact .gif a .club {
  width: 50px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.contact .gif a .club:hover {
  transform: scale(1.1);
}
#contact .copywrite {
  display: flex;
  align-items: center;
  justify-content: center;
}
#contact .copywrite p {
  color: white;
  font-size: 1.1rem;
  font-family: "calibri";
  font-weight: 500;
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}
.modal-content {
  color: white;
  background-color: #666;
  margin: 5% auto;
  padding: 20px;
  border-radius: 12px;
  width: 400px;
  text-align: center;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  position: relative;
}
.close-button {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
  color: white;
}
.form-group {
  margin: 15px 0;
  text-align: left;
  width: 94%;
}
label {
  display: block;
  margin-bottom: 5px;
  color: white;
  font-weight: bold;
}
input {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  outline: none;
  transition: border-color 0.3s ease;
  margin-bottom: 18px;
}
textarea {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  outline: none;
  transition: border-color 0.3s ease;
  resize: vertical;
  max-height: 180px;
  min-height: 40px;
}
input:focus {
  border-color: #007bff;
}
.submit-button {
  background-color: #83265d;
  color: white;
  border: none;
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 10px;
  width: 100%;
  transition: background-color 0.3s ease;
}
.submit-button:hover {
  background-color: white;
  color: #83265d;
  font-weight: 500;
}
@media screen and (min-width: 1700px) {
  #team .team-card .team-info h3 {
    font-size: 1.5rem;
    font-weight: 700;
  }
  #team .team-card .team-info p {
    font-size: 1.2rem;
    font-weight: 700;
  }
}
@media screen and (min-width: 1800px) {
  #team .team-card .team-info h3 {
    font-size: 2rem;
    font-weight: 700;
  }
  #team .team-card .team-info p {
    font-size: 1.5rem;
    font-weight: 400;
  }
  .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 95%;
    background-color: rgba(0, 0, 0, 0.677);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    border-radius: 40px;
  }
}
@media screen and (max-width: 1275px) {
  #team .team-card .team-card-inner .team-info {
    width: 100%;
  }
  #team .team-card .team-info h3 {
    font-size: 1.2rem;
    font-weight: 700;
  }
  #team .team-card .team-info p {
    font-size: 1rem;
    font-weight: 700;
  }
}
@media screen and (max-width: 1160px) {
  #team .team-card .team-card-inner .team-info p {
    width: 100%;
    font-size: 0.8rem;
  }
  #team .team-card .team-card-inner .team-info h3 {
    width: 100%;
    font-size: 1rem;
  }
  .contact .job {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 930px) {
    .right.active {
      transform: translateX(10px);
      transition: width 1.5s ease, transform 1.5s ease;
    }
    .right.active::before {
       width: 90px;
    }
    /*.right.active {*/
    /*  transform: translateX(30px);*/
    /*}*/
    .sidebar .holder {
        padding: 14px 10px;
    }
  #team {
    justify-content: center;
  }
  #team .team-card {
    width: 50%;
    margin: auto;
  }
  .team-img {
    width: 300px;
    height: 300px;
    margin: auto;
  }
  #team .team-card .team-card-inner .team-info h3 {
    font-size: 1rem;
  }
  #team .team-card .team-card-inner .team-info p {
    font-size: 0.8rem;
  }
  .sidebar .holder .right a {
    font-size: 1rem;
    font-weight: 500;
  }
  .contact .gif {
    margin-left: 30px;
  }
  .contact .job {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 760px) {
  .logo{
     padding-bottom:20px;   
   }
  .content {
    width: 100%;
    overflow-x: hidden;
    margin-top: 20px;
  }
  .container {
    width: 90%;
  }
  .logo img {
    margin: 0px;
  }
  #team {
    display: flex;
    justify-content: center;
  }
  #team .team-card {
    width: 50%;
    padding: 20px;
  }
  .gallery {
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 3%;
  }
  .gallery .gallery-item {
    width: 47%;
    flex-direction: column;
    align-items: center;
  }
  .gallery img {
    width: 100%;
  }
  .gallery-item .hover-image {
    width: 100%;
    opacity: 0;
  }
  .gallery-item:hover .hover-image {
    opacity: 1;
    z-index: 2;
  }
  .gallery-item .main-image {
    z-index: 1;
  }
  .project-text p {
    width: 100%;
    margin: auto;
    font-size: 1.2rem;
    padding: 4px 0 12px 0;
  }
  .overlay {
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 3;
  }
  body {
    width: 100%;
  }
  .main {
    width: 100%;
    flex-direction: column;
  }
  .sidebar {
    width: 100%;
    justify-content: center;
    gap: 10px;
    position: relative;
    height: 70px;
    background-color: transparent;
    position: absolute;
    top: 0;
    bottom: 40%;
    z-index: 10;
  }
  .sidebar.scrolled {
    background-color: #83265d;
    position: fixed;
  }
  .sidebar .main-holder {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
  }
  .contact .job {
    font-size: 1.6rem;
  }
  #award .text-item {
    align-items: center;
    margin-bottom: 1%;
  }
  .award-text-title {
    font-size: 1.2rem;
    font-family: calibri;
  }
  .dot {
    position: absolute;
    top: 6%;
    left: -2%;
  }
  .text-item p {
    margin: 0;
    font-size: 1.1rem;
    text-align: left;
    line-height: 1.5;
    word-wrap: break-word;
    width: 100%;
    margin-left: 2%;
  }
  .sidebar .main-holder {
    display: none;
  }
  .modal .right {
    display: block;
  }
  .hamburger-menu {
    display: block;
  }
  .modal-menu.open {
    display: flex;
  }
  .menu-items {
    display: block;
  }
  .menu-items li {
    margin: 10px 0;
  }
  .studio-text p {
    font-size: 1.2rem;
  }
  #team .team-card .team-card-inner .team-info h3 {
    font-size: 1rem;
  }
  #team .team-card .team-card-inner .team-info p {
    font-size: 0.7rem;
  }
  .modal-content {
    width: 60%;
  }
}
@media screen and (max-width: 630px) {
  #team .team-card .team-card-inner .team-info h3 {
    font-size: 0.8rem;
  }
  #team .team-card .team-card-inner .team-info p {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 550px) {
  #team .team-card {
    width: 50%;
    margin: auto;
    padding: 0;
  }
  .team-img {
    width: 100%;
    height: 100%;
    margin: auto;
  }
  #team .team-card .team-card-inner .team-info h3 {
    font-size: 1rem;
    font-weight: 500;
    margin-top: 10px;
  }
  #team .team-card .team-card-inner .team-info p {
    font-size: 0.7rem;
    font-weight: 500;
  }
  .contact .job {
    font-size: 1rem;
    width: 90px;
    height: 38px;
  }
  .contact .gif a .club {
    width: 40px;
  }
  .contact .gif {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 440px) {
  #team .team-card .team-card-inner .team-info h3 {
    font-size: 0.95rem;
    font-weight: 500;
  }
  #team .team-card .team-card-inner .team-info p {
    font-size: 0.7rem;
    font-weight: 500;
  }
  .contact .gif {
    margin-left: 25px;
  }
}
@media screen and (max-width: 420px) {
  .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
  }
  #team .team-card .team-card-inner .team-info h3 {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 0px;
  }
  #team .team-card .team-card-inner .team-info p {
    font-size: 0.7rem;
    font-weight: 600;
  }
  #team .team-card .team-info {
    height: 65px;
  }
  #team .team-card .team-card-inner .team-info .mg-top {
    margin-top: 10px;
  }
}
