Revonzy Mini Shell

Revonzy Mini Shell

Şuanki Dizin: /home/wwwdreamtechnolo/www/vsacademysolapur.in/assets/css/
Dosya Yükle :
Şuanki Dosya : /home/wwwdreamtechnolo/www/vsacademysolapur.in/assets/css/header1.css

/* 
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Roboto Slab", serif !important;
}

.section1 {
    width: 100%;
    background: #f5a834; 
}

.top-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    
    padding: 0;
}

.content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8%;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.content p, .content i {
    color: #fff;
}

.content p {
    margin-top: 5px;
    font-size: 20px;
    font-weight: 700;
}

.section2 {
    width: 100%;
    height: 150px;
    background: #032b76;
}
.section3{
    width: 100%;
    height: 50px !important;
    padding: 0;


}
.top-bar {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 3%;
}

.image {
    width: 20%;
    height: 150px;
    margin-left: 20%;
}

.image img {
    width: 250px;
    padding: 10px;
    object-fit: cover;
}

.content1 h3, .content1 h5 {
    color: #fff;
}

.content1 {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
    justify-content: start;
}

.small-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 700px;
    margin-top: -10px;
}

.heading {
    text-align: center;
    padding-right: 20%;
}

.small {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.image1 {
    width: 500px;
    height: 100px;
   
}



.text1 {
    width: 100%;
    display: flex;
}

.text1 h3 {
    font-size: 18px;
}

.navbar {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: #f5a834;
    padding: 0; 
}

.navbar-menu {
    width: 100%;
    height: 30px !important;
    display: flex !important;
    list-style: none !important;
    justify-content: center;
    gap: 20px !important;
 
}

.navbar-menu li {
    margin-left: 20px !important;
}

.navbar-menu a {
    color: #fff !important;
    text-decoration: none !important;
    font-size: 22px !important;
    transition: color 0.3s !important;
    font-weight: bold !important;
    padding: 15px 20px !important;
}

.navbar-menu a:hover {
    color: #fff !important;
    background: #032b76 !important;
  
}

.navbar-toggle {
    display: none !important;
    flex-direction: column !important;
    cursor: pointer !important;
}

.navbar-toggle .bar {
    height: 3px;
    width: 25px;
    background-color: #fff;
    margin: 4px 0;
    transition: all 0.3s;
}

@media (max-width: 768px) {
    .navbar-menu {
        display: none;
        flex-direction: column;
        width: 100%;
        background-color: #f5a834;
        position: absolute;
        top: 60px;
        left: 0;
    }

    .navbar-menu.active {
        display: flex;
    }

    .navbar-menu li {
        margin: 15px 0;
        text-align: center;
        padding-bottom: 10px;
        border-bottom: 2px solid #fff;
    }

    .navbar-toggle {
        display: flex;
    }

    .social-icons {
        display: flex;
        flex-direction: column;
    }

   

    .image img {
        width: 200px !important;
        height: 120px !important;
    }
}

.styled-heading {
    font-style: italic !important;
}


.content1 {
    display: flex;
    flex-direction: column;
 
    justify-content: flex-start;
    align-items: flex-start;
}

.small-content {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 5px;
}

.small-text h3, .small-text h5 {
    color: #fff;
    margin: 0;
    font-size: 16px;
}
.vs-academy {
    font-size: 4.5rem;
    color: #fff;
    font-weight: bold;
    margin: 0;
    line-height: 1.2;
    text-align: left;
}

.academy-hr {
    width: 65%;
    border: 1px solid #facd00;
    margin: 10px 0;
}

.styled-heading {
    font-size: 1.2rem;
    color: #fff;
    font-style: italic;
    margin: 0;
}
.small-text{
    display: flex;
    width: 100%;
    gap: 50%;
}
 */


 /* styles.css */
/* * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Roboto Slab", serif !important;
}

.section1 {
    width: 100%;
    background: #f5a834;
    padding: 5px;
}

.top-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0; /* Remove default padding */


/* styles.css */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Roboto Slab", serif !important;
}

.section1 {
    width: 100%;
    background: #f5a834;
    padding: 5px;
}

.top-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0; /* Remove default padding */
}

