@font-face {
    font-family: 'Gilroy';
    src: url("urn:scrapbook:download:error:https://baklajan.io/fonts/Gilroy-Medium.woff2") format('woff2'),
        url("urn:scrapbook:download:error:https://baklajan.io/fonts/Gilroy-Medium.woff") format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url("urn:scrapbook:download:error:https://baklajan.io/fonts/Gilroy-Regular.woff2") format('woff2'),
        url("urn:scrapbook:download:error:https://baklajan.io/fonts/Gilroy-Regular.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url("urn:scrapbook:download:error:https://baklajan.io/fonts/Gilroy-Bold.woff2") format('woff2'),
        url("urn:scrapbook:download:error:https://baklajan.io/fonts/Gilroy-Bold.woff") format('woff');
    font-weight: 700;
    font-style: normal;
}

*, ::after, ::before {
    box-sizing: border-box;
	margin: 0;
padding: 0;
}

a {
text-decoration: none;
}

html {
background: #fff;
}

body, html{
margin:0;
padding:0;
}

body {
color: #70798c;
font-family: 'Gilroy', sans-serif;
}

#section1 {
    padding: 15px 20px 30px 20px;
    min-height: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url("urn:scrapbook:download:error:https://baklajan.io/img/bottomwave.svg") no-repeat center top, linear-gradient(to bottom, #CC5500 0%,rgba(255,255,255,0) 8%);
    background-size: 1450px, auto;
    /* background: url(../img/topwave.svg) no-repeat center top, linear-gradient(to bottom, rgba(235,240,254,1) 0%,rgba(255,255,255,0) 100%); */
}

#section2 {
padding: 50px 0;
}

#section3 {
padding: 40px 0 90px 0;
}

#section4 {
    background: url("urn:scrapbook:download:error:https://baklajan.io/img/dotsbg.svg") no-repeat center bottom, url("urn:scrapbook:download:error:https://baklajan.io/img/bottomwave.svg") no-repeat center bottom, linear-gradient(to top, #CC5500 0%,rgba(255,255,255,0) 10%);
    background-size: 1450px, auto;
}


#section1 > .wrapper {
margin: auto;
}


#section1 > .wrapper .row, #section3 > .wrapper .row {
align-items: center;
}

.wrapper {
max-width: 1240px;
min-width: 960px;
width: 100%;
margin: 0 auto;
}

.row {
display: flex;
flex-direction: row;
margin: 0 -15px;
}


.col25 {
width: 25%;
flex: 0 0 25%;
padding: 0 15px;
display: flex;
}

.footer .col25 {
flex-direction: column;
}

.col50 {
width: 50%;
flex: 0 0 50%;
padding: 0 15px;
}


.col60 {
width: 60%;
flex: 0 0 60%;
padding: 0 15px;
}

#section3 .col60 {
padding-right: 100px;
}

.col60 img {
max-height: 600px;
min-height: 550px;
}

.col40 {
width: 40%;
flex: 0 0 40%;
padding: 0 15px;
}

.col30 {
width: 33.33333%;
flex: 0 0 33.33333%;
padding: 0 15px;
}

.colpadding {
padding-right: 60px;
}


.navigation {
width: 100%;
}

.navigation .wrapper {
display: flex;
justify-content: space-between;
align-items: center;
}

.logo {
    width: 150px;
    /*background: url(../img/logo.png) no-repeat center left;*/
    /* border: 3px solid #FF5A5F; */
}

.nav ul {
display: flex;
list-style: none;
}

.nav ul li a{
margin-left: 35px;
font-weight: 700;
color: #CC5500;
transition: all 0.2s ease;
text-decoration: none;
}

.nav ul li a:hover{
color: #FF6701;
}

.nav ul li a.active {
color: #5f45c0;
}

h1 {
font-size: 42px;
font-weight: 700;
letter-spacing: -1px;
line-height: 48px;
color: #FF6701;
margin-bottom: 40px;
}

h2 {
font-size: 30px;
font-weight: 700;
letter-spacing: -1px;
line-height: 36px;
color: #FF6701;
margin-bottom: 30px;
}

#section2 h2 {
text-align: center;
margin-bottom: 40px;
}

h3 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 26px;
    color: #FF6701;
    margin: 10px 0 15px 0;
}

.underh1 {
font-size: 18px;
line-height: 26px;
font-weight: 500;
}

