* {
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: #24455b;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img, input, select, textarea {
    width: 100%;
    max-width: 100%;
}
a {
    text-decoration: none;
    color: #24455b;;
}
a:hover {
   color: #24455b;
}
input:focus, select:focus, button:focus {
    outline: none;
    border-color: transparent;
    box-shadow: none;
}
ul {
    list-style-type: none;
    padding: 0;
}
p {
	font-size: 18px;
	color: #24455b;
	margin: 0 0 1rem;
	line-height: 1.35;
	font-weight: 500;
}
.lg-title {
    font-size: clamp(24px, 4vw, 55px);
    font-family: Montserrat;
    line-height: 1.15;
    margin: 0 0 1rem;
    display: block;
    font-weight: bold;
    letter-spacing: 0px;
}
.xl-title {
    font-size: clamp(32px, 4vw, 65px);
    font-family: Montserrat;
    line-height: 1.5;
    margin: 0 0 1rem;
    display: block;
    font-weight: bold;
    letter-spacing: 0px;
}
.md-title {
	font-size: clamp(18px, 2vw, 30px);
	line-height: 1.3;
	font-weight: 500;
	margin-bottom: 3rem;
	display: block;
	color: #24455B;
}
.container {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 25px;
}


/*________ CSS For Hero Section __________*/
.hero_sec {
    background-image: url(../images/hero-banner.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    padding: 115px 0 60px;
}
.hero_text {
    max-width: 950px;
}
.btn-bordered {
    background: transparent;
    border: 2px solid #ff707a;
    border-radius: 7px;
    padding: 20px 30px;
    text-align: center;
    cursor: pointer;
    font: normal normal bold 18px/28px Montserrat;
    color: #24455b;
}
.btn-bordered:focus {
    border: 2px solid #ff707a;
}
.btn-bordered:hover {
    background-color: #ff707a20;
}
.hero_text .lg-title {
	margin: 0 0 60px;
}
.btn-down img {
    width: 35px;
    height: 65px;
    display: block;
    object-fit: contain;
}
.btn-group {
    width: max-content;
    padding-left: 4rem;
    display: flex;
    flex-direction: column;
    gap: 35px;
    align-items: center;
}

.atlantic_sec {
    background: #f5f5f5;
    padding: 75px 0;
}
.atlantic_wrap {
    display: none;
}
.atlantic_wrap_web {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5%;
}
.atlantic_items {
    border: 2px solid #d3dee4;
    border-radius: 0 0 20px 20px;
    margin-bottom: 45px;
    background: #fff;
    overflow: hidden;
}
.atlantic_head {
    background: #24455b;
    color: #fff;
    padding: 5px 3% 5px 15%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.atlantic_head span {
	font-size: clamp(20px, 2vw, 30px);
	font-weight: 600;
}
.atlantic_items.atlantic_items_01 > div {
	padding-right: 8%;
}

.atlantic_listing_web {
    padding: 10% 15%;
    display: flex;
    flex-direction: column;
    min-height: 255px;
    justify-content: center;
    margin: 0;
}
.atlantic_listing_web li {
    margin: 2px 0;
    font-size: 18px;
    color: #24455b;
    line-height: 1.55;
    font-weight: 500;
}
.atlantic_head img {
    max-width: 75px;
}
.atlantic_sec_tp {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 10%;
    margin-bottom: 70px;
    padding: 0 0.5rem;
}
.atlantic_sec_tp>div>p {
    font: normal normal medium 18px/28px Montserrat;
    line-height: 1.5;
    width: 95%;
}

.how_sec {
    padding: 60px 0 80px;
    background: #24455b;
}
.how_left * {
    color: #fff;
    margin-bottom: 2rem;
    line-height: 1.5;
}
.how_inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}
.how_right {
    display: flex;
    flex-direction: column;
    gap: 27px;
    width: 100%;
    max-width: 550px;
    margin-left: auto;
    text-align: center;
}
.tags {
    font-size: clamp(22px, 4vw, 28px);
    display: flex;
    height: 100px;
    align-items: center;
    padding: 4rem;
    background: #fff;
    border-radius: 10px;
    font-weight: 800;
}
.tags span {
	display: inline-block;
	margin: 0 auto;
}
.tags-white {
    color: #24455b;
}
.tags-red {
    background: #f16e7b;
    color: #fff;
}
.tags-light {
    background: #b8cbd4;
    color: #fff;
}

/* .commit_left {
    max-width: 520px;
} */
.commit_left p {
    line-height: 1.5;
    margin-bottom: 2rem;
}
.commit_sec {
    padding: 75px 0 25px;
}
.commit_right img {
    max-width: 30vw;
    margin: 0 1rem;
    display: block;
    text-align: center;
    padding-left: 100px;
}
.commit_inner {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: 7fr 6fr;
    align-items: start;
}
.connect {
    margin-top: 3rem;
}
.connect label {
    font: normal normal bold 20px/30px Montserrat;
}
.connect input {
    background: #fff;
    border: none;
}
.form_group {
    border: 3px solid #f16e7b;
    border-radius: 5px;
    max-width: 300px;
    margin-top: 1rem;
    display: grid;
    grid-template-columns: calc(100% - 35px) 35px;
    padding: 6px;
    background: #fff;
}
.form_group input {
    font: normal normal bold 16px/26px Montserrat;
    color: #24455b;
}
.connect button {
    background: transparent;
    border: none;
    cursor: pointer;
}
.foot_logo {
    display: flex;
    gap: 5%;
    flex-wrap: wrap;
    margin-top: 80px;
}
.foot_logo img {
    height: 90px;
    max-width: 230px;
    object-fit: contain;
}
.foot_sec {
    background-image: url(../images/foot-banner.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    padding: 110px 0 50px;
}
.commit_right .lg-title {
    display: none;
}

.error-msg {
    color:red;
}

.info-msg {
    padding: 5px;
    background-color: #b8cbd4;
}


@media (max-width: 768px) {
    p {
        font-size: 16px;
    }
    p br, span br {
        display: none;
    }
    .btn-group {
        padding: 0;
        margin: auto;
    }
    .hero_sec {
        background-image: url(../images/hero-banner-mob.png);
        padding: 47% 0 35px;
        background-position: top center;
    }
    .atlantic_sec {
        padding: 40px 0 50px;
    }
    .atlantic_wrap {
        display: flex;
        flex-direction: column;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 5%;
        gap: 0px;
    }
    .atlantic_sec_tp, .atlantic_wrap, .how_inner,.commit_inner {
        grid-template-columns: 1fr;
    }
    
    .atlantic_wrap_web {
        display: none;
    }
    .atlantic_items {
        margin-bottom: 30px;
    }
    .atlantic_listing {
        padding: 10% 15%;
        display: flex;
        flex-direction: column;
        min-height: auto;
        justify-content: center;
        margin: 0;
    }
    .atlantic_listing li {
        margin: 2px 0;
        font-size: 18px;
        color: #24455b;
        line-height: 1.55;
        font-weight: 500;
    }
    .atlantic_listing_web {
        display: none;
    }
    .how_right {
        max-width: 100%;
        text-align: center;
    }
    .how_inner {
        gap: 10px;
    }
    .tags>span {
        display: block;
        max-width: 250px;
        margin: 0 auto;
    }
    .how_sec {
        padding: 70px 0 60px;
    }
    .commit_right .lg-title {
        display: block;
        text-align: center;
    }
    .commit_left .lg-title {
        display: none;
    }
    .commit_right {
        order: -1;
        margin-bottom: 1rem;
        display: flex;
        justify-content: center;
    }
    .foot_sec {
        background-image: url(../images/foot-banner-mob.png);
        background-position: right bottom;
    }
    .foot_logo {
        gap: 1rem;
        width: 35%;
        margin-top: 75px;
    }
    .foot_logo img {
        height: auto;
        max-width: 175px;
    }
    .commit_right img {
        height: 200px;
        padding: 0;
        width: 200px;
        max-width: initial;
    }
    .form_group {
        max-width: 100%;
    }
}