@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap");

* {
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.wrapper {
  margin: 0 auto;
  font-family: "Roboto Condensed", sans-serif;
}

p {
  font-size: 16px;
  color: white;
  line-height: 2;
  margin: 24px 0;
}
.section-content .email, .phone{
  color: #fdfdfd;
}

header {
  height: 100vh;
  background-color: #221a4b;
  background-image: url('images/curves.png');
  background-repeat: no-repeat;
  overflow: hidden;
}

header .desktop-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
}
.desktop-nav.solid {
  background-color: #000000;
  box-shadow: 0 2px 10px -3px rgba(0, 0, 0, 0.2);
}

header .desktop-nav h2{
  color: white;
  margin-left: 15px;
}

header .desktop-nav ul li::after{
  content: "";
  height: 4px;
  width: 0;
  background: #ffffff;
  position: absolute;
  left: 0;
  bottom: -5px;
  transition-duration: 0.5s;
}

header .desktop-nav ul li:hover::after{
  width: 100%;
}

header .desktop-nav ul {
  display: flex;
  list-style: none;
  margin-right: 10%;
}

header .desktop-nav ul li {
  margin: 0 24px;
  position: relative;
}
header .desktop-nav .logo{
  margin-left: 80px;
}

header .desktop-nav a {
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}

header .hero-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 76px;
  height: 100%;
}
.left, .right{
  flex: 1;
  width: 50%;
  box-sizing: border-box;
  position: absolute;
}
.left{
  margin-left: 5%;
}
.right{
  right: 0;
  overflow: hidden;
}

header .hero-container .left p.i-am {
  color: #fdfdfd;
  margin: 0;
}

header .hero-container .left h2 {
  font-size: 34px;
  margin-bottom: 10px;
  color: #ff9752;
  text-transform: uppercase;
}

header .hero-container .left h2:nth-of-type(2) {
  margin-left: 17%;
}
.btn {
  text-decoration: none;
  position: relative;
  color: #fdfdfd;
  margin: 0 0;
  display: inline-block;
  padding: 12px 32px;
  font-size: 20px;
  border-radius: 25px;
  border: 2px solid #ffd6fa;
  font-weight: bold;
  text-transform: uppercase;
  background-image: linear-gradient(to left, #fe2616 50%, #bc0ca8 50% 50%);
  background-size: 200% 100%;
  transition: background-position 1s;
  background-position: -100% 0;
}
.left .btn{
  left: 38%;
}

.btn:hover{
  background-position: 0 0;
}

.hero-container .left .social-icons img {
  margin: 16px 20px;
  height: 40px;
}

.hero-container .left .social-icons a {
  text-decoration: none;
}

.hero-container .right img {
  height: 680px;
}
section .reg-container {
  display: grid;
  grid-template-columns: 1fr;
}
section .reg-container {
  grid-template-columns: 1fr;
  justify-items: center;
}
.reg-container{
  align-items: center;
}
#reg{
  padding-top: 40px;
}

.reg-container form{
  text-align: center;
  font-family: 'poppins',sans-serif;
  width: 40%; /*width: max-content;*/
	padding: 35px 0px;/*padding: 35px 108px*/
	background-color: #e9ebf7;
  margin-top: 4%;
  color: white;
	border-radius: 9px;
	box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;/*aded*/
}
.reg-container form h1{
  font-family: "Segoe UI", sans-serif;
}
.reg-container button{
  font-family: "Segoe UI", sans-serif;
  margin-top: 20px;
  padding: 10PX;
  border: none;
  font-size: 20px;
  border-radius: 4px;
  background-color: rgb(203, 47, 81);
  color: white;
}
.reg-container button:disabled{
  background-color: rgb(226, 125, 147);
  cursor: not-allowed;
}

.reg-container label{
  color: #757575;
  margin-top: 20px;
  margin-right: 5%;
}

#col-reg .reg-container label{
  display: block;
  margin-top: 30px;
  margin-left: 10px;
  text-align: left;
}

#col-reg .reg-container .pref-in input{
  width: 70%;
}

/*#col-reg .reg-container .pref-in{ 
  text-align: right;  REMOVED
}*/

.reg-container select{
  margin-bottom: 20px;
  margin-top: 20px;
}


