/* font links  */
.banner-font-inter {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-size: 34px;
  font-weight: 900;
  line-height: 150%;
  color: #4E47FF;
}
.heading-font{
    font-family: "Raleway", sans-serif;
}
.normal-font {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.normal-font-inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
}
/* shared style */
.btn-primary {
    background-color: #4E47FF;
    color: white;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 36px;
    border: none;
    border-radius: 0.25rem;
    cursor: pointer;
    max-height: 48px;
}
.btn-hero {
  background-color: #4E47FF;
    color: white;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 36px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    max-width: 174px;
   
}
.primary-color {
    color: #4E47FF;
}
.text-color {
    color: #252432;
}
.text-opacity {
    opacity: 0.5;
}

/* header style */
#header {
    background-image: url(../Assets/Hero-bg.png);  
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left, bottom right;
    width: 100%;
    height: 698px;
}

/* all id styles */
#hero-heading {
    font-size: 65px;
    font-weight: 800;
    color: #252432;
}

/* nav style */
#nav-container {
    width: 100%;
    height: 151px;

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

nav li {
    list-style: none;
}
nav a {
    text-decoration: none;
    align-items: center;   
}

.hero {
    justify-content: center;
    text-align: center;
}

/* See it in Action style */
.action-header {
    font-size: 42px;
    font-weight: bold;
    
}
.action-text {
    font-size: 24px;
    font-weight: 400;
    opacity: .5;
}
.action-image {
    max-width: 100%;
    max-height: 328px;
    border-radius: 10px;
    
}
.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 145px 150px;

}
.section-header-text {
    margin: 62.5px 623 px 62.5px 0px;
    text-align: left;
}

/* branding section style */
/* ----------------------------------------------- */
.branding-section {
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: center;
}

.branding-container {
    background-color: rgba(78, 71, 255, 0.1);
    max-width: 1140px;
    max-height: 306px;
    border-radius: 24px;
    padding: 50px 145px;
    text-align: center;
    margin: 0 auto;

}
.branding-title {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 0px;
}
.branding-items {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.figure {
    font-size: 80px;
    font-weight: bold;
    color: #4E47FF;
    margin-bottom: 0px;
}
.figure-text {
    font-size: 20px;
    font-weight: 400;
    opacity: .5;
    margin-top: 0px;
    font-family: "Inter", sans-serif;
}

/* Customer Quote review */

.user-say {
    background-color: none;
    margin-top: 100px;
    margin-bottom: 100px;
}
.user-say-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 100px 150px;
}
.user-say-title {
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}
.user-say-items {
    display: flex;
    justify-content: space-around;
    align-items: center;

}
.customer-quote {
    border: none;
    background-color: #FFFFFF;
    border-radius: 20px;
    margin-top: 0px;
    margin-left: 50px;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
}
.image-star {
    max-width: 24px;
    max-height: 24px;
}
.avatar {
    display: flex;
    align-items: center;
}
.avatar-image {
    max-width: 100px;
    max-height: 100px;
    border-radius: 50%;
    object-fit: cover;
}
.avatar-text {
    margin-left: 10px;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 0px;
}
.user-name {
    font-family: "Body Strong", sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    opacity: .5;
}
.date{
    margin-top: 0px;
    font-family: "Body Strong", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
    opacity: .3;
}

/* 4th Banner Section */
/* --------------------------- */


.ready-to-focus-section {
    background-color: white;
    max-width: 1140px;
    max-height: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 20px;  
    margin: 0 auto;
}
.Fourth-banner-title {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 20px;
}
.Fourth-banner-text {
    font-size: 16px;
    font-weight: 400;
    opacity: .5;
    margin-bottom: 20px;
}
.Fourth-banner-button {
    padding: 12px 36px;
    border: none;
    border-radius: 16px;
    cursor: pointer;
    max-width: 195px;
    margin-bottom: 30px;

}
.Fourth-banner-image {
    max-width: 840px;
    max-height: 365px;
    border-radius: 48px;
}

/* Last Section- Get in Touch */
.contact-container {
    display: flex;
    align-items: center;
    background-color: none;
    max-width: 1140px;
    max-height: 632px;
    margin: 0 auto;
    padding: 80px 100px;
    text-align: left;
    gap: 50px;
}
.contact-title {
    font-size: 97px;
    font-weight: bold;
    margin-bottom: 20px;
}
input[type="email"], input[type="text"], textarea {
    width: 497px;
    height: 72px;
    padding: 20px 40px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 20px;
    margin-bottom: 19px;
    margin-top: 5px;
}
.Name-field {
    font-size: 18px;
    font-weight: medium;
}
/* Footer Styles */
.footer {
    background-color: #ffffff;
    padding: 5px;
    text-align: center;
}
.footer .link {
    margin: 0 15px;
    color: #4E47FF;
    text-decoration: none;
}
.footer .link:hover {
    text-decoration: underline;
}
.last-logo {
    font-size: 100px;
    font-weight: black;
    color: #4E47FF;
    margin-bottom: 5px;
}
.last-logo-para {
    display: flex;
    align-items: center;
    max-width: 530px;
    max-height: 50px;
    font-size: 16px;
    margin: 0 auto;
}
.last-list {
    text-decoration: none;
    list-style: none;
    display: flex;
    gap: 15px;
    justify-content: center;
    margin: 20px 0;
    color: #252432;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}