* {
    box-sizing: border-box;
}

body {
    margin: auto;
}

.con {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;


     background-image: linear-gradient(rgb(41, 15, 18),black); 


    /* background-image: linear-gradient(rgba(37, 6, 10),black);  */

}



.cont {
    max-width: 1400px;
    margin: auto;
    padding: 10px;
   
    
    


}

/*div1*/
.f {
    display: flex;
    width: 100%;
    align-items: center;
    height: 70px;
    justify-content: space-between;
}

.n>img {
    width: 140px;
    height: 40px;
    margin-left: 40px;
    display: block;
}


.s {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bolder;
    font-size: 17px;
    width: 80px;
    background-color: rgb(242, 242, 245);
    height: 30px;
    border-radius: 15px;
    margin-right: 20px;
}



.s:hover {
    cursor: pointer;
    background-color: rgb(170, 170, 175);
}

.s>.sn:hover {
    cursor: pointer;
}

/*div3*/
.div3 {
    text-align: center;
    width: 100%;
    height: 150px;
    color: white;
    margin-top: 30px;
}

.div3>label {
    font-size: 50px;
    font-weight: bolder;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

/*bg photo*/


.div333 {


     background-image: url(bg.webp);
    background-size: 500px;
    box-shadow: 20px 50px 255px 10px inset;
    background-repeat: repeat-x;
    border-top: 3px solid   white ;
    border-left: 3px  solid  white ;
    border-radius: 20px;
}


/* card*/
.div31 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin: 10px;
    gap: 20px;
}

.div311 {
    width: 300px;
    height: 200px;
    border: 2px solid rgb(107, 133, 168);
    display: flex;
    flex-direction: column;
    padding: 15px;
    border-radius: 20px;
    background-color: rgba(24, 49, 83, 255);
    box-shadow: 150px 40px 150px 25px rgba(18, 17, 37, 255)inset;
}

.div312 {
    width: 300px;
    height: 200px;
    border: 2px solid rgb(34, 94, 179);
    display: flex;
    flex-direction: column;
    padding: 15px;
    border-radius: 20px;
    /* background-color: rgba(25, 52, 90, 255);
    box-shadow: 10px 15px 80px 25px rgb(6, 43, 58) inset; */




  background:linear-gradient(to right, rgb(41, 42, 128),rgb(5, 47, 63)   ); 
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
}

.div313 {
    width: 300px;
    height: 200px;
    border: 2px solid rgb(127, 84, 214);
    display: flex;
    flex-direction: column;
    padding: 15px;
    border-radius: 20px;
    background-color: rgba(31, 19, 55, 255);
    box-shadow: 20px 20px 80px 10px rgba(77, 30, 100, 255) inset;
}

.div314 {
    width: 300px;
    height: 200px;
    border: 2px solid rgb(199, 54, 129);
    display: flex;
    flex-direction: column;
    padding: 15px;
    border-radius: 20px;
    background-color: rgba(22, 14, 38, 255);
    box-shadow: 100px 20px 100px 20px rgba(98, 29, 65, 255) inset;
}

.div311:hover {
    cursor: pointer;
    background-color: skyblue;
}

.div311>label:hover {
    cursor: pointer;
}

.div312:hover {
    cursor: pointer;
    /* background-color: rgb(183, 221, 236) ; */
    
    background: 
    /* linear-gradient(to right, white, white),  */
    linear-gradient(to right, rgb(84, 88, 134),rgb(8, 102, 139)   ); 
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
}

.div312>label:hover {
    cursor: pointer;
}

.div313:hover {
    cursor: pointer;
    background-color: rgb(96, 64, 160);
}

.div313>label:hover {
    cursor: pointer;
}

.div314:hover {
    cursor: pointer;
    background-color: rgb(145, 42, 95);
}

.div314>label:hover {
    cursor: pointer;
}