.reg-container input{
  background-color: #e9ebf7;
  font-family: 'Roboto', sans-serif;
  padding: 10px;
  margin-top: 20px;
  font-size: medium;
  border-style: none;
  outline: none;
  border-bottom: 2px solid #a7a7a7;
}
.reg-container input:focus{
  border-bottom: 2px solid #f6006b;
  transition: 0.8s;
}

#col-reg .section-content{
  margin-left: 0;
}
#reg .section-content {
  margin-left: 14%;
}

#home-2 .section-content, #home-1 .section-content{
  text-align: center;
}

#home-2 .section-content .slider, #home-1 .section-content .slider{
  margin: 4% auto;
  width: 50%;
}

section {
  padding: 30px 50px;
  background:#221a4b;
}

section .section-content {
   margin-left: 14%;
}

#work .section-content,#home-2 .section-content, #College-register .section-content, #home-1 .section-content{
  margin-left: 0;
}

#reg .section-content{
  margin-left: 0;
}

section h2 {
  color: #ff9752;
  font-size: 54px;
  margin-top: 3%;
}
#contact h2{
  margin-bottom: 50px;
}

section h2::after {
  content: "";
  height: 10px;
  width: 80px;
  display: block;
  background: #ff4d4d;
}

section .work-container {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
}

#contact{
  background-image: url('images/foot-bg.png');
  background-repeat: no-repeat;
  bottom: 10px;
  background-size: 100% 45%;
  background-position-y: bottom;
}

section .email,
section .phone,
section .address {
  display: flex;
  align-items: center;
  margin: 16px 24px;
}

section .contact-text {
  margin-left: 40px;
}
.location h4{
  padding-top: 0px;
  color: #121162;
}
#contact .address{
  margin-top: 40px;
  padding-top: 0;
  background: rgba(245, 245, 245, 0.7);
  border-radius: 20px;
  padding: 10px 10px;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.3);
}

#contact .contact-text{
  margin-left: 10px;
  margin-top: 10px;
}

.location{
  margin-left: 0;
  margin-bottom: 10px;
}

footer {
  background: #07050d;
  color: #fdfdfd;
  padding: 28px;
  text-align: center;
  font-weight: bold;
}

.mobile-nav,
.mobile-menu-container {
  display: none;
}

@media (max-width: 667px) {
  .wrapper {
    width: auto;
    background: #221a4b;
  }

  header{
    background-color: #221a4b;
  }

  header .desktop-nav {
    display: none;
  }

  header .mobile-nav {
    display: flex;
    background: #f8f8f8;
    justify-content: space-between;
    padding: 16px 24px;
    position: fixed;
    width: 100%;
    z-index: 400;
    box-shadow: 0 2px 10px -3px rgba(0, 0, 0, 0.2);
    align-items: center;
  }

  header .mobile-nav .mob-head h2{
    color: #282828;
    text-align: center;/*aded*/
    font-size: 18px;/*aded*/
  }

  header .mobile-nav .menu-btn {
    cursor: pointer;
  }

  .hero-container .right img{
    display: none;
  }

  .left{
    width: 90%;
    height: 80%;
    margin: 0%;
    top: 15%;
  }
  header .hero-container .left .slider{
    margin-top: 10%;
  }
 .btn{
  top: 5%;
  background-image: linear-gradient(to left, #fe2616 50%, #bc0ca8 50%);
 }

 .left .btn{
  left: 28%;
 }

  header .hero-container .left {
    z-index: 100;
    margin-left: 7%;
  }

  header .hero-container .left h2 {
    font-size: 25px;
    margin-bottom: 5%;
    margin-right: 10px;
    top: 0;
  }

  .hero-container .left .social-icons img {
    margin: 16px 20px;
  }

  .reg-container form, .form-card{
    width: 95%;
  }

  header .hero-container .left h2:nth-of-type(2) {
    width: 90%;
    text-align: center;
  }

  header .hero-container .left h2 {
    text-align: center;
  }

  header .hero-container .left h2{
    text-align: center;
  }

  header .hero-container .left h2:nth-of-type(2){
    margin-left: 0;
  }

  .work-container .card1{
    width: 95%;
  }

  .work-container .card1 .ques-con .qimg img{
    width: 120px;
  }

  .work-container .card1 .ques-con{
    display: grid;
    grid-template-columns: 120px 1fr;
  }

  .benefits-list li {
    padding: 5px 25px;
    padding-left: 10px;
    width: 90%; 
  }

  #home-2 .btn,#home-1 .btn{
    margin-top: 5%;
  }

  #home-2 .section-content .slider,#home-1 .section-content .slider{
    width: 90%;
  }

  #home-1 {
    padding: 50px 30px 0 30px;
  }

  #reg {
    padding: 70px 30px 0 30px;
  }

  section {
    padding: 100px 30px 0 30px;
  }

  section .section-content {
    margin-left: 0;
  }

  section h2 {
    transform: rotate(0deg);
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 36px;
    display: inline-block;
    position: relative;
  }

  section h2::after {
    height: 4px;
    width: 60px;
  }

  section .work-container {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  #about-me{
    background-image: url('images/wave-shape.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 105%;
    background-position-y: top;
  }

  .work-container .box{
    width: 80%;
  }

  .box .circle1, .circle2, .circle3, .circle4, .circle5 {
    margin-bottom: 60%;
  }
  
#home-2 .section-content .slider{
  margin-top: 15%;
}

  section #work h2 {
    padding-left: 30px;
  }

  section .work-container img.mobile-hide {
    display: none;
  }

  section .email,
  section .phone,
  section .address {
    flex-direction: column;
    margin: 0;
  }

  section .contact-text {
    margin-left: 0;
    margin-top: 24px;
    margin-bottom: 36px;
    text-align: center;
  }
  .location h4{
    text-align: center;
  }

  .mobile-menu-container {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: fixed;
    background: #07050d;
    z-index: 300;
    width: 100%;
    left: 0;
    top: -400px;
    padding-top: 60px;
    opacity: 0;
    pointer-events: none;
    transition: 400ms;
  }

  .mobile-menu-container.active {
    opacity: 1;
    pointer-events: auto;
    top: 0;
  }

  .mobile-menu-container ul {
    list-style: none;
    padding: 0;
  }

  .mobile-menu-container ul li {
    margin: 30px 0;
  }

  .mobile-menu-container ul li a {
    text-decoration: none;
    color: #fdfdfd;
    font-size: 20px;
  }
  .whatsapp-button {
    position: fixed;
    bottom: 50px;
    left: 40px;
    z-index: 999;
  }
}

