.homeHeader-container{height:700px;width:100%;justify-content:space-between;background-color:var(--customColor1)}.homeHeader-container,.homeHeader-content{display:flex;align-items:center;padding:10px}.homeHeader-content{justify-content:center;flex-direction:column;gap:20px;height:100%;position:relative}#homeHeader-content1{width:30%}#homeHeader-content2{width:35%}#homeHeader-content3{width:30%}.homeHeader-item{border:1px solid var(--customColor4);height:100%;width:100%;border-radius:200px;background-color:#ffc312}.homeHeader-item>img{width:100%;height:100%;transform:scale(.8);object-fit:cover}.homeHeader-content>h2{font-size:60px;font-weight:700;text-align:center}.homeHeader-content>p{font-size:18px;font-weight:500;text-align:center}.homeHeader-content>span>img{width:300px;height:-moz-fit-content;height:fit-content;object-fit:contain}.homeHeader-content>a>button{padding:10px;width:150px;border-radius:30px;background-color:var(--customColor5);color:#fff;font-size:18px;letter-spacing:1px;font-weight:500;transition:.3s ease-in-out;&:hover{background-color:var(--customColor4)}}#homeHeader-content3>img{width:400px;object-fit:contain}#homeHeader-content3>span{width:300px;position:absolute;bottom:0;animation:slide 2s linear infinite alternate}#homeHeader-content1>img{position:absolute}#homeHeader-content1>img:nth-child(2){left:20px;width:50px;height:50px;animation:spin 5s linear infinite}#homeHeader-content1>img:nth-child(3){right:20px;width:80px;height:80px;animation:top 5s linear infinite alternate}#homeHeader-content1>img:nth-child(4){width:80px;height:80px;bottom:100px;animation:right 5s linear infinite alternate}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes top{0%{transform:translateY(0)}to{transform:translateY(-50px)}}@keyframes right{0%{transform:translateX(0)}to{transform:translateX(50px)}}@keyframes slide{0%{transform:translateX(0)}to{transform:translateX(50px)}}.carousel{width:100%}#homeHeader-item2>img{object-fit:contain}@media screen and (min-width:320px) and (max-width:768px){.homeHeader-content>h2{font-size:30px;font-weight:700;text-align:center}.homeHeader-item{display:flex;justify-content:center;align-items:center}.homeHeader-item>img{width:300px;height:500px;transform:scale(.8);object-fit:contain}.homeHeader-container,.homeHeader-content{height:100%;width:100%;flex-direction:column}.homeHeader-content{display:flex;justify-content:center;align-items:center;gap:20px;padding:10px;position:relative}#homeHeader-content1,#homeHeader-content2,#homeHeader-content3{width:100%}#homeHeader-content3>span{width:200px;position:absolute;bottom:0}}@media screen and (min-width:1024px) and (max-width:1400px){.homeHeader-content>h2{font-size:40px;font-weight:700;text-align:center}}