body{
    margin: 0;
}

* {
    box-sizing: border-box;
}

.container-form {
  border-radius: 5px;
  background-color: #ffffff;
  padding: 20px;
}

.container-form h1 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: lighter;
}

.section {
    display: flex;
    align-items: center;
    margin: 30px 150px;
    padding: 30px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  }
  
input[type=text],
[type=email],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

.g-recaptcha {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.topnav {
    overflow: hidden;
    background-color: #1c1c1c;

}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    border-radius: 50px;
}

.topnav a:hover {
    background-color: #575555;
    color: white;
}

.topnav .icon {
    display: none;
}

#idiv2 a {
    text-decoration: none;
}

#buttons {
    display: flex;
    flex-direction: column;
    align-items: left;
}

#iul1 {
    list-style-type: none;
}

li a {
    float: left;
    color: white;
    text-align: center;
    padding: 0px 16px;
    text-decoration: none;
}

li a:hover {
    background-color: black;
}

#idiv1 {
    display: flex;
    padding: 15px;
    height: 50vh;
    margin: 0;
    background-image: linear-gradient(45deg, rgb(215, 135, 194), rgb(205, 241, 138));
}

#idiv2 {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    padding: 20px;
    align-items: center;
}

#title {
    width: 400px;

}

a {
    text-decoration: none;
}

#buttons div {
    display: flex;
    align-items: left;
}

#ip1 {
    font-size: 18px;
    color: #424242;
}

#idiv3 {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

#ibutton1,
#ibutton3 {
    height: 50px;
    width: 150px;
    margin-right: 30px;
    margin-bottom: 10px;
    font-size: 18px;
    background-color: rgb(20, 90, 152);
    border: none;
    border-radius: 10px;
    font-size: 20px;
    color: white;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

button img {
    width: 30px;
}

#playstore {
    width: 150px;
    margin-bottom: 10px;
}

#appstore {
    width: 150px;
}

#iimg1 {
    border-radius: 20px;
}

#f1 p,
#f2 p,
#f2a p,
#f3 p,
#f4 p {
    font-size: 20px;
}

#f1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 50%;
    background-image: linear-gradient(to bottom, #6bcadb, #afedf8);
    margin-top: 10px;
    box-shadow: 5px 5px 8px #888888;
    padding: 10px;


}

#f1:hover {
    box-shadow: 5px 5px 8px 10px #8e8888;
}

#f2 {

    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to bottom, #ffd7d7, #ffddcc);
    margin-top: 10px;
    text-align: center;
    height: 70%;
    padding: 10px;
}

.logo-Section {
    text-align: center;
    height: 70vh;
}

@keyframes fadeInAnimation {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.f2-course {
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 70vh;
}

.f2-img {
    transition: transform 0.5s ease;
    z-index: 1;
}

#course-section {
    opacity: 0;
    position: absolute;
    left: 20%;
    color: #000000;
    transition: opacity 0.2s ease, left 0.7s ease;
    margin-bottom: 10px;

}

.f2-course:hover .f2-img {
    transform: translateX(-85%);

}

.f2-course:hover #course-section {
    opacity: 1;
    left: 75%;
}

#courses {
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 70%;
}

#course-img {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

#course-img img {
    width: 80px;
}

#f2a {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to bottom, #6bcadb, #afedf8);
    margin-top: 10px;
    box-shadow: 5px 5px 8px #b7b7b7;
    text-align: center;
    height: 80%;
}

.logo-Section2 {
    text-align: center;
    height: 70%;
}

.f2-img2 {
    z-index: 1;
}

#img1,
#img2,
#img4,
#img5 {
    width: 450px;
    margin: 0 auto;
}

#img6 {
    height: 450px;
}

#img7 {
    width: 600px;
}

@keyframes fadeInAnimation {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.f2-course2 {
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 70vh;
}

.f2-img2 {
    transition: transform 0.5s ease;
}

#course-section2 {
    opacity: 0;
    position: absolute;
    left: -20%;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    transition: opacity 0.2s ease, left 0.7s ease;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.f2-course2:hover .f2-img2 {
    transform: translateX(100%);
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.f2-course2:hover #course-section2 {
    opacity: 1;
    left: -75%;
}

#f3 {
    padding: 10px;
    height: 60vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-image: linear-gradient(to bottom, #ffd0d0, #faaaaa);
    margin-top: 10px;
    box-shadow: 5px 5px 8px #b7b7b7;
}

#f4 {
    display: flex;
    justify-content: space-around;
    height: 70%;
}