.underh2 {
font-size: 16px;
line-height: 22px;
font-weight: 500;
}

.underh3 {
font-size: 15px;
line-height: 22px;
font-weight: 500;
padding-bottom: 20px;
}

.buttons {
display: flex;
align-items: center;
margin-top: 50px;
}

.button {
font-weight: 700;
text-transform: uppercase;
color: #FF6701;
background: linear-gradient(45deg, rgba(139,97,178,1) 0%,rgba(102,69,222,1) 53%,rgba(102,69,222,1) 53%);
padding: 0px 50px;
font-size: 16px;
letter-spacing: 4px;
border-radius: 60px;
height: 80px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
cursor: pointer;
box-shadow: 0px 10px 35px 0px rgba(67,45,145,0.25);

}


.learnbutton {
margin-left: 20px;
font-size: 12px;
line-height: 16px;
color: #CC5500;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 700;
max-width: 200px;
height: 50px;
display: flex;
align-items: center;
cursor: pointer;
transition: all 0.3s ease;
}

.learnbutton:hover {
color: #CC5500;
}

.learnbutton:hover > .learnicon {
transform: scale(1.15);
margin-right: 15px;
}


.learnicon {
height: 80px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 10px;
transition: all 0.2s ease-in-out;
}


.learnicon svg {
height: 60px;
width: 60px;
fill: #fdb82d;
}

.learnbutton:hover > .learnicon {
transform: zoom(4px);
}

.mouse {
position: absolute;
left: calc(50% - 14px);
margin-top: 50px;
display: none;
}

.mouse svg {
width: 28px;
height: 28px;
fill: #d9e2ec;
}

.progress {
display: flex;
align-items: center;
margin-top: 30px;
}

.number {
height: 60px;
border-radius: 60px;
display: flex;
align-items: center;
justify-content: center;
font-weight: 700;
color: #CC5500;
padding: 0 20px;
font-size: 24px;
background: #fff;
position: relative;
-webkit-box-shadow: 0px 20px 55px 0px rgba(50,74,124,0.13);
-moz-box-shadow: 0px 20px 55px 0px rgba(50,74,124,0.13);
box-shadow: 0px 20px 55px 0px rgba(50,74,124,0.13);
}

.number .small {
font-size: 12px;
font-weight: 500;
color: #484068;
margin-left: 10px;
}


.third {
color: #fff;
background: linear-gradient(45deg, rgba(139,97,178,1) 0%,rgba(102,69,222,1) 53%,rgba(102,69,222,1) 53%);
flex: 0 0 60px;
max-width: 60px;
min-width: 60px;
box-shadow: 0px 10px 35px 0px rgba(67,45,145,0.25);
}

.third svg {
width: 16px;
height: 16px;
fill: #fff;
}

.border {
display: block;
margin: 0 17px;
height: 2px;
width: 15px;
background: #d9e2ec;
}

.offercontainer {
    align-items: center;
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    text-align: center;
    background: #fff;
    border-radius: 15px;
    padding: 25px 25px 35px 25px;
    -webkit-box-shadow: 0px 20px 55px 0px rgb(50 74 124 / 13%);
    -moz-box-shadow: 0px 20px 55px 0px rgba(50,74,124,0.13);
    box-shadow: 0px 20px 55px 0px rgb(155 155 155 / 13%);
}

.offericon {
width: 70px;
flex: 0 0 70px;
margin-right: 20px;
height: 70px;
    background: #fff;
    box-shadow: 0px 20px 55px 0px rgba(50,74,124,0.13);
    border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content:center;
}

.offericon svg {
width: 54px;
height: 54px;
}

.morebutton {
    background: rgba(235, 240, 254, 1);
    border-radius: 60px;
    bottom: 10px;
    right: 45%;
    padding: 10px 15px;
    display: inline-flex;
    /* height: 26px; */
    margin-top: 15px;
    transition: all 0.2s ease;
    cursor: pointer;
    color: #FF6701;
}

.morebutton:hover {
background: rgba(235, 240, 254, 0.7);
}

.morebutton svg {
width: 18px;
fill: #FF6701;
}

.contactcontainer {
    margin-bottom: 60px;
    display: flex;
    background: #fff;
    border-radius: 15px;
    padding: 50px;
    -webkit-box-shadow: 0px 20px 55px 0px rgba(50,74,124,0.13);
    -moz-box-shadow: 0px 20px 55px 0px rgba(50,74,124,0.13);
    box-shadow: 0px 20px 55px 0px rgba(50,74,124,0.13);
}