/*div4*/
.div4 {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.div4>label {
    background-color: rgb(253, 1, 1);
    height: 60px;
    width: 200px;
    border-radius: 20px;
    color: white;
    font-size: 22px;
    font-weight: bolder;
    align-items: center;
    justify-content: center;
    display: flex;
}

.div4>label:hover {
    cursor: pointer;
    background-color: brown;
}

.div4>input {
    height: 40px;
    width: 250px;
    border-radius: 20px;
    color: white;
    background-color: rgba(25, 21, 23, 255);
    border-color: rgb(228, 225, 225);
}

/*photo slied*/
.tn {
    font-size: 40px;
    color: rgba(216, 204, 205, 255);
    display: flex;
    padding-left: 80px;
    margin-bottom: 15px;
}

.tn1 {
    font-size: 40px;
    color: rgba(216, 204, 205, 255);
    display: flex;
    padding-left: 5px;
    margin-bottom: 15px;
}

.div5 {
    display: flex;
    justify-content: center;
    align-items: center;

}

.div51 {
    display: flex;
    width: 85%;
    height: 450px;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.div51 img {
    width: 15%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    border: 2px solid rgba(225, 255, 255, .5);
}

.div51 img:hover {
    cursor: pointer;
    width: 70%;
    transition: 2s ease-in-out;
}

.div6 {
    display: flex;
    align-items: center;
    justify-content: center;

}

.div61 {
    display: flex;
    width: 90%;
    height: 300px;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.div61 img {
    width: 18%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    border: 2px solid rgba(225, 255, 255, .5);
}

.div61 img:hover {
    cursor: pointer;
    transform: scale(1.03);
    transition: ease-in-out;
}

.div7 {
    display: flex;
    justify-content: space-between;
    padding: 5px;
}

.div71 {
    border: 1px solid white;
    width: 340px;
    height: 100px;
    border-radius: 15px;
    padding: 10px;

    color: white;
    font-weight: bolder;
    font-size: 18px;

}

.div71>label {
    display: flex;
    justify-content: end;
    align-items: end;
    margin-bottom: 0px;

}

.div8 {
    padding: 5px;
    
}

.div81 {
    width: 100%;
    height: 80px;
    background-color: rgb(41, 40, 40);
    color: white;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    font-size: 20px;
    margin-top: 10px;
    
}

.div81 {
    position: relative;
}

.div812 {
    width: 100%;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border-radius: 15px;
    height:60px;
    
}

.div812 {
    margin-top: 10px;
    position: absolute;
    padding: 10px;
    top: 100%;
    visibility: hidden;
    transition: 1s ease-in-out;
    opacity: 0;
    left: 0;
    height: 0;
    z-index: 1;
}

.div81:hover .div812 {
    visibility: visible;
    opacity: 1;
    display: block;
    height:80px ;
}

.div9 {
    display: flex;
    justify-content: center;
   
    
}
.div9 > label{
    background-color: rgb(253, 1, 1);
    height: 60px;
    width: 200px;
    border-radius: 20px;
    color: white;
    font-size: 22px;
    font-weight: bolder;
    align-items: center;
    justify-content: center;
    display: flex;
    
}

.div9>label:hover {
    cursor: pointer;
    background-color: brown;
}
.div10{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 25px;
   
   
}


article > a{
    font-size: 17px;
    color: rgb(206, 206, 206);
   
}
.div11{
    width: 100px; 
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border: 2px solid white;
    border-radius: 5px;
    background-color: black;
    color:rgb(206, 206, 206);
}



/* Responsive Design */
@media screen and (max-width: 1024px) {
    .div31 {
        flex-direction: column;
        align-items: center;
    }

    .div311,
    .div312,
    .div313,
    .div314 {
        width: 90%;
    }

    .div51 img,
    .div61 img {
        width: 30%;
    }
}

@media screen and (max-width: 768px) {
    .f {
        flex-direction: column;
        align-items: center;
        height: auto;
    }

    .n>img {
        margin-left: 0;
    }

    .s {
        width: 100px;
        margin: 5px 0;
    }

    .div3>label {
        font-size: 36px;
    }

    .div4 {
        flex-direction: column;
        align-items: center;
    }

    .div4>label,
    .div4>input {
        width: 80%;
    }

    .div51 img,
    .div61 img {
        width: 45%;
    }
}

@media screen and (max-width: 480px) {
    .s {
        font-size: 14px;
        width: 90px;
    }

    .div3>label {
        font-size: 28px;
    }

    .div51 img,
    .div61 img {
        width: 80%;
    }

    .div10 {
        flex-direction: column;
        align-items: center;
    }
}
