body{
    display: flex;
    flex-direction: column; 
    background-color: white;
    align-items: center;
    margin: 0px;
    overflow-x: hidden;
    position: relative;
}
img{
    user-select: none;
}
.ToogleMenuBarNav ul li ul li a {
    text-align: center;
}
::selection {
    background-color: #ff6900; /* Seçildiğinde arka plan rengi */
}
.disable-selection {
    user-select: none;
}
.NFooterArea{
    width: 100%;
    height: 650px;
    background-color: #2c3449;
    overflow-x: hidden;
}
.NF_Bottom{
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.NFT_Area p{
    width: 250px;
    font-size: 20px; 
    color: white;
    text-align: center;
}
.NFT_Area{
    width: 370px;
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.NFTT_LogoArea{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.NFT_Text{
    height: 270px;
    width: 370px;
}
.NFT_Links{
    height: 270px;
    width: 370px;
}
.NFT_Links h2{ font-family: 'Roboto'; color: white;}
.NFT_Text h2{ font-family: 'Roboto'; color: white;}
.NFT_Links h3{ font-family: 'Roboto'; color: white;}
.NFT_Links a{ color: rgb(184, 183, 183); margin-left: 10px; text-decoration: none; font-size: 15px;}
.NFT_Links a:hover{ color: #ff6900;}
.NFT_Contact{
    width: 350px;
    height: 270px
}
.NFT_Contact h2{ font-family: 'Roboto'; color: white;}
.NF_Top{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.NF_CRArea{
    width: 50%; height: 30px;
    color: gray;
    text-align: center;
}
.NF_CRArea a{
    color: gray;
    text-decoration: none;
}
.NF_CRArea hr{
    margin-bottom: 10px;
    background-color: #221933;
    height: 1px;
    border: none;
}
.AltLi div a:hover{
    font-family: 'Roboto-Bold';
    font-size: 14px;
    color: #ff6900;
}
.AltLi div a{
    text-decoration: none;
    color: black;

}
.HeaderArea{
    width: 70%;
    height: 70%;
    display: flex;
    flex-direction: column;
}
.MenuToggle{
    display: none;
    width: 50px;
    height: 50px;
    border-radius: 8px;
}
.ToogleMenuBarNav ul{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
}
.ToogleMenuBarNav ul li p{
    color: white;
}
.ToogleMenuBarNav ul li a{
    color: white;
    text-decoration: none;
}
.ToogleMenuBarNav ul li ul li{
    list-style: none;
    width: 100%;
    border: 0;
}
.ToogleMenuBarNav ul li ul{
    width: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.ToogleMenuBarNav ul li{
    padding: 10 0 10 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    list-style: none;
}
.ToogleMenuBarNav ul:first-child{
    margin-top: 30px;
}
.TopArea{
    width: 100%;
    height: 40px;
    border-bottom: 2px solid rgb(212, 210, 210);
    display: flex;
    justify-content: center;
}
.TopAreaContent{
    height: 100%;
    width: 70%;
    display: flex;
    justify-content: left;
    align-items: center;
    padding-left: 50px;
    color: black;
    font-size: 13px;
    font-family: 'Roboto';
}
.TopAreaContent p{
    font-family: 'Roboto-Bold';
}
.TopAreaContentItem{
    margin-left: 20px;
    font-size: 12px;
}
.TopAreaContentItem a{
    text-decoration: none;
    color: inherit;
    font-family: 'Roboto';
}
.TopAreaContentItem a:hover{
    text-decoration: underline;
    color: inherit;
}
.MenuBar{
    height: 110px;
    display: flex;
    justify-content:space-between;
    padding-left: 30px;
    padding-right: 200px;
    align-items: center;
    background-color: #f4e7d7;
    z-index: 30;
}
.MenuBarNav{
    height: 100%;
    background-color: #f4e7d7;
    z-index: 30;
    align-items: center;
    display: flex;
}
.MenuBarNav ul{
    position: relative;
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.MenuBarNav ul li{
    position: relative;
    list-style: none;
    float: left;
}
.MenuBarNav ul li div{
    float: left;
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}
.MenuBarNav ul li div ul{
    position: absolute;
    background-color: #f4e7d7;
    z-index: 30;
    left: 0;
    top: 30px;
    width: 400px;
    height: 380px;
    display: none;
    border-radius: 0 0 25px 25px;
    padding-top: 20px;
}
.AltLi{
    position: absolute;
    left: -10px;
    margin-bottom: 10px;
}
.AltLi div{
    font-size: 15px;
}
.MenuBarNav ul li div:hover ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
}
.MenuBar img{
    width: 153px;
    height: 55px;
}
.CursorPoint:hover{
    cursor: pointer;
}
.MenuBarItem{
    color: black;
    font-size: 20px;
    margin-left: 20px;
    z-index: 40;
    height: 100%;
}
.MenuBarItem:nth-child(2){
    margin-left: 50px;
}
.MenuBarItem:hover{
    color: #ff6900;
}
.MenuBarAltItem:hover{
    font-family: 'Roboto-Bold';
    font-size: 14px;
}
.BannerBar{
    margin-top: 10px;
    display: flex;
    justify-content: center;
    width: 100%;
}
.BannerBar img{
    width: 100%;
    height: 121px;
    transition: transform 0.8s ease;
    object-fit: contain;
}
.BannerBar img:hover {
    transform: scale(1.1);
}
.Container{
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 495px;
    width: 100%;
    position: relative;
    background-color: #f4e7d7;
}
.SliderText p{
    font-family: 'NotoSerif-Bold';
    font-size: 24px;
    text-align: center;
    color: white;
}
.SliderText{
   position: absolute;
   bottom: 0;
   width: 100%;
   background-color: rgba(53, 46, 46, 0.253);
   height: 70px;
   justify-content: left;
   align-items: center;
   padding-left: 50px;
   display: flex;
}
.Container input{
    appearance: none;
}
.Container .dots{
    position: absolute;
    bottom: 20px;
    z-index: 20;
    display: flex;
    gap: 6px;
}
.Container .dots label{
    width: 12px;
    height: 12px;
    background-color: #333;
    cursor: pointer;
    border-radius: 50%;
    opacity: 0.5;
    border: 2px solid #222;
}
.CAD_Map{
    width: 100%;
}
.Container input:nth-child(1):checked ~ .dots label:nth-child(1),
.Container input:nth-child(2):checked ~ .dots label:nth-child(2),
.Container input:nth-child(3):checked ~ .dots label:nth-child(3),
.Container input:nth-child(4):checked ~ .dots label:nth-child(4),
.Container input:nth-child(5):checked ~ .dots label:nth-child(5)
{
    opacity: 0.9;
}
.Container .slider{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.Container .slider .slide{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: var(--img);
    background-size: cover;
    clip-path: circle(0% at 0% 50%);
    transition: 1.5s;
    transition-delay: 0s;
}
.Container input:nth-child(1):checked ~ .slider .slide:nth-child(1),
.Container input:nth-child(2):checked ~ .slider .slide:nth-child(2),
.Container input:nth-child(3):checked ~ .slider .slide:nth-child(3),
.Container input:nth-child(4):checked ~ .slider .slide:nth-child(4),
.Container input:nth-child(5):checked ~ .slider .slide:nth-child(5)
{
    clip-path: circle(150% at 50% 50%);
    transition-delay: 0.2s;
}
.SlideButtonLeft
{
    position: absolute;
    left: 20;
    width: 50px;
    height: 50px;
    z-index: 10000;

}
.SlideButtonRight
{
    position: absolute;
    right: 20;
    width: 50px;
    height: 50px;
    z-index: 10000;
    display: flex;
    justify-content: right;
}
.ContentArea{
    margin-top: -10px;
    width: 100%;
    height: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
}
.VideoArea{
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.HTag h2{
    color: #DD303A;
}
.HTag{
    display: flex;
    justify-content: center ;
    width: 100%;
}
.VideoContainer{
    width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.VideoDiv iframe{
    border-radius: 10px;
}
.VideoDiv{
    border-radius: 10px;
    width: 420px;
    height: 234px;
}
.ShowMoreVideo:hover{
    background-color: #dd3039c7;
}
.ShowMoreVideo:hover p{
    color: #0c6277;
}
.ShowMoreVideo p{
    font-size: 16px;
    font-family: 'Roboto-Bold';
    color: #221933;
}
.ShowMoreVideo{
    width: 150px;
    height: 50px;
    background-color: #DD303A;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ShowMoreFaculty:hover{
    background-color: #dd3039c7;
}
.ShowMoreFaculty:hover p{
    color: #0c6277;
}
.ShowMoreFaculty p{
    font-size: 16px;
    font-family: 'Roboto-Bold';
    color: #221933;
}
.ShowMoreFaculty{
    width: 150px;
    height: 50px;
    background-color: #DD303A;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.FacultyArea{
    margin-top: 50px;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.FA_Container{
    margin-top: 20px;
    width: 100%;
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.FA_Div{
    width: 350px;
    height: 300px;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
}
.FA_Div:hover div h3{
    color: #ff6900;
}
.FA_Div:hover {
    cursor: pointer;
}
.Behing_Fa_Div{
    display: none;
}
.FA_Div_Image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
.FA_Div_Image{
    height: 150px;
    width: 100%;
}
.FA_Div_Des p{
    margin-left: 30px;
    font-size: 14px;
    font-family: 'Roboto-Bold';
}
.FA_Div_Des h3{
    margin-left: 30px;
    font-family: 'Roboto-Bold';
}
.FA_Div_Des{
    width: 100%;
    height: 100%;
    background-color: #333;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    color: white;
}

.FooterArea{
    width: 100%;
    height: 650px;
    position: relative;
    display: flex;
    justify-content: center;
    overflow-x: hidden;
}
.FooterOverlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #2c3449, rgba(44, 52, 73, 0.96));
    z-index: -1;
}
.FooterImg{
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}
.FooterContent{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
}
.FooterTopPlace{
    width: 100%;
    height: 330px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.FooterTopContact{
    height: 80%; 
    width: 30%; 
    padding-left: 12px;
}
.ContactInformation{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.CIItem{
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.CIItem i{
    margin-right: 15px;
    color: red;
}
.CIItem p{
    color: rgb(184, 183, 183);
    font-family: 'roboto';
}
.FooterTopContact h2{ font-family: 'Roboto'; color: white;}
.FooterTopAboutUs h2{ font-family: 'Roboto'; color: white;}
.FooterTopAboutUs{ height: 80%; width: 30%;}
.FooterTopAboutUs p{ width: 40%; height: auto;}

.FTP_Div{
    gap: 40px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
.FooterTopInformation{
    height: 80%; 
    width: 30%;
    display: flex;
    flex-direction: column;
    padding-left: 12px;
}
.FooterTopInformation h2{ font-family: 'Roboto'; color: white;}
.FooterTopInformation h3{ font-family: 'Roboto'; color: white;}
.FooterTopInformation a{ color: rgb(184, 183, 183); margin-left: 10px; text-decoration: none; font-size: 15px;}
.FooterTopInformation a:hover{ color: #ff6900;}
.IItem{
    display: flex;
    align-items: center;
    height: 30px;
    width: 170px;
}
.GroupContainer{
    display: flex;
    flex-wrap: wrap;
}
.IItemGroup{
    display: flex;
    height: 100%;
    width: 40%;
    flex-direction: column;
    margin-left: 30px;
}
#IItemGroup1{
    margin-left: 10px;
}
.FooterBottomPlace{
    margin-top: -20px
}
.FooterBottomPlace{
    width: 100%;
    height: 250px;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
}
.FooterCRArea{
    width: 50%; height: 30px;
    color: gray;
    text-align: center;
    position: absolute;
    bottom: 25;
}
.FooterLogoArea{
    margin-top: 20px;
    width: 40%;
    height: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.FooterCRArea a{
    color: gray;
    text-decoration: none;
}
.CRSpan:hover{
    color: #C19977;
    cursor: pointer;
}
.FooterCRArea hr{
    margin-bottom: 10px;
    background-color: #221933;
    height: 1px;
    border: none;
}
#FooterImg2{
    margin-left: 150px;
}
#FormBtn{
    position: fixed;
    bottom: 40px;
    right: 20px;
    width: 40px;
    background-color: #3498db;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    z-index: 199999;
}
#scrollTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    background-color: #3498db;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    z-index: 200000;
}
.OpenedForm{
    position: fixed;
    bottom: 150px;
    right: 20px;
    z-index: 199998;
    border-radius: 30px;
}
.FormArea{
    width: 100%;
    height: 600px;
    background-color: #333;
    border-bottom: solid red 2px;
    display: none;
    justify-content: center;
    align-items: center;
}
.Wrapper{
    width: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Wrapper form{
    width: 70%;
    height: 100%;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
}
.FormInputBox{
    width: 100%;
    height: 50px;
    margin: 10px 0;
    position: relative;
    flex-shrink: 0;
    max-width: 400px;
    color: white;
}
.textareaDiv p{
    position: absolute;
    top: -15px;
    background-color: #333;
    width: 36px;
    left: 35px;
    text-align: center;
}
#InputBox{
    height: 150px;
    position: relative;
    background: transparent;
    border: none;
    outline: none;
    border: 2px solid rgba(255, 255, 255, .2);
    border-radius: 20px;
    padding: 20px 45px 20px 20px;
}
.textareaDiv{
    height: 150px;
    position: relative;
}
.FormInputBox input{
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    border: 2px solid rgba(255, 255, 255, .2);
    border-radius: 40px;
    padding: 20px 45px 20px 20px;
    color: white;
}
.FormInputBox input::placeholder{
    color: #fff;
}
.FormInputBox i{
position: absolute;
right: 20px;
top: 15px;
}
.SubmitButton:hover{
    background-color: #ff6900;
}
.SubmitButton{
    height: 30px;
    background-color: #DD303A;
    border:none;
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Roboto-Bold';
}
.Wrapper h1{
    font-size: 36px;
    text-align: center;
}
@font-face {
    font-family: 'Roboto';
    src: url('/Fonts/Roboto-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('/Fonts/Roboto-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'NotoSerif-Bold';
    src: url('/Fonts/NotoSerif-Bold.ttf') format('truetype');
}
@media only screen and (max-width: 1800px) {
    .VideoDiv iframe{
        width: 340px;
        height: 184px;
    }
    .VideoDiv{
        width: 320px;
        height: 180px;
    }
    .HeaderArea{
        height: 900px;
    }
    .Container{
        height: 600px;
    }
}
@media only screen and (max-width: 1600px) {
}
@media only screen and (max-width: 1400px) {
}
@media only screen and (max-width: 1280px) {

    .FooterArea{
        height: 1300px;
        overflow: hidden;
    }
    .FooterTopPlace{
        margin-top: -30px;
        height: 900px;
        display: flex;
        flex-direction: column;
        margin-bottom: -70px;
    }
    .FooterTopAboutUs{
        width: 100%;
        flex-shrink: 0; 
        height: 300px;
        margin-bottom: -50px;
    }
    .FooterTopContact{
        flex-shrink: 0; 
        width: 100%;
        height: 300px;
    }
    .FooterTopInformation{
        flex-shrink: 0; 
        width: 100%;
        height: 300px;
        margin-bottom: -50px;
    }
    .MenuBarItem{
        font-size: 14px;
    }
    .Container{
        height: 600px;
    }
}
@media only screen and (max-width: 1100px) {
    .body{
        overflow-x: hidden;
    }
    #Container{
        height: 600px;
    }
    .MenuBar img{
        width: 120px;
        height: 40px;
    }
    .MenuBar{
        width: 90%;
        height: 120px;
    }
    .MenuBarNav{
        display: none;
    }
    .MenuBarItemElement{
        background-color: #C19977;
    }
    .MenuToggle{
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        right: 0;
    }
    .ToogleMenuBarNav{
        width: 100%;
        height: 360px;
        background-color: #222;
        right: 0;
        position: absolute;
        box-sizing: border-box;
        z-index: 5000;
    }
    .behind {
        visibility: hidden;
    }
}
@media only screen and (max-width: 1600px) {
    .body{
        overflow-x: hidden;
    }
    .TopArea{
        width: 100%;
    }
    .TopAreaContent{
        width: 100%;
        margin-left: -40px;
        font-size: 10px;
    }
    .TopAreaContentItem{
        font-size: 12px;
    }
    .HeaderArea{
        overflow-x: hidden;
        width: 100%;
        height: 700px;
    }
    .Container{
        height: 395px;
        margin-top: 40px;
    }
    .FooterArea{
        overflow-x: hidden;
    }
    #slider-slide-1{
        background-position: 6% 0; 
    }
    #slider-slide-2{
        background-position: 6% 0; 
    }
    #slider-slide-3{
        background-position: 6% 0; 
    }
    #slider-slide-4{
        background-position: 6% 0; 
    }
    #slider-slide-5{
        background-position: 6% 0; 
    }
    .MenuBar{
        height: 80px;
    }
    .BannerBar{
        margin-bottom:  0px;
    }

}
@media only screen and (max-width: 900px) {
    .FormArea{
        display: flex;
    }
    #FormBtn{
        display: none;
    }
    .body{
        overflow-x: hidden;
    }
    .TopArea{
        width: 100%;
    }
    .TopAreaContent{
        width: 100%;
        margin-left: -40px;
        font-size: 10px;
    }
    .TopAreaContentItem{
        font-size: 12px;
    }
    .HeaderArea{
        overflow-x: hidden;
        width: 100%;
    }
    .FooterArea{
        height: 1300px;
        overflow: hidden;
    }
    .FooterTopPlace{
        margin-top: -30px;
        height: 900px;
        display: flex;
        flex-direction: column;
        margin-bottom: -70px;
    }
    .FooterTopAboutUs{
        width: 100%;
        flex-shrink: 0; 
        height: 300px;
        margin-bottom: -50px;
    }
    .FooterTopContact{
        flex-shrink: 0; 
        width: 100%;
        height: 300px;
    }
    .FooterTopInformation{
        flex-shrink: 0; 
        width: 100%;
        height: 300px;
        margin-bottom: -50px;
    }
    #slider-slide-1{
        background-position: 6% 0; 
    }
    #slider-slide-2{
        background-position: 6% 0; 
    }
    #slider-slide-3{
        background-position: 6% 0; 
    }
    #slider-slide-4{
        background-position: 6% 0; 
    }
    #slider-slide-5{
        background-position: 6% 0; 
    }
    .MenuBar{
        margin-bottom: -20px;
    }
    .BannerBar{
        margin-bottom: -30px;
    }
}
@media only screen and (max-width: 600px) {
    .SliderText{
height: 100px;
    }
    .NFT_Text h2,
    .NFT_Links h2,
    .NFT_Contact h2
    {
        margin-left: 15px;
    }
    .Wrapper form{
        width: 80%;
    }
    .body{
        overflow-x: hidden;
    }
    .TopArea{
        width: 100%;
    }
    .TopAreaContent{
        width: 100%;
        margin-left: -40px;
        font-size: 10px;
    }
    .TopAreaContentItem{
        font-size: 12px;
    }
   .HeaderArea{
        overflow-x: hidden;
        width: 100%;
    }
    .FooterArea{
        height: 1300px;
        overflow: hidden;
    }
    .FooterTopPlace{
        margin-top: -30px;
        height: 900px;
        display: flex;
        flex-direction: column;
        margin-bottom: -70px;
    }
    .FooterTopAboutUs{
        width: 100%;
        flex-shrink: 0; 
        height: 300px;
        margin-bottom: -50px;
    }
    .FooterTopContact{
        flex-shrink: 0; 
        width: 100%;
        height: 300px;
    }
    .FooterTopInformation{
        flex-shrink: 0; 
        width: 100%;
        height: 300px;
        margin-bottom: -50px;
    }
    #slider-slide-1{
        background-position: 40% 0; 
    }
    #slider-slide-2{
        background-position: 70% 0; 
    }
    #slider-slide-3{
        background-position: 40% 0; 
    }
    #slider-slide-4{
        background-position: 60% 0; 
    }
    #slider-slide-5{
        background-position: 50% 0; 
    }
    .MenuBar{
        margin-bottom: -30px;
    }
    .BannerBar{
        margin-bottom: -30px;
    }
    #FooterImg2{
        margin-left: 30px;
    }
}
@media only screen and (max-height: 700px) {
    .FormArea{
        height: 500px;
    }
}
@media only screen and (max-height: 600px) {
    .FormArea{
        height: 400px;
    }
    #ContactForm{
        height: 400px;
        padding-top: 10px;
    }
    #ContactForm h1{
        font-size: 20px;
    }
    .FormInputBox{
        height: 30px;
        margin-bottom: 12px;
    }
    .textareaDiv{
        height: 150px;
    }
}