.address {
display: flex;
margin-top: 30px;
font-size: 14px;
align-items: center;
font-weight: 500;
}

.address svg {
height: 50px;
width: 40px;
margin-right: 15px;
fill: #F9A826;
}

.companyname {
font-size: 18px;
color: #FF6701;
font-weight: 700;
margin-bottom: 5px;
}

.phone {
font-size: 32px;
color: #FF6701;
font-weight: 700;
margin-top: 50px;
}

.textinputs {
display: flex;
justify-content: space-between;
}

input[type=text] {
background: #ebeef9;
border-radius: 60px;
height: 50px;
padding: 0 25px;
border: none;
margin-bottom: 25px;
width: 49%;
font-family: 'Gilroy', sans-serif;
color: #FF6701;
font-size: 16px;
font-weight: 700;
}

button {
background: linear-gradient(45deg, rgba(139,97,178,1) 0%,rgba(102,69,222,1) 53%,rgba(102,69,222,1) 53%);
color: #CC5500;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 14px;
font-weight: 700;
padding: 0 35px;
height: 60px;
float: right;
border-radius: 60px;
border: none;
font-family: 'Gilroy', sans-serif;
letter-spacing: 3px;
cursor: pointer;
box-shadow: 0px 10px 35px 0px rgba(67,45,145,0.25);
}

select {
background: #ebeef9 url("") no-repeat center right 25px;
background-size: 14px;
border-radius: 60px;
height: 50px;
padding: 0 25px;
border: none;
width: 100%;
margin-bottom: 25px;
font-family: 'Gilroy', sans-serif;
color: #38435b;
font-size: 16px;
font-weight: 700;
-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
background: #ebeef9;
border-radius: 10px;
height: 140px;
padding: 20px 25px;
border: none;
width: 100%;
margin-bottom: 15px;
font-family: 'Gilroy', sans-serif;
color: #38435b;
font-size: 16px;
font-weight: 700;
}

::placeholder {
color: #38435b;
}

input, select, textarea, button {
outline: none;
}

.footer {
padding: 40px 0 50px 0;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
}

.footernav {
list-style: none;
display: flex;
flex-direction: column;
}

.footernav a {
color: #70798c;
transition: all 0.2s ease;
}

.footernav a:hover {
opacity: 0.7;
}

.footerul {
display: flex;
}

.footernav li {
margin-right: 30px;
line-height: 18px;
margin-bottom: 5px;
}

.footernavheading {
font-size: 16px;
font-weight: 700;
color: #5f45c0;
margin-bottom: 15px;
}

.copyright {
background: url("urn:scrapbook:download:error:https://baklajan.io/img/logofooter.svg") no-repeat top left;
background-size: 50px;
height: 60px;
padding: 0 150px 0 70px;
}

.copyright .small {
font-size: 12px;
margin-top: 15px;
}

.copyright .bold {
font-weight: 700;
color: #484068;
}

.modalcontainer {
display: none;
width: 740px;
font-weight: 500;
text-align: center;
}

.modalbackground {
margin-right: 50px;
min-width: 250px;
}

.modalcontent {
padding: 0 25px;
}

.modalcontent p {
margin-bottom: 18px;
line-height: 22px;
font-size: 15px;
}

.modalcontent .big {
font-size: 18px;
line-height: 24px;
font-weight: 700;
color: #484068;
}

.logo-text {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    width: 270px;
    /* color: #FF5A5F; */
    font-weight: 700;
    color: #484068;
    font-family: 'Prompt', sans-serif;
}

.icon_1 {
    background: url("") no-repeat;
    background-size: contain;
}

.icon_2 {
    background: url("") no-repeat;
    background-size: contain;
}

.icon_3 {
    background: url("") no-repeat;
    background-size: contain;
}

.offercontent h3 {
    padding-top: 20px;
}

.img_test {
    width: 100% !important;
}

.color_test {
    color: #484068;
}

.phone_email {
    font-size: 18px;
    color: #CC5500;
    font-weight: 700;
    margin-bottom: 5px;
    padding: 15px;
}

.img_start {
    width: 100%;
}

.container_phone {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.columns_row {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.columns_row > div {
    width: 100%;
    margin-bottom: 30px;
}

.b_1 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
