:root {
    --main-color: #d8de41;
    --scn-color: #000;
    --bg-color: #f1f1f1;
    --footer: #e9e9e9;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Geogrotesque Cyr';
    font-weight: 500;
    font-style: normal;
}

body {
    background-color: var(--bg-color);
}

ul {
    list-style: none;
}

.fn-main {
    color: var(--main-color);
}

.fn-wh {
    color: white;
}

.flex {
    display: flex;
}

.vert {
    flex-direction: column;
}

.jcc {
    justify-content: center;
}

.jce {
    justify-content: end;
}

.jcsb {
    justify-content: space-between;
}

.aic {
    align-items: center;
}

.aie {
    align-items: flex-end;
}

.ais {
    align-items: start;
}

.g-3 {
    gap: .3rem;
}

.g1 {
    gap: 1rem;
}

.g2 {
    gap: 2rem;
}

.g3 {
    gap: 3rem;
}

.psrel {
    position: relative;
}

.psabs {
    position: absolute;
}


.container {
    width: 70%;
    max-width: 1300px;
}


header {
    display: flex;
    justify-content: center;
    align-items: center;
}

header nav {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    background-color: white;
    width: 100%;
    z-index: 99999;
}

header nav .rightSide {
    display: flex;
    align-items: center;
    gap: 3rem;
    height: 70px;
}

header nav .rightSide img {
    height: 30dvh;
    transform: translateY(calc(50% - 36px));
}

header nav .rightSide ul li a,
header nav .leftSide a {
    color: var(--scn-color);
    font-size: 20px;
    text-decoration: none;
}

header nav .leftSide img {
    height: 70px;
}



.heroSection {
    width: 100%;
    height: calc(100dvh - 70px);
    position: relative;
    background-color: var(--bg-color);
}

.heroSection img {
    width: 70%;
    height: 100%;
    max-width: 1000px;
    object-fit: contain;
}

.heroSection .floatingButton {
    right: 0;
    background-color: white;
    height: 50px;
    text-decoration: none;

}

.heroSection .floatingButton p {
    white-space: nowrap;
    height: 50px;
    padding: 0 .5rem;
    background-color: var(--main-color);
    color: var(--scn-color);
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}

.heroSection .floatingButton2 {
    bottom: 15vh;
    height: 50px;
    display: none;
    text-decoration: none;
}

.heroSection .floatingButton2 p {
    white-space: nowrap;
    height: 50px;
    padding: 0 .5rem;
    background-color: var(--main-color);
    color: var(--scn-color);
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}

.flagArea {
    height: 150px;
    width: 100%;
}

.flagArea .flagBg {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    height: 150px;
}

.flagArea .flagBg .flagRight {
    width: 100%;
    height: 150px;
    background-color: var(--scn-color);
}

.flagArea .flagBg .flagRight img {
    height: 75px;
}

.flagArea .flagBg .flagLeft {
    width: 100%;
    height: 150px;
    background-color: var(--main-color);
}

.flagArea .flagMain {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    height: 150px;
}

.flagArea .flagMain .flagRight img {
    height: 150px;
}

.flagArea .flagMain .flagRight h3 {
    font-weight: 600;
    font-size: 30px;
}

.flagArea .flagMain .flagRight h2 {
    font-weight: bold;
    font-size: 33px;
}

.flagArea .flagMain .flagLeft {
    margin-left: 3rem;
    width: 100%;
    height: 150px;
    display: grid;
    grid-template-columns: auto 1fr;
}

.flagArea .flagMain .flagLeft ul li {
    font-size: 18px;
    font-weight: 600;
}

.infoSection {
    padding: 4rem 0 2rem 0;
}

.infoSection .infoGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.infoSection .infoGrid .rightSide h1 {
    font-size: clamp(1rem, 0.6818rem + 1.2727vw, 1.875rem);
    font-weight: 600;
}

.infoSection .infoGrid .rightSide p,
.aboutArea .mainContent p,
.aboutArea .mainContent b {
    font-size: clamp(0.75rem, 0.3864rem + 1.4545vw, 1.75rem);
    line-height: 24px;
}

