.header{padding:20px 66px;background:linear-gradient(to right,#90d9ff,#ffd9ad)}.header nav{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;position:relative}.header nav .menu{list-style:none;display:flex;gap:36px;transition:all .3s ease-in-out}.header nav .menu li{font-family:Inter;font-weight:700;font-size:18px}.header nav .haeder-right{display:flex;gap:20px;align-items:center}.header nav .haeder-right button{display:flex;align-items:center;column-gap:10px;background:linear-gradient(259.81deg,#2293d9 -2.46%,#22d97e 110.97%);border-radius:50px;padding:10px 20px;border:none;cursor:pointer}.header nav .haeder-right button span{margin-top:5px}.header nav .haeder-right button p{color:#fff;font-size:16px}.header nav .burger-menu{display:none;cursor:pointer}.header nav .burger-menu .burger-icon{width:30px;height:20px;display:flex;flex-direction:column;justify-content:space-between;position:relative}.header nav .burger-menu .burger-icon span{width:100%;height:3px;background:#333;transition:all .3s ease-in-out}.header nav .burger-menu .burger-icon.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.header nav .burger-menu .burger-icon.open span:nth-child(2){opacity:0}.header nav .burger-menu .burger-icon.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media (max-width: 1171px){.header{padding:20px 0}.header nav .menu{position:absolute;z-index:999;top:59px;left:0;width:100%;gap:16px;flex-direction:column;background:linear-gradient(to right,#90d9ff,#ffd9ad);padding:20px;margin:0;display:none;border-bottom-right-radius:10px;border-bottom-left-radius:10px}.header nav .menu.active{display:flex}.header nav .burger-menu{display:block;margin-left:20px}.header nav .haeder-right{margin-right:20px}.header nav .header-right_id,.header nav .circle{display:none}}*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,serif;font-optical-sizing:auto;font-weight:400;font-style:normal}body{background:#ebebeb}
