* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.header {
    background:black;
    padding: 20px 0;
    color:white;
}

.containerey {
    color: white;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 90px;
}

.logoo {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    margin-top: 30px;
}

.navbar {
    display: flex;
    justify-content: space-around;
}

.navbar a {
    color: white;
    text-decoration: none;
    border: 2px solid rgba(113, 166, 250, 0.5);
    padding: 10px 10px;
    font-weight: bold;
    background: #000;
    border-radius: 12px;
    margin-top: 25px;
}

.navbar a:hover{
    background:white;
    font-weight: bold;
    border-radius: 8px;
    transform: scale(1.15);
    color: black;
}

.home {
    text-align: center;
    padding: 50px 0;
}

.marquee {
    font-size: 40px;
    background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
    color: aliceblue;
    margin-bottom: 20px;
}

.note {
    background-color: white;
    margin-bottom: 50px;
}

.img img {
    max-width: 70%;
    height: auto;
    margin-top: 10%;
    border-radius: 2px;
}

.contact-icons {
    margin: 30px 0;
}

.cont{
    background-color: white;
    border-radius: 12px;
    padding: 20px;
    margin-top: 30px;
}

.con{
    background-color: white;
    padding-bottom: 2px;
    margin-top: 5%;
    border-radius:10px ;

    
    
}


.btn-box {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background: linear-gradient(to right, #007bff, #00c6ff);
    color: white;
    text-decoration: none;
    transition: transform 0.3s, box-shadow 0.3s;
    border-radius: 15px;
}
.btn-box:hover{
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 0 8px black, 0 0 8px black, 0 0 8px black, 0 0 8px black, 0 0 8px black;
}
.btn-boxx {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background: rgb(245, 6, 6);
    color: white;
    text-decoration: none;
    transition: transform 0.3s, box-shadow 0.3s;
    border-radius: 15px;
}
.btn-boxx:hover{
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 0 8px black, 0 0 8px black, 0 0 8px black, 0 0 8px black, 0 0 8px black;
}

.about {
    margin-top: 9%;
    padding: 50px 0;
    background: #fff;
    text-align: center;
}
.contacts {
    padding: 50px 0;
    background: #fff;
    text-align: center;
}

.last-text {
    text-align: center;
    background: #282c34;
    color: white;
    padding: 20px 0px;
    margin-top: 5%;
}

.last-text a {
    color: rgb(203, 55, 252);
    text-decoration: none;
}
@media  (max-width:400px){
    .logoo{
        font-size: 20px;
        margin-left: -2%;
    }
    .navbar {
        flex-direction: row;
        padding: 15px 10px 0px 10px;
        
    }
    .navbar a {
        margin: 15px 0;
        margin-right: 85%;
       
    }
}
@media (max-width: 768px) {
    .navbar {
        flex-direction: row;
        padding: 15px 10px 0px 10px;
        
    }
    .logoo{
        margin-left: 15px;
    }
    .navbar a {
        margin: 15px 0;
        margin-right: 15%;
       
    }
    .last-text {
        text-align: center;
        width: 100%;
        background: #282c34;
        color: white;
        padding: 20px 20px;
        margin-top: 10%;
    }
    
    .last-text a {
        color: rgb(203, 55, 252);
        text-decoration: none;
    }
}

@media (min-width: 1025px) {
    .marquee {
        font-size: 24px;
    }
    .img img {
        max-width: 30%;
        height: auto;
        margin-top: 10%;
        border-radius: 2px;
    }
    .note {
        font-size: 12px;
    }
    .last-text  {
        text-align: center;
        width: 100%;
        background: #282c34;
        color: white;
        padding: 20px 20px;
        margin-top: 10%;
    }
    
    .last-text a {
        color: rgb(203, 55, 252);
        text-decoration: none;
    }
}