@media only screen and (min-width: 668px) and (max-width: 1024 /* 997px*/) {
  section .email,
  section .phone,
  section .address {
    flex-direction: column;
    margin: 0;
  }

  .left{
    width: 90%;
  }

  header .hero-container .left h2{
    text-align: center;
  }

  header .hero-container .left h2:nth-of-type(2){
    margin-left: 0;
  }

  .hero-container .right{
    display: none;
  }

  .left .slider{
    width: 90%;
  }

  .left .btn{
    left: 30%;
  }

  section .contact-text {
    margin-left: 0;
    margin-top: 24px;
    margin-bottom: 36px;
    text-align: center;
  }
  .location h4{
    text-align: center;
  }

   section .work-container {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .work-container .card1{
    width: 95%;
  }

  .work-container .box{
    width: 45%;
  }

  section#work {
    padding: 100px 0 0 0;
  }

  section#work h2 {
    padding-left: 30px;
  }

  section .work-container img.mobile-hide {
    display: none;
  }
  section .section-content {
    margin-left: 4%;
  }
  .slider{
    width: 90%;
  }
}

.hero-container p.i-am {
  animation: fade-down 2000ms forwards;
}

.hero-container .left h2:nth-of-type(1),
.hero-container .left h2:nth-of-type(2),
.hero-container .social-icons img:nth-of-type(1),
.hero-container .social-icons img:nth-of-type(2),
.hero-container .social-icons img:nth-of-type(3),
.hero-container .left .btn {
  opacity: 0;
  animation: fade-in 2000ms forwards;
}

.hero-container .left h2:nth-of-type(1) {
  animation-delay: 1000ms;
}

.hero-container .left h2:nth-of-type(2) {
  animation-delay: 1400ms;
}

.hero-container .social-icons img:nth-of-type(1) {
  animation-delay: 2800ms;
}

.hero-container .social-icons img:nth-of-type(2) {
  animation-delay: 2900ms;
}

.hero-container .social-icons img:nth-of-type(3) {
  animation-delay: 3000ms;
}

.hero-container .left .btn {
  animation-delay: 2500ms;
}

.hero-container .left .form-card{
  opacity: 0;
  animation: fade-in 2500ms forwards;
}

.hero-container .left .form-card {
  animation-delay: 1900ms;
}


