.inter-normal {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}


.raleway-normal {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

body {
    background-color: rgba(245, 248, 255, 1);
    /* margin-top: -50px; */
}


/* head styles */
.main-color {
    color: #4E47FF;
}

.nav-title {
    font-size: 34px;
    font-weight: 800;

}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 150px;
}

/* button styles */
.btn-primary {
    background-color: #4E47FF;
    font-size: 16px;
    border-radius: 10px;
    border: none;
    color: white;
    padding: 12px 30px;
    font-weight: bold;
}

/* body {
    height: 100%;
    gap: none;
} */

.secondary-bg {
    background-image: url('../images/Hero-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
}

/* banner */
.banner {
    text-align: center;
    padding: 37px;
    margin: 0px 30px;
    margin-top: 150px;
}

.banner-content {
    display: flex;
    padding: 267px;
}

.banner-title {
    font-size: 65px;
    margin: 0px 267px;
}

.focused {
    margin-top: 37px;
}

/* action styles */
.action {
    display: flex;
    justify-content: space-between;
    margin: 141px;
    gap: 220px;
}

.action-title {
    font-size: 42px;
}

.action-pic {
    border-radius: 48px;
}

.action-description {
    font-size: 24px;
    color: rgba(37, 36, 50, 0.5);
    margin-right: 70px;
}

/* productive section */
.productive {
    text-align: center;
    margin: 150px;
    margin-top: 195px;
    padding: 50px;
    background-color: rgba(77, 71, 255, 0.401);
    border-radius: 24px;
}

.productive-title {
    font-size: 38px;
    font-weight: bold;
    margin-top: -10px;
}

.productive-div {
    display: flex;
    justify-content: space-around;
}

.productive-content p {
    margin: 0px;
    padding: 0px;
}

.productive-count {
    font-size: 80px;
    font-weight: bold;
    color: #4E47FF;
}

.productive-description {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.5);
}

/* challange part */

h2 {
    text-align: center;
    color: #222;
}

.challenge1 {
    justify-items: center;
    margin-bottom: 50px;
}

.challenge1-title {
    font-size: 42px;
    font-weight: bold;
}

.challenge1-container {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    /* max-width: 1000px; */
    /* padding: 20px; */
}

.challenge1-container .ag-font {
    font-size: 27px;
    font-weight: 600;
}

.challenge1-container .reviewer-info {
    font-size: 19px;
}

.challenge1-container .ag-font-para {
    font-size: 18px;
}
.card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 350px;
}

.card h3 {
    margin: 10px 0 5px;
    font-size: 18px;
}

.card p {
    font-size: 14px;
    color: #555;
}

.reviewer {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.reviewer img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 10px;
}

.reviewer-info {
    font-size: 13px;
    color: #777;
}

/* touch styles */
.touch {
    display: flex;
    justify-content: space-between;
    margin: 150px;
}

.touch-gap {
    gap: 60px;
    text-align: left;
}

.touch-head {
    font-size: 97px;
    font-weight: bold;
    padding: 0px 30px;
    padding-top: 100px;

}

.touch input[type="text"],
.touch input[type="email"] {
    border-color: rgba(214, 221, 237, 0.262);
    height: 35px;
    border-radius: 10px;
    background-color: white;
    display: block;
    width: 497px;
    padding: 20px 32px;
    margin-bottom: 24px;
}

.touch textarea {
    border-color: rgba(214, 221, 237, 1);
    height: 110px;
    border-radius: 10px;
    background-color: white;
    display: block;
    width: 497px;
    padding: 20px 32px;
    margin-bottom: 24px;
}

::placeholder {
    font-size: 20px;
}

.touch-font {
    font-size: 18px;
    font-weight: 400;
}

.touch-button {
    width: 562px;
    height: 75px;
    font-size: 16px;
}

/* footer */
footer {
    margin-top: 100px;
}

.footer {
    text-align: center;
    background-color: white;
    padding: 120px;
}

.footer-title {
    color: #4E47FF;
    font-size: 100px;
    font-weight: 800;
    margin: 8px;
    padding: 0px;
}

footer .footer-div {
    display: flex;
    justify-content: center;
    gap: 48px;
}

.footer-para {
    color: rgba(137, 135, 161, 1);
    font-size: 19px;
    font-weight: 300;
    margin: 0px 330px;
}

.footer-last {
    color: rgba(137, 135, 161, 1);
    font-size: 19px;
    font-weight: 300;
    text-decoration: none;
    margin-top: 20px;
}

/* no mark */
.no-mark {
    justify-items: center;
    margin: 151px;
    padding: 40px;
    background-color: white;
    border-radius: 10px;
}

.no-mark-title {
    font-size: 50px;
    font-weight: bold;
    padding: none;
}

.no-mark-pic {
    border-radius: 48px;
}

.no-mark-para {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.5);
    margin-top: -20px;
}

.no-mark-button {
    font-size: 16px;
    font-weight: 200;
    margin-bottom: 20px;
}

.btn-primary:hover {
    background-color: rgb(62, 158, 255);
    cursor: pointer;
    color: black;
    transition-duration: 0.4s;
    transform:translateX(2px);
    box-shadow: 3px 3px 3px;
}