*{
    padding: 0;
    margin: 0;
    font-family:'Roboto',sans-serif;
}
.bs{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 25px;
}
.ds{
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 1));
}
.ta-l{
    text-align: left;
}
.ta-c{
    text-align: center;
}
.ta-r{
    text-align: right;
}
.cb{
    clear: both;
}
.mp0{
    margin: 0;
    padding: 0;
}
.mc{
    margin-left: auto;
    margin-right: auto;
}
.mt-30{
    margin-top: 30px !important;
}
.mt-60{
    margin-top: 60px !important;
}
.ml-10{
    margin-left: 10px !important;
}
.f-l{
    float: left;
}
.f-r{
    float: right;
}
.vh100{
    height: 100vh;
}
.vh60{
    height: 60vh !important;
}
.vh40{
    height: 40vh !important;
}
.wpercent80{
    width: 80% !important;
}
.wpercent60{
    width: 60% !important;
}
.pt-30{
    padding-top: 30px !important;
}
.pb-30{
    padding-bottom: 30px !important;
}
.p-30{
    padding: 30px !important;
}
.of-h{
    overflow: hidden !important;
}
#main{
    width: 100%;
    height: auto;
    transition: .3s;
}
.bc-w{
    background-color: #fff;
    transition: .3s;
}
.bc{
    background-color: #1977c4 !important;
}
.lgn-btn a{
    color: #ffffff;
    text-decoration: none;
    padding: 10px;
    font-weight: bold;
    transition: 0.3s;
}
.lgn-btn a:hover{
    color: #e0e0e0;
}
.rgstr-btn a{
    color: #1977c4;
    text-decoration: none;
    padding: 10px;
    font-weight: bold;
    transition: 0.3s;
}
.rgstr-btn a:hover{
    color: #135d99;
}
.rgstr-area{
    height: 50px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    transition: 0.3s;
    margin:10px 0;
}
.rgstr-area:hover{
    background-color: #e0e0e0;
}
.rgstr-area:hover > .icon{
    border-radius: 5px 5px 15px 5px;
}
.icon{
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-color: #fff;
    border-radius: 5px;
    transition: 0.3s;
}
.btn-area{
    margin:10px 0;
    height: 50px;
    display: flex;
    align-items: center;
}
.btn-area:hover > .icon{
    border-radius: 5px 5px 15px 5px;
}
.menu{
    top: 0;
    position: sticky;
    background-color: #fff;
    height: 120px;
    border-radius: 20px;
    padding: 20px;
    z-index: 1000;
    transition: 0.3s;
}
.menu.stuck {
    border-radius: 0;
    transition: 0.3s;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 25px;
}
.logo{
    width: 30%;
}
.logo img{
    max-height: 80px;
    max-width: 100%;
}
.menu-btn{
    height: 80px;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
}
.menu-item{
    height: 30px;
    display: flex;
    align-items: center;
}
.menu-item .icon{
    background-color: #1977c4;
}
.menu-item:hover .icon{
    border-radius: 5px 5px 15px 5px;
}
.menu-item a{
    text-decoration: none;
    font-weight: bold;
    color: #000;
    font-size: 18px;
    transition: 0.3s;
}
.menu-item a:hover{
    color: #7e7e7e;
}
.menuMobile-btn{
    position: fixed;
    left: 20px;
    top: 20px;
    font-size: 60px;
    color: #fff;
    z-index: 2000;
    transition: transform 0.6s ease;
}
.mm-btn-pos1{
    left: auto;
    right: 20px !important;
}
.mm-btn-pos2{
    left: 20px;
    right: auto;
}
.menuMobile{
    top: 0;
    position: fixed;
    background-color: #fff;
    height: 100vh;
    width: 100%;
    padding: 20px;
    z-index: 1000;
    transition: 0.6s;
}
.mmshow{
    left: 0;
}
.mmhide{
    left: -2000px;
}
.menuMobile .menu-item.login{
    background-color: #1977c4;
    padding: 20px;
    border-radius: 10px;
}
.menuMobile .menu-item.login a{
    color: #fff;
}
.menuMobile .menu-item.login .icon{
    background-color: #fff;
}
.menuMobile .logo{
    width: 100%;
    margin-bottom: 100px;
}
.menuMobile .menu-btn{
    height: 80px;
    width: 70%;
    display: block;
}
.menuMobile .menu-item{
    width: 100%;
    height: 30px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
}
.menuMobile .menu-item .icon{
    background-color: #1977c4;
}
.menuMobile .menu-item:hover .icon{
    border-radius: 5px 5px 15px 5px;
}
.menuMobile .menu-item a{
    text-decoration: none;
    font-weight: bold;
    color: #000;
    font-size: 25px;
    transition: 0.3s;
}
.main-area{
    color: #fff;
    height: 75vh;
    display: flex;
    align-items: center;
}
.main-img{
    max-height: 50vh;
    max-width: 100%;
    border-radius: 20px;
    filter: drop-shadow(0px 5px 25px rgba(0, 0, 0, 1));
}
.info-area{
    background-color: #fff;
    padding-bottom: 50px;
    transition: .3s;
}
.mini-info{
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.mini-info-item{
    flex: 3;
    padding: 30px;
    transition: 0.6s;
}
.mini-info-item:hover{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px;
}
.mini-info-icon{
    width: 150px;
    height: 150px;
    font-size: 70px;
    text-align: center;
    line-height: 150px;
    transition: 0.3s;
}
.mini-info-item:hover .mini-info-icon{
    font-size: 80px;
}
.slide-in-bottom {
    opacity: 0;
    transform: translateY(100px);
}
.slide-in-bottom.visible {
    opacity: 1;
    transform: translateY(0);
}

.slide-in-right {
    opacity: 0;
    transform: translateX(100px);
}
.slide-in-right.visible {
    opacity: 1;
    transform: translateX(0);
}

.slide-in-left {
    opacity: 0;
    transform: translateX(-100px);
}
.slide-in-left.visible {
    opacity: 1;
    transform: translateX(0);
}
.info{
    color: #949494;
}
.infos{
    width: 100%;
    margin-top: 100px;
    height: auto;
    display: flex;
    justify-content: center;
}
.info-item{
    width: 50%;
    height: 40vh;
    transition: 1.2s;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ac-c {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.info-img img{
    max-width: 100%;
    max-height: 40vh;
}
.sponsor{
    margin: 50px 0;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 35px;
    display: flex;
}
.sponsor a{
    flex: 5;
    width: 20%;
    margin: 20px 0;
    transition: 0.6s;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sponsor-img{
    width: 100%;
    transition: 0.6s;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sponsor-img img{
    max-width: 80%;
    max-height: 200px;
}
.sponsor-img:hover{
    opacity: 0.6;
}
.footer{
    background-color: #1977c4;
    color: #fff;
    padding: 50px 0;
    transition: .3s;
}
.footer a{
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}
.footer a:hover{
    color: #e0e0e0;
}
.prices{
    padding: 10px;
    transition: 0.6s;
}
.ipv4{
    border-bottom: 1px solid #949494;
}
.ipv4-header{
    font-size: 18px;
    padding: 10px;
    height: auto;
    line-height: 50px;
    border: 1px solid #1977c4;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
}
.ipv4-header i{
    font-size: 20px;
    color: #1977c4;
}
.ipv4-prices{
    margin-top: 10px;
    background-color: #e0e0e0;
    padding: 10px;
    font-size: 16px;
    border-radius: 10px;
    transition: .3s;
}
.ipv4-prices table{
    width: 100%;
}
.account-data{
    margin-top: 10px;
    font-size: 16px;
    border-radius: 10px;
}
.account-data i{
    color: #1977c4;
    margin-right: 10px;
}
.account-data table{
    width: 100%;
}
.account-data table tr:not(:last-child) {
    border-bottom: 1px solid #ccc;
}
.account-data td{
    padding: 20px;
}
.account-data tr{
    transition: 0.3s;
}
.account-data tr:hover{
    background-color: #f7f7f7;
}
.account-data a{
    padding: 4px 10px;
    border-radius: 5px;
    color: #44aafd;
    font-weight: bold;
    border: 1px solid #c9e7ff;
    margin-left: 10px;
    text-decoration: none;
    transition: 0.3s;
}
.account-data a:hover{
    background-color: #c9e7ff;
}
.amount-data{
    padding: 5px;
    color: #44aafd;
    font-weight: bold;
    background-color: #d1eafd;
    border-radius: 5px;
    transition: .3s;
}
.contact{
    margin-top: 10px;
    width: 100%;
    height: auto;
}
.contact table{
    margin-left: 20%;
    width: 80%;
    height: auto;
}
.contact-img img{
    max-width: 100%;
    max-height: 150px;
}
.contact a{
    text-decoration: none;
    color: #000;
    transition: 0.3s;
}
.contact a:hover{
    color: #949494;
}
.contact a img{
    transition: 0.3s;
}
.contact a:hover img{
    opacity: 0.6;
}
.contact-number{
    font-size: 20px;
}
.infos-proxy{
    width: 100%;
    margin-top: 100px;
    height: auto;
    transition: 0.5s;
    display: flex;
    justify-content: center;
}
.infos-proxy:hover{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 25px;
}
.info-proxy-item{
    width: 100%;
    height: auto;
    transition: 1.2s;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.info-header{
    font-size: 35px;
    font-weight: bold;
}
.login-container {
    color: #000;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    text-align: center;
    width: 70%;
}
.login-container h2 {
    margin-bottom: 20px;
}
.login-container input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.password-container {
    position: relative;
}
.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.login-container button {
    width: 100%;
    padding: 10px;
    border: none;
    background-color: #28a745;
    color: white;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}
.login-container button:hover {
    background-color: #218838;
}
.wp-contact {
    background-color: #1977c4;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
}
.wp-contact img{
    max-width: 100%;
    max-height: 100%;
    transition: 0.3s;
}
.wp-contact img:hover{
    opacity: 0.8;
}
.hidePc{
    display: none;
}
.hide{
    display: block;
}
.error{
    background-color: red;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    border-radius: 10px;
    margin-bottom: 10px;
}

.edit {
    text-decoration: none !important;
    margin-top: 3px;
    text-align: center;
    display: block;
    width: 100%;
    padding: 10px;
    border: none;
    background-color: #2095f5;
    color: white !important;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}
.edit:hover {
    background-color: #1665a5;
}
.confirm {
    text-decoration: none !important;
    margin-top: 3px;
    text-align: center;
    display: block;
    width: 100%;
    padding: 10px;
    border: none;
    background-color: #28a745;
    color: white !important;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}
.confirm:hover {
    background-color: #208137;
}
.g-recaptcha {
    transform: scale(1);
    transform-origin: 0 0;
    display: inline-block;
    max-width: 100%;
    width: auto;
}
.rcaptcha-area{
    display: block;
    width: 100%;
    text-align: center;
}


.switch {
    position: relative;
    width: 100px;
    height: 50px;
    margin: 0;
}

.switch input {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    margin: 0;
    cursor: pointer;
}

.slider {
    background-color: #ccc;
    border-radius: 25px;
    position: relative;
    width: 100%;
    height: 100%;
    transition: 0.4s;
}

.slider::before {
    content: '\F1D2';
    font-family: "bootstrap-icons";
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #000;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #444;
}

input:checked + .slider::before {
    transform: translateX(50px);
    content: '\F494';
    color: #fff;
    background-color: #333;
}


#loadingScreen {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    overflow: hidden;
    opacity: 1;
    transition: opacity 0.8s ease;
}

/* Dairelerin kapsayıcısı */
.loader {
    position: relative;
    width: 100px;
    height: 100px;
}

/* Dış yarım daire */
.loader .outer-circle {
    position: absolute;
    top: 0; left: 0;
    width: 100px; height: 100px;
    border: 6px solid transparent;
    border-top-color: #666;
    border-bottom-color: #666;
    border-radius: 50%;
    animation: spinSlow 3s linear infinite;
    box-sizing: border-box;
}

/* İç yarım daire */
.loader .inner-circle {
    position: absolute;
    top: 15px; left: 15px;
    width: 70px; height: 70px;
    border: 6px solid transparent;
    border-left-color: #000;
    border-right-color: #000;
    border-radius: 50%;
    animation: spinFast 1s linear infinite;
    box-sizing: border-box;
}

/* Animasyonlar */
@keyframes spinSlow {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes spinFast {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(-360deg); }
}

/* Yüklenme bittiğinde kaybolma animasyonu */
#loadingScreen.fade-out {
    opacity: 0;
    pointer-events: none;
}

/* Arka plan ikiye bölünüp sağa ve sola kayan paneller */
#loadingScreen.slide-out {
    display: flex;
}

#loadingScreen.slide-out::before,
#loadingScreen.slide-out::after {
    content: "";
    position: fixed;
    top: 0;
    width: 50vw;
    height: 100vh;
    background-color: #000;
    z-index: 9999;
    transition: transform 1s ease;
}
#loadingScreen.slide-out::before {
    left: 0;
    transform: translateX(0);
}
#loadingScreen.slide-out::after {
    right: 0;
    transform: translateX(0);
}
/* Kayan hal */
#loadingScreen.slide-out::before.slide-left {
    transform: translateX(-100%);
}
#loadingScreen.slide-out::after.slide-right {
    transform: translateX(100%);
}
.copyright-line {
    padding: 15px 0;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    transition: .3s;
}

