@import url('https://fonts.googleapis.com/css2?family=Asap:wght@500&display=swap');

*{ margin: 0; padding: 0;}

.body
{
  background-color: #f3998c;
  transition: background-color .5s; 
}

.logo-container {
    display: flex;
    justify-content: right;
}

.logojr{
  width: 20rem;
  height: 8rem;
  border-style: none;
  cursor: pointer;
  padding: 1vh;
}


.nav-item a.nav-link {
    position: relative;
    font-weight: bold;
    font-size: 1.4rem;
    font-family: 'Asap', sans-serif;
    place-items: center;
  }

.nav-item a.nav-link:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background-color: transparent;
    transition: background-color 0.3s ease;
  }

.nav-item a.nav-link:hover:after {
    background-color: orangered;
  }

.nav-item:not(:last-child) {
    margin-right: 20px;
  }

.navbar-toggler {
    border-color: #003562;
  }

.navbar-collapse {
    display: flex;
    justify-content: right;
  }

.bannerContainer{
  background-image: url('../image/bg2.png');
  background-color: #279EFF;
  background-repeat: no-repeat;
  background-position: center;
}

.robotJr{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  width: 80%;
  height: auto;
}
.textCol{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 5rem;
}
.textCol h1 {
  font-weight: bold;
  font-size: 3rem;
  color: #F6F4EB;
  font-family: 'Asap', sans-serif;
  margin: 1rem;
}
.textCol p {
  color: white;
  font-size: 1.5rem;
  font-family: 'Asap', sans-serif;
  margin-bottom: 3rem;
}

.textCol2{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 6rem;
}
.textCol2 h1 {
  font-weight: bold;
  font-size: 2.5rem;
  color: #003562;
  text-align: center;
  font-family: 'Asap', sans-serif;
  margin-bottom: 1rem;
}

.textCol2 p {
  color: #003562;
  font-size: 1.2rem;
  font-family: 'Asap', sans-serif;
  margin-bottom: 3rem;
}
.textCol3{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.textCol3 h1 {
  font-weight: bold;
  text-align: left;
  font-size: 2.2rem;
  color: wheat;
  font-size: 3rem;
  font-family: 'Asap', sans-serif;
}
.textCol3 p {
  color: white;
  font-size: 1.2rem;
  font-family: 'Asap', sans-serif;
  margin-bottom: 3rem;
}
.humanImg{
  border-radius: 5rem;
  padding: 1rem;
  border: 5px dashed #64d0d8;
  transition: transform 0.3s;
}

.textCol4{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  text-align: left;
  margin-left: 5rem;
}
.textCol4 h1 {
  font-weight: bold;
  font-size: 2.2rem;
  color: #003562;
  font-family: 'Asap', sans-serif;
}
.textCol4 p {
  color: #003562;
  font-size: 1.2rem;
  font-family: 'Asap', sans-serif;
  margin-bottom: 3rem;
}

.textCol5{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
}
.textCol5 h1 {
  font-weight: bold;
  text-align: left;
  font-size: 2.2rem;
  color: #003562;
  font-family: 'Asap', sans-serif;
}
.textCol5 p {
  color: #003562;
  font-size: 1.2rem;
  font-family: 'Asap', sans-serif;
  margin-bottom: 3rem;
}
.codeTextCol{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  text-align: left;
}
.codeTextCol h1{
  font-weight: bold;
  font-size: 2.5rem;
  color: wheat;
  font-family: 'Asap', sans-serif;
}
.codeTextCol p{
  color: white;
  font-size: 1.2rem;
  font-family: 'Asap', sans-serif;
  margin-bottom: 3rem;
}
.matText{
  background-color: #CAEDFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.matText h1{
  text-align: center; 
  margin-top: 3rem;
  font-family: 'Asap', sans-serif;
  font-weight: bold;
  color: #0C356A;
  font-size: 3rem;
}
.imgDownload{
  text-align: center; 
  border-radius: 2rem;
  background-color: white;
  width: 6rem;
  height: 2rem;
  font-family: 'Asap', sans-serif;
  font-weight: bold;
  letter-spacing: 0.1rem;
  font-size: 1.5rem;
  padding: 1rem;
  border: 5px dashed blueviolet;
  color:#982176;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.balonImg{
  position: absolute;
  top:10%;
  right: 10%;
  animation: balonImg 20s ease-in-out infinite;
}
@keyframes balonImg{
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0);
  }
}


