/* Base CSS */
/* custom fonts */
@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

a:focus {
    outline: 0 solid;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #2a3757;
    font-family: "Poppins", sans-serif;
}

body {
    color: #575d66;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

.selector-for-some-widget {
    box-sizing: content-box;
}

a:hover {
    text-decoration: none;
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
}

/* ---------------------- Hero Section start ---------------------- */
.hero_section {
    height: 779.87px;
    position: relative;
}

.hero_section-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero_section-bg {
    width: 100%;
    height: 100%;
}

.hero_section .hero_section-right h1 {
    font-family: "Gilroy";
    font-weight: 800;
    font-size: 62px;
    line-height: 110%;
    color: #212c5b;
}

.hero_section .hero_section-right p {
    font-family: "Gilroy";
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #252525;
    margin-top: 10px;
    margin-bottom: 45px;
}

.link-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-family: "Gilroy";
    font-weight: 800;
    font-size: 22px;
    line-height: 27px;
    color: #ffffff;
    background: #72bb63;
    border-radius: 6px;
    padding: 22px 24px;
    text-decoration: none;
    transition: 0.3s all;
    border: 2px solid transparent;
    position: relative;
}

.link-btn:hover {
    color: #72bb63;
    background: #fff;
    border: 2px solid #72bb63;
}

.hero_section .hero_section-left img {
    display: block;
    max-width: 418px;
    width: 100%;
    margin-left: auto;
    margin-right: 30px;
    filter: drop-shadow(17px 40px 50px rgba(0, 0, 0, 0.29))
    drop-shadow(0px 36px 60px rgba(131, 133, 147, 0.36));
}

/* ---------------------- Hero Section end ---------------------- */
/* --------- Review Section start --------- */
.review_section {
    padding: 100px 0;
}

.lg-container {
    max-width: 1251px;
    width: 100%;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.review_section .review_wrapper {
    background: #ffffff;
    box-shadow: 0px 20px 40px 3px rgba(193, 203, 226, 0.25);
    border-radius: 14px;
    padding: 30px;
}

.review_section .single_review {
    border: 1px solid #e6eaf2;
    border-radius: 14px;
    padding: 0 24px;
    padding-top: 40px;
    padding-bottom: 31px;
}

.review_section .single_review h4 {
    font-family: "Gilroy";
    font-weight: 600;
    font-size: 22px;
    line-height: 150%;
    color: #2d345a;
    margin-bottom: 30px;
}

.review_section .single_review img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
}

.review_section .single_review p {
    font-family: "Gilroy";
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #212121;
    margin-top: 15px;
}

/* --------- Review Section End --------- */
/* --------- Skills Section start --------- */
.skills_section {
    background: #eaf7f1;
    padding: 80px 0;
}

.section-title {
    font-family: "Gilroy";
    font-weight: 700;
    font-size: 42px;
    line-height: 120%;
    color: #212c5b;
    margin-bottom: 40px;
}

.skills_section .skills_section-left p {
    font-family: "Gilroy";
    font-weight: 500;
    font-size: 19px;
    line-height: 160%;
    color: #212121;
    margin-bottom: 1.6rem;
}

.skills_section .skills_section-right {
    /* width: max-content; */
    /* margin-left: auto; */
}

