.head img{
    width:200px;
}

.content0{
    padding-bottom:10px;
}

.cycle{
    /* border:1px solid red; */
    height:auto;
    text-align: center;

}
.cycle img{
    width:400px;
}
.text{
    /* border:1px solid green; */
    height:auto;
    color:black;
    font-size:18px;
}
.text h1{
    font-size:30px;
    font-weight:bold;
}
.text p{
    font-weight:bold;
    font-size:25px;
}
.text p.p1{
    font-size:15px;
    font-weight:100;
    line-height:20px;
}
.button{
    height:40px;
    width: 150px;
    margin-left:0px;
    color:white;
    border:none;
}
button.button1{
    background-color:rebeccapurple ;
    float:right;
    margin: 5px;

}
button.button1:hover{
    background-color: #9538f1;
}
button.button2{
    background-color:  rgb(229, 86, 248);
    float:right;
    margin: 5px;

}
button.button2:hover{
    background-color: #db7ce6;
}
@media screen and (max-width: 700px){ 
    .cycle img{
        width:300px;
    }
    .head img{
        width:100px;
    }
    button.button1,button.button2{
        width: 130px;
    
    }
}
.footer{
    /* border:1px solid red; */
    text-align: center;
    position: absolute;
    bottom:10px;
    font-size:15px;
    font-weight:bold;
    line-height:0px;
    background-color:#b7214b;
    box-shadow: -7px -9px 15px grey;
    color:white;
    padding:15px;
    width:100%;
    height:40px;
}
.footer p a{
  text-decoration:none;
  color:white;
}
@media screen and (max-width: 950px){ 
    .footer{
        font-size:8px;
    }

}

.trigger{
    background-color: #b7214b;
    border:none;

}

.modal1 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.modal1-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 1rem 1.5rem;
  width: 95%;
  border-radius: 0.5rem;
}
.close-button {
  float: right;
  width: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
  background-color: lightgray;
}
.close-button:hover {
  background-color: darkgray;
}
.show-modal1 {
  opacity: 1;
  visibility: visible;
  transform: scale(1.0);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
.modal1-content h1{
    font-size:22px;
    font-weight:bold;
}
.modal1-content h3{
    color:orangered;
    font-size:19px;

}
.modal1-content p{
    color:black;
    font-size:17px;
}
@media screen and (max-width: 950px){ 
    .text h1{
        font-size:20px;
        font-weight:bold;
    }
    .text p{
        font-weight:bold;
        font-size:15px;
    }
    .footer{
        position: relative;
        margin-top: 50px;
    }

}
@media screen and (max-width: 820px) and (min-height: 1180px) {
    .footer {
        position: relative;
        margin-top: 200px;
    }
}
@media screen and (max-width: 912px) and (min-height: 1368px) {
    .footer {
        position: relative;
        margin-top: 400px;
    }
}
@media screen and (max-width: 853px) and (min-height: 1280px) {
    .footer {
        position: relative;
        margin-top: 300px;
    }
}
/*@media screen and (max-width: 1180px){ 
   
    .footer{
        position: relative;
        margin-top: 280px;
    }

}
@media screen and (max-width: 1368px){ 
   
    .footer{
        position: relative;
        margin-top: 400px;
    }

}*/