.learnTextCol{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  text-align: left;
  display: flex;
}
.learnTextCol h1{
  font-weight: bold;
  font-size: 2.2rem;
  color: wheat;
  font-family: 'Asap', sans-serif;
}
.learnTextCol p{
  color: white;
  font-size: 1.2rem;
  font-family: 'Asap', sans-serif;
  margin-bottom: 3rem;
}

.learnTextCol1{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.learnTextCol1 h1 {
  font-weight: bold;
  font-size: 3rem;
  color: #003562;
  font-family: 'Asap', sans-serif;
}
.learnTextCol2{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 5rem;
}
.learnTextCol2 h1 {
  font-weight: bold;
  font-size: 3rem;
  color: #003562;
  font-family: 'Asap', sans-serif;
}
.learnTextCol2 p{
  color: #003562;
  font-size: 1.2rem;
  font-family: 'Asap', sans-serif;
  margin-bottom: 3rem;
}

.learnTextCol3{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  text-align: left;
  margin-top: 5rem;
}
.learnTextCol3 h1 {
  font-weight: bold;
  font-size: 3rem;
  color: #003562;
  font-family: 'Asap', sans-serif;
}
.learnTextCol3 p{
  color: #003562;
  font-size: 1.2rem;
  font-family: 'Asap', sans-serif;
  margin-bottom: 3rem;
}

.learnCol4 {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.learnCol4 h2{
  font-weight: bold;
  font-size: 1.5rem;
  color: #003562;
  font-family: 'Asap', sans-serif;
}
.learnCol4 p{
  color: #003562;
  font-size: 1.2rem;
  font-family: 'Asap', sans-serif;
  margin-bottom: 3rem;
}

.learnCol4 .text {
  display: flex;
  justify-content: space-between;
}

.learnCol4 img {
  width: 20%;
  height: auto;
  padding-bottom: 5rem;
}


.codetextCol1{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.codeTextCol1 h2{
  font-weight: bold;
  color: #003562;
  font-family: 'Asap', sans-serif;
  border-bottom: 0.1rem solid orange;
  padding-bottom: 3rem;
}
.codeTextCol1 h3{
  color: #003562;
  font-family: 'Asap', sans-serif;
  border-bottom: 0.1rem solid orange;
  padding-bottom: 5rem;
  text-align: center;
  color:#982176;
}

.tigerSvg{
  position: relative;
  top:62%;
  width: 40%;
  height: auto;
  transition: transform 0.3s ease;
}
.tigerSvg:hover {
  transform: translateY(-15px);
}
.snailSvg{
  position: relative;
  top: 90%;
  width: 50%;
  height: auto;
  animation: slide 18s linear infinite; 
}
@keyframes slide {
  0% {
      transform: translateX(0); /* Başlangıç pozisyonu */
  }
  50% {
      transform: translateX(100%); /* İleri hareket */
  }
  100% {
      transform: translateX(0); /* Geri hareket */
  }
}


.arrowSvg{
  position: relative;
  left: 5%;
  width: 15%;
  height: auto;
}

.banner::after {
  content: "";
  position: absolute;
  left: 60%;
  bottom: 0;
  width: 70%;
  transform: translateX(-50%);
  height: 0.1rem;
  background-color: #FFB07F;
}

.btnPlay{
  color: white;
  font-size: 1rem;
  padding: 0.5rem;
  border-radius: 3rem;
  background-color: transparent;
  cursor: pointer;
  border: 5px dashed #f9dcb9;
}
.btnPlay:hover {
  animation: bounce 0.5s infinite;
  background-color: white;
  color:#47b1e4;
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.btnLearn{
  border-radius: 2rem;
  background-color: white;
  width: 15rem;
  height: 4rem;
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0.1rem;
  font-size: 1.5rem;
  border: none;
  margin-bottom: 1rem;
  border: 5px dashed blueviolet;
  color:#982176;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.btnLearn:hover{
  box-shadow: 2px 2px 10px 4px rgba(0, 0, 0, 0.4);
  transform: scale(1.1);
  letter-spacing: 2px;
} 
.eduContainer{
  display: flexbox;
}
.codingKid {
  display: inline-block;
  padding: 10px;
}

.codingKidImg{
  width: 60%;
  height: auto;
  margin: 10%;
}
.codeGame img{
  width: 75%;
  height: auto;
  margin: 10%;
  padding: 1rem;
}


.learnImg{
  width: 75%;
  height: auto;
  margin: 10%;
}
.learnPic{
  width: 75%;
  height: auto;
  margin: 10%;
  border-radius: 5rem;
  padding: 1rem;
  border: 5px dashed wheat;
}

.codeBoyImage{
  display: flex;
  justify-content: center;
  width: 75%;
  height: auto;
  border-radius: 2rem;
  padding: 1rem;
}

.learnImgDiv{
  cursor: pointer;
  text-align: center;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 1rem;
  margin: 2rem;
}
.learnImgDiv:hover{
  scale:1.05;
  box-shadow: 2px 2px 10px 4px rgba(0, 0, 0, 0.2);
}
.learnImgDiv img{
  max-width: 100%;
  height: auto;
  margin: 1rem;
  padding-top: 0.5rem;
  padding-right: 1.5rem;
}
.learnImgDiv h1{
  color: #003562;
  font-family: 'Asap', sans-serif;
  margin: 1rem;
  font-family: 'Asap', sans-serif;
}
.learnImgDiv p{
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1rem;
  padding-bottom: 2rem;
  color: #003562;
  font-family: 'Asap', sans-serif;
  font-size: 1.2rem;
}
.codingImg{
  width: 80%;
  height: auto;
  margin: 3rem;
}
.codingImg2{
  width: 80%;
  height: auto;
  margin: 3rem;
  border-radius: 5rem;
  padding: 1rem;
  border: 5px dashed wheat;
}

.satinal{
  background-color: #D7BBF5;
  border-radius: 0.5rem;
  margin-left: 3rem;
  margin-right: 3rem;
}

.ideImg{
  width: 70%;
  height: auto;
  margin: 10%;
}
.ideRobotImg{
  position: relative;
  bottom:10%;
  right: 10%;
  width: 35%;
  height: auto;
}
.humanContainer{
  background-image: url('../image/bg1.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.humanContainer img{
  display: flex;
  justify-content: center;
  align-items: center; 
  width: 55%;
  height: auto;
  margin: 10%;
  border-radius: Fsrem;
  padding: 1rem;
  margin-left: 23%;
  border: 5px dashed #64d0d8;
}
.humanContainer h5{
  text-align: center; 
  font-size: 1rem;
  font-weight: bold;
}
.humanContainer h4{
  text-align: center; 
  font-size: 1rem;
}
.humanContainer p{
  text-align: center;
  font-size: 1.5rem; 
}

.learnOgren{
  background-color: #faabf4;
  margin: 1rem;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid black;
}


@media screen and (max-width:500px) {

  .logojr{
    width: 10rem;
    height: 4rem;
  }
  .humanContainer{
   
    background-size: contain;
  }
}

.grey-container{
    background: #F1F1F1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-top: 100px;
    padding-bottom: 100px;
}

.grey-container .mitchel-resnick-photo {
  width: 90%;
  border: solid 20px white;
  -o-object-fit: cover;
  object-fit: cover;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.grey-container .right-container {
  width: 50%;
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.grey-container .right-container .quote {
  text-align: left;
  font-size: 22px;
  position: relative;
  margin: 0 50px 0 65px
}

.grey-container .right-container .quote:before,.grey-container .right-container .quote:after {
  position: absolute;
  color: #BBB;
  font-size: 120px;
  font-weight: 700
}

.grey-container .right-container .quote:before {
  content: '\201C';
  top: -54px;
  left: -77px
}

.grey-container .right-container .quote:after {
  content: '\201D';
  bottom: -90px;
  right: -70px
}

.grey-container .right-container .signature {
  text-align: right
}

.grey-container .right-container .signature .name {
  font-size: 24px;
  font-weight: 700
}

.grey-container .right-container .signature .function {
  font-size: 16px
}


 /* email form */
.form-group {
	--valid: hsl(145 50% 55%);
	--invalid: hsl(15 80% 55%);
	--transition: 0.2s;
	--color: hsl(268 1% 55%);
	display: grid;
	gap: 0.5rem;
}

label {
	display: flex;
	color: var(--color);
	transition: color var(--transition);
	letter-spacing: 0.1ch;
	padding-left: 0.5rem;
	font-weight: bold;
}

label > [aria-hidden] {
	animation-duration: 0.2s;
	animation-delay: calc(var(--char-index) * 0.1s);
	animation-fill-mode: both;
	animation-timing-function: ease-in;
}

@keyframes jump {
	50% {
		translate: 0 -50%;
	}
}

@keyframes shake {
	25% {
		translate: 0.25ch 0;
	}
	75% {
		translate: -0.25ch 0;
	}
}

input {
	padding: 0.5rem;
	border-radius: 0.5rem;
	border: 0.2rem solid var(--color);
	transition: border var(--transition);
}

.form-group:has(:user-valid) {
	--color: var(--valid);
}

.form-group:not(:focus-within):has(:user-invalid) {
	--color: var(--invalid);
}

@media (prefers-reduced-motion: no-preference) {
	.form-group:not(:focus-within):has(:user-valid) [aria-hidden] {
		animation-name: jump;
	}

	.form-group:not(:focus-within):has(:user-invalid) label {
		animation: shake 0.075s 8;
	}
}

.mailBtn{
  padding: 10px 20px;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

section {
  padding: 1rem;
  margin: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.accordion-container {
  max-width: 650px;
  padding: 0.6rem;
  border-radius: 12px;
}

.accordion-container:first-child {
  background: #ffd1dc; /* Pastel pink */
  border-bottom: 4px solid #ffb4a2; /* Pastel coral */
}

.accordion-container:nth-child(2) {
  background: #d1e8e2; /* Pastel mint */
  border-bottom: 4px solid #ffdac1; /* Pastel peach */
}

.accordion-container:nth-child(3) {
  background: #e2c3e9; /* Pastel lavender */
  border-bottom: 4px solid #ace1af; /* Pastel green */
}

.accordion-container:nth-child(4) {
  background: #ff9aa2; /* Pastel red */
  border-bottom: 4px solid #b5ead7; /* Pastel teal */
}

.accordion-header {
  background-color: transparent;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  cursor: pointer;
}

.accordion-toggle {
  align-self: flex-start;
  background-color: transparent;
  font-size: 1.8rem;
  transition: all 0.5s ease;
}

.accordion-toggle.active {
  rotate: 133deg;
}

.accordion-title {
  background-color: transparent;
  font-size: 1rem;
  font-weight: 500;
}

.accordion-content {
  background: transparent;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s ease;
}

.active-content {
  grid-template-rows: 1fr;
}

.accordion-text {
  background-color: transparent;
  margin-top: 0.7rem;
  padding-left: 2.3rem;
  font-size: 0.9rem;
  overflow: hidden;
  line-height: 1.2rem;
}


.button-74 {
  background-color: #fbeee0;
  border: 2px solid #422800;
  border-radius: 30px;
  box-shadow: #422800 4px 4px 0 0;
  color: #422800;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  padding: 0 18px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-74:hover {
  background-color: #fff;
}

.button-74:active {
  box-shadow: #422800 2px 2px 0 0;
  transform: translate(2px, 2px);
}
