@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* Begin of About section  */
.inner-banber img {
    width: 100%;
    filter: brightness(0.5);
    position: relative;
    height: 500px;
    object-fit: cover;
}
.inner-banner-text {
    position: absolute;
    top: 320px;
    right: 0;
    left: 90px;
    bottom: unset;
    display: flex;
    align-items: center;
}
.inner-banner-text h2 {
    font-family: "Barlow", Sans-serif;
    font-size: 89px;
    color: #ffffff;
    font-weight: 900;
    line-height: 1.2em;
}

/* End of About section  */

/* Begin of Simon section  */
.about-img img {
    width: 100%;
    height: 1150px;
    object-fit: cover;
}

.simon-text h2 {
    font-family: "Barlow", Sans-serif;
    font-size: 58px;
    font-weight: 900;
    line-height: 1.1em;
    color: #000000;
}

section.simon-imsu {
    padding-bottom: 120px;
    padding-top: 30px;
}
.col-img-text img {
    filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
    transition-duration: 0.3s;
}

.head-para h4 {
    color: var( --e-global-color-accent );
    font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-secondary-font-weight );
}

.col-img-text {
    display: flex;
    align-items: center;
}

.head-para {
    padding-left: 40px;
}

.all-images {
    display: flex;
}

.pics img {
    height: 430px;
    object-fit: cover;
    width: 100%;
    transition: 1s;
}

section.images-sec {
    padding-bottom: 70px;
}

.app-sec-head h2 {
    font-family: "Barlow", Sans-serif;
    font-size: 58px;
    font-weight: 900;
    line-height: 1.1em;
    margin: 0;
}

.app-sec-head p {
    margin: 0;
    font-family: 'Barlow';
    /* text-align: center; */
}

.app-sec-head {
    text-align: center;
    padding-bottom: 50px;
}

section.form-sec {
    padding-bottom: 150px;
}
.section-background {
    background-image: linear-gradient(to right,  #C3C5C7 , #170A38);
  }

  .simon-text h3 {
    font-family: "Alex Brush", Sans-serif;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 2.6px;
}

.calculator-heading h2 {
    font-family: "Barlow", Sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3em;
}

.calculator-heading p {
    color: #E6E6E6;
}

section.form-sec .for-padding {
    padding: 57px 57px 57px 57px;
    display: flex;
    align-items: baseline;
}

.form-btn button {

    background-color: #C3C5C7;
    border: unset;
    float: right;
}

.app-img img {
    position: relative;
}
.app-icon {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-icon i {
    font-size: 100px;
}

h2.app-h2 {
    padding-bottom: 18px;
}
.pics img:hover {
    filter: brightness(0.5);
}

.simon-text h5 {
    font-size: 20px;
    color: #000;
    font-family: 'Barlow';
    font-weight: 300;
    line-height: 11px;
}
/* End of Simon section  */