@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('bootstrap.min.css');

body {
    font-family: "Inter", sans-serif;
}

a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    box-shadow: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", sans-serif;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    transition: all .5s ease-in-out;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/***** HEADER *****/
header {
    padding: 20px 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}

.navbar {
    padding: 0;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar-nav {
    gap: 40px;
}

.navbar-nav .nav-item .nav-link {
    padding: 0;
    color: #242220;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #F96302;
}

.header-right ul {
    display: flex;
    align-items: center;
    gap: 32px;
}

.header-right ul li a {
    color: #242220;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-right ul li a:hover {
    color: #F96302;
}

.contact-btn {
    background-color: #F96302;
    border: 1px solid #F96302;
    border-radius: 6px;
    height: 48px;
    width: 118px;
}

.contact-btn:hover {
    border-color: #242220;
    background-color: #242220;
}

/***** BANNER SEC *******/
.banner-sec {
    padding: 215px 0 0 0;
    background: url(../images/banner-bg.png) no-repeat;
    background-position: center top;
    background-size: 100% 100%;
}

.banner-sec .text-box {
    text-align: center;
    margin-bottom: 128px;
}

.banner-sec .text-box span {
    color: #0E2139;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    background-color: #FFFFFF;
    border-radius: 15px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 13px;
}

.banner-sec .text-box h1 {
    color: #242220;
    font-size: 56px;
    line-height: 64px;
    font-weight: 600;
    max-width: 671px;
    width: 100%;
    margin: 14px auto 26px;
    position: relative;
}

.banner-arrow {
    position: absolute;
    right: -10px;
    bottom: -35px;
    display: flex;
    align-items: center;
}

.banner-sec .text-box p {
    color: rgb(36, 34, 32, 0.8);
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
    max-width: 611px;
    width: 100%;
    margin: 0 auto 30px;
}

.btn-default {
    color: #fff;
    background-color: #F96302;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
    line-height: 1;
    gap: 12px;
    padding: 0 17px;
}

.btn-default:hover {
    background-color: #242220;
}

.banner-sec .image-holder {
    border-radius: 13px 13px 0 0;
    border: 1px solid #DBDBDB;
    box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.40);
    background: #FFF;
}

/***** PRODUCT SEC ******/
.product-sec {
    padding: 24px 0 50px 0;
}

.product-inner {
    padding: 96px 0;
}

.product-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.product-box span {
    color: #1F67C1;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    gap: 8px;
    background-color: #EEF9FF;
    border-radius: 18px;
    height: 36px;
    display: inline-flex;
    padding: 0 14px;
    align-items: center;
    justify-content: center;
}

.product-box h3 {
    color: #242220;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    margin: 22px 0 24px;
}

.product-box p {
    color: rgb(36, 34, 32, 0.8);
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 32px;
    max-width: 443px;
    width: 100%;
}

/****** DATA FORMAT ******/
.data-format-sec {
    background-color: #101827;
    position: relative;
    padding: 84px 0;
}

.data-format-sec::after {
    position: absolute;
    content: "";
    right: 18px;
    top: 50%;
    transform: translate(0, -50%);
    background: url(../images/format-bg.svg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 447px;
    width: 696px;
}

.data-format-sec .text-box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.data-format-sec .text-box h3 {
    color: #fff;
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
}

sup {
    top: -34px;
}

.data-format-sec .text-box p {
    color: rgb(255, 255, 255, 0.8);
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    max-width: 506px;
    width: 100%;
    margin: 10px 0 26px;
}

.data-format-sec .image-holder {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/***** SERVICES SEC ******/
.services-sec {
    padding: 120px 0;
    position: relative;
}

.services-img1 {
    position: absolute;
    right: 0;
    top: 0;
}

.services-img2 {
    position: absolute;
    left: 40px;
    bottom: 0;
}

.services-sec .product-box {
    align-items: center;
    text-align: center;
}

/***** PRICE SEC *******/
.price-sec {
    background: url(../images/price-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 120px 0;
}

.title {
    text-align: center;
}

.title span {
    color: #0E2139;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background-color: #fff;
    height: 32px;
    padding: 0px 12px;
}

.title h4 {
    color: #242220;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    margin: 18px 0 24px 0;
}

.title p {
    color: rgb(36, 34, 33, 0.8);
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    max-width: 473px;
    width: 100%;
    margin: 0 auto;
}

.title ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36px;
    margin: 36px 0 0 0;
}

.title ul li {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #242220;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
}

.price-inner {
    margin: 50px 0 0 0;
}

.price-box {
    border: 1px solid #D9DEE4;
    background-color: #fff;
    border-radius: 16px;
    padding: 32px;
    margin: 10px 0;
}

.price-box span {
    color: #242220;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    display: block;
}

.price-box h4 {
    color: #101828;
    font-size: 40px;
    line-height: 1;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 24px 0 35px 0;
}

.price-box h4 sub {
    color: rgb(35, 33, 31, 0.6);
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    bottom: 0;
}

.price-box ul {
    margin-bottom: 34px;
}

.price-box ul li {
    color: rgb(35, 33, 31, 0.6); 
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 22px;
}

.price-box ul li:last-child {
    margin: 0;
}

/****** GET START *******/
.get-start-sec {
    padding: 120px 0;
}

.get-start-inner {
    border-radius: 13.714px;
    border: 1px solid #FFF;
    background: #101827;
    box-shadow: 0px 0px 0px 8px rgba(144, 196, 255, 0.15);
    padding-left: 80px;
    padding-top: 80px;
    display: flex; 
    justify-content: space-between;
}
.get-start-inner .text-box h4{
    font-size: 40px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #fff;
    line-height: 48px;
    display: flex;
    align-items: center;
}
.get-start-inner .text-box .btn-default{
    margin-top: 20px;
}
.get-start-inner .image-holder{
    max-width: 447px;
    width: 100%;
    margin-left: auto;
}
/***** FOOTER ******/
footer{
    padding: 24px 0 0 0;
}
.footer-logo{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-inner ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 38px;
}
.footer-nav{
    color: #242220;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.copyright{
    display: flex;
    align-items: center;
    border-top: 1px solid #E7ECF5;
    justify-content: space-between;
    margin-top: 100px;
    padding-top: 54px;
    margin-bottom: 20px;
}
.copyright p{
    color: rgb(36, 34, 32, 0.6);
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
} 
.copyright ul{
    display: flex;
    align-items: center;
    gap: 32px;
}
.copyright ul li a{
    color: rgb(36, 34, 32, 0.6);
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
}
.copyright ul li a:hover,
.footer-nav:hover{
    color: #F96302;
}