html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    background-color: #FBFBFB;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html,body {
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
a{
    text-decoration: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*{
    font-family: 'Poppins', sans-serif!important;
}
.container{
    margin: 0 auto;
    padding: 0px 40px 20px 40px;
    border-radius: 0px 0px 150px 150px;
}
.container2{
    margin: 0 auto;
    padding: 0px 60px 90px 60px;
    border-radius: 0px 0px 150px 150px;
    background-color: #fafafa;
}
.container3{
    margin: 0 auto;
    padding: 0px 40px 20px 40px;
    background-color: #000;
}
.container7{
    margin: 0 auto;
    text-align: center;
    background-color: #000;
    padding: 20px 40px 0px 40px;
}
.container_black{
    margin: 0 auto;
    background-color: #000;
}

/* Header */
.header_top{
    padding: 40px 40px 0px 40px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    position: sticky;
}
.header_top2{
    padding: 0px 40px 0px 40px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    position: sticky;
    height: 180px;
    border: 1px solid #fff;
    border-radius: 0px 0px 80px 90px;
    margin-top: -20px;
    box-shadow: 0px 0px 10px 0px #00000040;
}
.headertop_left{
}
.headertop_left>a>img{
    height: 30px;
}
.headertop_right{
    background: #fff;
    display: flex;
    align-items: center;
    color: #000;
    font-size: 13px;
    font-weight:400;
}
.headertop_right>ul{
    padding: 20px;
    background-color: #fff;
}
.headertop_right>ul>li>a>p{
    background-color: #fff;
    color: #000;
}
.headertop_right>ul>li>a:hover{
    opacity: .7;
}
.header_bot{
    padding: 100px 40px 0px 40px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 0px 0px 150px 150px;
    height: 1300px;
    margin-top: -50px;
    box-shadow: 0px 0px 40px 4px #00000030;
}
.bot_1{
    background: #7B61FF;
    border-radius: 76px 98px 150px 150px;
    text-align: center;
}
.bot_1>img{
    background: transparent;
    width: 75%;
    height: 400px;
}
.bot_2{
    background: #fff;
    text-align: center;
    margin-top: 60px;
}
.bot_2>h1{
    font-size: 30px;
    background: #fff;
}
.bot_3{
    background: #fff;
    text-align: center;
    margin-top: 60px;
}
.bot_4{
    text-align: center;
    background: #fff;
    margin-top: 60px;
}
.bot_4>img{
    background: #fff;
}
.bot_5{
    background: #fff;
    text-align: center;
    margin-top: 60px;
}
.bot_5>h1{
    font-weight: 500;
    font-size: 30px;
    background: #fff;
}
.bot_6{
    background: #fff;
    text-align: center;
    margin-top: 40px;
}
.bot_6>h1{
    font-size: 14px;
    background: #fff;
}
/* Header */

/* Section 2 (Room) */
.room_head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 70px;
}
.roomh_left>h1{
    font-size: 20px;
    font-weight: 500;
}
.roomh_right{
    display: flex;
    align-items: center;
}
.roomh_right>h1{
    margin-right: 25px;
    color: #000;
}
.roomh_right>a:hover{
    opacity: .7;
}
.roomh_right>img{
    height: 30px;
}
.room_bot{
    margin-top: 50px;
    display: flex;
}
.room_bot>a:hover{
    opacity: .7;
}
.room1{
    margin-right: 50px;
}
.room1>img{
    height: 450px;
    width: 350px;
    border-radius: 80px 0px 80px 80px;
    object-fit: cover;
}
.room1:before {
    width: 350px;
    height: 450px;
    position: absolute;
    content: " ";
    background: linear-gradient(#00000040, #00000040);
    border-radius: 80px 0px 80px 80px;
}
.room_info{
    position: absolute;
}
.room_info>h1{
    margin: -100px 0px 0px 150px;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    background: transparent;
}
/* Section 2 (Room) */
/* Section 3 (Testimonials) */
.testimonial{
    display: flex;
    justify-content: center;
    margin-top: 100px;
    height: 330px;
    border-radius: 0px 0px 150px 150px;
}
.testimonial_box1{
    border: 1px solid #7B61FF;
    border-radius: 148px 0 265px 0px;
    width: 450px;
    height: 300px;
    margin-left: -80px;
    margin-top: -30px;
    position: absolute;
}
.testimonial_box2{
    border: 1px solid #7B61FF;
    border-radius: 148px 0 265px 0px;
    width: 450px;
    height: 300px;
    margin-left: 80px;
    margin-top: 30px;
    position: absolute;
    z-index: 2;
}
.tpromo{
    background-color: #7B61FF;
    border: 1px solid #7B61FF;
    border-radius: 148px 0 265px 0px;
    width: 450px;
    height: 300px;
    position: absolute;
    z-index: 5;
}
.promo_head{
    background: transparent;
    margin-top: 50px;
    margin-left: 70px;
}
.promo_head>h1{
    background: transparent;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}
.head_line{
    background: transparent;
    margin-left: 70px;
}
.head_line>img{
    width: 225px;
}
.head_info{
    background: transparent;
    display: flex;
    align-items: center;
    margin-left: 70px;
}
.head_info>h1{
    background: transparent;
    color: #fff;
    margin-right: 10px;
}
.head_info>h2{
    background: transparent;
    color: #fff;
    margin-right: 10px;
    font-weight: 600;
}
.head_info>h3{
    background: transparent;
    color: #fff;
    margin-right: 10px;
    margin-left: 10px;
}
.head_info>h4{
    background: transparent;
    color: #fff;
    margin-right: 10px;
    font-weight: 600;
}
.head_info>img{
    background: transparent;
    height: 25px;
}
.promo_info{
    margin-top: 20px;
    margin-left: 70px;
    background: transparent;
}
.promo_info>p{
    background: transparent;
    color: #ffffff45;
    width: 65%;
    font-size: 14px;
}
.testimonial_avatar{
    border: 1px solid #fff;
    box-shadow: 0px 0px 10px 0px #000;
    border-radius: 142px 0px 142px 142px;
    z-index: 8;
    position: absolute;
    margin-left: 335px;
    height: 170px;
    margin-top: -15px;
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.testimonial_avatar>img{
    height: 140px;
    width: 140px;
    object-fit: cover;
    border-radius: 99px;
}
/* Section 3 (Testimonials) */

/* Section 4 (Paketler) */
.paket{
    margin-top: 100px;
    background-color: #000;
}
.paket_head>h1{
    text-align: center;
    color: #fff;
    background-color: #000;
    font-size: 45px;
}
.paketler{
    display: flex;
    background-color: #000;
    justify-content: space-around;
}
.paket1{
    background-color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    border: 2px solid #7B61FF;
    border-radius: 110px 0px 110px 110px;
    width: 350px;
}
.paket2{
    background-color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    border: 2px solid #7B61FF;
    border-radius: 0px 0px 110px 110px;
    width: 350px;
    height: 500px;
}
.paket3{
    background-color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    border: 2px solid #7B61FF;
    border-radius: 0px 110px 110px 110px;
    width: 350px;
}
.paket1_head{
    background-color: #000;
    font-size: 25px;
    font-weight: 500;
    margin-top: 50px;
}
.paket1_head>h1{
    color: #fff;
    background-color: #000;
    text-align: center;
}
.paket1_mid{
    background-color: #000;
    text-align: center;
    margin-top: 40px;
}
.paket1_mid>p{
    color: #ffffff44;
    background-color: #000;
    line-height: 30px;
}
.paket1_mid>a>h1{
    color: #ffffff70;
    background-color: #000;
    margin-top: 20px;
    text-decoration-line: underline;
}
.paket1_mid>a:hover{
    opacity: .7;
}
.paket1_bot{
    margin-top: 50px;
}
.paket1_bot>h1{
    color: #fff;
    background-color: #000;
    font-size: 40px;
    font-weight: 700;
}
.paket1_buy{
    background-color: #000;
    margin-top: 25px;
    margin-bottom: 50px;
}
.paket1_buy>a>h1{
    color: #7B61FF;
    border: 2px solid #7B61FF;
    border-radius: 20px;
    width: 115px;
    height: 50px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.paket1_buy>a:hover{
    opacity: .7;
}
/* Section 4 (Paketler) */
/* Section 5 (Logolar) */
.logolar{
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 100px;
    margin-bottom: 250px;
}
.logo1{
    display: flex;
    background-color: #000;
    border: 2px solid #7B61FF;
    border-radius: 55px;
    width: 150px;
    height: 75px;
    justify-content: center;
    align-items: center;
}
.logo1>p{
    background-color: #000;
    color: #7B61FF;
    font-size: 35px;
}
.logo2{
    display: flex;
    background-color: #000;
    border: 2px solid #7B61FF;
    border-radius: 55px;
    width: 150px;
    height: 75px;
    justify-content: center;
    align-items: center;
}
.logo2>p{
    background-color: #000;
    color: #7B61FF;
    font-size: 35px;
}
.logo3{
    display: flex;
    background-color: #000;
    border: 2px solid #7B61FF;
    border-radius: 55px;
    width: 150px;
    height: 75px;
    justify-content: center;
    align-items: center;
}
.logo3>p{
    background-color: #000;
    color: #7B61FF;
    font-size: 35px;
}
.logo4{
    display: flex;
    background-color: #000;
    border: 2px solid #7B61FF;
    border-radius: 55px;
    width: 150px;
    height: 75px;
    justify-content: center;
    align-items: center;
}
.logo4>p{
    background-color: #000;
    color: #7B61FF;
    font-size: 35px;
}
/* Section 5 (Logolar) */

/* Footer */
.container7>img{
    position: relative;
    top: 60px;
    width: 90%;
    z-index: 4;
    background: #000;
}
.footer{
    border-radius: 150px 150px 0px 0px;
    position: sticky;
    z-index: 99;
}
.footer_img{
    background-color: transparent;
    padding-top: 40px;
}
.footer_imgcontent{
    background-color: transparent;
    margin-top: 40px;
}
.footer_imgcontent>p{
    background-color: transparent;
    color: #6A6A6A88;
}
.download{
    background-color: transparent;
    margin-top: 40px;
}
.footer_line{
    background-color: transparent;
    margin-top: 40px;
}
.footer_line>img{
    width: 75%;
    text-align: center;
}
.footer_copyright{
    margin-top: 40px;
    background-color: transparent;
    padding-bottom: 30px ;
}
.footer_copyright>p{
    background-color: transparent;
    color: #00000044;
    font-size: 12px;
}
/* Footer */


/* Portfolyo */
.profile{
    margin-top: 30px;
    height: 200px;
    border-radius: 0px 0px 150px 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.profile_avatar{
    display: flex;
    margin-top: -15px;
    align-items: center;
}
.profile_avatar>img{
    height: 140px;
    width: 140px;
    object-fit: cover;
    border-radius: 99px;
}
.profile_infos{
    margin-left: 20px;
}
.profile_infos>h1{
    font-size: 20px;
    font-weight: 500;
}
.profile_infos>h2{
    font-size: 14px;
    color: #686868;
    margin-top: 10px;
}
.profile_social>a:hover{
    opacity: .4;
}
.profile_social>a>img{
    height: 40px;
}
.app_room_info{
    position: absolute;
    display: flex;
    align-items: center;
    margin-top: -115px;
    background: transparent;
    margin-left: 155px;
}
.room_info_img{
    background: transparent;
    margin-left: 15px;
}
.room_info_img>img{
    height: 80px;
    width: 80px;
    object-fit: cover;
    border-radius: 99px;
}
.app_room_info_text{
    background: transparent;
}
.app_room_info_text>h1{
    background: transparent;
    color: #fff;
    text-align: center;
    font-size: 22px;
}
.app_room_info_text>h2{
    text-align: center;
    font-size: 12px;
    background: transparent;
    color: #D1D1D1;
    margin-top: 10px;
}

/* App Portfolyo */

/* App Paketler */
.app_paket{
    margin-top: 100px;
    background-color: #fff;
}
.app_paket_head>h1{
    text-align: center;
    font-size: 45px;
    margin-bottom: 15px;
}
.app_paketler{
    display: flex;
    justify-content: space-around;
}
.app_paket1{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    border: 2px solid #7B61FF;
    border-radius: 110px 0px 110px 110px;
    width: 350px;
    height: 500px;
}
.app_paket2{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    border: 2px solid #7B61FF;
    border-radius: 0px 0px 110px 110px;
    width: 350px;
}
.app_paket3{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    border: 2px solid #7B61FF;
    border-radius: 0px 110px 110px 110px;
    width: 350px;
}
.app_paket1_head{
    font-size: 25px;
    font-weight: 500;
    margin-top: 50px;
}
.app_paket1_head>h1{
    text-align: center;
}
.app_paket1_mid{
    text-align: center;
    margin-top: 40px;
}
.app_paket1_mid>p{
    color: #00000044;
    line-height: 30px;
}
.app_paket1_mid>a>h1{
    color: #00000070;
    margin-top: 20px;
    text-decoration-line: underline;
}
.app_paket1_mid>a:hover{
    opacity: .7;
}
.app_paket1_bot{
    margin-top: 50px;
}
.app_paket1_bot>h1{
    font-size: 40px;
    font-weight: 700;
}
.app_paket1_buy{
    margin-top: 25px;
    margin-bottom: 50px;
}
.app_paket1_buy>a>h1{
    color: #7B61FF;
    border: 2px solid #7B61FF;
    border-radius: 20px;
    width: 115px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.app_paket1_buy>a:hover{
    opacity: .7;
}
/* App Paketler */


/* App Proje */
.proje_img{
    margin-top: 100px;
    margin-left: -40px;
    display: flex;
}
.proje_img>img{
    height: 400px;
    border-radius: 20px;
    object-fit: cover;
    margin-left: 40px;
    width: 30%;
    box-shadow: 0px 0px 10px 0px #00000060;
}
.proje_profile{
    margin-top: 100px;
    border-radius: 0px 0px 150px 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.proje_avatar{
    display: flex;
    margin-top: -15px;
    align-items: center;
}
.proje_avatar>img{
    height: 80px;
    width: 80px;
    object-fit: cover;
    border-radius: 99px;
}
.proje_content{
    margin-top: 20px;
    width: 50%;
    line-height: 25px;
    font-size: 13px;
    color: #636363;
}
/* App Proje */


/* Tasarimcilar */
.tasarimci1{
    margin-top: 25px;
}
.app_tasarim_info{
    position: absolute;
    display: flex;
    align-items: center;
    margin-top: -115px;
    background: transparent;
    margin-left: 50px;
}
.tasarimci1::before{
    width: 1000px;
    height: 450px;
    position: absolute;
    content: " ";
    background: linear-gradient(#00000040, #00000040);
    border-radius: 80px;
}
.tasarimci1>img{
    height: 450px;
    border-radius: 80px;
    width: 1000px;
}
.tasarimci_bot{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.tasarimci_bot>a:hover{
    opacity: .7;
}
/* Tasarimcilar */

/* Projelerim */
.projeler{
    margin-left: -20px;
    
}
.app_proje{
    margin-top: 100px;
}
.projeler2{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.projeler2>a{
    width: 33%;
    display: inline-block;
}
.projeler2>a:hover{
    opacity: .7;
}
.projelerim1{
    border: 3px solid #D9D9D9;
    border-radius: 50px;
    height: 270px;
    margin-top: 50px;
    padding: 20px 20px 20px 20px;
    margin-left: 30px;
}
.projelerim1>h1{
    margin-top: 15px;
    color: #BABABA;
}
.proje_tasarim_info{
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.app_proje_info_text>h1{
    background: transparent;
    color: #000;
    margin-left: 10px;
    text-align: center;
    font-size: 19px;
}
.proje_info_img>img{
    height: 70px;
    width: 70px;
    object-fit: cover;
    border-radius: 99px;
}
.projelerim1>h2{
    color: #BABABA;
    margin-top: 15px;
}
.proje_date{
    margin-top: 20px;
    line-height: 25px;
    font-size: 13px;
    display: flex;
    color: #636363;
}
.proje_date>h2{
    margin-left: 10px;
}
.projelerim1>img{
    margin-top: 15px;
    width: 100%;
}
.proje_box_foot{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.proje_box_foot>h1{
    color: #BABABA;
}
.proje_box_foot>h2{
    color: #BABABA;
}
.projeler>a:hover{
    opacity: .7;
}
/* Projelerim */

/* Süreç Detay */
.app_surec_head{
    display: flex;
    justify-content: center;
    align-items: center;
}
.app_surec_head>a:hover{
    opacity: .7;
}
.app_surec_head>a>img{
    height: 40px;
}
.app_surec_head>h1{
    text-align: center;
    font-size: 45px;
}
.app_surec{
    display: flex;
    justify-content: center;
}
.surec{
    width: 50%;
    display: inline-block;
}
.surec_info_img{
    display: flex;
    align-items: center;
}
.surec_info_img>img{
    height: 70px;
    width: 70px;
    object-fit: cover;
    border-radius: 99px;
}
.surecler{
    border: 3px solid #D9D9D9;
    border-radius: 50px;
    height: 200px;
    margin-top: 50px;
    padding: 20px 20px 20px 20px;
}
.surecler>img{
    margin-top: 15px;
    width: 100%;
}
.surec_projeid{
    display: flex;
    color: #BABABA;
    margin-top: 15px;
}
.surec_projeid>h2{
    margin-left: 10px;
}
.surec_date{
    margin-top: 20px;
    line-height: 25px;
    font-size: 15px;
    display: flex;
    color: #000;
}
.surec_date>h1{

}
.surec_date>h2{
    margin-left: 10px;
}
.surec_process{
    display: flex;
    justify-content: space-between;
}
.process1{
    width: 17%;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.process1>h1{
    margin-top: 15px;
    color: #D9D9D9;
}
.process_active>h1{
    color: #2FD573;
}
.process_correct {
    border: 3px solid #2FD573 !important;
    background-color: #2FD573 !important;
}
.process_icon>img{
    height: 20px;
    background: transparent;
}
.process_icon{
    margin-top: 10px;
    width: 30px;
    height: 30px;
    border: 3px solid #D9D9D9;
    background-color: #D9D9D9;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}
.surec>h1{
    margin-top: 25px;
}
.app_surec_info_text{

}
.app_surec_info_text>h1{
    background: transparent;
    color: #000;
    margin-left: 10px;
    text-align: center;
    font-size: 19px;
}
.app_surec_info_text>a>h2{
    background: transparent;
    color: #BABABA;
    text-align: center;
    font-size: 13px;
    margin-left: -35px;
    margin-top: 5px;
}
.app_surec_info_text>a:hover{
    opacity: .7;
}
.app_surec_tasarimci_phone{
    background-color: #7B61FF;
    border-radius: 100px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.app_surec_tasarimci_phone>img{
    background-color: transparent;
}
.surec_tasarim_info{
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.surec_tasarim_info>a:hover{
    opacity: .7;
}
.surec_detay_info{
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.detay_text_date{
    display: flex;
    align-items: center;
}
.detay_text_date>h1{
    background: transparent;
    color: #000;
    margin-left: 15px;
    font-size: 19px;
}
.detay_text_date>h2{
    color: #BABABA;
    font-size: 14px;
    margin-left: 15px;
}
.app_surec_detay_text>h2{
    font-size: 14px;
    margin-left: 15px;
    margin-top: 5px;
    color: #555555;
}
.app_surec_detay_text>h2>a{
    color: #7B61FF;
}
.app_surec_detay_text>h2>a:hover{
    opacity: .4;
}
.proje_detay_img{
    display: flex;
    background-color: #D9D9D9;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
}
.proje_detay_img>img{
    height: 50px;
    width: 50px;
    object-fit: cover;
    border-radius: 99px;
    background: transparent;
}
/* Süreç Detay */


.room_bot>a:last-child{
    display: none;
}