.content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8%;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.content p, .content i {
    color: #fff;
}

.content p {
    font-size: 18px;
}

.section2 {
    width: 100%;
    height: 150px;
    background: #032b76;
}

.top-bar {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 3%;

}

/* .image {
    width: 30%;
    height: 150px;
    margin-left: 8%;
} */
.image {
    width: 20%;
    height: 150px;
    margin-left: 20%;
}

.image img {
    width: 250px;
    padding: 10px;
    object-fit: cover;
}

.content1 h3, .content1 h5 {
    color: #fff;
}

.content1 {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
    justify-content: start;
}

.small-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 700px;
    margin-top: -10px;
}

.heading {
    text-align: center;
    padding-right: 20%;
}

.small {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

 .team-content a{
        
        padding:5px;
        border-radius:50px;
        border:2px solid #fff;
        color:white;
        font-size:17px;
        background: orange !important;
    }
    .team-content a:hover{
         color:orange;
         background-color: white !important;
       
    }
.content1 {
    display: flex;
    flex-direction: column;
 
    justify-content: flex-start;
    align-items: flex-start;
}

.small-content {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 5px;
}

.small-text h3, .small-text h5 {
    color: #fff;
    margin: 0;
    font-size: 16px;
}
.vs-academy {
    font-size: 4.5rem;
    color: #fff;
    font-weight: bold;
    margin: 0;
    line-height: 1.2;
    text-align: left;
}

.academy-hr {
    width: 65%;
    border: 1px solid #facd00;
    margin: 10px 0;
}

.styled-heading {
    font-size: 1.2rem;
    color: #fff;
    font-style: italic;
    margin: 0;
}

.image1 h1 {
    width: 100%;
    height: 100%;
    font-weight: bold;
    color: #fff;
    padding-bottom: 10px;
    font-size: 4.5rem;
    text-align: left;
}.small-text{
    display: flex;
    width: 100%;
    gap: 50%;
}

/* .design {
    display: flex;
    flex-direction: column;
}

.design hr {
    border: 1px solid #facd00;
    color: #facd00;
    width: 420px;
} */

/* .text1 {
    width: 50%;
}

.text1 h3 {
    font-size: 18px;
} */


.text1 {
    width: 100%;
    display: flex;
}

.text1 h3 {
    font-size: 18px;
}
.navbar {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: #f5a834;
    padding: 0; /* Remove default padding */
}

.navbar-menu {
    display: flex !important;
    list-style: none !important;
    gap: 20px !important;
}

.navbar-menu li {
    margin-left: 20px !important;
}

.navbar-menu a {
    color: #fff !important;
    text-decoration: none !important;
    font-size: 20px !important;
    transition: color 0.3s !important;
    font-weight: bold !important;
    padding: 10px 20px !important;
}

.navbar-menu a:hover {
    color: #fff !important;
    background: #032b76 !important;
}

.navbar-toggle {
    display: none !important;
    flex-direction: column !important;
    cursor: pointer !important;
}

.navbar-toggle .bar {
    height: 3px;
    width: 25px;
    background-color: #fff;
    margin: 4px 0;
    transition: all 0.3s;
}

@media (max-width: 768px) {
    .navbar-menu {
        display: none;
        flex-direction: column;
        width: 100%;
        background-color: #f5a834;
        position: absolute;
        top: 60px;
        left: 0;
    }

    .navbar-menu.active {
        display: flex;
    }

    .navbar-menu li {
        margin: 15px 0;
        text-align: center;
        padding-bottom: 10px;
        border-bottom: 2px solid #fff;
    }

    .navbar-toggle {
        display: flex;
    }

    .social-icons {
        display: flex;
        flex-direction: column;
    }

    .top-bar {
        flex-wrap: wrap;
    }

    .image img {
        width: 200px !important;
        height: 120px !important;
    }
}

.styled-heading {
    font-style: italic !important;
}


EliteHackz.ORG
Revonzy Mini Shell
root@revonzy.com

Linux 65-254-81-4.cprapid.com 5.14.0-284.11.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 9 05:49:00 EDT 2023 x86_64
Apache
65.254.81.4