body{
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

header{
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

header i{
    font-size: 30px;
    cursor: pointer;

}

#menu-toggle {
    display: none;
}

.menu {
    position: absolute;
    top: 60px;
    left: 40%;
    width: 20%;
    height: 22%;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s ease-in-out;
    border-radius: 30px;
}

.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu ul li {
    padding: 15px;
    text-align: center;
    border-bottom: 1.5px solid rgb(186, 186, 186);
    border-radius: 40px;
}

.menu ul li a {
    text-decoration: none;
    color: #dedede;
    font-weight: bold;
}

#menu-toggle:checked + header + .menu {
    transform: scaleY(1);
}

.container1{
    width: 100%;
    height: 70vh;
    background-image: url("https://wallpaperaccess.com/full/12463326.png");
    background-size: cover;
    background-position: center;
    display: flex;
}

.cont1-box1{
    width: 50%;
    height: 100%;
}

.box1{
    text-align: center;
}

.box1 button{
    width: 130px;
    height: 40px;
    border: 0;
    background: darkgoldenrod;
    color: #c4c4c4;
    border-radius: 50px;
    margin-top: 150px;
    transition: background 0.3s, color 0.3s, transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
}

.box1 button:hover{
    background: #ffcc00;
    color: #000;
    transform: scale(1.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.box1 h1{
    font-size: 40px;
    color: #ffffff;
}

.box1 p{
    color: #989898;
}

.box2 img{
    width: 500px;
    height: 500px;
    margin-left: 20%;
    margin-top: 12%;
}

.container2{
    width: 100%;
    height: 100vh;
    text-align: center;
    background: #dedede;
}

.cont2-text h1{
    margin: 0;
    padding-top: 40px;
}

.cont2-boxes{
    width: 100%;
    height: 80%;
    display: flex;
}

.cont2-box1{
    width: 50%;
    height: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.cont2-box1 img{
    width: 75%;
    height: 87%;
    object-fit: cover;
    margin-top: 50px;
    border-radius: 30px;
    margin-left: 100px;
}

.cont2-box1-box{
    width: 60%;
    height: 40%;
    margin-top: 50px;
    text-align: left;
    background: #ffffff;
    border-radius: 15px;
    margin-left: 20%;
}

.cont2-box1-box i{
    width: 60px;
    height: 40px;
    font-size: 25px;
    color: #000000;
    background: #ffcc00;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 20px;
    border-radius: 50%;
    margin-left: 85%;
    margin-top: 20px;
}

.cont2-box1-box h2{
    margin-left: 10px;
    margin-top: 50px;
}

.cont2-box1-box p{
    margin-left: 10px;
    font-size: 15px;
}


.container3{
    width: 100%;
    height: 35vh;
    background: rgb(27, 27, 27);
}

.cont3-content{
    width: 90%;
    display: flex;
    margin-left: 5%;
}

.cont3-text{
    color: rgb(201, 201, 201);
    padding: 40px;
    margin-left: 3%;
}

.cont3-text h1{
    font-size: 45px;
}

.cont3-text p{
    color: #989898;
}

.container3 button{
    width: 200px;
    height: 40px;
    border: 0;
    background: rgb(255, 185, 9);
    color: #ffffff;
    border-radius: 50px;
    margin-top: 150px;
    transition: background 0.3s, color 0.3s, transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
    margin-left: 22%;
}

.container3 button:hover{
    background: #ffcc00;
    color: #000;
    transform: scale(1.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}


.container4{
    width: 100%;
    height: 80vh;
    align-items: center;
    text-align: center;
}

.cont4-images{
    width: 80%;
    height: 60%;
    margin-left: 10%;
    display: flex;
    gap: 3px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.cont4-images img{
    width: 24.8%;
    height: 50%;
    object-fit: cover;
    border-radius: 30px;
}

.container4 h1{
    width: 30%;
    height: 20%;
    font-size: 25px;
    margin-top: 30px;
    font-weight: 600;
    margin-left: 35%;
    border-radius: 15px;
    /* border-top: 0.5px solid rgb(31, 2, 58);
    border-bottom: 0.5px solid rgb(31, 2, 58);
    border-left: 0.5px solid grey;
    border-right: 0.5px solid grey; */
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}

.container5{
    width: 100%;
    height: 70vh;

}

.cont5-boxes{
    width: 80%;
    height: 90%;
    display: flex;
    margin-left: 10%;
    gap: 10px;
}

.cont5-box{
    width: 33%;
    height: 80%;
    text-align: center;
    background: #efefef;
    /* border: 1px solid rgb(0, 0, 0); */
    border-radius: 20px;
    margin-top: 100px;
}

.cont5-box2{
    background: rgb(182, 182, 182);
}

.cont5-box button{
    width: 130px;
    height: 40px;
    border: 0;
    color: #3f3f3f;
    border-radius: 50px;
    margin-top: 20px;
    transition: background 0.3s, color 0.3s, transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
    border-bottom: 0.5px solid rgb(0, 0, 0);
}

.cont5-box button:hover{
    background: #898989;
    color: #000;
    transform: scale(1.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    border: 0;
    border-top: 0.5px solid rgb(0, 0, 0);
}

.cont5-box i{
    font-size: 40px;
    width: 80px;
    height: 60px;
    color: #000000;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 20px;
    border-radius: 50%;
    margin-top: 20px;
    border-bottom: 1.5px solid #000;
}

.cont5-box h1{
    margin-top: 30px;
}

.cont5-box p{
    font-size: 14px;
}

.container6{
    width: 100%;
    height: 75vh;
    background: rgb(21, 21, 30);
    position: relative;
}

.cont6-content{
    width: 83%;
    height: 90%;
    margin-top: 40px;
    margin-left: 8%;
    position: absolute;
    position: relative;
    display: flex;
}

.cont6-text{
    width: 50%;
    height: 100%;
    padding: 20px;
}

.cont6-text h1{
    color: #efefef;
    font-size: 48px;
    margin-top: 100px;
}

.cont6-text p{
    color: #909090;
    font-size: 16px;
}

.cont6-text button{
    width: 200px;
    height: 50px;
    border: 1px solid darkgoldenrod;
    color: darkgoldenrod;
    border-radius: 50px;
    margin-top: 50px;
    transition: background 0.3s, color 0.3s, transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
    background: rgb(21, 21, 30);
}

.cont6-text button:hover{
    background: darkgoldenrod;
    color: #000;
    transform: scale(1.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    border: 0;
}

.cont6-images{
    width: 50%;
    height: 100%;
    margin-top: 40px;
}

.cont6-img-box1{
    width: 100%;
    height: 50%;
    display: flex;
    gap: 50px;
    margin-top: 10px;
    margin-left: 15%;
}

.cont6-img1{
    text-align: center;
}

.cont6-img1 img{
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
}

.cont6-img1 h3{
    color: #efefef;
    font-size: 22px;
}

.container7{
    width: 100%;
    height: 70vh;
}

.cont7-content{
    width: 86%;
    height: 100%;
    margin-left: 7%;
    display: flex;
} 

.cont7-box1{
    width: 70%;
    height: 100%;
    padding: 20px;
}

.cont7-box1 h1{
    font-size: 50px;
    font-weight: 400;
    margin-top: 100px;
}

#message{
    width: 70%;
    height: 20vh;
    font-size: 20px;
    border: 2px solid grey;
    border-radius: 10px;
    padding: 20px;
    margin-top: 30px;
}

.cont7-h3{
    margin-top: 50px;
}

.cont7-h3 h3{
    font-size: 20px;
}

.contact-section {
    width: 30%;
    text-align: center;
}

.contact-section img {
    width: 350px;
    height: 450px;
    border-radius: 10px;
    margin-top: 130px;
    object-fit: cover;
    margin-left: 0px;
    margin-right: 33px;
}

.contact-section h3 {
    font-size: 22px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 33px;
}

.contact-section p {
    font-size: 17px;
    color: green;
    margin-left: 0px;
    margin-right: 33px;
}

.container8{
    width: 100%;
    height: 70vh;
    margin-top: 150px;
    background-image: url("https://wallpaperaccess.com/full/12463199.jpg");
    background-size: cover;
}

.cont8-content{
    width: 90%;
    height: 100%;
    display: flex;
    margin-left: 5%;
}

.cont8-boxes{
    width: 50%;
    height: 100%;
    padding-left: 50px;
}

.cont8-boxes h1{
    color: #ffcc00;
    font-size: 200px;
    margin-top: -2%;
}

.cont8-boxes p{
    width: 80%;
    text-align: justify;
    margin-top: -10%;
    color: #c5c5c5;
}

.cont8-boxes img{
    width: 90%;
    height: 100%;
    object-fit: cover;
    margin-left: 18%;
}

.container9{
    width: 100%;
    height: 80vh;
    text-align: center;
}

.container9 h1{
   padding-top: 30px;
}

.cont9-content{
    width: 90%;
    height: 80%;
    display: flex;
    margin-left: 5%;  
}

.cont9-box1{
    display: flex;
    flex-wrap: wrap;
}

.cont9-box1-boxes{
    width: 48%;
    height: 48%;
}

.cont9-box1-boxes h1{
    text-align: start;
    padding-left: 40px;
}

.cont9-box1-boxes p{
    text-align: start;
    padding-left: 40px;
}

.cont9-box1, .cont9-box2{
    width: 50%;
}

.cont9-box2{
    text-align: start;
    justify-content: start;
    align-items: start;
}

.cont9-box2-content{
    padding-left: 50px;
    padding-top: 50px;
}

.cont9-inp1{
    width: 85%;
    height: 40px;
    border: 0.5px solid rgb(4, 4, 4);
    border-radius: 5px;
    font-size: 18px;
    background: rgb(232, 232, 232);
    color: #000;
}

.cont9-twoinp{
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.cont9inp2{
    width: 41.5%;
    height: 40px;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 5px;
    font-size: 17px;
    background: rgb(232, 232, 232);
    color: #000;
}

#message2{
    width: 85%;
    height: 250px;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 5px;
    font-size: 17px;
    background: rgb(232, 232, 232);
    color: #000;
    margin-top: 20px;   
}

.glow-on-hover {
    width: 85%;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    margin-top: 20px;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

.cont10{
    width: 100%;
    height: 200px;
    margin-top: -50px;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-image: url("https://i.pinimg.com/originals/39/e9/a9/39e9a957f793c8702656e4af84b2dc3f.jpg");
    background-size: cover;
    background-position: center;
}

.cont10 h1{
    color: #c3c3c3;
    padding-top: 95px;
    font-size: 23px;
}