:root {
    /* Color Variables */
    --yellow: #FBBE65; /* yellow */
    --blue: #054A7C; /* Blue */
    --black: #111827; /* Black */
    --mid-navy: #002F44; /* mid navy */
    --dark-gray: #374151; /* Dark gray */
    --dark-gray-v2:rgb(55 65 81 / 80%);
    --white-color: #ffffff; /* White */
    --light-background: #F3F6F8; /* light background */
    --light-placeholder: #BCCCDC; /* Placeholder Light Text */
    --sky-blue:#2FB9DC; /*sky blue*/
  }

body{
    font-family: "Mulish", serif;
}
button.btn{
    font-family: "Barlow", serif;
}
/*Hero Section Css*/
#hero-section {
    background-color: var(--mid-navy);
    color: var(--white-color);
    position: relative;
    padding: 170px 0 300px 0;
}
.cta-button {
    background-color: var(--yellow); /* yellow Button */
    color: var(--white-color);
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
  }
  .cta-button:hover {
    background-color: var(--yellow); /* yellow shade for hover */
  }
  .form-control {
    background-color: var(--dark-gray);
    color: var(--white-color);
    border: none;
    height: 70px;
    border-radius: 100px;
    font-size: 24px;
    text-align: center;
  }
  .form-control:focus {
    background-color: var(--dark-gray);
    color: var(--white-color);
  }
  .form-control::placeholder {
    color:var(--white-color); 
  }
  .form-control:focus {
    box-shadow: none;
    border: 1px solid var(--yellow;) /* yellow border on focus */
  }
  .profile-wrapper img {
    max-height: initial;
    width: 100%;
}
  .hero-section {
    padding:0;
  }
  .hero-section h1 span{
    color: #FBBE65;
  }
  .hero-section krikor{
    position:absolute;
    bottom: -30px; 
    left: 50%; 
    transform: translateX(-50%);
  }
  .profile-wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 775px;
    z-index: 0;
    width: 100%;
    padding:0;
}
.krikor {
    position: absolute;
    z-index: 2;
    bottom: 27%;
    left: 35px;
    width: 240px;
}
.eleni {
    position: absolute;
    z-index: 2;
    bottom: auto;
    left: auto;
    width: 280px;
    text-align: right;
    right: 13%;
    top: 150px;
}

.eleni p.small , .krikor p.small{
    font-size: 16px;
}

button.cta-button {
    border-radius: 100px;
    height: 70px;
    width: 100%;
    font-size: 24px;
    color: var(--dark-gray);
    font-weight: 700;
}
.hero-section h1 {
    font-size: 64px;
    font-weight: 800;
    line-height: 72px;
}
.hero-section p {
    font-size: 24px;
}

.cuved-trading-line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 61%;
}

.cuved-trading-line img {
    width: 100%;
}

.cuved-trading-line {
    position: absolute;
    left: 0;
    bottom: 5%;
    width: 61%;
    padding: 0;
}


/*welcome section css*/
section#welcome-section {
    padding-top: 50px;
}
.feature-box {
    border: 1px solid var(--blue);
    border-radius: 50px;
    padding: 20px;
    text-align: left;
    transition: transform 0.3s ease;
    color: var(--blue);
    min-height: 254px;
}

.feature-box h5 {
    font-weight: 700;
    font-size: 20px;
}

  .feature-box:hover {
    transform: scale(1.05);
  }

  .feature-box i {
    font-size: 2.5rem;
    color: var(--secondary-color);
    margin-bottom: 15px;
  }

  .section-title {
    font-size: 64px;
    font-weight: 800;
    color: var(--blue);
}

.section-title span {
    display: block;
    color: var(--yellow);
}

.section-subtitle {
    font-size: 24px;
    color: var(--blue);
    margin-bottom: 40px;
    max-width: 778px;
    margin: 0 auto;
    width: 100%;
}

.curved-trading-img {
    width: 100%;
    margin-top: -60px;
}
.curved-trading-img img {
    width: 100%;
}

/*Meet section*/
#meet-your-section {
    background: var(--mid-navy);
}
#meet-your-section h1 {
    color: var(--yellow);
    font-size: 64px;
}
#meet-your-section h2 {
    font-size: 24px;
    color: var(--yellow);
    font-weight: 700;
}
#meet-your-section p.highlight-text {
    color: var(--yellow);
    font-size: 24px;
    font-weight: 600;
}
#meet-your-section p {
    font-size: 24px;
    font-weight: 300;
}

/*meet team*/
section#what-to-expect {
    padding:100px 0;
}
.mid-cta-button {
    max-width: 586px;
    width: 100%;
}

form.what-to-expect-form div {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

form.what-to-expect-form .form-control:focus {
    box-shadow: none;
    border: 1px solid var(--yellow;);
    background: var(--dark-gray);
    color: var(--white-color);
}

/*wait-there-section*/
#wait-there-more {
    background: var(--mid-navy);
    color: var(--white-color);
    position: relative;
    padding: 100px 0;
}
.btn-highlight {
    background-color: var(--highlight-color);
    color: var(--white-color);
    border: none;
    border-radius: 50px;
    padding: 10px 20px;
  }

  .info-card {
    background-color: var(--yellow);
    border-radius: 56px;
    padding: 20px;
    text-align: center;
    min-height: 220px;
    color: var(--black);
    height: 100%;
}

  .info-card h5 {
    font-weight: bold;
    font-size: 20px;
  }

  .info-card p{
    color:var(--mid-navy);
  }

  .icon {
    font-size: 2rem;
    margin-bottom: 16px;
  }

  .candlestick {
    height: 20px;
    width: 5px;
    background-color: var(--highlight-color);
    margin: 5px auto;
    border-radius: 2px;
  }

  .candlestick:nth-child(odd) {
    background-color: var(--primary-color);
  }

  #wait-there-more h4 {
    color: var(--yellow);
    font-size: 64px;
    font-weight: 700;
}

