.main-page{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.image-1{
    position: relative;
    margin-bottom: 20px;
}
.image-one{
    width: 960px;
    height: 640px;
    object-fit: cover;
}

.tag{
    position: absolute;
    font-size: 16px;
    font-weight: 500;
    padding: 0px 10px;
    line-height: 10px;
    border-radius: 6px;
    background-color: #222;
    color: white;
    bottom: 250px;
    left:450px;
    cursor: pointer;
}

.price{
    font-size: 14px;
}

.image-2{
    position: relative;
}

.image-two{
    width: 960px;
    height: 640px;
}

.future{
    position: absolute;
    bottom: 90px;
    left: 240px;
    line-height: 10px;
    text-align: center;
    cursor: pointer;
}
.bold{
    font-size: 40px;
    color:black;
}
.normal{
    font-size: 15px;
    color:black;
}
.btn{
    color: white;
    background-color: black;
    border: none;
    padding: 10px 10px;
    font-weight: 600;
}
.btn:hover,
.btn2:hover,
.btn3:hover,
.btn4:hover,
.btn5:hover {
    opacity: 0.8;
}
.btn:active,
.btn2:active,
.btn3:active,
.btn4:active,
.btn5:active {
   opacity: 0.3;
}

.future2{
    position: absolute;
    text-align: center;
    bottom: 50px;
    left: 280px;
    line-height: 10px;

}
.bold2{
    font-size: 40px;
    color:white;
}
.normal2{
    font-size: 15px;
    color:white;
}
.btn2{
    background-color:white;
    border: none;
    padding: 10px 10px;
    font-weight: 600;
}

.trend{
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0px 20px 0px ;
}

.catlog-pic1,
.catlog-pic2,
.catlog-pic3,
.catlog-pic4,
.catlog-pic5,
.catlog-pic6,
.catlog-pic7,
.catlog-pic8,
.catlog-pic9{
    border-radius: 100px;
    height: 100px;
}


.image-3{
    position: relative;
}

.image-three{
    width: 960px;
    height: 640px;
    margin: 20px 0px;
}

.future3{
    position: absolute;
    bottom: 90px;
    left: 320px;
    line-height: 10px;
    text-align: center;
    cursor: pointer;
}
.bold3{
    font-size: 40px;
    color:black;
}
.normal3{
    font-size: 15px;
    color:black;
}
.btn3{
    color: white;
    background-color: black;
    border: none;
    padding: 10px 10px;
    font-weight: 600;
}


.image-4{
    position: relative;
}

.image-four{
    width: 960px;
    height: 640px;
    margin: 20px 0px;
}


.tag4{
    position: absolute;
    font-size: 16px;
    font-weight: 500;
    padding: 0px 10px;
    line-height: 10px;
    border-radius: 6px;
    background-color: #222;
    color: white;
    bottom: 250px;
    left:450px;
    cursor: pointer;
}

.price4{
    font-size: 14px;
}

.future4{
    position: absolute;
    bottom: 80px;
    left: 320px;
    line-height: 10px;
    text-align: center;
    cursor: pointer;
}
.bold4{
    font-size: 40px;
    color:white;
}
.normal4{
    font-size: 15px;
    color:white;
}
.btn4{
    color: black;
    background-color: white;
    border: none;
    padding: 10px 10px;
    font-weight: 600;
}


.image-5{
    position: relative;
}

.image-five{
    width: 960px;
    height: 640px;
    margin: 20px 0px;
}


.future5{
    position: absolute;
    bottom: 80px;
    left: 75px;
    line-height: 10px;
    text-align: center;
    cursor: pointer;
}
.bold5{
    font-size: 40px;
    color:white;
}
.normal5{
    font-size: 15px;
    color:white;
}
.btn5{
    color: black;
    background-color: white;
    border: none;
    padding: 10px 10px;
    font-weight: 600;
}

.magazine-box {
    background-color: #f4eddd;
    height: 700px;
}

.magazine-heading {
    text-align: center;
}
.magazine-heading h1 {
    padding-top: 90px;
    margin-bottom: 0;
    font-size: 50px;
}
.magazine-heading p {
    font-size: 12px;
    margin: 0 0 0 0;
    font-weight: bold;
    cursor: pointer;
}

.magazine-heading p:hover{
    text-decoration: underline;
}

.big-box{
    display: flex;
    justify-content: space-around;
    margin: 50px 200px 0px 200px;

}
.container-12{
    background-color: white;
    width: 300px;
    height: 400px;
    align-items: center;
    text-align: center;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    margin-left: 20px;
  }
  
  .prfile-pic {
    width: 300px;
    height: 200px;
    cursor: pointer;
  }
  
  .details {
    display: flex;
    flex-direction: column;
    line-height: 30px;
    margin: 30px 5px 0px 5px;
    font-size: 15px;
    cursor: pointer;
  }
  
  .phase {
  font-weight: bold;
  }

  .story {
    position: relative;
    bottom: -70px;
    font-size: 12px;
  }

  .story3 {
    position: relative;
    bottom: -100px;
    font-size: 12px;

  }

  .story3:hover,
  .story:hover {
    text-decoration: underline;
  }


@media only screen and (max-width:1020px){

    .image-one,
    .image-two,
    .image-three,
    .image-four,
    .image-five,
    .magazine-box{
        width: 670px;
        height: 670px;
        object-fit: cover;
    }
    
    .future{
        position: absolute;
        bottom: 80px;
        left: 135px;
    }

    .future2{
        position: absolute;
        bottom: 80px;
        left: 165px;
    }

    .future3{
        position: absolute;
        bottom: 80px;
        left: 200px;
    }

    .future4{
        position: absolute;
        bottom: 80px;
        left: 195px;
    }

    .bold,
    .bold2,
    .bold3,
    .bold4,
    .bold5{
        font-size: 30px;
    }

    .bold5 {
        position: relative;
        white-space: nowrap;
        right: 46px;
    }

    .normal
    .normal2,
    .normal3,
    .normal4,
    .normal5{
        font-size: 14px;
    }

    .btn,
    .btn2,
    .btn3,
    .btn4,
    .btn5{
        padding: 7px 7px;
    }

    .tag{
        left: 330px;
        bottom: 280PX;
    }

    .price{
        font-size: 10px;
    }

    .catlog-pic7,
    .catlog-pic8,
    .catlog-pic9{
        display: none;
    }

    .big-box{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .magazine-box {
        width: auto;
        height: auto;
    }

    .container-12 {
        margin-top: 40px;
    }

}

@media only screen and (max-width:700px){
    
    .image-one,
    .image-two,
    .image-three,
    .image-four,
    .image-five{
        width: 530px;
        height: 530px;
        object-fit: cover;
    }
    
    .icons2{
        margin-right: 30px;
    }

    .members1,
    .members2{
        font-size: 10px;
    }

    .future,
    .future2{
        left: 60px;
        bottom: 0px;
    }

    .future3{
        bottom: 20px;
        left: 135px;
    }

    .future4{
        bottom: 20px;
        left: 100px;
    }

    .normal,
    .normal2,
    .normal3,
    .normal4,
    .normal5{
        font-size: 14px;
    }

    .btn,
    .btn2,
    .btn3,
    .btn4{
        display: none;
    }
    
    .tag,
    .tag4{
        display: none;
    }
    
    .bold2,
    .normal2{
        color: black;
    }

    .catlog-pic5,
    .catlog-pic6{
        display: none;
    }

    .bold5 {
        display: none;
    }

    .big-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

}