*{
    margin: 0;
    padding: 0;
    font-size: 20px;
}
.container{
    padding: 0px 50px;
    /* width: 100%; */
   /* height: 100vh; */
   background-color: rgba(128, 128, 128, 0.069);
}
.header{
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}
.loa{
    display: flex;
    gap: 40px;
}
.logo h2{
    color: black;
    font-weight: 900;
    font-size: 40px;

}
.nav{
    display: flex;
    gap: 20px;
    color: rgba(0, 0, 0, 0.552);
    /* padding-top: 15px; */

    p{
        cursor: pointer;
    }
}
.nav a{
    color: rgba(0, 0, 0, 0.552);
    text-decoration: none;
    transition: 0.6s;

    &:hover{
        color: black;
    }
}

.action{
    display: flex;
    gap: 20px;
    /* padding-top: 4px; */


    button{
        padding: 5px 20px;
        color: rgba(0, 0, 0, 0.552);
        border-radius: 20px;
        outline: none;
        box-shadow: none;
        cursor: pointer;
        border: 1px solid rgb(0, 0, 0);;
        background-color: transparent;
        transition: 0.9s;

        &:hover{
            color: white;
            background: black;
        }
    }
}
.action a{
    text-decoration: none;
    color: rgba(0, 0, 0, 0.552);
    transition: 0.5s;

    &:hover{
        color: black;
    }

}
#a{
    padding-top: 3px;
}
.hover1{
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-weight:lighter;
    position: absolute;
    bottom: 58%;
    background-color: white;
    border-radius: 15px;
    padding: 30px 20px;
    margin-left: 43px;
    margin-top: 20px;
    display: none;



    .ri{
        display: flex;
        gap: 10px;
        font-weight:lighter;


        p{
            color: rgb(81, 81, 81);
            font-size: 18px;
            cursor: pointer;
            transition: 0.5s;

            &:hover{
                color: black;
            }
        }
    }
}
.main{
    display: flex;
    padding: 70px 0px 0px 120px;


    .left{
        width: 50%;
        padding-top: 40px;


        h1{
            font-size: 90px;
            margin-bottom: 50px;
        }
        p{
            color: rgb(104, 102, 102);
        }
       .img{
        display: flex;
        gap: 40px;
        padding-top: 50px;
        
       }
       button{
        color: white;
        background-color: black;
        border: none;
        border-radius: 20px;
        padding: 10px 40px;
        margin-top: 50px;
        cursor: pointer;
        transition: 0.9s;


        &:hover{
            color: black;
            background-color: transparent;
            border: 1px solid black;
        }
       }
    }


    .right{
        width: 50%;


        img{
            width: 80%;
            /* height: 90%; */
        }
    }
}
#u, #c{
    display: flex;
    gap: 5px;
    .images img{
        position: absolute;
        padding-top: 10px;
    }
    #up{
        display: none;
       
    }
    #hop{
        display: none;
    }
}
#u:hover .hover1{
    display: flex;
}
.hover2{
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-weight:lighter;
    position: absolute;
    bottom: 63%;
    background-color: white;
    border-radius: 15px;
    padding: 30px 30px;
    margin-left: 240px;
    margin-top: 10px;
    display: none;


        p{
            color: rgb(81, 81, 81);
            cursor: pointer;
            font-size: 18px;
            transition: 0.5s;

            &:hover{
                color: black;
            }
        }
}
#menu{
    display: none;
}
#mobile{
    display: none;
}
.mobile{
    display: none;
    /* display: flex; */
    flex-direction: column;
    /* align-items: center; */
    float: right;

    .nav{
        display: flex;
        flex-direction: column;
    }
    .action{
        display: flex;
        flex-direction: column;
    }
}
@media (max-width:768px){
    *{
        margin: 0;
        padding: 0;
    }
    .header{
        display: flex;
        justify-content: space-between;
        padding: 20px 10px 0px;
        height: 20px;
    }
    .container{
        padding: 0px 0px;
        /* width: 100%; */
       height: 110vh;
       background-color: rgba(128, 128, 128, 0.069);
    }
    .main{
        display: flex;
        flex-direction: column;
        padding: 0px;
        flex-direction: column-reverse;



        .left{
            width: 100%;

            h1{
                font-size: 40px;
                margin-bottom: 20px;
            }
            p{
                font-size: 23px;
            }

            .button{
                align-items: center;
                justify-content: center;
                text-align: center;
               
            }
            button{
                color: white;
                background-color: black;
                border: none;
                border-radius: 20px;
                padding: 10px 40px;
                margin-top: 50px;
                cursor: pointer;
                transition: 0.9s;
               

              
        
        
                &:hover{
                    color: black;
                    background-color: transparent;
                    border: 1px solid black;
                }
               }
               .img{
                display: flex;
                gap: 40px;
                padding-top: 10px;
                text-align: center;
                align-items: center;
                justify-content: center;

                img{
                    width: 60px;
                }
                
               }
        }
        .right{
            width: 100%;
        }
    }
    .nav{
        display: none;
    }
    .action{
        display: none;
    }
    #menu{
        display: block;
    }
    #desktop{
        display: none;
    }
    #mobile{
        display: block;
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
    .mobile{
        display: none;
        /* display: flex; */
        flex-direction: column;
        position: absolute;
        width: 100%;
        height: 109vh;
        background-color: rgba(0, 0, 0, 0.723);
        padding-top: 20px;
        top: -20px;
        justify-items: right;
        float: right;
        z-index: 1;
        gap: 70px;
        align-items: flex-end;
        

        
    .side{
        background-color: white;
        width: 50%;
        height: 110vh;
        display: flex;
        flex-direction: column;
        padding: 10px;
        gap: 40px;

        button{
            padding: 10px 50px;
        }

        #close{
            width: 30px;
        }
    }
        .nav{
            display: flex;
            flex-direction: column;
            margin-top: 20px;
        }
        .action{
            display: flex;
            flex-direction: column;
            text-align: center;
        }

        #close{
            float: right;
            padding-left: 150px;
        }
    }
}