.hero-container .right img {
  opacity: 0;
  transform: translateX(100px);
  animation: fade-left 3000ms forwards;
  animation-delay: 1200ms;
}

@keyframes fade-down {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-left {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#about-me{
  background-image: url('images/wave-shape.png');
  background-repeat: no-repeat;
  background-position: right;
  background-position-y: bottom;
}
#work{
  background-image: url('images/wave-shape1.png');
  background-repeat: no-repeat;
  background-position:left;
  background-position-y:bottom;
}
#reg{
  background-image: url('images/wave-shape1.png');
  background-repeat: no-repeat;
  background-position:left;
  background-position-y:120%;
}

.slider {
	overflow: hidden;
  width: 80%;
  position: relative;
  border: 10px solid #ffffff;
  border-radius: 8px;
  box-shadow: 10px 25px 30px rgba(0, 0, 0, 0.3);
  margin-top: 20px;
  margin-bottom: 5%;
  margin-left: 10%;
}
.slider figure {
	position: relative;
	width: 500%;
	margin: 0;
	left: 0;
	animation: 20s slider infinite;
}
.slider figure img {
	float: left;
	width: 20%;
}

@keyframes slider {
  0% {left: 0;}
	20% {left: 0;}
	25% {left: -100%;}
	45% {left: -100%;}
	50% {left: -200%;}
	70% {left: -200%;}
	75% {left: -300%;}
	95% {left: -300%;}
	100% {left: -400%;}
}

.whatsapp-button {
  position: fixed;
  width: max-content;
  bottom: 10%;
  right: 7%;
  z-index: 999;
}

.whatsapp-button a img {
  background: #00bb00;
  width: 60px;
  border-radius: 50%;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.612);
}

.form-card {
  box-shadow: 10px 2px 10px 2px rgba(0, 0, 0, 0.3);
  padding: 30px 30px;
  height: 450px;
  background: #e9ebf7;
  border-radius: 15px;
  margin-top: 5%;
  overflow: hidden;
}
.form-heading {
  background: #1f2767;
  padding: 12px 0;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.form-card p{
  color: #000000;
  margin: 10px 0;
}

.form-card ul{
  padding: 0;
}

.form-card ul hr {
  border: 1px solid #1f2767;
}

.circle1 { grid-area: top1; }
.circle2 { grid-area: top2; }
.circle3 { grid-area: bot1; }
.circle4 { grid-area: bot2; }
.circle5 { grid-area: cen; }
.box {
width: 30%;
height: max-content;
background-color: #e9ebf7;
margin: 50px auto;
margin-bottom: 0;
display: grid;
grid-template-areas: 'top1 top2''bot1 bot2''cen cen';
justify-items: center;
padding: 20px;
padding-top: 50px;
border-radius: 15px;
box-shadow: 10px 2px 10px 2px rgba(0, 0, 0, 0.3);
}

.circle1, .circle2, .circle3, .circle4, .circle5 {
width: 100px;
height: 100px;
background-color: #2e74dc;
border-radius: 50%;
position: relative;
display: grid;
align-items: center;
margin-bottom: 40%;
}
.circle5{
margin-bottom: 17%;
}

.circle-text {
text-align: center;
color: #ffffff;
font-size: x-large;
}

.bottom-text {
position: absolute;
bottom: -45%;
left: 50%;
width: 100%;/*width: 82%;*/
transform: translateX(-50%);
text-align: center;
color: #000000;
}

.card1 .ques-con .qimg img{
  width: 200px;
}
.card1{
  color: #121162;
  margin-top: 5%;
	height: max-content;
	padding: 5% 3%;
	border-radius: 15px;
  width: 60%;
	background-color: #e9ebf7;
  overflow: hidden;
  }

  .card1 h1{
  background: #1f2767;
  padding: 12px 0;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6%;
  }

  .card1 .ques-con .ques p{
    color: #000000;
  }

  .card1 .ques-con{
    display: grid;
    grid-template-columns: 200px 1fr;
    align-items: center;
  }
  .card1 .ans-con{
    display: grid;
    grid-template-columns: 1fr;
  }

  .card1 .ans-con div{
    margin-bottom: 5%;
    text-align: center;
  }

  .card1 .ans-con div h3{
    color: #000000;
  }

  .card1 .ans-con img{
    width: 99%;
    margin-bottom: 2%;
    box-shadow: 10px 4px 10px rgba(0, 0, 0, 0.3);

  }