.copyright-line::before,
.copyright-line::after {
    content: "";
    display: inline-block;
    width: 30%;
    height: 1px;
    background-color: #444;
    vertical-align: middle;
    margin: 0 10px;
}

.copyright-line::before {
    margin-left: 0;
    margin-right: 10px;
}

.copyright-line::after {
    margin-left: 10px;
    margin-right: 0;
}
.login_check_data{
    width: 50%;
    background-color: #1977c4 !important;
    border-radius: 10px;
}
.login_check_data a{
    color: #fff;
    padding: 20px;
    width: 100%;
}
.login_check_data .check_icon{
    font-size: 55px;
}
.warning-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 50vw;
    height: 50px;
    overflow: hidden;
    z-index: 9999;
    display: flex;
    align-items: center;
    font-family: sans-serif;
}

.warning-text {
    white-space: nowrap;
    color: white;
    font-weight: bold;
    position: relative;
    left: 100%;
}

@media (max-width: 768px) {
    .hide{
        display: none;
    }
    .hidePc{
        display: block;
        margin-bottom: 50px;
    }
    #main {
        width: 100%;
    }
    .main-area {
        height: 100vh;
    }
    .main-area div{
        flex: 1;
    }
    .wp-contact {
        width: 70px;
        height: 70px;
        left: 20px;
        right: inherit;
    }
    .mini-info{
        display: block;
    }
    .infos{
        display: block;
    }
    .info-item{
        width: 100%;
    }
    .sponsor{
        margin: 50px 0;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 35px;
        display: block;
    }
    .sponsor-img{
        margin: 20px 0;
        width: 100%;
        transition: 0.6s;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #main{
        overflow-x: hidden;
    }
    .infos-proxy{
        box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 25px;
    }
    .contact table{
        margin-left: 0;
        width: 100%;
        height: auto;
    }
    .sponsor a{
        flex: 1;
        width: 100%;
    }
    .wpercent80{
        width: 100% !important;
    }
    .login-container {
        width: 100%;
    }
    
    .copyright-line::before,
    .copyright-line::after {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        background-color: #fff;
        vertical-align: middle;
        margin: 0 0;
    }
}