*{
  min-height: 0;
  min-width: 0;
  }

:root {
  --font-primary: "Poppins", sans-serif;
  --pink: #FF2D55;
  --light-blue: #01629c;
  --blue: #00296f;
  --dark-blue: #010029,
  --turquoise, #00fff9;
  --cold-gray-40: #919f9e;
  --white: #fff;
  --white-30:#DCDCDC
}

body {
  font-family: var(--font-primary);
  position: relative;
  overflow-x:hidden;
}

 /*FORM*/

*:focus {
  outline: none !important;
  box-shadow: none !important;
}
.form-control:focus {
  border-color: none !important;
  box-shadow: none !important;
}
label {
 
 font-size:16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.form-control, .form-select {
  display: flex;
  padding: var(--spacing-smd, 12px) 16px;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.form-control::placeholder {
  color: #bdbdbd;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

@media only screen and (max-width: 600px) {
  .form-control::placeholder {
    font-size: 13px;
  }
}


/* HEADINGS */
h1 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  font-family: var(--font-primary);
}

/* GENERAL */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control::focus,
textarea:focus,
.uneditable-input:focus {
  border: 1px solid !important;
  border-color: var(--color-blue) !important;
  box-shadow: none !important;
  outline: 0 none;
  box-shadow: inset 0 -1px 0 #ddd;
  border: none !important;
}
/* general start */
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
[type="text"].form-control:focus,
[type="password"].form-control:focus,
[type="email"].form-control:focus,
[type="tel"].form-control:focus,
[contenteditable].form-control:focus {
}

ul {
  list-style: none;
}

ul li a {
  text-decoration: none;
}

.text-primary {
  color: #003fb3;
}
.text-danger {
  color: var(--pink) !important;
}
.btn-close {
  --bs-btn-close-color: var(--pink) !important;
}
.see-all-link-content span {
  color: var(--blue);
  font-family: var(--font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.see-all-link-content a {
  text-decoration: none;
}

.video-section .header-content .title,.header-content .title {
  color: var(--light-blue);

  font-family: var(--font-primary);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  position: relative;
  padding-right: 84px;
  display: inline-block;
  border-bottom:none!important;
}

.header-content .title::before {
  content: "";
  border-radius: var(--radi-md, 4px);
  background: var(--light-blue);
  width: 72px;
  height: 4px;
  position: absolute;
  right: -14px;
  top: 20px;
}

.video-section .header-content .description, .header-content .description {
  color:  var(--dark-blue);
  font-family: var(--font-primary);
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  /* 155.556% */
}
/* general  end*/

/* Slick Slider start  */

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 41, 111, 0.8);
  color: #fff;
  font-size: 0; /* Yazıyı gizlemek için */
  line-height: 0; /* Yazıyı gizlemek için */
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none; /* Düğme kenarlarını kaldır */
  outline: none; /* Tıklandığında oluşan çerçeveyi kaldır */
}

.slick-prev {
  left: -50px; /* Slider'ın dışına taşımak için */
}

.slick-next {
  right: -50px; /* Slider'ın dışına taşımak için */
}

.slick-prev:hover,
.slick-next:hover {
  background-color: rgba(0, 41, 111, 1);
}

.slick-prev:before,
.slick-next:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 20px; /* Ok simgesinin boyutunu ayarla */
  opacity: 1;
  color: #fff; /* Ok rengini beyaz yap */
}

.slick-prev:before {
  content: '\f104'; /* Sol ok için Font Awesome ikonu */
}

.slick-next:before {
  content: '\f105'; /* Sağ ok için Font Awesome ikonu */
}

.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
/* Slick Slider end  */

 /* buttons */

.button-medium {
  border-radius: 8px;
  border: 1px solid var(--blue);
  display: flex;
  width: 187px;
  height: 40px;
  padding: 8px 37px 8px 40px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.button-medium a {
  color: var(--blue);


  /* Button Stayles/Button Medium */
  font-family: var(--font-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 171.429% */
}

.button-primary {
  border-radius: 8px;
  background: #00fff9;
  display: flex;
  width: 100%;
  height: 52px;
  padding: 12px 0px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border: none;
  color: #010029 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}
.button-primary a {
  color: #010029 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

 /* Authentication */
.authentication .content {
  height: 100%;
}
.authentication .content,
.image {
  flex: 0 0 50%;
  max-width: 50%;
  box-sizing: border-box;
  height: 100%;
}
.authentication .upload-label span {
  color: var(--blue);

  /* Button Stayles/Button Large */
  font-family: var(--font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}
.authentication-form .image img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
@media (max-width: 768px) {
  .authentication .content,
  .image {
    flex: 0 0 100%;
    max-width: 100%;
    height: auto;
  }

  .authentication .image img {
    height: auto;
  }
}
.authentication .content .header {
  margin-top: 40px;
}
.authentication .content .header .logo {
  width: 100%;
}

.authentication .content .header .title {
  color: #000;
}
.authentication .content .header .description {
  color: #010029;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}

.authentication .nav-tabs {
  display: flex !important;
}
.authentication .nav-tabs .nav-item .nav-link {
  color: #bbb;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  height: 48px;
  padding: 12px 0px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border: 1px solid #bbb;
  color: #bbb;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.authentication .nav-tabs .nav-item-right {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  background: #fff;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  background:var(---turquoise);
  color: #010029 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}


.upload-container {
  text-align: left;
}

.upload-label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid #00296f;
  color: #00296f;
  transition: background-color 0.3s, border-color 0.3s;
}
.icon {
  margin-right: 10px;
  font-size: 18px;
}

.file-input {
  display: none;
}


/* Button to trigger the modal */
.upload-button {
  padding: 10px 20px;
  background-color: #005bff;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 16px;
  margin: 20px;
}

.modal-header {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.upload-area {
  border: 2px dashed #6c757d;
  border-radius: 10px;
  padding: 40px 20px;
  text-align: center;
  margin-bottom: 20px;
  cursor: pointer;
}

.upload-area p {
  margin: 0;
  color: #6c757d;
}

.upload-area .highlight {
  color: #005bff;
  cursor: pointer;
}

.url-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.url-input input[type="text"] {
  width: 70%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.url-input button {
  padding: 10px 20px;
  background-color: #00d2ff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.close-modal {
  position: absolute;
  right: 15px;
  top: 15px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.validation-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #ff5160;
  margin-top: 12px;
}

.modal-backdrop {
  z-index: 1;
}
.authentication .account-status-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.authentication .account-status-link {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #00296f;
}

.authentication .logo {
  width: 170px;
  height: 35px;
}

.authentication-icon-content img {
  width: 24px;
  height: 24px;
}

.authentication-icon-content span {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;

  color: #010029;
  text-decoration: none;
}

.authentication-icon-content {
  border: 1px solid #b4b3ca;
  border-radius: 8px;
  text-decoration: none;
}

.authentication .divider-content {
  width: 100%;
}

.authentication .divider-content .divider {
  height: 1px;
  background-color: #b4b3ca;
  width: 100%;
  z-index: 999;
  margin: 20px;
}

.authentication .divider-content .text {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: #b4b3ca;
}

.authentication .forgot-password-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #00296f !important;
}

.authentication .form-check-label {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;

  color: #bdbdd1;
}

.authentication .form-check-input {
  border: 1.5px solid #b4b3ca;
}

.authentication-label {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.authentication .image img {
  width: 100%;
  min-height: 100vh;
  object-fit: cover;
}

@media only screen and (min-width: 1024px) {
  .authentication {
    height: 100%;
  }
  .authentication .image  {
    min-height: 100%;
  }
  .authentication .image img {
    width: 100%;
    min-height: 125vh;
    object-fit: cover;
  }
  .authentication-forgot .image img {
    width: 100%;
    min-height: 100vh;
    object-fit: cover;
  }
}
/* navbar  start*/
.navbar {
  height: 110px!important;
  background: white;
  border-bottom: 1px solid var(--cold-gray-40);
}

.nav-content {
  height: 48px;
}

.input-group .form-control {
  border-radius: 0 4px 4px 0;
}

.input-group .form-control::placeholder {
  padding-left: -20px;
}

.input-group .input-group-text {
  border-radius: 4px 0 0 4px;
}

.fa-magnifying-glass:before,
.fa-search:before,
.input-group .input-group-text span {
  color: #959595;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #00296f;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #00bdba;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1400px) {
  .navbar{
    z-index:9999999!important;
    height:100%;
  }
  .navbar-collapse{
    background:#fff!important;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px;
  }
  .search-form {
    max-width: 200px;
  }
}
.navbar .dropdown-toggle::after {
  display: none !important;
}

/* navbar  end*/

/* user navbar profile dropdown start */
.user-navbar .user-avatar {
  background: #010029;
  width: 56px;
  height: 56px;
  border-radius: 50px;
}
.user-navbar .user-title {
  color:  var(--dark-blue)!important;
  text-align: center;


  /* Heading Styles/H5 */
  font-family: var(--font-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
}

.user-navbar .dropdown-menu {
  width: 244px;
  height: auto;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid var(--blue);
  background: #fff;
  margin-top: 10px;
  padding-top:10px;
  padding-bottom:10px;
}
 .dropdown-menu {
  z-index: 99999999 !important;

}
.user-navbar .user-profession {
  color: var(--light-blue);


  /* Title Styles/Title Large/Regular */
  font-family: var(--font-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}

.user-navbar .dropdown-item span {
  color: var(--white-50, #7c7c7c);

  /* Paragraph Styles/Paragraph Large/Regular */
  font-family: var(--font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}

.user-navbar .divider {
  width: 100%;
  height: 1px;
  background: #dcdcdc;
}

/* user navbar profile dropdown end */

/*  buttons start */
.btn-outline-primary {
  border-radius: 4px;
  border: 1px solid #00296f;
  background-color: transparent;
}
.btn-outline-primary a {
  color: #00296f !important;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none !important;
}

.btn-outline-primary:hover {
  background-color: transparent;
  border: 1px solid #00296f;
}
.btn-outline-primary:hover a {
  color: #00296f !important;
}

.btn-primary {
  border-radius: 4px;
  background-color: #00fff9;
  border: none !important;
}

.btn-primary a {
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: #010029 !important;
  text-decoration: none !important;
}

.btn-primary:hover {
  background-color: #00fff9;
}
.btn-primary:hover a {
  color: #010029 !important;
}
@media only screen and (min-width: 1400px) {
  .btn-primary {
    padding: 3px 46px;
  }
  .btn-outline-primary {
    padding: 3px 46px;
  }
}

/*  buttons end */

/* contact section  start*/
.icon-img-what{
  filter: brightness(0) saturate(100%) invert(6%) sepia(30%) saturate(6941%) hue-rotate(234deg) brightness(85%) contrast(116%);
}
.contact-cards-section .card {
  padding: 36px 27px;
  border-radius: var(--radi-lg, 12px);
  border: 1px solid #01629c;
  background: #fff;
  box-shadow: 0px 0px 32px 0px rgba(52, 87, 126, 0.15);
  overflow: hidden;
}
.contact-cards-section .card:hover .title,
.contact-cards-section .card:hover .description a {
  color: #003fb3 !important;
}
.contact-cards-section .card:hover {
  border: 1px solid #003fb3;
}
.contact-cards-section-row .contact-cards-section-col:first-child .card .title,
.contact-cards-section-row .contact-cards-section-col:first-child .card i,
.contact-cards-section-row .contact-cards-section-col:first-child .card a {
  color: #003fb3;
}
.contact-cards-section-row .contact-cards-section-col:nth-child(2) .card a {
  color: #00296f !important;
}
.contact-cards-section-row .contact-cards-section-col:first-child .card .icon-content {
  border: 2px solid #003fb3;
}
.contact-cards-section-row .contact-cards-section-col:nth-child(-n + 2) .card .btn {
  display: none;
}
.contact-cards-section-row
  .contact-cards-section-col:nth-child(-n + 2)
  .card:hover
  .icon-content {
  display: none;
}
.contact-cards-section-row .contact-cards-section-col:last-child .card .link-content {
  display: none;
}
.contact-cards-section .card:first-child .button-content {
  display: none;
}
.contact-cards-section .card {
  height: 378px;
  overflow: hidden;
}
.contact-cards-section .card .header {
  height: 170px;
  max-height: 170px;
}
.contact-cards-section .card .icon-content {
  border-radius: 8px;
  border: 2px solid #01629c;
  width: 68px;
  height: 68px;
  text-align: center;
}
.contact-cards-section-row .contact-cards-section-col .card i {
  color: #003fb3;
}
.contact-cards-section .card .title {
  color: #01629c;
  font-family: var(--font-primary);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
}
.contact-cards-section .card .description {
  color: var(--white-50, #7c7c7c);
  text-align: center;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  height: 50px;
}
.contact-cards-section .card .description a {
  color: #01629c;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}
.contact-cards-section .card .description .link-content a {
  color: #01629c !important;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}
.contact-cards-section .card .button-medium {
  border-radius: 8px;
  border: 1px solid var(--primary-colors-primary-colors-100, #00296f) !important;
  width: 187px;
  height: 40px;
  padding: 8px 27px 8px 20px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: white;
  color: var(--blue);
  font-family: var(--font-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

/* contact section  end*/

/* comment section start */
.comment-slide {
  height: 350px;
}
.comment-section {
  position: relative; 
  z-index: 1;
}

.comment-section:before {
  content: "";
  background-image: url("/images/comment-before-left.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: -250px;
  width: 143.189px;
  height: 233.058px;
  z-index: 999;
  opacity: 0.5;
  height: 550px;
}
.comment-right-image{
  min-width:100%;
}


@media only screen and (max-width: 1440px) {
  .comment-section:before {
  display:none;
  }
}
@media only screen and (max-width: 992px) {
  .comment-section:before {
    display: none;
  }
  .video-section:before {
    display: none;
  }
}

.comment-section p {
  color: #000;
  font-family: var(--font-primary);
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 28px; /* 140% */
}
.comment-section .user-title {
  color:  var(--dark-blue);
  font-family: var(--font-primary);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
}
.comment-section .user-profession {
  color: #000;
  font-family: var(--font-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}

/* comment section end */

/* video section start */

.video-section .btn-outline-primary,
.advisors-section .btn-outline-primary {
  border-radius: 8px;
  border: 1px solid var(--blue);
  display: flex;
  padding: var(--spacing-smd, 12px) 16px;
  align-items: center;
  gap: var(--spacing-smd, 12px);
}

.video-section .dropdown-toggle::after {
  border-top: 0.6em solid;
  border-right: 0.6em solid transparent;
  border-left: 0.6em solid transparent;
}

.video-section .video-content .header {
  border-radius: var(--radi-lg, 12px) var(--radi-lg, 12px) 0px 0px;
  border: 1px solid var(--white-30, #dcdcdc);
  background: #fff;
  padding: 12px 16px;
}
.video-section .video-content .header .user-title {
  color:  var(--dark-blue);
  text-align: center;
  font-family: var(--font-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.video-section .video-content .header .user-profession {
  color:  var(--dark-blue);
  font-family: var(--font-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.video-section .video-content .header .comment-date {
  color:  var(--dark-blue)!important;
  font-family: var(--font-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.video-section .video-content .header .video-title {
  color:  var(--dark-blue);
  font-family: var(--font-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.video-container {
  position: relative;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

video {
  width: 100%;
  display: block;
}

.controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f4f4f4;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.control-button {
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  padding: 5px;
  margin-right: 10px;
}

.control-button span {
  font-size: 20px;
  color: #0c1a29;
}

.progress {
  flex: 1;
  display: flex;
  align-items: center;
  width: 100px;
}
#current-time,
#duration {
  color: var(--cold-gray-50, #6d7777);
  /* Paragraph Styles/Paragraph Medium-medium */
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
}

#progress-bar {
  width: 100%;
  margin: 0 10px;
}

.volume {
  display: flex;
  align-items: center;
}

#volume-bar {
  width: 80px;
  margin-left: 5px;
}

.fullscreen .control-button {
  margin-left: 10px;
}

input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  background-color: #dcdcdc;
  height: 5px;
  cursor: pointer;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
}

input[type="range"]::-moz-range-thumb {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
}

input[type="range"]::-ms-thumb {
  width: 12px;
  height: 12px;
  background: #0c1a29;
  border-radius: 50%;
}
.video-section .bottom-content {
  border-radius: 0px 0px var(--radi-lg, 12px) var(--radi-lg, 12px);
  border: 1px solid var(--white-30, #dcdcdc);
  background: #fff;
}

.video-section .bottom-content .video-section-length-content {
  border-bottom: 1px solid #dcdcdc;
}

.video-section .bottom-content .video-section-length-content .comment-length {
  color: var(--white-50, #7c7c7c);
  text-align: right;
  /* Title Styles/Title Large/Regular */
  font-family: var(--font-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}

.video-section .bottom-content .video-section-length-content .see-length {
  color:  var(--dark-blue);

  font-family: var(--font-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 140% */
}

.video-section .bottom-content .video-section-length-content .gift-length {
  color: var(--white-50, #7c7c7c);


  /* Title Styles/Title Large/Regular */
  font-family: var(--font-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}

.video-section
  .bottom-content
  .video-section-action-content
  .diamond-content
  img {
  width: 32px;
  height: 32px;
}

.video-section
  .bottom-content
  .video-section-action-content
  .diamond-content
  span {
  color: var(--primary-colors-90, #003fb3);

  font-family: var(--font-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 140% */
}
.video-section .bottom-content .comment-content .user-avatar {
  display: flex;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: #fff;
  text-align: center;
  /* Heading Styles/H5 */
  font-family: var(--font-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  background: #456c8d;
  /* 140% */
}

.video-section .bottom-content .comment-content .input-content .form-control {
  width: 439px;
  height: 59px;
  border-radius: 60px;
  background: #f4f4f4;
}
@media only screen and (max-width: 767px) {
  .video-section .bottom-content .comment-content .input-content .form-control {
    width: 100%;
  }
}

.video-section .bottom-content .comment-content .input-content .comment-date {
  color: var(--white-50, #7c7c7c);


  /* Paragraph Styles/Paragraph Small/Small */
  font-family: var(--font-primary);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
}

.video-section
  .bottom-content
  .comment-content
  .input-content
  .form-control::placeholder {
  color: var(--white-50, #7c7c7c);
  /* Title Styles/Title Large/Regular */
  font-family: var(--font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}

.video-section .bottom-content .write-comment-content {
  border-radius: var(--radi-lg, 12px) var(--radi-lg, 12px) 0px 0px;
  border: 1px solid var(--white-30, #dcdcdc);
  background: #fff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
}

.video-section .bottom-content .write-comment-content .user-avatar {
  display: flex;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: #fff;
  text-align: center;
  /* Heading Styles/H5 */
  font-family: var(--font-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  background: #12273e;
  /* 140% */
}
.crystalModal .modal-title,
.likeModal .modal-title {
  color: var(--textColor-default, #0b0b0b);

  /* heading/h3 */
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 144.444% */
  letter-spacing: -0.2px;
}

.crystalModal .modal-description,
.likeModal .modal-description {
  color: var(--textColor-secDefault, #6d6d6d);
  /* body/small */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

.crystalModal .crystal-card {
  border-radius: 8px;
  border: 1px solid var(--white-30, #dcdcdc);
  background: #fff;
  padding:15px 10px;
}

.crystalModal .crystal-card .title {
  color:  var(--dark-blue);
  text-align: center;


  /* Heading Styles/H5 */
  font-family: var(--font-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 140% */
}

.crystalModal .crystal-card .price {
  color: var(--gray-50, #6d6d6d);

  /* Paragraph Styles/Paragraph Large/Regular */
  font-family: var(--font-primary);
  font-size: 16px;
  font-style: normal;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
}

.likeModal .like-card {
  border-radius: 6.412px;
  border: 1.603px solid var(--black-30, #aeaeae);
  background: #fff;
}
.likeModal .like-card .title {
  color: #000;
  text-align: center;

  font-family: var(--font-primary);
  font-size: 25.649px;
  font-style: normal;
  font-weight: 700;
  line-height: 33.664px; /* 131.25% */
}

.likeModal .like-card .description {
  color: var(--textColor-secDefault, #6d6d6d);
  font-size: 11.221px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.031px; /* 142.857% */
}
.likeModal .like-card .submit-button {
  border-radius: 6.412px;
  background:var(---turquoise);
  display: flex;
  width: 159.504px;
  height: 38.473px;
  padding: 9.618px 55.405px 8.855px 55.099px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color:  var(--dark-blue);

  font-family: var(--font-primary);
  font-size: 12.824px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.237px; /* 150% */
  border: none;
}
.video-section .bottom-content .write-comment-content .input-content {
  width: 100%;
  height: 104px;
  border-radius: 60px;
  border-radius: var(--radi-lg, 12px);
  background: #f4f4f4;
}

.crystalModal .modal-footer {
  justify-content: flex-start;
}

.crystalModal .modal-footer p {
  text-align: left;
  overflow: hidden;
  color: var(--textColor-secDefault, #6d6d6d);
  text-overflow: ellipsis;
  white-space: nowrap;
  /* body/small */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

.crystalModal .modal-footer .btn-modal-primary {
  height: 48px;
  color:  var(--dark-blue);


  /* Button Stayles/Button Large */
  font-family: var(--font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}

/* video section end */

/* all videos page start */

.all-videos .user-avatar {
  background: #010029;
  width: 56px;
  height: 56px;
  border-radius: 50px;
}
.all-videos .user-title {
  color:  var(--dark-blue);

  font-family: var(--font-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.all-videos .video-title {
  color:  var(--dark-blue);

  font-family: var(--font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 175% */
}

.all-videos .video-container {
  height: 400px;
  overflow: hidden;
  position: relative;
}

.all-videos .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.all-videos .video-container video::placeholder {
  object-fit: cover;
}
/* all videos page end */

/* advisors section start */

.advisor-card .title {
  color: var(--white-white, #fff);
  font-family: var(--font-primary);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  text-shadow: 2px 2px #333;
}
.advisor-card .profession {
  color: var(--white-20, #efefef);
  font-family: var(--font-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-shadow: 2px 2px #333;
}

.advisor-slider{
  max-height: 320px;
}

.advisor-card {
  position: relative;
  border-radius: 0.5rem;
}

.advisor-card-header {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  padding: 10px;
  color: white;
}

.advisor-card:hover .advisor-card-header {
  display: none;
}
.advisor-card-crystal-content {
  position: absolute;
  top: 24px;
  left: 24px;
  right: 0;
  color: white;
  display: none;
}
.advisor-card-crystal-content p {
  color: #fff;

  font-family: var(--font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-shadow: 2px 2px #333;
}
.advisor-card .advisor-card-socials-content {
  position: absolute;
  top: 24px;
  right: 24px;
  display: none;
}
.advisor-card .advisor-card-socials-content a{
  text-shadow: 1px 1px #333;
}
.advisor-card .advisor-card-socials-content .social-image {
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.5));
  transition: filter 0.2s ease;
}

.advisor-card .advisor-card-socials-content .social-image:hover {
  filter: brightness(0) saturate(100%) invert(76%) sepia(73%) saturate(1488%) hue-rotate(120deg) brightness(105%) contrast(106%);
}


.advisor-card .advisor-card-description-content {
  position: absolute;
  bottom: 50px;
  right: 0px;
  left: 0px;
  display: none;
  height: 122px;
}
.advisor-card-crystal-content span{
  text-shadow: 2px 2px #333;
}
.advisor-card .advisor-card-button-content {
  position: absolute;
  top: 45%;
  right: 0px;
  left: 0px;
  display: none;
  height: 122px;
}
.advisor-card .advisor-card-button-content {
  position: absolute;
  top: 30%;
  right: 0px;
  left: 27%;
  display: none;
  width: 140px;
  height: 32px;
  padding: 4px 0px;
  border-radius: var(--radi-md, 4px);
  background:var(---turquoise);
}
.advisor-card .advisor-card-button-content a {
  color: white;
  text-align: center;
  font-family: var(--font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.advisor-card .advisor-card-description-content p {
  color: var(--white-white, #fff);
  text-align: center;

  width: 60%;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 6em;
  line-height: 1.5em;
  text-shadow: 1px 1px #333;
}

.advisor-card:hover .advisor-card-socials-content,
.advisor-card:hover .advisor-card-crystal-content,
.advisor-card:hover .advisor-card-description-content,
.advisor-card:hover .advisor-card-button-content {
  display: block;
  transition: all 0.3 ease;
}

.advisor-card:hover .advisor-card-description-content {
  display: block;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 7.38%,
    rgba(255, 255, 255, 0.01) 17.62%
  );
  backdrop-filter: blur(5.849999904632568px);
  transition: all 0.3 ease;
}

/* advisors section end */
.image-slider {
  width: 100%;
  height:320px; 
  overflow: hidden;
}
.image-container {
  background-position: center;
  transition: transform 0.3s ease;
  position: relative;
  border-radius: var(--radi-lg, 12px);
  background: #fff;
  height: 380px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 1024px) {
  .image-slider {
    width: 100%;
    height: 300px!important; 
    overflow: hidden;
  }
  .image-container {
    height: 300px!important; 
  }
}


.advisor-card:hover .image-container {
  transform: scale(1.05);
}

/* BANNER START */

.banner {
  position: relative;
  padding-bottom: 50px;
  background: url("/images/camada.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .banner {
   background:none;
    height:auto;
  }
}
.banner .bottom-line {
  position: absolute;
  bottom:65px;
  left: 0px;
  right: 0px;
  min-height: 207px;
  background: var(--black-80, #323232);
  z-index: 1;
}


.banner .title, .advisors-banner .title  {
  position: relative;
  display: inline-block;
  color:  var(--dark-blue);
  text-align: center;

  font-family: var(--font-primary);
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 84px; /* 140% */
}
.advisors-banner .description  {
  color: #010029;
  text-align: center;


  /* Title Styles/Title Medium/SemiBold */
  font-family: var(--font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
}
@media only screen and (max-width: 600px) {
  .banner-line-image {
    display:none;
  }
  .banner .title{
    font-size:40px;
    line-height: 54px; 
  }
}
.banner .title span {
  color: var(--light-blue);
  font-weight: 700;
}
.banner .banner-button {
  border-radius: 8px;
  border: 1px solid var(--blue);
  display: inline-flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
}
.banner .banner-button a {
  color: var(--blue);
  font-family: var(--font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}
.banner .banner-image-content {
  position:relative;
}

.banner  .banner-center-image-img{
  width: 70px;
  height: 70px;
  position:absolute;
  left:50%;
  bottom:-5px;
}

.banner  .banner-center-image{
  width: 125%;
}
@media only screen and (max-height: 1500px)  {
  .banner  .banner-center-image{
    display:none
   }
   .banner  .banner-center-image2{
    display:block;
    margin-top: -20px!important;
    width:120%;
   }
   .banner .bottom-line{
bottom:50px
   }
   .banner .banner-center-image-img {
  
    bottom: -0px;
}
}
.banner .list-content {
  border-radius: var(--radi-lg, 12px);
  border: 2px solid var(--black-70, #464646);
  background: var(--black-80, #323232);
}
.banner .list-content ul li {
  border-bottom: 1px solid #464646;
  padding: 23px 45px;
}
.banner .list-content ul li .length {
  color: #fff;
  /* Heading Styles/H3 */
  font-family: var(--font-primary);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 131.25% */
}
.banner .list-content ul li .text {
  color: #fff;
  /* Heading Styles/H4 */
  font-family: var(--font-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 150% */
}

.banner .banner-right .text {
  color: #fff;

  font-family: var(--font-primary);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px; /* 131.25% */
}

@media only screen and (min-width: 1441px) {
  .banner .banner-right {
   margin-top:430px;
  }
}
@media only screen and (max-width: 1440px) {
  .banner .banner-right {
   margin-top:146px
  }
}
@media only screen and (max-height: 800px) {
  .banner .banner-right {
   margin-top:156px
  }
}
@media only screen and (max-height: 800px) {
  .banner .banner-right {
   margin-top:156px
  }
}
.banner .banner-right .text span {
  color:var(---turquoise);
  font-weight: 700;
}

.moving-circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  opacity: .4;
}
@media only screen and (max-width: 600px) {
  .moving-circles {
    display:none;
  }
}
.circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.7;
  animation: moveCircle 1s infinite alternate ease-in-out;
}

@keyframes moveCircle {
  0% {
      transform: translate(0, 0);
  }

  100% {
      transform: translate(calc(200px - 100%), calc(200px - 100%)) rotate(360deg);
  }
}

/* BANNER END */

/* BANNERs START*/
.advisor-banner, .users-banner , .make-an-appointment-banner {
  position: relative;
    background-size: cover!important;
    background-repeat: no-repeat;
    height: 90vh;
    z-index: 9999 !important;
    overflow: hidden;
}

.advisor-banner, .users-banner , .make-an-appointment-banner {
  position: relative;
    background-size: cover!important;
    background-repeat: no-repeat;
    height: 90vh;
    z-index: 99999 !important;
    overflow: hidden;
}
@media screen and (max-height: 800px) and (min-width:600px) {
  .advisor-banner, .users-banner , .make-an-appointment-banner {
    position: relative;
      background-size: cover!important;
      background-repeat: no-repeat;
      height: 100vh;
      z-index: 9999999999 !important;
      overflow: hidden;
  }
}
.advisor-banner {
  background: url("/images/make-an-appointment-banner-image.png");
}
.users-banner {
  background: url("/images/users-banner-image.png");
}
.make-an-appointment-banner {
  background: url("/images/make-a-appointment-banner.png");
}

.advisor-banner::before, .users-banner::before ,.make-an-appointment-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.advisor-banner .title , .users-banner .title {
  text-align: center;
  font-family: var(--font-primary);
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 84px; 
}

.advisor-banner .title {
  color: #fff;
}
.make-an-appointment-banner .title {
  color: var(--blue);
}

.users-banner .title {
  color: var(--blue);
}
.users-banner .description , .make-an-appointment-banner .description{
  color: #010029;
  text-align: center;


  /* Title Styles/Title Medium/SemiBold */
  font-family: var(--font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
}


.advisor-banner-line {
  filter: brightness(0) saturate(100%) invert(100%) sepia(22%) saturate(89%)
    hue-rotate(288deg) brightness(115%) contrast(100%);
}

.users-banner-line, .make-an-appointment-banner-line {
  filter: brightness(0) saturate(100%) invert(19%) sepia(90%) saturate(2394%) hue-rotate(186deg) brightness(96%) contrast(99%);
}
.advisor-banner .bottom-content {
  background: var(--black-80, #323232);
  height: 200px;
  min-width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.advisor-banner .bottom-content p, .about-banner .bottom-content p {
  color: #fff;
  font-family: var(--font-primary);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
}

.advisor-banner .bottom-content p span, .about-banner .bottom-content p span {
  color:var(---turquoise);
  font-family: var(--font-primary);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
}
.users-banner .bottom-content, .advisor-banner .bottom-content, .make-an-appointment-banner .bottom-content  {
  z-index: 9999 !important;
}
/*ADVISOR BANNER END*/

/*MESSAGE CONTENT START*/
.message-bar {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index:999999!important;
}

.message-bar .message-bar-close-content {
  margin-left: -150px;
}
.message-bar .message-bar-close-content {
  border-radius: 8px 8px 0px 0px;
  border-top: 1px solid var(--blue);
  border-right: 1px solid var(--blue);
  border-left: 1px solid var(--blue);
  background: #fff;
  padding: 16px 20px;
  padding-top:5px!important;
  max-width: 300px;
 
}

.message-bar .message-bar-close-content .user-avatar,
.message-bar .message-bar-open-content .user-avatar {
  display: flex;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: #fff;
  text-align: center;
  /* Heading Styles/H5 */
  font-family: var(--font-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  background: #456c8d;
}

.message-bar .message-bar-close-content .user-avatar img,
.message-bar .message-bar-open-content .user-avatar img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.message-bar .message-bar-open-content {
  position: absolute;
  right:49%;
  bottom:1%;
}

.message-bar .message-bar-open-content .header {
  position: sticky;
  top: 0px;
  left: 0px;
  right: 0px;
  background: #fff;
}

.message-bar .message-bar-close-content .user-name {
  color:  var(--dark-blue);
  /* Paragraph Styles/Paragraph Large/Regular */
  font-family: var(--font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
}

.message-bar .message-bar-open-content .content-title {
  color:  var(--dark-blue);
  /* Paragraph Styles/Paragraph Large/Regular */
  font-family: var(--font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
}

.message-bar .message-bar-open-content {

  overflow-y: auto;
  border-radius: 8px 8px 0px 0px;
  border-top: 1px solid var(--blue);
  border-right: 1px solid var(--blue);
  border-left: 1px solid var(--blue);
  background: #fff;
  z-index:99999!important;
}

.message-bar .message-bar-open-content::-webkit-scrollbar {
  width: 3px;
}

.message-bar .message-bar-open-content::-webkit-scrollbar-thumb {
  background-color: #00296f;
  border-radius: 10px;
}

.message-bar .message-bar-open-content::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
/*MESSAGE CONTENT END*/

/* FOOTER START */

footer {
  min-height: 388px;
  background-color: #2a3342;
  display: flex;
  align-items: center;
}
footer .logo {
  width: 291px;
}

footer .footer-top {
  border-bottom: 1px solid #333f51;
}

footer .footer-top ul li a {
  color: #fff;
  font-family: "Noto Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

footer .footer-top ul li a:hover {
  color: #c0fffe;
  transition: all 0.3s ease;
}
footer .copyright p {
  color: #8896ab;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  /* FOOTER end */
}


/*ABOUT NUMBER COMPONENT START*/

.about-number-component .number-card {
  position: relative;
 
  border-radius: var(--radi-lg, 12px);
  overflow: hidden; /* Taşmaları gizlemek için */
  padding: 39px 78px 35px 79px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 26px;
}

.about-number-component .number-card::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 10%;
  width: 100%;
  height: 100px; /* Yarıya kadar görünecek */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 0)
  ); /* Sağ ve solda aşağı doğru kaybolan efekt */
}

.about-number-component .number-card .title {
  color: var(--blue);

  font-family: "Noto Sans";
  font-size: 128px;
  font-style: normal;
  font-weight: 800;
  line-height: 84px; /* 65.625% */
}

.about-number-component .number-card p {
  color:  var(--dark-blue);

  font-family: var(--font-primary);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px; /* 131.25% */
}

/*ABOUT NUMBER COMPONENT END*/

/*ABOUT - WHY CHOOSE US START*/

.why-choose-us {
  position: relative;
  background: url("/images/about/why-choose-us.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1;
}

.why-choose-us .why-choose-us-left-image {
  height: 60%;
  object-fit: contain;
  max-width: 600px;
  margin-bottom: -50px;
}

.why-choose-us .section-title {
  color: #fff;
  font-family: var(--font-primary);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  position: relative;
  width: 67%;
}

.why-choose-us .section-title::before {
  content: "";
  border-radius: var(--radi-md, 4px);
  background: var(--fourth-colors-fourth-color-70, #fff);
  width: 72px;
  height: 4px;
  position: absolute;
  right: -50px;
  bottom: 10px;
}

.why-choose-us .sub-title {
  color: #fff;
  font-family: var(--font-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 140% */
}
.why-choose-us p {
  color: #fff;

  /* Paragraph Styles/Paragraph Large/Regular */
  font-family: var(--font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}
.why-choose-us .text-card .title {
  color: var(--primary-colors-50, #0095ff);

  font-family: var(--font-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 140% */
  position: relative;
}

.why-choose-us .text-card p {
  color: #d1d1d1;


  /* Paragraph Styles/Paragraph Medium/Regular */
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 135.714% */
}

.why-choose-us .text-card-content {
  position: relative;
}

.why-choose-us .text-card-content::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100%;
  height: 200px;
  background: url("/images/about/line.svg") no-repeat center center;
  background-size: contain;
  z-index: 2;
}
.why-choose-us .section-title::before {
  content: "";
  border-radius: var(--radi-md, 4px);
  background: var(--fourth-colors-fourth-color-70, #fff);
  width: 72px;
  height: 4px;
  position: absolute;
  right: -50px;
  bottom: 10px;
}

/*ABOUT - WHY CHOOSE US END*/


/*ABOUT - ABOUT BANNER START*/
.about-banner {
  position: relative;
  padding-bottom: 50px;
  background: url("/images/about/about-banner-b.png");
  background-size: cover;
  background-repeat: no-repeat;

}
.about-banner .title{
  color: var(--blue);

  font-family: var(--font-primary);
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 84px; /* 140% */
  line-height: 56px;
}
.about-banner .sub-title{
  color:  var(--dark-blue);

  
  /* Heading Styles/H2 */
  font-family: var(--font-primary);
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
}
.about-banner p{
  color: #000;
  /* Paragraph Styles/Paragraph Large/Regular */
  font-family: var(--font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}
.about-banner p{
  color: #000;
  /* Paragraph Styles/Paragraph Large/Regular */
  font-family: var(--font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}
.about-banner .right{
  position:relative;
 }
 .about-banner .right .right-card,  .about-banner .right .left-card{
  position:absolute;
  border: 1px solid #B4B3CA;
background: #fff;

 }

 .about-banner .right .left-card{
  left:-5%;
  top:50%
 }

 .about-banner .right .right-card{
  right:0px;
  bottom:50%
 }

 .about-banner .icon-content{
  border-radius: var(--radi-md, 4px);
  background: var(--light-blue);
  width: 36px;
height: 36px;
padding:5px;
display:flex;
justify-content: center;
align-items: center;
 }

 
 .about-banner .number{
  color: var(--light-blue);
  text-align: center;

  
  /* Heading Styles/H2 */
  font-family: var(--font-primary);
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px; /* 116.667% */
 }

 .about-banner .title{
  color: var(--black-60, #5A5A5A);
text-align: right;
font-variant-numeric: lining-nums proportional-nums;
/* Paragraph Styles/Paragraph Medium/Regular */
font-family: "Noto Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 19px; /* 135.714% */
 }
.about-banner .section-title {
  color: var(--blue);
font-variant-numeric: lining-nums proportional-nums;
font-family: var(--font-primary);
font-size: 60px;
font-style: normal;
font-weight: 700;
line-height: 84px; /* 140% */
}
.about-banner .bottom-content {
  background: var(--black-80, #323232);
  height: 200px;
  min-width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

@media only screen and (max-width:475px) {
  .about-banner .bottom-content {
    display:none;
  }
  .about-banner{
    height:100%;
  }
  .advisor-banner .bottom-content p, .about-banner .bottom-content p {
    font-size: 24px;
    line-height: 32px;
  }
  
  .advisor-banner .bottom-content p span, .about-banner .bottom-content p span {
    font-size:24px;
    line-height: 32px;
  }
  .contact-link a {
    font-size: 16px!important;
  }
  .filter-dropdown .dropdown-menu{
    margin-left:0px!important;
  }
}
/*ABOUT - ABOUT BANNER END*/

/*ABOUT - ABOUT US START*/
.about-us {
  position:relative;
}
.about-us::before {
  content: "";
  background: url("/images/about/about-us-line-2.svg") no-repeat center center;
  background-size: contain;
  width: 417.029px;
  height: 450.295px;
  position: absolute;
  left: -150px;
  bottom: -50px;
}
.about-us::after {
  content: "";
  background: url("/images/about/about-us-line-1.svg") no-repeat center center;
  background-size: contain;
  width: 417.029px;
  height: 450.295px;
  position: absolute;
  right: -100px;
  top: 10px;
}

@media only screen and (max-width: 1440px) {
  .about-us::before {
    display:none;
  }
  .about-us::after {
    display:none;
  }  
}

.about-us .section-title {
  color: var(--light-blue);
font-family: var(--font-primary);
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 42px; /* 131.25% */
position:relative;
}

.about-us .section-title::before {
  content: "";
  border-radius: var(--radi-md, 4px);
  background: var(--fourth-colors-fourth-color-70, #fff);
  width: 72px;
  height: 4px;
  position: absolute;
  right: -50px;
  bottom: 10px;
}


.about-us .section-sub-title {
  color:  var(--dark-blue);

font-family: var(--font-primary);
font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: 56px; /* 155.556% */
}
.about-us p {
  color: #000;

/* Paragraph Styles/Paragraph Large/Regular */
font-family: var(--font-primary);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
}
.about-us-right-content{
  position:relative;
}

  .about-us-clip-image-content{
    position:absolute;
    top:60%
    }
    .about-us-clip-image-content-inner{
      position:relative;

    }
    .about-us-clip-image-content-inner-title {
width:45%;
position:absolute;
top:20%;
left:25%;
      color: #fff;
      text-align: center;
      /* Heading Styles/H5 */
      font-family: var(--font-primary);
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: 28px; /* 140% */
    }

    .about-us .video-card {
      border-radius: var(--radi-lg, 12px);
background: #fff;
box-shadow: 0px 0px 32px 0px rgba(31, 61, 107, 0.15);
padding:19px 16px;
    }
    .about-us .video-card .video-card-image {
     border-radius:36px;
     position:relative;
    }
    
    .about-us .video-card .left {
position:relative;
    }

    .about-us .video-card-play-image {
      content: "";
      background-size: contain;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 60px;
      height: 60px;
      z-index: 9999;
      transform: translate(-50%, -50%); 
  }
  
    .about-us .video-card .right .title {
      color: var(--secondary-colors-70, #000AFF);
      
      /* Heading Styles/H4 */
      font-family: var(--font-primary);
      font-size: 24px;
      font-style: normal;
      font-weight: 600;
      line-height: 36px; /* 150% */
      border-bottom:2px solid rgba(180, 179, 202, 0.47);
      width:100%;

    }    .about-us .video-card .right .sub-title {
      color: var(--light-blue);
      
      /* Title Styles/Title Large/Regular */
      font-family: var(--font-primary);
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 28px; /* 155.556% */
    }

/*ABOUT - ABOUT US END*/

/*RESPONSIVE SETTINGS START*/

@media only screen and (max-width: 1439px) {
  .why-choose-us .section-title::before {
  display:none;
}
}
@media only screen and (max-width: 1024px) {
   .video-card{
   max-width:750px!important;
  }
}


@media only screen and (max-width: 1023px) {
  .why-choose-us {
    min-height: 100%;
    background: #2a3342;
  }
  .why-choose-us .text-card-content::before {
    display: none;
  }
  .why-choose-us .section-title::before,  .about-us .section-title::before {
    right: -20px;
  }
}

/*RESPONSIVE SETTINGS END*/

 /*ABOUT - SLOGAN START*/

 .slogan {
  position: relative;
  padding-bottom: 50px;
  background: url("/images/about/slogan-background.png") no-repeat center center fixed;
  background-size: cover;
  height: 80vh;
}

/* Ensure the image within the column remains fixed */
.slogan .col-md-4 img {
  position: relative;
  z-index: 1;
  /* Keeps it on top of the parallax background */
}

/*ABOUT - SLOGAN END*/



table td {
  text-align: center;
  vertical-align: middle;
}

/* NOTIFICATION START */
.text-danger {
  color: #FF3B30 !important;
}

.notification-content .notification-date {
  color: var(--black-50, #777677);


  /* Title Styles/Title Large/Regular */
  font-family: var(--font-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}

.notification-content .user-notification-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 3px solid #B4B3CA;
}

.notification-content .message-small {
  color: var(--black-50, #777677);


  /* Title Styles/Title Large/Regular */
  font-family: var(--font-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}

.notification-content .user-notification-name {
  color:  var(--dark-blue);


  /* Heading Styles/H5 */
  font-family: var(--font-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 140% */
}

.notification-content .user-notification-profession {
  color:  var(--dark-blue);


  /* Title Styles/Title Large/Regular */
  font-family: var(--font-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}

/* NOTIFICATION END */


.change-password-form .btn {
  height: 50px;
  font-weight: 600;
}

.change-password-form .form-group {
  position: relative;
}

.change-password-form .toggle-password {
  position: absolute;
  top: 70%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #999;
  font-size: 18px;
}

.change-password-form .toggle-password:hover {
  color: #333;
}

.crystal-container {
  position: relative;
  display: inline-block;
}



.crystal-static,
.crystal-gif {
  position: absolute;
  top: 0;
  left: 0;

}

.crystal-static {
  opacity: 1;

  z-index: 2;
}

.crystal-static:hover {
  opacity: 0;

}

.crystal-gif {
  opacity: 0;

  z-index: 1;
}

.crystal-container:hover .crystal-static {
  opacity: 0;
}

.crystal-container:hover .crystal-gif {
  opacity: 1;
}
.custom-file-upload {
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #555;
  background-color: #f8f9fa;
  border: 2px solid #ced4da;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.custom-file-upload:hover {
  background-color: #e2e6ea;
  color: #333;
}

.custom-file-upload:active {
  background-color: #dae0e5;
  color: #000;
}

.custom-file-upload input[type="file"] {
  display: none;
}


.advisor-detail-page .icon-content {
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 100px;
  background: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99 !important;
}

.advisor-detail-page .icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
  padding-left: 7px !important;
}

.advisor-detail-page .icon {
  margin-right: 10px;
  font-size: 18px;
}

.advisor-detail-page {
  position: relative;
}

.advisor-detail-page::before {
  content: "";
  background: url("./assets/images/advisor-detail/left-before.svg") no-repeat center center;
  background-size: contain;
  width: 247.029px;
  height: 350.295px;
  position: absolute;
  left: -36px;
  bottom: 50%;
  opacity: .7;
}

.advisor-detail-page::after {
  content: "";
  background: url("./assets/images/advisor-detail/right-before.svg") no-repeat center center;
  background-size: contain;
  width: 247.029px;
  height: 350.295px;
  position: absolute;
  right: 0px;
  top: 50%;
  opacity: .7;
}

@media only screen and (max-width: 1024px) {
  .advisor-detail-page::before {
    display:none;
  }
  
  .advisor-detail-page::after {
  display:none;
  }
}

.fc .fc-daygrid-day-number {
  text-decoration: none !important;
  color: var(--Primary-Colors-100, #171754);
  text-align: right;

  /* Title Styles/Title Large SemiBold */
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 155.556% */
  padding-right: 10px;
}

.fc .fc-col-header-cell-cushion {
  text-decoration: none !important;
  color: var(--Gray-50, #777677);
  text-align: center;

  /* Paragraph Styles/Paragraph Large Regular */
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
  padding-top: 20px;
  padding-bottom: 20px;
}

.fc-theme-standard th {
  border-radius: var(--radi-lg, 12px) var(--radi-lg, 12px) 0px 0px;
  background: #fafafa;
}

.fc-theme-standard td {
  border: 1px solid var(--Cold-Gray-30, #AEB8B8);
  background: #FEFEFE;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
  border-radius: var(--radi-md, 4px);
  border: 1px solid var(--light-blue);
  color: var(--Primary-Colors-100, #171754);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  /* 133.333% */
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .advisor-detail-page .appointment-badge {
      width: 100%;
  }
}

.card-image img {
  width: 100%;
  height: auto;
}

/* FancyBox için temel CSS */
.fancybox-button {
  background: #007bff;
  color: #fff;
}

#pdf-viewer {
  height: 80vh;
  /* Yüksekliği ihtiyaçlarınıza göre ayarlayın */
  overflow: auto;
  border: 1px solid #ddd;
}

.pdf-page {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.pdf-page img {
  max-width: 100%;
}

.advisor-detail-page .appointment-calendar-title {
  color: var(--light-blue);

  font-family: var(--font-primary);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  position: relative;
  width: 350px
      /* 131.25% */
}

.advisor-detail-page .appointment-calendar-title::before {
  content: "";
  border-radius: var(--radi-md, 4px);
  background: var(--light-blue);
  width: 72px;
  height: 4px;
  position: absolute;
  right: -14px;
  top: 20px;
}

@media screen and (max-width: 475px) {
  .advisor-detail-page .appointment-calendar-title::before {
      display: none;
  }

  .advisor-detail-page .nav-tabs .nav-link,
  .advisor-detail-page .nav-tabs .nav-item.show .nav-link,
  .advisor-detail-page .nav-tabs .nav-link.active {
      font-size: 14px !important;
  }
}


/*ADVISOR DETAIL PAGE START*/
.advisor-detail-page .detail-card .abilities {
  padding: 0px;
  margin: 0px;
}

.advisor-detail-page .detail-card .abilities .title {
  color: var(--black-60, #5A5A5A);

  border: none;
  /* Heading Styles/H4 */
  font-family: var(--font-primary);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  padding-bottom: 15px;
}

.advisor-detail-page .detail-card .abilities .content {
  width: 100%;
  border-bottom: 1.5px solid #B4B3CA;
}

.advisor-detail-page .detail-card .abilities .content:last-child {
  width: 100%;
  border-bottom: none;
}

.advisor-detail-page .detail-card .abilities .number {
  color: var(--blue);


  /* Heading Styles/H4 */
  font-family: var(--font-primary);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  /* 150% */
}


.advisor-detail-page .detail-card {
  border-radius: var(--radi-lg, 12px) 21px var(--radi-lg, 12px) var(--radi-lg, 12px);
  border: 1.5px solid #B4B3CA;
  background: #fff;
}


.advisor-detail-page .title {
  color: var(--blue);


  /* Heading Styles/H3 */
  font-family: var(--font-primary);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  /* 131.25% */
  border-bottom: 1px solid var(--white-30, #DCDCDC);
  padding-bottom: 10px;
}


.advisor-detail-page .description {
  color:  var(--dark-blue);

  font-family: var(--font-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 105.556% */
}

.advisor-detail-page .detail-card .inner-card {
  border-radius: var(--radi-lg, 12px);
  border: 2px solid var(--white-30, #DCDCDC);
  background: #fff;
}
.advisor-detail-page .detail-card .inner-card .list li {
  list-style-type: disc !important;
}
.advisor-detail-page .detail-card .inner-card .inner-card-icon {
  width: 24.123px;
  height: 24px;
}
.advisor-detail-page .detail-card .inner-card .title {
  border-bottom: none;
  color: var(--blue);
  /* Heading Styles/H5 */
  font-family: var(--font-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.advisor-detail-page .nav-tabs .nav-link {
  color: var(--Cold-Gray-50, #6D7777);
  text-align: center;
  font-family: var(--font-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.advisor-detail-page .nav-tabs .nav-item.show .nav-link,
.advisor-detail-page .nav-tabs .nav-link.active {
  color: var(--primary-colors-primary-colors-100, #00296F) !important;
  text-align: center;
  font-family: var(--font-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  border-radius: 4px;
  border-bottom: 2px solid var(--primary-colors-primary-colors-100, #00296F) !important;
  background: transparent;
  border: none !important;
}
.advisor-detail-page .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: transparent !important;
}
.advisor-detail-page .nav-link:focus-visible {
  outline: 0;
  box-shadow: none !important;
}
.advisor-detail-page .appointment-badge {
  border-radius: 8px;
  border: 2px solid #B4B3CA;
  display: inline-flex;
  padding: 14px 47px;
  justify-content: center;
  align-items: center;
  gap: 53px;
  position: relative;
}
.advisor-detail-page .appointment-badge .appointment-badge-image-content {
  border-radius: 100px;
  border: 2px solid #B4B3CA;
  background: #fff;
  position: absolute;
  top: -20px;
  left: -20px;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.advisor-detail-page .appointment-badge img {
  width: 21.5px;
  height: 21.5px;
}


.advisor-detail-page .appointment-badge span {
  color: #000;
  /* Heading Styles/H4 */
  font-family: var(--font-primary);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

.advisor-detail-page .appointment-badge .currency {
  color: var(--primary-colors-90, #003FB3);

  /* Heading Styles/H3 */
  font-family: var(--font-primary);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
}

.advisor-detail-page .video-request-button,
.advisor-detail-page .preliminary-meeting-button,
.advisor-detail-page .appointment-button {
  display: flex;
  height: 48px;
  padding: 12px 26px 12px 25px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 8px;
}

.advisor-detail-page .video-request-button {
  background: var(--primary-colors-primary-colors-100, #00296F) !important;
}

.advisor-detail-page .preliminary-meeting-button {
  border: 1px solid var(--blue);
}

.advisor-detail-page .appointment-button {
  background: var(--turquoise, #00FFF9) !important;
}

.advisor-detail-page .preliminary-meeting-button span,
.advisor-detail-page .video-request-button span,
.advisor-detail-page .appointment-button span {

  /* Button Stayles/Button Large */
  font-family: var(--font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none !important;

}
.advisor-detail-page .preliminary-meeting-button span {
  color: var(--blue);
}
.advisor-detail-page .appointment-button span {
  color: #010029 !important;
}
.advisor-detail-page .video-request-button span {
  color: #fff;
}
.advisor-detail-page .preliminary-meeting-button img {
  width: 24px;
  height: 24px;
}
.advisor-detail-page .banner-image {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.advisor-detail-page .user-avatar {
  border-radius: 300px;
  border: 3px solid #B4B3CA;
  background: url(<path-to-image>) lightgray -4.687px 0px / 105.469% 105.469% no-repeat, #0C1A29;
  width: 200px;
  height: 200px;
  flex-shrink: 0;
  margin-top: -60px;
}
.advisor-detail-page .user-name {
  color: #010029;
  text-align: center;
  /* Heading Styles/H3 */
  font-family: var(--font-primary);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
}
.advisor-detail-page .user-profession {
  color:  var(--dark-blue);
  font-family: var(--font-primary);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.advisor-detail-page .user-crystal {
  color: var(--primary-colors-90, #003FB3);
  font-family: var(--font-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.advisor-detail-page .user-crystal img {
  width: 34.341px;
  height: 32px;
}
/*ADVISOR DETAIL PAGE END*/
  /*NUMBER CARD START*/
  .number-diy .data ._number span {
    background: var(--blue);
    -webkit-background-clip: text;
    color: transparent !important;
    font-family: "Noto Sans";
    font-size: 128px;
    font-style: normal;
    font-weight: 800;
    line-height: 84px;
}
  /*NUMBER CARD END*/

  /*Cookie Banner Start*/
  .cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #111;
    color: #fff;
    padding: 15px 20px;
    z-index: 9999;
    display: none;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
}

.cookie-content {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.cookie-buttons button {
    padding: 8px 18px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 500;
}

.btn-accept {
    background: #28a745;
    color: #fff;
}

.btn-reject {
    background: #dc3545;
    color: #fff;
}
 /*Cookie Banner End*/

 .iyzico-logo{
  width: 60px;
  height: 30px;
 }