body {
    font-size:16px;
}

.profile-background {
    position: fixed;
    inset: 0px;
    z-index: -1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #222C2D;
    height: calc(var(--vh, 1vh) * 100);
}

.profile-picture img {
    /* width:96px; */
    height:96px;
    /* border-radius:100%; */
}

.profile-title h1 {
    font-size:20px;
    line-height: 1.5;
    color:#d6af6c;
}

.profile-description h2 {
    font-size:16px;
    line-height: 1.5;
    font-weight: 300;
    color:#d6af6c;
}

.profile-detail {
    padding-bottom:4rem;
    padding-top:4rem;
    padding-left:1rem;
    padding-right:1rem;
    max-width:580px;
}

.profile-socialmedia i {
    font-size:32px;
    color:#d6af6c;
}

.profile-links {
    margin-top: 2rem;
}

.profile-links-group {
    gap:1rem;
}

.profile-links-item {
    height: 100%;
    z-index: 0;
    overflow: hidden;
    border: 2px solid #d6af6c;
    background-color: #d6af6c;
    color: rgb(18, 64, 61);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 8px 0px;
    transform: scale(1);
    transition: transform 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99), box-shadow 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99);
    border-radius: 8px;
    min-height: 64px !important;
}

.profile-links-item:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 4px 12px 0px;
    transform: scale(1.01);
}

.profile-links-item img {
    left: 8px;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    object-fit: contain;
}

.profile-links-item span {
    margin: 0 auto;
  }

  .profile-links-item svg {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color:#d6af6c;
  }

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active{
    background-color: #d6af6c !important;
    border-color: #d6af6c !important;
}









  .step { display: none; }
  .step.active { display: block; }

  .step-indicator {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    position: relative;
  }
  
  .step-indicator .step-item {
    flex: 1;
    text-align: center;
    position: relative;
    color: #999;
    font-weight: 500;
  }
  
  .step-indicator .step-item::before {
    content: attr(data-step);
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 2px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    color: #999;
    margin-bottom: 8px;
    z-index: 2;
    position: relative;
  }
  
  .step-indicator .step-item.active::before {
    background-color: #222C2D;
    color: #fff;
    border-color: #222C2D;
  }
  
  .step-indicator .step-item.completed::before {
    content: '✓';
    background-color: #d6af6c;
    color: white;
    border-color: #d6af6c;
  }
  
  .step-indicator .step-item::after {
    content: '';
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(0);
    height: 2px;
    width: 100%;
    background-color: #ccc;
    z-index: 1;
  }
  
  .step-indicator .step-item:last-child::after {
    display: none;
  }
  
  .step-indicator .step-item span {
    display: block;
    margin-top: 10px;
    font-size: 0.9rem;
  }

  .container {
    padding-top:4rem;
    padding-bottom:4rem;
  }

label {
    color:#d6af6c;
}

.form-control, .form-control:focus{
    background-color:#d6af6c;
}


.iti-flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/10.0.2/img/flags.png");
}

.intl-tel-input{
    display: block !important;
}


.table > :not(caption) > * > *{
    padding: .1rem .1rem;
    background-color: transparent;
    font-size:13px;
    border-color: #333;
    color:#d6af6c;
}



.btn.btn-share, .btn.btn-share:hover {
    border: 1px solid #ccc;
    padding: 5px;
    margin: 5px;
    color: #d6af6c;
    opacity: 0.5;
}


.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active{
    border: 1px solid #ccc !important;
    padding: 5px !important;
    margin: 5px !important;
    color: #d6af6c !important;
    opacity: 1 !important;
}

.abouttext {
    color:#d6af6c;
    text-align: justify;
}

.abouttext p{
    margin-bottom:0rem;
}

.object-fit-cover.img-fluid.myVideo {
    height: 250px;
}

.ugur {
    text-decoration: underline;
    color: beige; 
}



.abouttext2 {
    border:1px solid #d6af6c;
    padding:15px;
    border-radius: 15px;
}

  




  