
.footer{width:100%;padding:20px;padding-bottom:30px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:10px;/* background:rgb(68,170,68);background:linear-gradient(0deg, rgba(68,170,68,0.3) 0%, rgba(68,170,68,0) 28%, rgba(68,170,68,0.03) 90%, rgba(68,170,68,0) 100%);*/ background-color:#f4f4f4;box-shadow:rgba(100, 100, 111, 0.3) 0px 7px 29px 0px;font-size:14px;color:var(--text-color);font-weight:500;margin-top:20px}.footer .footer_line{width:95%;height:1.5px;border-radius:5px;background-color:#8a8a8a;margin-top:10px}.footer .footer_nav{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:95%}.footer .footer_nav .nav_item{color:#6d6d6d;font-weight:600;letter-spacing:-0.6px;font-size:14px}.footer .footer_body{display:flex;justify-content:space-around;align-items:center;flex-wrap:wrap;gap:10px;flex-direction:row;width:95%;padding:20px 0px}.footer .footer_body .footer_col{flex:2;display:flex;justify-content:center;flex-direction:row;align-items:center;min-width:150px;padding-top:6px;padding-left:6px;text-align:center}.footer .footer_body .footer_row{flex:2;display:flex;justify-content:flex-start;flex-direction:row;align-items:flex-start;min-width:150px;padding-top:6px;padding-left:6px}.footer .footer_body .footer_col:first-child{flex:4;min-width:350px}.footer .footer_logo{width:80%}.footer .footer_description{font-size:13px;font-weight:400;letter-spacing:-0.1px;text-align:justify;color:rgb(99, 99, 99);padding-right:50px;padding-bottom:20px}.footer .download_app_title{font-size:16px;color:black}.footer .download_app_imgs{display:flex;flex-direction:row;gap:5px;justify-content:flex-start;align-items:center;flex-wrap:wrap}.footer .download_app_imgs img{width:150px;max-height:100px}.footer .footer_col .col_title{font-size:18px;color:black;font-weight:400;letter-spacing:-0.2px;padding-bottom:10px}.footer .footer_col .col_item{padding-bottom:5px;padding-top:5px;font-weight:600;font-size:12px;width:calc(100% - 5px);color:var(--text-color);transition:all ease-in-out 0.1s;cursor:pointer}.footer .footer_col .col_item:hover{color:black}/* .footer .footer_col .col_item::before{padding-right:5px;content:'->';color:black;transition:all ease-in-out 0.1s}*/ .footer .footer_col .col_item:hover::before{padding-right:0px;margin-left:-5px;content:'->';color:black}.sozlesme-container{width:100%;padding-top:30px;padding:32px;color:var(--text-color)}.sozlesme-container strong{font-family:Inter-Bold;color:rgb(42, 42, 42)}.serbest-fonlar-form{display:flex;justify-content:center;align-items:center;gap:10px}.serbest-fonlar-form .serbest-fonlar-icon{width:30px;height:30px;display:flex;justify-content:center;align-items:center;position:relative;transition:all ease-in-out .1s}.serbest-fonlar-form .serbest-fonlar-icon svg{width:100%;height:100%;stroke:var(--primary);cursor:pointer;fill:white;border:3px solid white;transition:all ease-in-out .1s}.serbest-fonlar-form .serbest-fonlar-icon:hover svg{stroke:white;fill:var(--primary);border:3px solid var(--primary);border-radius:100%}.serbest-fonlar-info{position:absolute;width:300px;left:-302px;top:-10px;display:none;padding:12px;border-radius:10px;background-color:rgba(0, 0, 0, 0.850);color:white;z-index:800}.serbest-fonlar-form .serbest-fonlar-icon:hover .serbest-fonlar-info{display:block}.popups{display:none;justify-content:center;align-items:center;background-color:#0000008f;padding:10%;position:fixed;width:100vw;height:100vh;z-index:1000;left:0px;top:0px}.popups.active{display:flex}.popup{display:none;width:100%;height:100%;background-color:white;justify-content:flex-start;align-items:flex-start;flex-direction:column;border-radius:20px;padding:20px}.popup.active{display:flex}.popup .header{width:100%;border-bottom:2px solid var(--primary);padding:20px;padding-bottom:20px;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.popup .header .title{font-size:20px;font-family:Inter-Bold;color:var(--primary)}.popup .header .close_button{width:20px;height:20px;display:flex;justify-content:center;align-items:center;cursor:pointer}.popup .content{height:100%;overflow-y:scroll;position:relative;width:100%}.popup .header .close_button:hover{opacity:0.6}@media screen and (max-width:1200px){.footer{margin-top:24px}.footer .footer_body .footer_col{flex:2;display:flex;justify-content:flex-start;flex-direction:column;align-items:flex-start;min-width:150px;padding-top:6px;padding-left:6px;text-align:center}}@media screen and (max-width:900px){.popups{padding:5% 10px}}