.skills_section .skills_section-right .photo-box {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.skills_section .skills_section-right .img-column {
    display: flex;
    gap: 16px;
}

.skills_section .skills_section-right .img-column img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* --------- Skills Section end --------- */
/* --------- Solver Section start --------- */
.solver_section {
    padding: 80px 0;
}

.sm-container {
    max-width: 1070px;
    width: 100%;
    margin: 0 auto;
}

.solver_section p {
    font-family: "Gilroy";
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    color: #212121;
}

.solver_section .solver_section-photo-gallery {
    margin-top: 35px;
    display: flex;
    gap: 16px;
}

.solver_section .img-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.solver_section .img-column img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* --------- Solver Section end --------- */
/* --------- discover Section start --------- */
.discover_section {
    padding: 70px 0;
    background: #f5f5f5;
}

.discover_section .single_card {
    padding: 41px;
    background: #ffffff;
    box-shadow: 10px 10px 20px rgba(208, 217, 231, 0.25);
    border-radius: 14px;
}

.discover_section .single_card .icon {
    width: 56px;
    height: 56px;
    margin: 0 auto;
}

.discover_section .single_card .icon img {
    height: 100%;
    width: 100%;
}

.discover_section .single_card h4 {
    font-family: "Gilroy";
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    text-align: center;
    color: #2d345a;
    margin-top: 28px;
    margin-bottom: 14px;
}

.discover_section .single_card p {
    font-family: "Gilroy";
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #768397;
}

/* --------- discover Section end --------- */
/* --------- About Section start --------- */
.about_section {
    padding: 80px 0;
}

.about_section .section-title {
    margin-bottom: 20px;
}

.about_section .author_img {
    margin-top: 83px;
}

.about_section .about_author {
    padding-left: 55px;
}

.about_section .about_author p {
    font-family: "Gilroy";
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    color: #212121;
}

/* --------- About Section end -------- */
/* --------- Use Section start --------- */
.use_section {
    padding: 70px 0;
    background: #f1faff;
}

.use_section .use_section-left {
    margin-left: 35px;
}

.use_section .section-title {
    margin-bottom: 24px;
}

.use_section .use_section-description {
    max-width: 627px;
    width: 100%;
}

.use_section .use_section-description p {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    color: #212121;
}

.use_section .link-btn {
    margin-top: 20px;
}

.use_section .use_section-img {
    max-width: 351.89px;
    width: 100%;
    margin-left: auto;
    margin-right: 35px;
}

.use_section .use_section-img img {
    width: 100%;
    filter: drop-shadow(17px 40px 50px rgba(0, 0, 0, 0.11))
    drop-shadow(0px 36px 60px rgba(131, 133, 147, 0.28));
}

/* --------- Use Section end --------- */
/* ------Signup_section start------ */
.Signup_section {
    padding-top: 100px;
}

.Signup_section .Signup_section-left {
    text-align: center;
    padding: 57px 91px;
    background: #ffffff;
    box-shadow: 0px 20px 20px 1px rgba(193, 203, 226, 0.25);
    border-radius: 14px;
}

.Signup_section .Signup_section-left h2 {
    font-family: "Gilroy";
    font-weight: 500;
    font-size: 44px;
    line-height: 120%;
    text-align: center;
    color: #2d345a;
    margin-top: 46px;
    margin-bottom: 60px;
}

.Signup_section .Signup_section-left p {
    font-family: "Gilroy";
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    color: #212121;
}

.Signup_section .Signup_section-left .join_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 515px;
    width: 100%;
    height: 68px;
    background: #f5f5f5;
    border: 1px solid #e9ecf1;
    border-radius: 10px;
    padding-left: 18px;
    margin: 0 auto;
}

.Signup_section .Signup_section-left .join_box img {
    margin-right: 10px;
}

.Signup_section .Signup_section-left .join_box input {
    height: 60px;
    border: none;
    background: #f5f5f5;
    width: 100%;
}

.join_box > div {
    width: 100%;
}

.Signup_section .Signup_section-left .join_box input:focus {
    outline: none;
}

.Signup_section .Signup_section-left .join_box input::placeholder {
    font-family: "Gilroy";
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #768397;
}

.Signup_section .Signup_section-left .join_box button {
    flex-shrink: 0;
    font-family: "Gilroy";
    font-weight: 700;
    font-size: 18px;
    line-height: 110%;
    text-align: center;
    color: #ffffff;
    padding: 18px;
    border-radius: 10px;
    border: none;
    background: #72bb63;
    margin-right: 5px;
    transition: .3s;
    flex: 0 0 auto;
}

.Signup_section .Signup_section-left .join_box button:hover {
    background: #1b1b1b;
}

.Signup_section .Signup_section-right .Signup_section-right-img {
    max-width: 370px;
    width: 100%;
    margin-left: auto;
}

.Signup_section .Signup_section-right .Signup_section-right-img img {
    max-width: 370px;
    width: 100%;
    filter: drop-shadow(17px 40px 50px rgba(0, 0, 0, 0.29))
    drop-shadow(0px 36px 60px rgba(131, 133, 147, 0.36));
    margin-top: 25px;
}

/* ------Signup_section end------ */
/* --------- Footer area start --------- */
footer {
    margin: 90px 0;
}

footer p {
    font-family: "Gilroy";
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    color: #7f8794;
}

footer a {
    text-decoration: none;
    color: #7f8794;
}

/* --------- Footer area end --------- */
