@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');
*{
    margin: 0;
    padding: 0;
    font-family: 'Nunito', sans-serif;
    box-sizing: border-box;
}
.sec_two {
  width: 100%;
  height: 65vh;
  background-image: url(img/section\ five\ tech.jpeg);
  background-size: cover;
  display: flex;
  justify-content: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.sec_two_container {
  width: 90%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
  background: transparent;
  border: 2px solid #021e2fc7;
  border-radius: 20px;
  backdrop-filter: blur(30px);
  box-shadow: 0 0 30px rgba(0, 0, 0, .5);
}
.sec_two_container_one {
  display: flex;
}
.child_one {
  display: flex;
  padding: 10px 10px;
  align-items: center;
  cursor: pointer;
}

.child_one img {
  width: 10vh;
  margin: 10px;
}
.para_three {
  font-size: 18px;
  color: #f5e831c9;
}
.para_three span {
  color:#ffffff;
}
@media (max-width: 1100px) {
  .sec_two {
      height: auto;
      min-height: 40vh;
  }
}

@media (max-width: 1092px) {
  .para_three {
      font-size: 16px;
  }

  .child_one img {
      width: 7vh;
  }
}

@media (max-width: 781px) {
  .para_three {
      font-size: 14px;
  }

  .child_one img {
      width: 3vh;
  }
}

@media (max-width: 580px) {
  .para_two {
      font-size: 13px;
  }
  .sec_two_container_one {
      display: grid;
  }
}

.sec_three {
width: 100%;
height: auto;
overflow: hidden;
background: #ffffff;
}

.ag-format-container {
width: 100%;
margin: 0 auto;
}

.ag-courses_box {
display: flex;
align-items: flex-start;
flex-wrap: wrap;
padding: 50px 0;
}

.ag-courses_item {
flex-basis: calc(47% - 100px);
margin: 0px 50px 30px;
overflow: hidden;
border-radius: 28px;
box-shadow: 0px 0px 15px 2px black;
border: 2px solid rgb(24, 8, 82);
}

.ag-courses-item_link {
display: block;
padding: 30px 20px;
background-color: #4457C7;
overflow: hidden;
position: relative;
}

.ag-courses-item_link:hover,
.ag-courses-item_link:hover .ag-courses-item_date {
text-decoration: none;
color: #FFF;
}

.ag-courses-item_link:hover .ag-courses-item_bg {
transform: scale(10);
}

.ag-courses-item_title {
min-height: 87px;
margin: 0 0 25px;
overflow: hidden;
font-weight: bold;
font-size: 30px;
color: #ffffff;
z-index: 2;
position: relative;
}

.ag-courses-item_date-box {
font-size: 18px;
color: #000000;
z-index: 2;
position: relative;
}

.ag-courses-item_date {
font-weight: bold;
color: #f9b234;
transition: color .5s ease;
}

.ag-courses-item_bg {
height: 128px;
width: 125px;
background-color: #2739a1;
box-shadow: 2px 4px 4px black;
z-index: 1;
position: absolute;
top: -75px;
right: -75px;
border-radius: 50%;
transition: all .5s ease;
}

.ag-courses_item:nth-child(2n) .ag-courses-item_bg {
background-color: #2739a1;
}

.ag-courses_item:nth-child(3n) .ag-courses-item_bg {
background-color: #2739a1;
}

.ag-courses_item:nth-child(4n) .ag-courses-item_bg {
background-color: #2739a1;
}

@media only screen and (max-width: 979px) {
.ag-courses_item {
  flex-basis: calc(50% - 30px);
}

.ag-courses-item_title {
  font-size: 24px;
}
}

@media only screen and (max-width: 767px) {
.ag-format-container {
  width: 100%;
}
}

@media only screen and (max-width: 639px) {
.ag-courses_box {
  padding: 10px 0;
}

.ag-courses_item {
  flex-basis: 100%;
}

.ag-courses-item_title {
  min-height: 72px;
  line-height: 1;
  font-size: 22px;
}

.ag-courses-item_link {
  padding: 10px 40px;
}

.ag-courses-item_date-box {
  font-size: 16px;
}
}

@media only screen and (max-width: 431px) {
.ag-courses_box {
  padding: 10px 0;
}

.ag-courses_item {
  flex-basis: 100%;
}

.ag-courses-item_title {
  min-height: 50px;
  line-height: 1;
  font-size: 16px;
}

.ag-courses-item_link {
  padding: 10px 40px;
}

.ag-courses-item_date-box {
  font-size: 16px;
}
}



.sec_four {
  width: 100%;
  height: auto;
  background: #ffffff;
}

.sec_four_container {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

.sec_four_container_one {
  width: 60%;
  margin: 30px;
  padding: 25px;
}

.four_para_one {
  font-size: 3rem;
  color: #19181d;
  font-weight: bold;
}

.four_para_two {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 10px;
  color: #121214;
}

.bmw {
  font-size: 10px;
  background: #1a1c91;
  border-radius: 20px;
  color: #ffffff;
  padding: 0.5rem 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: scale 0.2s ease;
  margin: 0.5rem;
  text-align: center;
  margin-bottom: 20px;
}

.bmw:hover {
  background: #070d5c;
  color: #838282;
  cursor: pointer;
  box-shadow: 1px 2px 8px 2px #1a0404;
}

.bmw_one {
  font-size: 10px;
  background: #e6e6e9;
  border-radius: 20px;
  color: #000000;
  padding: 4px 31px;
  font-weight: bold;
  cursor: pointer;
  transition: scale 0.2s ease;
  margin: 0.5rem;
  text-align: center;
  margin: 4px 48px;
}

.bmw_one:hover {
  background: #969697;
  color: #363636;
  cursor: pointer;
  box-shadow: 1px 2px 8px 2px #1a0404;
}

.sec_four_container_two {
  width: 40%;
  margin: 30px;
  display: flex;
  justify-content: center;
}

.four_image_box img {
  width: 45vh;
  border-radius: 5px;
  outline: 5px solid #e0d1d14a;
}

@media (max-width: 1100px) {
  .sec_four_container {
    height: 70vh;
  }

  .four_para_one {
    font-size: 2rem;
  }

  .four_image_box img {
    width: 30vh;
  }
}

@media (max-width: 1025px) {
  .sec_four_container {
    height: 75vh;
  }

  .four_image_box img {
    width: 35vh;
  }
}

@media (max-width: 700px) {
  .sec_four_container {
    height: 80vh;
  }

  .four_para_one {
    font-size: 25px;
  }

  .four_para_two {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .four_image_box img {
    width: 28vh;
  }
}

@media (max-width: 500px) {
  .sec_four_container {
    height: 65vh;
  }

  .sec_four_container_one {
    margin: 15px;
    padding: 10px;
  }

  .sec_four_container_two {
    margin: 15px;
  }

  .four_para_one {
    display: none;
  }

  .four_para_two {
    font-size: 11px;
    line-height: 17px;
  }

  .four_image_box img {
    width: 20vh;
  }

  .bmw {
    font-size: 8px;
    padding: 4px 12px;
    margin: auto;
    margin-bottom: 10px;
  }
}

@media (max-width: 431px) {
  .sec_four_container {
    height: 55vh;
  }
}

@media (max-width: 380px) {
  .four_para_one {
    font-size: 9px;
    line-height: 17px;
  }
}
.four_para_one_extra{
  text-align: center;
  display: none;
}
@media (max-width: 431px) {
  .four_para_one_extra{
    display: block;
    margin-top: 13px;

  }
}










/* counting timer css */
.container_third {
  width: 100%;
  min-height: auto;
  display: flex;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  overflow: hidden;
  border-top: 2px solid #23047ae8 ;
}
.counting_section{
  width: 100%;
  display: flex;
}
.main_card {
  width: 30vh;
  margin: auto;
}
.count{
  font-size: 16px;
  text-align: center;
  color: #abababad;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
}
.count_card {
  font-size: 35px;
  color: #1c1c24;
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
}
@media (max-width:1025px){
  .container_third {
      min-height: auto;
  }
}
@media (max-width:605px){
  .count{
      font-size: 13px;
  }
  .count_card {
      font-size: 18px;
  }
}
@media (max-width:451px){
  .container_third {
      min-height: auto;
  }
  .count_heading{
      width: 90%;
      text-align: center;
      padding: 10px;
  }
  .counting_section{
      display: flex;
      width: 100%;
      margin-top: 2%;
  }
  .main_card {
      width: 7vh;
  }
  .count_card {
    font-size: 14px;
  }
  .count {
    font-size: 8px;
  }
}
/* end */
/* section five */
.sec_five{
  width: 100%;
  height: auto;
  background: #ffffff;
  overflow: hidden;
}

.sec_five_container{
  display: flex;
  height: 85vh;
  justify-content: center;
  
}
.sec_five_container_one{
  justify-content: end;
  width: 35%;
  display: grid;
  padding: 40px;
  align-items: center;
}
.five_box_one img{
  width: 35vh;
  border-radius: 10px;
  box-shadow: 0px 0px 15px 2px black;


  
}
.five_box_two{
  margin-top:-1% ;
  background-color:#E4ECDC;
  border-radius: 10px;
}
.five_para_one{
  text-align: center;
  font-weight: bold;
  color: #000000;
  font-size: 16px;
  padding: 10px;
  background: #2739a1;
  border-radius: 15px;
  border: 1px solid #1d303777;
  box-shadow: 1px 4px 2px -1px black;

}
.five_para_one span{
  font-size: 12px;
  color: #f5f5f5;
}
.sec_five_container_two{
  width: 65%;
  display: grid;
  padding: 40px;
  align-items: center;
}
.sec_five_two_boxone{
  display: flex;
}
.who_one{
  width: 50%;
}
.who_two{
  width: 50%;
}
.five_head_two{
  font-size: 20px;
  font-weight: bold; 
  color: #121121;
  margin: 10px;

}
.five_para_two{
  font-size: 15px;
  color:  #121121;
  margin:10px;
  text-transform: capitalize;
}
.five_para_three{
  font-size: 18px;
  color: #020921;
  margin: 11px;
}
.sec_five_two_boxtwo img{
  width: 78%;
  height: 43vh;
  border-radius: 10px;
  outline: -4px solid #0a0e29fa;
  box-shadow: 0px 0px 15px 2px black;


}

.five_heading{

  font-size: 30px;
  margin: auto;
  text-align: center;
  color: #121121;
  background: #9d979745;
  box-shadow: 0px 1px 7px -1px darkblue;
  border-radius: 0px 0px 40px 40px;
  border-bottom: 2px solid #262a55;

}

/* responsive */
@media (max-width:1100px){
  .sec_five_container{
    height:65vh ;
  }
  .five_box_one img{
    width: 25vh;
  }
  .sec_five_two_boxtwo img{
    width: 80%;
    height: 20vh;
  }
}
@media (max-width:1025px){
  .sec_five_container{
    height:50vh ;
  }
  .five_box_one img{
    width: 18vh;
  }
  .five_box_two{
    margin-top:-5% ;
  }
  .sec_five_two_boxtwo img{
    width: 80%;
    height: 20vh;
  }
}

@media (max-width:900px){
  .sec_five_container{
    height:75vh ;
  }
  .sec_five_container_one{
    justify-content: center;
  }
  .five_box_one img{
    width: 20vh;
  }
  .five_para_two {
    font-size: 11px;
  }
  .five_para_three{
    font-size: 13px;
  }
  
}
@media (max-width:831px){
  .five_box_one img{
    width: 27vh;
  }
  .sec_five_two_boxtwo img{
    width: 80%;
    height: 26vh;
  }
}
@media (max-width:570px){
  .sec_five_container{
    height:auto;
    display: grid;
  }
  .five_heading{
    font-size: 18px;
  }
  .sec_five_container_one{
    width: 100%;
    display: none;
  }
  .five_box_one img {
    width: 30vh;
  }
  .sec_five_container_two{
    width: 100%;
    padding: 20px;
  }
  .sec_five_two_boxone {
    display: grid;
  }
  .who_one {
    width: 100%;
  }
  .five_para_two {
    font-size: 14px;
  }
  .who_two {
    width: 100%;
  }
  .sec_five_two_boxtwo{
    margin: auto;
    display: flex;
    justify-content: center;
  }
  .sec_five_two_boxtwo img{
    width: 45vh;
  }
}
@media (max-width:431px){
  .five_heading{
    font-size: 16px;
  }
  .sec_five_two_boxtwo img{
    width: 40vh;
    height: 22vh;
  }
}
/* counting timer css */
.container_third {
  width: 100%;
  min-height: auto;
  display: flex;
  height: auto;
  justify-content: center;
  align-items: center;
  background-size: cover;
  overflow: hidden;
  border-top: 2px solid #23047ae8;
}

.counting_section {
  width: 100%;
  display: flex;
}

.main_card {
  width: 30vh;
  margin: auto;
}

.count {
  font-size: 16px;
  text-align: center;
  color: #abababad;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
}

.count_card {
  font-size: 35px;
  color: #1c1c24;
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
}

@media (max-width: 605px) {
  .count {
    font-size: 13px;
  }
  .count_card {
    font-size: 18px;
  }
}

@media (max-width: 451px) {
  .container_third {
    min-height: auto;
  }

  .count_heading {
    width: 90%;
    text-align: center;
    padding: 10px;
  }

  .counting_section {
    display: flex;
    width: 100%;
    margin-top: 2%;
  }

  .main_card {
    width: 7vh;
  }

  .count_card {
    font-size: 14px;
  }

  .count {
    font-size: 8px;
  }
}

/* section five */
.sec_five {
  width: 100%;
  height: auto;
  background: #ffffff;
  overflow: hidden;
}

.sec_five_container {
  display: flex;
  height: 85vh;
  justify-content: center;
}

.sec_five_container_one {
  justify-content: end;
  width: 35%;
  display: grid;
  padding: 40px;
  align-items: center;
}

.five_box_one img {
  width: 35vh;
  border-radius: 10px;
  box-shadow: 0px 0px 15px 2px black;
}

.five_box_two {
  margin-top: -1%;
  background-color: #e4ecdc;
  border-radius: 10px;
}

.five_para_one {
  text-align: center;
  font-weight: bold;
  color: #000000;
  font-size: 16px;
  padding: 10px;
  background: #2739a1;
  border-radius: 15px;
  border: 1px solid #1d303777;
  box-shadow: 1px 4px 2px -1px black;
}

.five_para_one span {
  font-size: 12px;
  color: #f5f5f5;
}

.sec_five_container_two {
  width: 65%;
  display: grid;
  padding: 40px;
  align-items: center;
}

.sec_five_two_boxone {
  display: flex;
}

.who_one {
  width: 50%;
}

.who_two {
  width: 50%;
}

.five_head_two {
  font-size: 20px;
  font-weight: bold;
  color: #121121;
  margin: 10px;
}

.five_para_two {
  font-size: 15px;
  color: #121121;
  margin: 10px;
  text-transform: capitalize;
}

.five_para_three {
  font-size: 18px;
  color: #020921;
  margin: 11px;
}

.sec_five_two_boxtwo img {
  width: 78%;
  height: 43vh;
  border-radius: 10px;
  outline: -4px solid #0a0e29fa;
  box-shadow: 0px 0px 15px 2px black;
}

.five_heading {
  font-size: 30px;
  margin: auto;
  text-align: center;
  color: #121121;
  background: #9d979745;
  box-shadow: 0px 1px 7px -1px darkblue;
  border-radius: 0px 0px 40px 40px;
  border-bottom: 2px solid #262a55;
}

/* responsive */
@media (max-width: 1100px) {
  .sec_five_container {
    height: 65vh;
  }
  .five_box_one img {
    width: 25vh;
  }
  .sec_five_two_boxtwo img {
    width: 80%;
    height: 20vh;
  }
}

@media (max-width: 1025px) {
  .sec_five_container {
    height: 50vh;
  }
  .five_box_one img {
    width: 18vh;
  }
  .five_box_two {
    margin-top: -5%;
  }
  .sec_five_two_boxtwo img {
    width: 80%;
    height: 20vh;
  }
}

@media (max-width: 900px) {
  .sec_five_container {
    height: 75vh;
  }
  .sec_five_container_one {
    justify-content: center;
  }
  .five_box_one img {
    width: 20vh;
  }
  .five_para_two {
    font-size: 11px;
  }
  .five_para_three {
    font-size: 13px;
  }
}

@media (max-width: 831px) {
  .five_box_one img {
    width: 27vh;
  }
  .sec_five_two_boxtwo img {
    width: 80%;
    height: 26vh;
  }
}

@media (max-width: 570px) {
  .sec_five_container {
    height: auto;
    display: grid;
  }
  .five_heading {
    font-size: 18px;
  }
  .sec_five_container_one {
    width: 100%;
    display: none;
  }
  .five_box_one img {
    width: 30vh;
  }
  .sec_five_container_two {
    width: 100%;
    padding: 20px;
  }
  .sec_five_two_boxone {
    display: grid;
  }
  .who_one {
    width: 100%;
  }
  .five_para_two {
    font-size: 14px;
  }
  .who_two {
    width: 100%;
  }
  .sec_five_two_boxtwo {
    margin: auto;
    display: flex;
    justify-content: center;
  }
  .sec_five_two_boxtwo img {
    width: 45vh;
  }
}

@media (max-width: 431px) {
  .five_heading {
    font-size: 16px;
  }
  .sec_five_two_boxtwo img {
    width: 40vh;
    height: 22vh;
  }
}





/* section six */
.sec_six {
  width: 100%;
  height: auto;
  border-bottom: 2px solid black;
  overflow: hidden;
}

.sec_six_container {
  height: 80vh;
  display: grid;
  background: linear-gradient(256deg, #26295893 0%, #0d1d4993 70%), url(img/section\ five\ tech.jpeg);
  background-repeat: no-repeat;
  background-size: 100% 75%;
  justify-content: center;
  align-items: center;
}

.sec_six_container_one {
  width: 50%;
  margin-left: 45%;
  margin-top: 20px;
  text-align: end;
}

.six_para_one {
  font-size: 2.5rem;
  color: #f1f1f1;
  font-weight: bold;
}

.six_para_two {
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: #a29f9fc1;
}

.sec_six_container_two {
  width: 100%;
}

.six_cards {
  display: flex;
}

.card_box {
  background: transparent;
  border: 2px solid #021e2fc7;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  box-shadow: 0 0 30px rgba(0, 0, 0, .5);
  width: 200px;
  height: 200px;
  margin: auto;
  padding: 50px 0px 0px 0px;
  align-items: center;
  text-align: center;
  border-radius: 8px;
  border-bottom: 10px solid #12172e;
}

.card_box img {
  width: 7vh;
}

.six_para_three {
  font-size: 15px;
  color: #dfbb08;
  font-weight: bold;
  margin: 5px;
}

.six_para_four {
  font-size: 14px;
  color: #854606;
  font-weight: bold;
  margin: 5px;
}

/* responsive */
@media (max-width: 1100px) {
  .sec_six_container {
    height: 70vh;
  }
}

@media (max-width: 1025px) {
  .sec_six_container {
    height: 50vh;
  }
  .card_box img {
    width: 3vh;
  }
}

@media (max-width: 900px) {
  .sec_six_container {
    height: 55vh;
  }
  .six_para_one {
    font-size: 2rem;
  }
  .card_box {
    width: 150px;
    height: 155px;
    padding: 5px;
  }
  .card_box img {
    width: 3vh;
  }
}

@media (max-width: 701px) {
  .sec_six_container {
    height: 50vh;
  }
  .sec_six_container_one {
    margin-top: 10px;
  }
  .six_para_one {
    font-size: 24px;
  }
  .six_para_two {
    font-size: 10px;
  }
  .card_box {
    width: 120px;
    height: 130px;
    padding: 5px;
  }
  .six_para_three {
    font-size: 12px;
    margin: 2px;
  }
  .six_para_four {
    font-size: 10px;
    margin: 2px;
  }
}

@media (max-width: 500px) {
  .sec_six_container {
    min-height: 40vh;
    height: auto;
  }
  .sec_six_container_one {
    width: 70%;
    margin-left: 40%;
    margin-top: 0px;
    padding: 12px;
  }
  .sec_six_container_two {
    padding: 10px;
  }
  .six_para_one {
    font-size: 14px;
    margin: 8px;
  }
  .six_para_two {
    font-size: 10px;
  }
  .card_box {
    width: 85px;
    height: 100px;
    padding: 5px;
  }
  .six_para_three {
    font-size: 8px;
    margin: 2px;
  }
  .six_para_four {
    font-size: 7px;
    margin: 2px;
  }
}

@media (max-width: 380px) {
  .sec_six_container {
    min-height: 42vh;
    height: auto;
  }
  .six_para_one {
    font-size: 14px;
    margin: 35px;
  }
  .six_para_two {
    font-size: 8px;
  }
  .card_box {
    width: 82px;
    height: 101px;
    padding: 3px;
  }
  .six_para_three {
    font-size: 8px;
    margin: 0px;
  }
  .six_para_four {
    font-size: 8px;
    margin: 0px;
  }
}

/* section six end */
/* footer */

.container_footer {
  
  position: relative;
  width: 100%;
  background-color: #ffffff;
  min-height: 100vh;
  overflow: hidden;
}
.forms-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.signin-signup {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 75%;
  width: 50%;
  transition: 1s 0.7s ease-in-out;
  display: grid;
  grid-template-columns: 1fr;
  z-index: 5;
}
form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0rem 5rem;
  transition: all 0.2s 0.7s;
  overflow: hidden;
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
form.sign-up-form {
  opacity: 0;
  z-index: 1;
}
form.sign-in-form {
  z-index: 2;
}
.title {
  font-size: 2.2rem;
  color: #444;
  margin-bottom: 10px;
}
.input-field {
  max-width: 380px;
  width: 100%;
  background-color: #f0f0f0;
  margin: 10px 0;
  height: 55px;
  border-radius: 55px;
  display: grid;
  grid-template-columns: 15% 85%;
  padding: 0 0.4rem;
  position: relative;
}
.input-field i {
  text-align: center;
  line-height: 55px;
  color: #acacac;
  transition: 0.5s;
  font-size: 1.1rem;
}
.input-field input {
  background: none;
  outline: none;
  border: none;
  line-height: 1;
  font-weight: 600;
  font-size: 1.1rem;
  color: #333;
}
.input-field input::placeholder {
  color: #aaa;
  font-weight: 500;
}
.social-text {
  padding: 0.7rem 0;
  font-size: 1rem;
  color: darkgray;
}
.social-media {
  display: flex;
  justify-content: center;
}
.social-icon {
  height: 46px;
  width: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.45rem;
  color: #3e4ccd;
  border-radius: 50%;
  border: 3px solid #000000;
  text-decoration: none;
  font-size: 1.1rem;
  transition: 0.3s;
}
.social-icon:hover {
  color: rgb(46, 28, 207);
  border-color: rgb(35, 36, 35);
}
.btn {
  width: 150px;
  background: #f9b234;
  border: none;
  outline: none;
  height: 49px;
  border-radius: 49px;
  border: 1px solid;
  color: #454840;
  text-transform: uppercase;
  font-weight: 600;
  margin: 10px 0;
  cursor: pointer;
  transition: 0.5s;
}
.btn:hover {
  background-color: #1b9922;
}
.panels-container {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.container_footer:before {
  content: "";
  position: absolute;
  height: 2000px;
  width: 2000px;
  top: -10%;
  right: 48%;
  transform: translateY(-50%);
  background: #4457C7;
  transition: 1.8s ease-in-out;
  border-radius: 50%;
  z-index: 6;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);

}
.image {
  width: 100%;
  transition: transform 1.1s ease-in-out;
  transition-delay: 0.4s;
}
.panel {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-around;
  text-align: center;
  z-index: 6;
}
.left-panel {
  pointer-events: all;
  padding: 3rem 17% 2rem 12%;
}
.right-panel {
  pointer-events: none;
  padding: 3rem 12% 2rem 17%;
}
.panel .content {
  color: #fff;
  transition: transform 0.9s ease-in-out;
  transition-delay: 0.6s;
}
.panel h3 {
  color: #ffffff;
  font-weight: 600;
  line-height: 1;
  font-size: 1.5rem;
}
.panel p {
  color: #ffffff;
  font-size: 0.95rem;
  padding: 0.7rem 0;
}
.btn.transparent {
  margin: 0;
  background: #f9b234;
  border: 1px solid;
  color: #454840;
  width: 130px;
  height: 41px;
  font-weight: 600;
  font-size: 0.8rem;
}
.right-panel .image,
.right-panel .content {
  transform: translateX(800px);
}

/* ANIMATION */
.container_footer.sign-up-mode:before {
  transform: translate(100%, -50%);
  right: 52%;
}

.container_footer.sign-up-mode .left-panel .image,
.container_footer.sign-up-mode .left-panel .content {
  transform: translateX(-800px);
}

.container_footer.sign-up-mode .signin-signup {
  left: 25%;
}

.container_footer.sign-up-mode form.sign-up-form {
  opacity: 1;
  z-index: 2;
}
.container_footer.sign-up-mode form.sign-in-form {
  opacity: 0;
  z-index: 1;
}

.container_footer.sign-up-mode .right-panel .image,
.container_footer.sign-up-mode .right-panel .content {
  transform: translateX(0%);
}

.container_footer.sign-up-mode .left-panel {
  pointer-events: none;
}

.container_footer.sign-up-mode .right-panel {
  pointer-events: all;
}
@media (max-width:1100px) {
  .container_footer {
    min-height: 45vh;}
}
@media (max-width: 870px) {
  .container_footer {
    min-height: 800px;
    height: 100vh;
  }
  .signin-signup {
    width: 100%;
    top: 95%;
    transform: translate(-50%, -100%);
    transition: 1s 0.8s ease-in-out;
  }

  .signin-signup,
  .container_footer.sign-up-mode .signin-signup {
    left: 50%;
  }

  .panels-container {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 2fr 1fr;
  }

  .panel {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 2.5rem 8%;
    grid-column: 1 / 2;
  }

  .right-panel {
    grid-row: 3 / 4;
  }

  .left-panel {
    grid-row: 1 / 2;
  }

  .image {
    width: 200px;
    transition: transform 0.9s ease-in-out;
    transition-delay: 0.6s;
  }

  .panel .content {
    padding-right: 15%;
    transition: transform 0.9s ease-in-out;
    transition-delay: 0.8s;
  }

  .panel h3 {
    font-size: 1.2rem;
  }

  .panel p {
    font-size: 0.7rem;
    padding: 0.5rem 0;
  }

  .btn.transparent {
    width: 110px;
    height: 35px;
    font-size: 0.7rem;
  }
  .container_footer:before {
    width: 1500px;
    height: 1500px;
    transform: translateX(-50%);
    left: 30%;
    bottom: 68%;
    right: initial;
    top: initial;
    transition: 2s ease-in-out;
  }
  .container_footer.sign-up-mode:before {
    transform: translate(-50%, 100%);
    bottom: 32%;
    right: initial;
  }

  .container_footer.sign-up-mode .left-panel .image,
  .container_footer.sign-up-mode .left-panel .content {
    transform: translateY(-300px);
  }

  .container_footer.sign-up-mode .right-panel .image,
  .container_footer.sign-up-mode .right-panel .content {
    transform: translateY(0px);
  }

  .right-panel .image,
  .right-panel .content {
    transform: translateY(300px);
  }

  .container_footer.sign-up-mode .signin-signup {
    top: 5%;
    transform: translate(-50%, 0);
  }
}

@media (max-width: 570px) {
  form {
    padding: 0 1.5rem;
  }

  .image {
    display: none;
  }
  .panel .content {
    padding: 0.5rem 1rem;
  }
  .container_footer {
    padding: 1.5rem;
  }

  .container_footer:before {
    bottom: 72%;
    left: 50%;
  }

  .container_footer.sign-up-mode:before {
    bottom: 28%;
    left: 50%;
  }
}
/* for addresh crad*/
.form-card{

  height: auto;
  width: 80vh;
  margin: 5px 10px;


}
.column {
height: 200px;
width: 100%;
padding: 0 10px;
}
.row {margin: 0 -5px;}
.row:after {
content: "";
display: table;
clear: both;
}
@media screen and (max-width: 600px) {
.column {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
}
.card {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
padding: 16px;
text-align: center;
border-radius: 10px;
background-color: #4457C7;
color: #ffffff;
}
/* Modal Background */
.modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  overflow: auto;
  padding-top: 60px;
}

/* Modal Content */
.modal-content {
  background-color: #fff;
  margin: 5% auto;
  padding: 40px;
  border-radius: 12px;
  width: 70%;
  max-width: 600px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: 'Arial', sans-serif;
}

/* Close Button */
.close {
  color: #ffffff;
  float: right;
  font-size: 32px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #1a1c91;
  text-decoration: none;
}

/* Form Container */
.onclick_form{
  display: flex;
  flex-direction: column;
  gap: 15px; /* Adds space between form elements */
  background: #11125c;
}

/* Label Styling */
label {
font-size: 20px;
  /* font-weight: 600; */
  color: #ffffff;
  margin-bottom: -19px;

}

/* Input and Select Styling */
.onclick_form input[type="text"],
input[type="tel"],
select {
padding: 6px;
  width: 100%;
  font-size: 16px;
  margin-bottom: -46px;
  border: 1px solid #000000;
  border-radius: 8px;
  box-sizing: border-box;
  outline: none;
  transition: border 0.3s ease;

}

/* Focus Effect on Input Fields */
input[type="text"]:focus,
input[type="tel"]:focus,
select:focus {
  border-color: #1a1c91; /* Blue focus border */
}

/* Submit Button Styling */
button[type="submit"] {
  background-color: #2d2faa;
  color: white;
  padding: 14px 30px;
  font-size: 18px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
button[type="submit"]:hover {
  background-color: #141b7e;
  transform: scale(1.05); 
}

button[type="submit"]:active {
  background-color: #0e155a; 
}
@media (max-width: 768px) {
  .modal-content {
      width: 90%;
  }

  .onclick_form {
      padding: 20px;
  }
}