.container{
  max-width: 1200px;
    display: block;

}
.Entry{
  height: 120vh;

  background-color: #fbf9f0;
border-radius: 60px;
border: 2px solid rgb(212, 207, 207);
margin-left: 60px;

  text-align: center;
  margin-top: 55px;
  padding-top: 13px;
  width: 80%;
}

.Entry:hover {
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

@media (max-width: 400px) {
  .Entry { font-size: 1.5rem; }
}



.flexbox {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 10%;
}

.flexcard {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 40%;
  align-items: baseline;
  height: 300px;
  border-radius: 20px;
}
.flexcard:hover {
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.flexcardNumber {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin: 10px 0px;
  border-radius: 0px 50px 50px 0px;
  font-family: "Jost", sans-serif;
  color: white;
  text-shadow: 0px 3px 5px black;
  font-weight: 500;
  font-size: 20px;
  position: relative;
}

.flexcardTitle {
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 400;
}

.flexcardText {
  font-family: "Jost", sans-serif;
  text-align: center;
  font-weight: 300;
}

.flexcardNumber:before {
  content: "";
  width: 34px;
  height: 90px;
  position: absolute;
  left: -33px;
  top: 0px;
  border-radius: 50px 0px 0px 50px;
  z-index: -1;
  /* background: #95B7A2; */ /* background: -webkit-linear-gradient(bottom, #95B7A2, #AED2BC); */
  background: -moz-linear-gradient(bottom,#9293eb, #9293eb);
  /* background: linear-gradient(to top, #95B7A2, #AED2BC); */
}

.flexcardNumber:after {
  content: "";
  width: 25px;
  height: 40px;
  position: absolute;
  left: -25px;
  bottom: -40px;
  border-radius: 50px 0px 0px 50px;
  z-index: -1;
}

.flex {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 10px auto;
}

img.flexcardimgItem {
  width: 50%;
}





/* BLUE CARD */

.flexcardBlue {
  background:rgb(247, 243, 237);
  box-shadow: 4px 8px 1px #9293eb;
}

.flexcardNumberBlue {
  background: #fdfffe;
  background: -webkit-linear-gradient(right, #fdfffe, #bebed8);
  background: -moz-linear-gradient(right, #fdfffe, #bbbbea);
  background: linear-gradient(to left, #fdfffe, #9293eb);
  box-shadow: 0px 2px 2px #bbbbe3;
}

.flexcardNumberBlue:before {
  background: #9293eb;
}

.flexcardNumberBlue:after {
  background: #46477e
}


/* RESPONSİVE */

@media only screen and (max-width: 800px) {
  .flexcard {
    width: 35%;
    margin-top: 20px;
  }

  img.flexcardimgItem {
    width: 30%;
  }
}

@media only screen and (max-width: 500px) {
  .flexcard {
    width: 70%;
  }
}



.btn_choose_sent input {
  -webkit-appearance: none;
  display: block;
  margin: 10px;
  width: 14px;

  height: 14px;
  border-radius: 14px;
  cursor: pointer;
  vertical-align: middle;
  box-shadow: hsla(0, 0%, 100%, 0.957) 0 1px 1px,
    inset hsla(0, 9%, 90%, 0.856) 0 0 0 1px;
  background-color: hsla(0, 67%, 35%, 0.2);
  background-image: -webkit-radial-gradient(
    #fff 0%,
    #fff 15%,
    #fff 28%,
    #fff 70%
  );
  background-repeat: no-repeat;
  -webkit-transition: background-position 0.15s cubic-bezier(0.8, 0, 1, 1),
    -webkit-transform 0.25s cubic-bezier(0.8, 0, 1, 1);
  outline: none;
}
.btn_choose_sent input:checked {
  -webkit-transition: background-position 0.2s 0.15s cubic-bezier(0, 0, 0.2, 1),
    -webkit-transform 0.25s cubic-bezier(0, 0, 0.2, 1);
}
.btn_choose_sent input:active {
  -webkit-transform: scale(1.5);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0, 0, 0.2, 1);
}

/* The up/down direction logic */

.btn_choose_sent input,
.btn_choose_sent input:active {
  background-position: 0 24px;
}
.btn_choose_sent input:checked {
  background-position: 0 0;
}
.btn_choose_sent input:checked ~ input,
.btn_choose_sent input:checked ~ input:active {
  background-position: 0 -24px;
}

.btn_choose_sent {
  background: #bf0101;
  color: #fff;
  box-shadow: 0 10px 20px rgb(246, 249, 250);
  border: none;
  border-radius: 23px;
  font-size: 16px;
  line-height: 10px;
  padding: 16px 20px 16px 38px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  margin-right: 30px;
  transition: all 0.3s;
  height: auto;
  cursor: pointer;
  position: relative;
  outline: none;
}

.btn_choose_sent input {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
  top: 4px;
}

.btn_choose_sent input:after {
  position: absolute;
  content: "";
  width: 15rem;
  left: 0;
  right: 0;
  /* background: red; */
  /* z-index: -1; */
  height: 12px;
  top: -10px;
}

.bg_btn_chose_1 {
  background-color: #14500c !important;
}

.bg_btn_chose_2 {
  background-color: #cf2714db !important;
}


/*-=p=--=*/

.btn_choose_sent_check_b {
  background: #000000;
  color: #fff;
  box-shadow: 0 10px 20px rgba(224, 229, 235, 0.3);
  border: none;
  border-radius: 3px;
  font-size: 13px;
  line-height: 10px;
  padding: 16px 20px 16px 46px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  margin-right: 30px;
  transition: all 0.3s;
  height: auto;
  cursor: pointer;
  position: relative;
  outline: none;
}