.infoSection .infoGrid .leftSide img {
    height: 80px;
}

.mainInfo {
    width: 100%;
}

.mainInfo .mainInfoBg {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    height: 100%;
}

.mainInfo .mainInfoBg .leftSide {
    width: 100%;
    background-color: var(--main-color);
}

.mainInfo .mainInfoMain {
    padding: 4rem 0;
    width: 100%;
    z-index: 999;
}

.mainInfo .mainInfoMain .imageArea {
    background: url(../images/bg.png);
    background-size: cover;
    width: 100%;
    height: 100dvh;
    background-repeat: no-repeat;
    background-position: center;
}

.mainInfo .mainInfoMain .imageArea .lifter {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12vw 5rem;
}

.mainInfo .mainInfoMain .imageArea img {
    width: 25vw;
}

.mainInfo .mainInfoMain .textArea {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 4rem 0;
}

.mainInfo .mainInfoMain .textArea .rightSide {
    padding-right: 4rem;
}

.mainInfo .mainInfoMain .textArea .rightSide p {
    font-size: clamp(0.75rem, 0.3864rem + 1.4545vw, 1.75rem);
    line-height: 32px;
}

.mainInfo .mainInfoMain .textArea .leftSide {
    display: grid;
    grid-template-columns: 2fr 1fr;
    padding: 0 0 0 4rem;
}

.mainInfo .mainInfoMain .textArea .leftSide img {
    height: 25dvh;
    justify-self: flex-end;
    transform: translate(100%, -4rem);
}

.mainInfo .mainInfoMain .textArea .leftSide h1 {
    color: white;
    font-size: clamp(1.25rem, 0.3864rem + 3.4545vw, 3.625rem);
    font-weight: bold;
    line-height: 65px;
}

.imageSection {
    width: 100%;
}

