body{
    font-family: 'Poppins', sans-serif;
    background-color: rgb(230, 173, 89);
} 
*,::after, ::before{
    box-sizing: border-box;
}
div{
    display: block;
}
.main{
    border-radius: 40px;
}
.rightmenu{
    font-size: 14px;
}
.dropdown-menu{
    border-radius: 8px;
    color: white;
}

.h{
    height: 50px; 
    width: 50px;
    border-radius: 100%;
    font-size: 35px;
    text-decoration: none;
    color: white;
    text-align: center;
    background-color: rgb(230, 173, 89);
}
.h:hover{
    color: white;
}
.beyaz{
    color: white;
}

.beyaz:hover{
    color: #494949;
    font-weight: bolder;
}
.turuncu{
    color: white;
}

.turuncu:hover{
    color: #494949;
    font-weight: bolder;
}

.frmwrk{
    height: 350px;
    width: 350px;
    background-color: rgba(68,68,68,255);
    border-radius: 50%;
    box-shadow: 0 10px 15px 0 rgba(27, 26, 26, 0.904), 0 10px 55px 0 rgba(0, 0, 0, 0.863);
}

p{
    color: #d5d5d5;
    font-size: 14px;
}
.gray{
    background-color: rgba(51,51,51,255);
    font-size: small;
}
.btn{
    height: 43px;
    width: 150px;
}
.dropdown-menu{
    background-color: rgb(87, 85, 85);
}
.minimg{
    height: 33px;
    width: 110px;
}
.facts{
    border-radius: 5%;
    border-color: #444444;
}


.hulya2 .hulya::before{
    display: block;
    position: absolute;
    content: "";
    background-color: #444444;
    width: 100%;
    height: 3px;
    bottom: 0;
}

.hulya2 .hulya::after{
    display: block;
    position: absolute;
    content: "";
    background-color: orange;
    width: 30px;
    height: 3px;
    bottom: 0;
}
.hulya2 h5{
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.ayak{
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 15px 50px;
    display: block;
    position: relative;
    margin: 75px -25px 0 -25px;
    border-top: 2px solid #494949;
    background-color: #252525;
}

.solayak{
    float: left;
}
.tirnak{
    list-style: none; 
    margin: 0;
    padding: 0;
}

.tirnak li{
  display: inline-block;
  margin-right: 20px;
}
.sagayak{
    float: right;
}
.sagayak p{
    margin: 0;
}
.clear::before{
    content: "";
    display: table;
}

.clear::after{
    content: "";
    display: block;
    clear: both;
}
.tirnak li a{
  text-decoration: none;
  color: #7e7d7d;
  font-size: small;
}
.baloncuk{
    border: 2px solid #494949;
    border-radius: 10px;
}

.avatar, .balon{
    float: left;
}

.avatar{
    position: relative;
    z-index: 1;
    top: -60px;
    left: 10px;
    width: 75px;
}

.balon{
    position: relative;
    z-index: 0;
    left: -30px;
    top: 40px;
}

.baloncuk h5{
    font-size: 12px;
}

.virgul{
    font-size: 20px;
    position: absolute;
    top: 86px;
    z-index: 2;
    left: 10px;
    color: #494949;
}

.tersvirgul{
    font-size: 50px;
    position: absolute;
    color: #494949;
    left: 425px;
    top: 120px;
    z-index: 1;
}
