@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&display=swap');


* {
    padding: 0;
    margin: 0;
}

body{
    
    --wepkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

::placeholder {
    color: #a56d47;
    opacity: 1;
}

input[type=text]:focus {
    border-bottom: 4px solid #F8A067;
    transition: 0.3s;
}
input[type=email]:focus {
    border-bottom: 4px solid #F8A067;
    transition: 0.3s;
}
textarea[name=asilmesg]:focus {
    border-bottom: 4px solid #F8A067;
    transition: 0.3s;
}

nav {
    width: 100%;
    height: 60px;
    background-color: #3C3268;
    position: fixed;
    z-index: 15;
}

nav ul {
    display: flex;
    flex: auto;
    justify-content: space-around;
    
}

ul li {
    list-style: none;
    display: inline-block;
    line-height: 60px;
}

ul li a {
    text-decoration: none;
    font-size: 15px;
    font-family: Poppins;
    color: #F8A067;
    
}

canvas {
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.wrapper {
    margin: 0 auto;
   /* padding-top: 10px; BUrda Tepeden boşluk veriyoruz*/
    width: 750px;
    height: 53vh;
    
    padding: 154px 30px 30px 30px;
    z-index: 10;
    position: relative;
}



.ilk-arkap{
    min-height: 87vh;
    background: -moz-linear-gradient(50deg, #211F2E 0%, #413771 100%);
    background: -webkit-linear-gradient(50deg, #211F2E 0%, #413771 100%);
    background: linear-gradient(45deg, #1d1c29 0%, #413771 100%);
}

.adim{
    font-family: Poppins;
    color: #F8A067;
}

.adim h1 {
    line-height: 30px;
    font-weight: 500;
}

.Placeholder{
    font-family: "Bodoni Moda";
    color: #F8A067;
    text-shadow: -3px 0px white;
    line-height: 55px;
    margin-top: 10px;
}


.buyuk-yazi {
    font-size: 70px;
    line-height: 140px;
    font-family: "Bodoni Moda";
    color: #F8A067;
    text-shadow: -4.3px 0px white;
}

.alt-yazi {
    padding-top: 20px;
    color: #F8A067;
    font-family: "Poppins";
}
.alt-yazi h3 {
    font-weight: 300;
    font-size: 16px;
}

.alt-sol-bos {
    
    width: 75%;
    margin-top: 20px;
    float:right;
    margin-top: 50px;
    color: #F8A067;
}
.alt-sol-bos h3 {
    float: right;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 600;
}

.ikinci-arkap {
    min-height: 110vh;
    background-color: white
}

.ucuncu-arkap {
    min-height:95vh;
    background-color:#413771 ;
}

.wrapper2 {
    margin: 0 auto;
    padding: 154px 30px 30px 30px;/* BUrda Tepeden boşluk veriyoruz*/
    width: 750px;
    height:70vh;
    z-index: 10;
    
    position: relative;
}

.wrapper3 {
    margin: 0 auto;
    padding: 65px 30px 30px 30px;/* BUrda Tepeden boşluk veriyoruz*/
    width: 750px;
    height:83vh;
    z-index: 10;
    position: relative;
    
}

.wrapper3 form{
    margin: 0 auto;
    width: 96%
}

.wrapper3 h1 {
    font-family:"Bodoni Moda";
    color: #F8A067;
    font-weight: 400;
    font-size: 50px;
}


.wrapper3 form input{
    width: 99.5%;
    outline: none;
    border: none;
    background: none;
    border-bottom: 2px solid #F8A067;
    padding-top: 50px;
    font-size: 20px;
    font-family: Poppins;
    color: rgb(241, 240, 240)
}

.wrapper3 form textarea{
    margin-top: 10px;
    width: 99.5%;
    outline: none;
    border: none;
    background: none;
    border-bottom: 2px solid #F8A067;
    padding-top: 10px;
    font-size: 19px;
    color: white;
    font-family: Poppins;
    
}
#button{
    width: 99.5%;
    outline: none;
    border: none;
    background-color: #F8A067;
    color: white;
    padding-top: 10px;
    padding-bottom: 10Px;
    font-size: 20px;
    margin-top: 40px;
    transition-duration: 0.4s;
}

#button:hover{
    cursor:pointer;
}

.partikül-arka {
    margin: 0 auto;
   /* padding-top: 10px; BUrda Tepeden boşluk veriyoruz*/
    height:95vh;
    
    padding: 10px 30px 30px 30px;
    z-index: 10;
    position: relative;
}
.partikül-arka p {
    text-align: center;
    color: #F8A067;
    font-family: Poppins;
    font-size: 15px;
}
.partikül-arka SPAN {
    color: white;
    font-weight: 400;
}

.skiller {
    display: flex;
    flex: auto;
    gap: 15vh;
    justify-content:space-around ;
    color: white;
    
}
ul li p {
    font-family: 'Poppins';
    font-size: 20px;
}

.grid {
    
    display: grid;
    grid-template-columns: 100px 100px 100px 100px 100px 100px  ;
    grid-template-rows: 70px 70px 70px 70px 70px 70px 70px ;
    justify-items: center;
    align-items: center;
}

.item1 {
    grid-row: 1/2;
    grid-column: 1/3;
    line-height: 40px;
    font-family: 'Poppins';
    font-size: 15px;
}
.item1 h2 {
    font-weight: 400;
}

.item2 {
    grid-column: 3/5;
    line-height: 40px;
    font-family: Poppins;
    font-size: 15px;
}

.item2 h2 {
    font-weight: 400;
}
.item3 {
    grid-column: 5/7;
    line-height: 40px;
    font-size: 15px;
    font-family: Poppins;
}

.item3 h2{
    font-weight: 400;
}

.item4 {
    grid-column: 1/3;
    line-height: 40px;
    font-family: Poppins;
    font-size: 15px;
}
.item5 {
    grid-column: 3/5;
    line-height: 40px;
    font-family: Poppins;
    font-size: 15px;
}
.item6 {
    font-size: 15px;
    grid-column: 5/7;
    line-height: 40px;
    font-family: Poppins;
}
.item7 {
    font-size: 15px;
    grid-column: 1/3;
    line-height: 40px;
    font-family: Poppins;
}
.item8 {
    font-size: 15px;
    grid-column: 3/5;
    line-height: 40px;
    font-family: Poppins;
}
.item9 {
    font-size: 15px;
    grid-column: 5/7;
    line-height: 40px;
    font-family: Poppins;
}
.item10 {
    font-size: 15px;
    grid-column: 1/3;
    line-height: 40px;
    font-family: Poppins;
    
}
.item11 {
    font-size: 15px;
    grid-column: 3/5;
    line-height: 40px;
    font-family: Poppins;
    text-decoration: line-through;
}
.item12 {
    font-size: 15px;
    grid-column: 5/7;
    line-height: 40px;
    font-family: Poppins;
}

.item13 {
    font-size: 15px;
    grid-column: 1/3;
    line-height: 40px;
    font-family: Poppins;
    
}

.item14 {
    font-size: 15px;
    grid-column: 3/5;
    line-height: 40px;
    font-family: Poppins;
    text-decoration: line-through;
}

.item15 {
    font-size: 15px;
    grid-column: 5/7;
    line-height: 40px;
    font-family: Poppins;
    text-decoration: line-through;
}


.item4 h2{
    font-weight: 400;
}
.item5 h2{
    font-weight: 400;
}
.item6 h2{
    font-weight: 400;
}
.item7 h2{
    font-weight: 400;
}
.item8 h2{
    font-weight: 400;
}
.item9 h2{
    font-weight: 400;
}
.item10 h2{
    font-weight: 400;
}
.item11 h2{
    font-weight: 400;
}
.item12 h2{
    font-weight: 400;
}
.item13 h2{
    font-weight: 400;
}
.item14 h2{
    font-weight: 400;
}
.item15 h2{
    font-weight: 400;
}

.iletisim {
    display: flex;
    flex: auto;
    gap: 20px;
    margin-top: 20px;
    
}
.iletisim a {
    font-size: 20px;
    color: white;
    font-family: Poppins;
    text-decoration: none;
    line-height: 20px;
}

img {
    height: 25px;
    width: 25px;
 
}

.icon {
    display: flex;
    gap: 10px;
}

.dropdown {
    position: relative;
    display: flex;
    flex: auto ;
    justify-content: center;
    margin-top: 20px;
}
.anan{
    font-family: Poppins;
    font-size: 18px;
    background:none;
    border-radius: 11px 0px 11px 0px;
    border-color: #c58154;
    color: #F8A067;
    font-weight: 500;
    text-decoration: none;
    
}

.dropdown a:hover {
    color: #413771;
    cursor:pointer;
    border-radius: 8px 0px 8px 0px;
    background-color:#e29561; 
}

.dropdown-menu {
    position: absolute;
    top: calc(100% + .45rem);
    background-color: white;
    padding: 0.25rem;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.5);
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 150ms ease-in-out, transform 150ms ease-in-out;
    pointer-events: none;
}