.imageSection .imgBg {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.imageSection .imgBg img {
    width: 100%;
}

.imageSection .mainImage {
    z-index: 999;
    height: 30dvh;
    width: 80%;
    object-fit: contain;
}

.aboutArea {
    width: 100%;
}

.aboutArea .bgArea {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.aboutArea .bgArea .rightSide {
    background-color: var(--scn-color);
}

.aboutArea .mainContent {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.aboutArea .mainContent .leftSide {
    padding-right: 2rem;
}

.aboutArea .mainContent .leftSide h1 {
    font-size: clamp(1.25rem, 0.3864rem + 3.4545vw, 3.625rem);
    font-weight: 800;
}

.aboutArea .mainContent .rightSide {
    padding: 56px 0 2rem 56px;
}

.aboutArea .mainContent b {
    font-size: clamp(0.75rem, 0.3864rem + 1.4545vw, 1.75rem);
    font-weight: 600;
}

.aboutArea .mainContent p {
    font-size: clamp(0.75rem, 0.3864rem + 1.4545vw, 1.75rem);
}

.contactArea {
    height: 150px;
}

.contactArea img {
    height: 75px;
}

.contactArea a {
    color: var(--scn-color);
    font-size: 20px;
    text-decoration: none;
}

.institutionalArea {
    padding: 1rem 0 2rem 0;
}

.institutionalArea b {
    font-size: 20px;
    font-weight: 600;
}

footer {
    background-color: var(--footer);
    padding-top: 3rem;
}

footer p {
    font-size: 16px;
    line-height: 20px;
}

footer .mainFooter {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.5fr;
    gap: 5rem;
}

footer .mainFooter .ardlogo {
    width: 100%;
}

footer .mainFooter a {
    color: var(--scn-color);
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

footer .mainFooter b {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

footer .mainFooter .lifter {
    align-self: center;
}

footer .mainFooter .socialIcon {
    width: 30px;
    height: 30px;
    background-color: var(--main-color);

}

footer .mainFooter input[type="text"] {
    height: 50px;
    padding-left: 1rem;
    background-color: white;
    outline: none;
    border: none;
    width: 100%;
    font-size: 16px;
}

footer .mainFooter button {
    background-color: var(--main-color);
    padding: 0 1rem;
    outline: none;
    border: none;
    cursor: pointer;
    color: white;
}

footer .footerBottom {
    margin-top: 1rem;
    width: 100%;
    height: 50px;
    background-color: var(--scn-color);
}

footer .footerBottom p {
    color: white;
    text-align: start;
}

.joinForm{
    width: 100%;
    background-color: white;
}

.joinForm .joinFormGrayArea{
    width: 100%;
    background-color: var(--bg-color);
    height: 150px;
    align-items: start;
    padding: 1rem 0;
}

.joinForm .joinFormYelloArea{
    width: 100%;
    background-color: var(--main-color);
    height: 270px;
    align-items: start;
    padding: 1rem 0;
    margin-top: 1rem;
}

.joinForm .joinInput input{
    background-color: var(--footer);
    width: 70%;
    height: 40px;
    border: none;
    outline: none;
    padding-left: 1rem;
    outline-offset: .125rem;
}

.joinForm .teamGrid{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    padding: 1rem 0;
}

.joinForm .teamGrid .teamMember .joinInput input{
    width: 100%;
}

.joinForm .joinFormSubmit{
    width: 200px;
    height: 50px;
    margin-bottom: 2rem;
    background-color: var(--main-color);
    color: var(--scn-color);
    padding: 0 1rem;
    display: flex;
    align-items: center;
    border: none;
    outline: none;
}

@media (max-width: 1000px) {
    .flagArea {
        height: 200px;
    }

    .flagArea .flagBg,
    .flagArea .flagMain {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
        height: 200px;
    }

    .flagArea .flagBg .flagRight,
    .flagArea .flagBg .flagLeft,
    .flagArea .flagMain .flagLeft {
        height: 100px;
    }

    .flagArea .flagBg .flagRight img {
        height: 50px;
    }

    .flagArea .flagMain .flagRight img {
        height: 100px;
    }

    .flagArea .flagMain .flagLeft {
        grid-template-columns: 1fr auto auto;
    }

    .flagArea .flagMain .flagLeft ul:nth-child(1) {
        grid-column: 2/3;
    }

    .flagArea .flagMain .flagLeft ul:nth-child(2) {
        grid-column: 3/4
    }

    .infoSection .infoGrid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .mainInfo .mainInfoMain .imageArea .lifter {
        grid-template-columns: 1fr 1fr;
    }

    .mainInfo .mainInfoBg .leftSide {
        background: none;
    }

    .mainInfo .mainInfoMain .textArea {
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr;
    }

    .mainInfo .mainInfoMain .textArea .leftSide {
        grid-row: 1/2;
        grid-template-columns: 1fr;
        padding: 0;
    }

    .mainInfo .mainInfoMain .textArea .leftSide img {
        display: none;
    }

    .mainInfo .mainInfoMain .textArea .leftSide h1 {
        color: var(--main-color);
        line-height: normal;
        margin-bottom: 2rem;
    }

    .mainInfo .mainInfoMain .textArea .rightSide p {
        line-height: normal;
    }

    .mainInfo .mainInfoMain .textArea .rightSide {
        grid-row: 2/3;
        padding: 0;
    }

    .imageSection {
        display: none;
    }

    .aboutArea .bgArea .leftSide {
        background-color: var(--scn-color);
    }

    .fn-wh-ltr {
        color: white;
    }

    .aboutArea .mainContent {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 4rem 0;
    }

    .aboutArea .mainContent .leftSide,
    .aboutArea .mainContent .rightSide {
        padding: 0;
    }

    footer .mainFooter {
        grid-template-columns: 1fr 1fr;
    }

    footer .mainFooter .register {
        grid-column: 1/3;
    }
}

@media (max-width:760px) {

    header nav .rightSide ul li a,
    header nav .leftSide a {
        font-size: 12px;
    }

    header nav .rightSide img {
        height: 25dvh;
    }

    .heroSection .floatingButton {
        display: none;
    }

    .heroSection .floatingButton2 {
        display: flex;
    }

}


@media (max-width:600px) {
    header nav {
        height: 100px;
    }

    header nav .rightSide {
        gap: 1rem;
    }

    header nav .rightSide img {
        height: 20dvh;
        transform: translateY(calc(50% - 50px));
    }

    header nav .leftSide img {
        display: none;
    }

    header nav .rightSide ul {
        flex-wrap: wrap;
    }

    footer .mainFooter {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    footer .mainFooter .ardlogo {
        width: 60%;
    }

    footer .mainFooter .register,
    footer .mainFooter .flex:nth-child(1) {
        grid-column: auto;
    }

    footer .mainFooter .flex:nth-child(2) {
        grid-column: auto;
    }

    footer .mainFooter .lifter {
        grid-row: auto;
        grid-column: auto;
    }

    .flagArea {
        height: auto;
    }

    .flagArea .flagBg,
    .flagArea .flagMain {
        grid-template-columns: 1fr;
        grid-template-rows: 100px 200px;
        height: auto;
    }

    .flagArea .flagBg .flagLeft,
    .flagArea .flagMain .flagLeft {
        height: 200px;
    }

    .flagArea .flagBg .flagRight img {
        height: 50px;
    }

    .flagArea .flagMain .flagLeft {
        grid-template-columns: 1fr 1fr;
        gap: 0;
        padding: 0;
        margin: 0;
    }

    .flagArea .flagMain .flagRight img {
        display: none;
    }

    .flagArea .flagMain .flagRight h2 {
        font-size: 18px;
    }

    .flagArea .flagMain .flagRight h3 {
        font-size: 22px;
    }

    .flagArea .flagMain .flagLeft ul:nth-child(1),
    .flagArea .flagMain .flagLeft ul:nth-child(2) {
        grid-column: auto
    }

    .flagArea .flagMain .flagLeft ul li {
        height: 30px;
        font-size: 13px;
    }

    .mainInfo .mainInfoMain .imageArea .lifter {
        grid-template-columns: 1fr;
    }

    .mainInfo .mainInfoMain .imageArea img {
        width: 60vw;
    }

    .contactArea {
        display: none;
    }

    label,
    .footerbtmtext,
    footer .mainFooter b,
    footer .mainFooter a,
    footer .mainFooter p {
        font-size: 12px;
    }

    footer .mainFooter input[type="text"] {
        height: 30px;
        font-size: 12px;
    }

    footer .mainFooter button {
        font-size: 12px;
    }
}



/* ¨Üye Olma */

.btn-primary {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
    transition: .5s;
}

.btn-primary:hover {
    background-color: #000;
    border-color: #000;
    color: #859327;
}

.logo-box {
    width: 80px;
    height: 80px;
}

.nav-tabs .nav-link.active {
    color: #000;
    border-color: var(--main-color);
    border-bottom-color: transparent;
}

.nav-tabs .nav-link {
    color: #666;
}

.bg-uniads {
    --bs-bg-opacity: 1;
    background-color: var(--main-color) !important;
}

.form-control:focus {
    border-color: var(--main-color);
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.25);
}

/* Profil */

.nav-pills .nav-link.active {
    background: linear-gradient(145deg, #212529, #343a40);
    color: #d8de41;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateX(10px);
}

.nav-pills .nav-link {
    color: #000;
    padding: 1.2rem 2.5rem;
    border-radius: 12px;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    background: white;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
}

.nav-pills .nav-link:hover:not(.active) {
    background: #f8f9fa;
    transform: translateX(5px);
}

.nav-pills .nav-link i {
    font-size: 1.2rem;
    margin-right: 1rem;
}

.file-item:hover {
    background-color: #f8f9fa;
}

.nav-pills {
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 16px;
}






/* Profil */

.profileGrid{
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 2rem;
}

.profileGrid ul, .profileGrid ul li{
    width: 100%;
    margin: 0;
    padding: 0;
}

.profileGrid ul li a{
    width: calc(100% - 1rem);
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 1rem;
    text-decoration: none;
    color: var(--scn-color)
}

.profileGrid .profileActiveSection{
    background-color: #d8de41;
    color: white;
    border-radius: 5px;
}

#drop-area {
    border: 2px dashed #ccc;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    font-size: 20px;
    color: #555;
    margin: 20px auto;
    width: 80%;
    user-select: none;
}
#drop-area.hover {
    border-color: #000;
}
.file-list {
    margin-top: 20px;
}
.file-item {
    margin-bottom: 10px;
}
.progress-bar {
    width: 100%;
    background-color: var(--main-color);
    border-radius: 5px;
    margin-top: 5px;
}
.progress {
    height: 2px;
    background-color: white;
    border-radius: 5px;
    width: 0%;
}

@media (max-width: 890px){
    .joinForm .joinInput input{
        width: 100%;
    }
    .joinForm .teamGrid{
        grid-template-columns: repeat(2, 1fr);
    }
    .profileGrid{
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px){
    .joinForm .teamGrid{
        grid-template-columns: 1fr;
    }
    .joinForm{
        padding-top: 2rem;
    }

}

header nav .hamburger{
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: ease .3s;
    gap: .5rem;
    display: none;
  }

  
  header nav .hamburger span{
    width: 30px;
    height: 1px;
    background-color: black;
    transition: ease .3s;
    opacity: .7;
  }
  
  header nav .hamburger span:nth-child(1){width: 20px;}
  
  header nav .hamburger span:nth-child(3){
    width: 15px;
    align-self: flex-end;
  }
  
  header nav .hamburger:hover span{
    width: 30px;
    opacity: 1;
  }

  .headerMobileNav{
    display: none;
    width: 0;
    overflow: hidden;
    height: calc(100dvh - 8px);
    position: absolute;
    z-index: 9999;
    background-color: rgba(216, 222, 65, .3);
    backdrop-filter: blur(5px);
    padding: 0;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    transition: ease .5s;
    right: 0;
  }

  .headerMobileNav li{
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .headerMobileNav li a{
    text-decoration: none;
    color: white;
    font-size: 25px;    
    text-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
    white-space: nowrap;
  }

  .headerMobileNav li img{
    height: 30px;
  }

  .uniadsMain{
    display: none;
  }
  
  @media (max-width: 570px) {
    .uniadsMain{
        display: flex;
      }
    header nav{
        height: 60px;
    }
    header nav .rightSide img {
        height: 12dvh;
        transform: translateY(calc(50% - 31px));
    }
    header nav .hamburger,
    .headerMobileNav{
      display: flex;
    }
    header nav .rightSide ul,
    header nav .leftSide{
      display: none;
    }
    .container{
        width: 90%;
    }
  }


.adminGrid{
    display: grid;
    grid-template-columns: 250px 1fr;
}

.adminGrid .admingridList{
    display: flex;
    flex-direction: column;
    background-color: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
    width: 100%;
    height: 100vh;
    padding: 0;

}

.adminGrid .admingridList li a{
    display: flex;
    width: calc(100% - 2rem);
    height: 50px;
    padding: 0 1rem;
    text-decoration: none;
    color: black;
    align-items: center;
}

.adminGrid .admingridList li .active{
    background-color: rgba(216, 222, 65, .7);
}

.adminGrid .admingridList li:nth-child(1){
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 1rem;
}

.adminGrid .admingridList li:nth-child(1) img{
    width: 70%;
}

.adminGrid .admingridList li:nth-child(1) img:nth-child(1){
    width: 20%;
}

.adminGrid .adminMain{
    width: 100%;
overflow: hidden;
}

.adminGrid .adminMain .header{
    width: calc(100% - 2rem);
    height: 50px;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding-left: 2rem;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
}

.adminGrid .adminMain .main{
    padding: 2rem;
}

.adminGrid .adminMain .main table{
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
    padding: 1rem;
    border-radius: 1rem;
    overflow: hidden;
    min-width: 1000px;
}
m
.adminGrid .adminMain .main table thead tr th{
   font-weight: bold;
   height: 50px;
    text-align: start;
}

.adminGrid .adminMain .main table tbody tr td{
    height: 25px;
}

.adminGrid .adminMain .main .mainGrid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.adminGrid .adminMain .main .whiteArea{
    padding: 1rem;
    background-color: white;
    border-radius: 1rem;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
    display: flex;
    flex-direction: column;
}