button.btn-highlight {
    background: var(--sky-blue);
    color: var(--white-color);
    border: none;
    height: 70px;
    border-radius: 100px;
    font-size: 24px;
    text-align: center;
    padding: 0;
    margin: 25px 0;
    max-width: 586px;
    width: 100%;
}

button.btn-highlight:focus , button.btn-highlight:hover{
    background: var(--sky-blue);
    color: var(--white-color);
    border: none;
}


#wait-there-more p {
    font-size: 16px;
    max-width: 610px;
    margin-bottom: 50px;
    width: 100%;
}
.trading-img {
    position: absolute;
    right: 0;
    bottom: 5%;
}

#wait-there-more .sub-sub-heading {
    font-size: 24px;
}

/*testimonial section*/
section#testimonial-section {
    padding: 140px 0 0;
}
.btn-accent {
    background-color: var(--accent-color);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 10px 20px;
    font-weight: bold;
  }

  .testimonial {
    background-color: white;
    border: 1px solid var(--blue);
    border-radius: 50px;
    padding: 30px 50px;
    line-height: 1.5;
    font-size: 20px;
    color: var(--blue);
}

  .testimonial p {
    font-style: italic;
    margin: 0;
  }

  .testimonial span {
    font-weight: bold;
    display: block;
    margin-top: 10px;
    text-align: left;
}

.btn-accent {
    background: var(--yellow);
    height: 70px;
    padding: 0 50px;
    font-size: 28px;
    margin: 20px 0;
    color: var(--black);
    font-family: "Barlow", serif;
    font-weight: 500;
}

.btn-accent:focus , .btn-accent:hover{
    background: var(--yellow);
    color:var(--black);
}

.image-logo img {
	width:260px;
	max-width:260px
}
footer li a {
	text-decoration: none;
	color: var(--blue);
}
.list-inline {
	display: block;
}
.list-inline li {
	display: inline-block;
}
.list-inline li:after {
	content: '|';
	margin: 0 10px;
}
.list-inline li.last-child:after {
	content: ' ';
}
/*@media Css*/
@media screen and (max-width:1900px) {
.profile-wrapper {
    max-width: 700px;
}
}

@media screen and (max-width:1600px) {
.profile-wrapper {
    max-width: 575px;
}
}

@media screen and (max-width:1440px) {
    .hero-section h1 {
        font-size: 50px;
    }
    .hero-section p {
        font-size: 18px;
    }
    .profile-wrapper {
        max-width: 550px;
        width: 100%;
    }  
    #hero-section {
        padding: 120px 0 220px 0;
    }
    .form-control {
        height: 55px;
        font-size: 18px;
    }
    button.cta-button {
        height: 55px;
        font-size: 18px;
    }
    .eleni {
        width: 240px;
        right: 13%;
        top: 110px;
    }
    .krikor {
        bottom: 27%;
        left: 35px;
        width: 210px;
    }
    .eleni p.small, .krikor p.small {
        font-size: 14px;
    }

    .hero-section form {
        max-width: 586px;
        width: 100%;
    }
    .testimonial {
        padding: 30px 35px;
    }

}


@media screen and (max-width:1300px) {
.profile-wrapper {
    max-width: 480px;
    width: 100%;
}
}


@media screen and (max-width: 991px) {
    .profile-wrapper {
        max-width: inherit;
        width: 100%;
        position: relative;
        right: 0;
        top: 50px;
        margin-bottom: 140px;
    }

    .cuved-trading-line {
        left: 0;
        bottom: 5%;
        width: 100%;
        padding: 0;
    }

    #meet-your-section {
        text-align: center;
        padding: 70px 0;
    }

    .section-title , #wait-there-more h4{
        font-size: 45px;
    }

    #wait-there-more {
        text-align: center;
    }

    #wait-there-more .sub-sub-heading {
        font-size: 18px;
        max-width: inherit;
    }

    .trading-img {
        position: relative;
        right: 0;
        text-align: right;
        bottom: 60px;
    }

    .trading-img img {
        max-width: 200px;
    }

}

@media screen and (max-width:767px) {
.profile-wrapper {
    position: relative;
    margin-top: 50px;
}
.cuved-trading-line {
    width: 100%;
    padding: 0;
}
.section-title {
    font-size: 40px;
}
.section-subtitle {
    font-size: 16px;
}
.feature-box {
    text-align: center;
}


#meet-your-section h1 {
    font-size: 40px;
}

#meet-your-section {
    text-align: center;
    padding: 60px 0;
}

#meet-your-section p {
    font-size: 16px;
}

#wait-there-more {
    text-align: center;
}

#wait-there-more h4 {
    font-size: 40px;
}

#wait-there-more .sub-sub-heading {
    font-size: 17px;
}

.trading-img {
    position: relative;
    right: 0;
    bottom: 5%;
    text-align: right;
}
.trading-img img {
    max-width: 240px;
}

}