@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    font-family: "Poppins", sans-serif;
}
body{
    background-image: url('/icons/bg.png');
    background-size: 540px auto;
    background-repeat: no-repeat;
    background-position: bottom left;
}
.main-container{
    display: flex;
    padding: 15px;
    justify-content: space-evenly;
    align-items: center;
}
h1{
    font-size: 72px;
    font-weight: 700;
    line-height: 108px;
    color: #F65D83;
    width: 721px;
    height: 324px;
}

.timerbox{
    display: flex;
    column-gap: 11px;
    align-items: center;
}
.number{
    font-size: 37.61px;
    font-weight: 700;
    color: #3F3D56;
    margin: 0px;
}

.week{
    font-size: 18.81px;
    font-weight: 400;
    color: #3F3D56;
    margin: 0px;
}
.box{
    padding: 15px 23px;
    border: 1.88px solid #3F3D5629;
    border-radius: 15px;
    text-align: center;
}
.get{
    color: #F65D83;
    font-size: 20px;
    font-weight: 400;
    margin: 10px 0px;
}
.button{
    width: 400px;
    height: 70px;
    display: flex;
}

/* .email, .subscribe {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 10px;
    border-radius: 0;
    border: 1px solid #ccc;
}

.subscribe {
    border-left: none; /* Remove the border between input and button */
    /* cursor: pointer;
} */ 
.email{
    padding: 20px 12px 20px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border: 1px solid #0000007A;
    width: 100%;
}
.subscribe{
    color: white;
    background-color: #F65D83;
    padding: 20px 12px 20px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    cursor: pointer;
    border: 1px solid #F65D83;
}
.copyrights{
    font-size: 16px;
    font-weight: 400;
    color: #3F3D56;
}
.copyrights{
    text-align: center;
}


input:focus {
    outline: transparent;
    border: transparent;
}

.right img{
    width: 470px;
    height: 480px;
}
.Social-Icons img{
    width: 24px;
    gap: 24px;
}
.Social-Icons{
    display: flex;
    gap: 24px;
    justify-content: center;
}

.subscribe:hover{
    background-color: transparent;
    color: #F65D83;
    /* border-left: 0px; */
    /* border: ridge; */
    border-color: #F65D83;
}
@media screen and (max-width: 768px){
 .right img{display: none;}
 .left{display: flex;flex-direction: column;align-items: center;height: 84vh;}
  .left h1{text-align: center; width: 70%;font-size: 55px;font-weight: 700;line-height: 80px; height: auto;}
  .number{font-size: 25px;}
  .week{font-size: 15px;}
  .box{padding: 10px 15px;}
}

@media screen and (max-width: 600px){
    .left{gap: 5vw;}
    .box{padding: 10px 15px;}
    .number{font-size: 25px;}
    .week{font-size: 13px;}
    .left h1{font-size: 40px;line-height: 70px;}
    .email{width: 50%;padding: 12px;}
    .main-container{height: 84vh;}
    .button{height: auto;width: auto;}
    .subscribe{padding:12px;}
}

@media screen and (max-width: 433px){
    .left h1 {font-size: 30px;line-height: 55px;}
    .number{font-size: 20px;}
    .left {gap: 15vw;}
    .button{width: 100%;}
}