:root {
	--primary-color: #4834d4;
	--success-color: #6ab04c;
	--warning-color: #f0932b;
	--danger-color: #4834d4;
	--bs-color: rgb(255, 153, 0);
	--cr-color: rgb(255, 0, 0);
	--cc-color: rgb(211, 95, 0);

	--light-color: #212529;
	--light-second-color: #727475;
	--light-background: #ffffff;
	--light-second-background: #f1f1f1;

	--dark-color: #909090;
	--dark-second-color: #f5f6fa;
	--dark-background: #23242D;
	--dark-second-background: #181818;
}
*{
    font-family: 'Dosis';
}
.headers-logo img{
    width: 20%;
}
.headers-logo{
    margin-left: 100px;
}
.footer4{
   background: #ffffff;
   padding-bottom: 30px;
   margin-left: 80px;
}
.footer-logo{
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.footer-logo1{
    width: 28%;
    text-align: center;
}
.footer-logo1 img{
    width: 60%;
    border: 3px solid rgba(255, 255, 255, 0);
    border-radius: 20%;
}
.footer-logo1 p{
    font-weight: 300;
    text-align: center;
}
.footer-mobile{
    display: none;
}
.footer-logo-mob p{
    color: rgb(255, 0, 0);
}
.link p{
    color: rgb(255, 0, 0);
}

.download_link a.input, .download_link input {
    padding: 0;
    width: 300px;
    height: 100%;
}

.download_link a, .download_link input, .download_link button, #authorize_dl_btn {
    display: block;
    border-radius: 50px;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    margin: 0;
    background: none;
    border: 2px solid rgb(0, 0, 0);
    font-weight: 600;
    font-size: 22px;
    text-decoration: none;
    margin-top: 20px;
}

.download_link {
    line-height: 60px;
    height: 60px;
    box-sizing: border-box;
    white-space: nowrap;
    text-align: center;
}
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@700&display=swap');

@media screen and (max-width:700px){
    .footer-logo{
    width: 100%;
    text-align: center;
    }
    .footer4{
    margin-left: 0;
    display: none;
    }
    .footer-mobile{
    display: flex;
    background: #ffffff;
    padding-bottom: 30px;
    margin-left: 0px 
    }
    .footer-mobile img{
    width: 60%;
    border: 3px solid rgba(255, 255, 255, 0);
    border-radius: 20%;
    }
    .footer-mobile-vpn img{
    width: 120px;
    border: 3px solid rgba(255, 255, 255, 0);
    border-radius: 20%;
    }
    .footer-mobile1{
    width: 28%;
    text-align: center;
    }
    .footer-logo-mob{
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    }
    .mobile1{
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 200px;
    align-items: center;
    margin: auto;
    margin-top: 50px;
    }
    .footer-logo1-mob{
        width: 200px;
        align-items: center;
        margin: auto;
    }
    .download_link a, .download_link input, .download_link button, #authorize_dl_btn {
        display: block;
        border-radius: 50px;
        color: rgb(0, 0, 0);
        text-transform: uppercase;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        background: none;
        border: 2px solid rgb(0, 0, 0);
        font-weight: 600;
        font-size: 16px;
        text-decoration: none;
        max-width: 240px;
        position: relative;
        margin: auto;
        text-align: center;
        margin-top: 20px;
    }
}

@media (prefers-color-scheme: dark){
    body{
        background: var(--dark-second-background);
        background-color: var(--dark-second-background);
    }
    .footer4{
        background: var(--dark-second-background);
    }
    .mobile1{
        background: var(--dark-second-background);
        background-color: var(--dark-second-background);
    }
    .footer-mobile{
        background: var(--dark-second-background);
        background-color: var(--dark-second-background);
    }
    .overlay-scrollbar{
        background: var(--dark-second-background);
        background-color: var(--dark-second-background);
    }
    .download_link a, .download_link input, .download_link button, #authorize_dl_btn {
        color: rgb(255, 255, 255);
        border: 2px solid rgb(255, 255, 255);
        
    }
}
