.main-div{padding:0 100px;display:flex;justify-content:space-between;align-items:center;gap:100px}.main-div img{width:600px;height:auto;filter:drop-shadow(2px 2px 5px rgba(255,255,255,.459))}.text-div{width:100%}.text-div h1{font-size:45px;font-weight:700;line-height:55px}.text-div span{color:gold}.text-div p{font-size:18px;margin-top:25px}.image-div{width:100%}.button-div{margin-top:30px}.button-main{height:50px;width:180px;display:flex;justify-content:center;align-items:center;background-color:gold;color:rgba(0,0,0,.662);border-radius:100px;border:1px solid rgba(0,0,0,.438);box-shadow:8px 8px 10px rgba(255,255,255,.459);cursor:pointer;font-size:16px;gap:10px;font-weight:600}.button-main:hover{background-color:rgb(255,255,255);transition:.3s;border:1px solid gold;box-shadow:1px 10px 10px gold;transform:scale(1.1)}.second-view{padding:50px 100px;display:flex;justify-content:center;align-items:center;flex-direction:column}.second-view h2{font-size:40px;font-weight:700}.second-view p{font-size:18px;margin-top:20px}.message-div{display:flex;justify-content:space-between;align-items:flex-start;gap:50px;margin-top:50px;width:100%}.message-div img{width:800px;border-radius:50px;border:1px solid rgba(255,255,255,.438)}@media (max-width:1000px){.second-view{padding:20px 10px}.second-view h2{font-size:20px}.second-view p{font-size:14px}.message-div{flex-direction:column;gap:20px;margin-top:20px}.message-div img{width:200px;border-radius:50px}}.projects-main{padding:25px 100px;display:flex;justify-content:center;align-items:center;flex-direction:column}.projects-main h2{font-size:40px;font-weight:700}.projects-container{width:100%;margin-top:25px}.project-card,.projects-container{display:flex;justify-content:space-between;align-items:center}.project-card{width:30%;height:300px;border:1px solid rgb(255,255,255);border-radius:10px;flex-direction:column;cursor:pointer}.project-card img{width:100%;height:245px;object-fit:contain}.project-card-text{padding:15px;width:100%;text-align:center}@media (max-width:1000px){.projects-main{padding:25px 10px;flex-direction:column}.projects-main h2{font-size:20px}.projects-container{flex-direction:column}.project-card{width:100%;margin-top:10px}}