@import "../assets/font/stylesheet.css";

.main {
    padding: 60px 0 30px;
    position: relative;
    overflow: hidden;
    
}

.main-title {
    
    line-height: 96%;
    font-size: 72px;
    font-weight: 500;
    margin: 20px 0px 20px;
    color: #343434;
}

.main-button {
  display: flex;
  font-family: 'Inter';
  justify-content: center;
  align-items: center;
  width: 145px;
  height: 36px;
  padding: 8px 16px;
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-align: center;
  background: #7C82FF;
  box-shadow: 0px 4px 12px rgba(145, 158, 171, 0.25), inset 0px 3px 8px rgba(255, 255, 255, 0.25);
  border-radius: 33px;
}


.main-wrapper {
    display:flex;
    align-items:center;
    gap: 20px;
}

.main-left {  
    width: 560px;
    height: 460px;
}

.main-text {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.6;
    color: #343434B2;
}

.main-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 70%;
}

.main-phone {
  width: 420px;
    height: 460px;
    position: relative;  
}

@media (max-width: 764px) {
    .main {
    padding: 15px 0 0px;
}

    .main-gradient {
    position: relative;
    width: 360px;
        height: 444px;
    }
    .main-wrapper {
        flex-direction: column;
        text-align: center;
            gap: 0px;
    }

    .main-right {
        order: 2;
    }

    .main-left {
         width: 340px;
    height: 280px;
        order: 1;
    }

    .main-buttons {
        width: 100%; 
    }
    .main-title{
        font-size: 42px;
    }
    .main-text {
        font-size: 16px;
    }
.main-phone {
  width: 360px;
    height: 400px;
    position: relative;  
}
.main-button {
    width: 340px;
  height: 50px;
    }
}