#f4-1 {
    
    width: 50%;
    background-image: linear-gradient(to right, #dab8ee, #bd9cd0, #8ecfe7);
    padding: 10px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: 5px 5px 8px #b7b7b7;

}

#f4-2 {
    padding: 10px;
    
    width: 50%;
    background-image: linear-gradient(to left, #dab8ee, #bd9cd0, #8ecfe7);
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: 5px 5px 8px #b7b7b7;

}

#lang-extra {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#lang-img {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}

#extras-img {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

.hoverimages{
    width: 80px;
}

#img3 {
    height: 400px;
    width: auto;
}

#rating1 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    height: 100px;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
}

#rating1::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 10%;
    bottom: 10%;
    width: 1px;
}

#rating,
#downloads {
    text-align: center;
}

#rating h4,
#downloads h4 {
    margin: 0;
    padding: 10px;
    font-size: 25px;
}

#rating p,
#downloads p {
    margin: 0;
    font-size: 35px;
}

#ifooter1 {
    background-color: #333;
    color: white;
    padding: 20px;
    text-align: center;
    font-size: 20px;
}

.appreviews {
    display: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    margin: 10px;
}

#review-main {
    text-align: center;
    background-color: #fff;
    padding: 20px;
}

.review {
    display: flex;
    justify-content: center;
}

#left,
#right {
    display: flex;
    align-items: center;
}

.leftbutton,
.rightbutton {
    border: none;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    background-color: rgba(64, 74, 83, 0.263);

}

@media screen and (max-width: 600px) {


  .container-form {
    display: block;
    margin: 0 auto;
    width: 60%;
  }

  input[type=submit] {
    width: auto;
    margin: 0 auto;
  }

    #idiv2 {
        width: fit-content;
    }
    #title {
        width: fit-content;
        margin:0;
    }
   
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }

    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

    #idiv1 {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        height: 70%;
    }

    #buttons div {
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    #idiv2 {
        align-items: start;
    }

    .f2-img {
        transition: transform 0.3s ease;
        position: relative;
    }

    .f2-course:hover .f2-img {
        transform: translateX(-150%);
    }

    #course-section {
        opacity: 0;
        position: absolute;
        left: -10%;
        top: 20%;
        width: 80%;
        background-color: #d09b9b;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        padding: 10px;
        transition: opacity 0.3s ease, left 1s ease;
    }

    .f2-course:hover #course-section {
        opacity: 1;
        left: 10%;
    }

    #courses {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        grid-gap: 10px;
        align-items: center;
    }

    #courses img {
        transition: transform 0.3s ease;
    }

    #f2,
    #f2a {
        height: 100vh;
    }

    .f2-img2 {
        transition: transform 0.3s ease;
        position: relative;
    }

    .f2-course2:hover .f2-img2 {
        transform: translateX(100%);
    }

    #course-section2 {
        opacity: 0;
        position: absolute;
        left: 0%;
        top: 25%;
        width: 80%;
        background-color: #5badd8;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        padding: 10px;
        transition: opacity 0.3s ease, left 1s ease;
    }

    .f2-course2:hover #course-section2 {
        opacity: 1;
        left: 10%;
    }

    #lang-img,
    #extras-img {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 10px;
        align-items: center;
    }

    #course-section2 img {
        width: 50px;
    }


    #lang-extra img {
        transition: transform 0.3s ease;
    }

    #lang-extra img:hover {
        transform: scale(1.2);
    }

    #f3 {
        display: flex;
        flex-direction: column;
        height: 100vh;
    }

    p {
        font-size: 16px;
    }

    #f4 {
        display: flex;
        flex-direction: column;
    }

    #f4-1,
    #f4-2 {
        height: 100vh;
        width: 100%;
        margin: auto;
        margin-top: 10px;
    }

    #rating h4,
    #downloads h4 {
        margin: 0;
        padding: 10px;
        font-size: 15px;
    }

    #rating p,
    #downloads p {
        margin: 0;
        font-size: 25px;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .appreviews {
        width: 350px;
    }

    .review button {
        background-color: transparent;
    }
    .f2-course2:hover .f2-img2 {
        transform: translateX(0%);
        transform: translateY(50%);
        opacity: 0;
        text-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

}

