:root {
    --primaryColor: #ff6600;
    --secondaryColor: #040d43;
    --lightBg: #DCF2E5;
    --textColor: #505050;
    --blackColor: #111;
    --textColor: #747474;
    --whiteColor: #fff;
    --smPadding: 2rem .5rem;
    --lgPadding: 4rem 0
}

@font-face {
    font-family: 'righteousregular';
    src: url('../font/righteous-regular-webfont.woff2') format('woff2'),
        url('../font/righteous-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gilroyLight';
    src: url('../font/Gilroy-Light.eot');
    src: url('../font/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
        url('../font/Gilroy-Light.otf') format('otf'),
        url('../font/Gilroy-Light.svg#Gilroy-Light') format('svg'),
        url('../font/Gilroy-Light.ttf') format('truetype'),
        url('../font/Gilroy-Light.woff') format('woff'),
        url('../font/Gilroy-Light.woff2') format('woff2');
}

@font-face {
    font-family: 'gilroyRegular';
    src: url('../font/Gilroy-Regular.eot');
    src: url('../font/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/Gilroy-Regular.otf') format('otf'),
        url('../font/Gilroy-Regular.svg#Gilroy-Regular') format('svg'),
        url('../font/Gilroy-Regular.woff') format('woff'),
        url('../font/Gilroy-Regular.ttf') format('truetype'),
        url('../font/Gilroy-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'gilroyMedium';
    src: url('../font/Gilroy-Medium.eot');
    src: url('../font/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/Gilroy-Medium.otf') format('otf'),
        url('../font/Gilroy-Medium.svg#Gilroy-Medium') format('svg'),
        url('../font/Gilroy-Medium.ttf') format('truetype'),
        url('../font/Gilroy-Medium.woff') format('woff'),
        url('../font/Gilroy-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'gilroyBold';
    src: url('../font/Gilroy-Bold.eot');
    src: url('../font/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/Gilroy-Bold.otf') format('otf'),
        url('../font/Gilroy-Bold.svg#Gilroy-Bold') format('svg'),
        url('../font/Gilroy-Bold.ttf') format('truetype'),
        url('../font/Gilroy-Bold.woff') format('woff'),
        url('../font/Gilroy-Bold.woff2') format('woff2');
}

body,
p,
a {
    font-family: gilroyMedium;
}

h1,
h2,
h3,
h4,
h5 {

    font-family: righteousregular;
}

/* end font family */

html {
    scroll-behavior: smooth;
}

/* scroll */
::-webkit-scrollbar {
    width: 5px;
    height: 3px;
    border-radius: 8px;
}

::-webkit-scrollbar-track {
    background: var(--whiteColor);
}

::-webkit-scrollbar-thumb {
    background: var(--primaryColor);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primaryColor);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* start common css section */

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

a {
    color: inherit;
    text-decoration: none;
}

p {
    line-height: 1.4;
    margin-bottom: 0;
}

.text-primary {
    color: var(--primaryColor) !important;
}

.text-secondary {
    color: var(--secondaryColor) !important;
}

.text-color {
    color: var(--textColor);
}

header,
section,
footer {
    padding: var(--smPadding);
}

.btn-primary {
    background-color: var(--primaryColor) !important;
    border: 0;
    color: var(--whiteColor);
}

.cursor-pointer {
    cursor: pointer;
}

.bg-light {
    background-color: var(--lightBg) !important;
}

.form-control:focus {
    border-color: 0;
    box-shadow: none;
}

.form-control::placeholder {
    color: var(--whiteColor);
    opacity: .5
}

/* end common css section */
/* start header css */

.banner {
    background-image: url('../img/banner-bg.png');
    /* background-color: #0e364b; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ai_banner_form {
    /* background: #ffffff26; */
    /* background: #0000009e; */
    background-color: #000000c2;
    padding: 2rem;
    border-radius: 10px;
    border: 1px solid white;
    box-shadow: 0 0 10px white;
}

.ai_banner_form .form-control {
    /* background-color: #ffffff2e; */
    background-color: #5e5e5e2e;
    color: var(--whiteColor);
}

header .logo {
    width: 170px;
}

header .info {
    font-size: 14px;
}

header .icon {
    background: var(--primaryColor);
    padding: 4px;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
}

.banner h1 {
    font-size: 40px;
}

/* end header css */

/* start cta css */
.cta {
    background-image: url('../img/cta-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}

/* end cta css */

/* start service section */

.service .content {
    box-shadow: 0 0 20px #8080804f;
    padding: 3rem 2rem;
    border-radius: 10px;
    height: 93%;
    border: 1px solid #040d431c;
}

.service .icon {
    width: 115px;
}

/* end service section */

/* start why-choose us section */
.why-us .item .icon {
    display: block;
    width: 65px;
    margin-right: 10px;
}

/* end why-choose us section */


/* start industry section */
.industry .item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100px;
    text-align: center;
    vertical-align: middle;
    padding: 35px;
    color: var(--whiteColor);
    margin-top: 1rem;
    border-radius: 10px;
}
/* end industry section */

/* start get-start section */
.get-start {
    background: url('../img/get-start-bg.png') no-repeat;
    background-size: cover;
}

/* end get-start section */

/* start process */

.process {
    background: url('../img/process.png') no-repeat;
    background-size: cover;

}

.process .process-item {
    background-color: #f5f8ed;
    border-radius: 7px;
    padding: 3rem 2rem;
    position: relative;
    height: 95%;
}

.process .process-item .icon {
    width: 70px;
    height: auto;
    margin-bottom: 1.5rem;
}

.process .process-item .badge {
    position: absolute;
    top: 20px;
    right: 0;
    background-color: #e6eefb;
    width: 60px;
    height: 35px;
    font-size: 18px;
    border-radius: 7px 0 0 7px;
    color: var(--secondaryColor);
}

/* end process */

/* start footer section */
footer {
    background-color: var(--secondaryColor);
}

footer .logo {
    width: 230px;
}

footer ul li a {
    border: 1px solid #8b9199;
    color: #8b9199;
    display: inline-block;
    height: 40px;
    margin: 0 10px;
    padding-top: 7px;
    transition: all 0.4s ease 0s;
    width: 40px;
}

footer ul li a:hover {
    border: 1px solid var(--primaryColor);
    color: var(--primaryColor);
}

/* end footer section */