@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,800;1,300&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Source Sans Pro', sans-serif;
    /* scroll-behavior: smooth; */
}
html {
    scroll-behavior: smooth;
}
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    background:rgba(128, 224, 221, 0.4);
}
::-webkit-scrollbar-thumb {
    background: #EF7F65; 
    border-radius: 10px;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
.container {
    position: relative;
    width: 1140px;
    margin-right: auto;
    margin-left: auto;
}
.navbar{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 25px 0;
}
.site-map{
    width: 40%;
}
.main-nav{
    width: 40%;
    display: flex;
    justify-content: end;
}
.main-nav a{
    padding-bottom: 12px;
    margin: 0 20px;
    /* border-bottom: 1px solid #262524; */
    font-size: 16px;
    font-weight: 300;
    color: #262524;
}
.main-nav a:hover{
    padding-bottom: 8px;
    border-bottom: 3px solid #EF7F65;
    color: #EF7F65;
}
.nav-user{
    width: 19%;
    margin-left: 15px;
}
.btn{
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 400;
    /* border: 1px solid #EF7F65; */
}
.btn-one{
    background-color: #EF7F65;
    color: #fff;
    font-size: 16px;
    border-radius: 25px;
    border: 1px solid #ef7f65;
}
.btn-one:hover{
    border: 1px solid #EF7F65;
    background-color: #fff;
    color: #EF7F65;
    transition: 0.5s;
}
.section-1{
    /* display: flex;
    justify-content: center; */
    background-image: url("../img/hero-image.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: auto;
    padding: 0px 15px 900px 15px;
}
.hero-text{
    margin: 120px 0 40px 0;
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    color: #262524;
    
}
.hero-para{
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    text-align: center;
    padding: 10px 0;
    color: #506270;
}
.hero-btn{
    text-align: center;
    margin-top: 40px;

}
.btn-two{
    border: 1px solid #262524;
    border-radius: 25px;
    font-size: 16px;
    padding: 15px 30px;
    color: #262524;
}
.btn-two:hover{
    background-color: #262524;
    color: #fff;
    transition: 0.5s;
}
.section-2{
    background-color: #EFF8FF;
}
.section-2-main{
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 100px 0;
}
.blob-col-1{ grid-area: 1 / 1 / 2 / 2; }
.blob-col-2 { grid-area: 1 / 2 / 2 / 3; }
.blob-col-3 { grid-area: 1 / 3 / 2 / 4; }
.blob{
    margin: 30px;
}
.blob h1{
    font-size: 28px;
    font-weight: 400;
    padding: 20px 0;
}
.blob p{
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
.ribbon{
    position: absolute;
    top: -5%;
    left: -15%;
}
.section-3{
    position: relative;
    padding: 100px 0 60px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
} 
.section-3-col-1 {
    grid-area: 1 / 1 / 2 / 2;
    padding-right: 40px;
    display: flex;
    justify-content: start;
    align-items: center;
}
.section-3-col-2 {
    grid-area: 1 / 2 / 2 / 3;
    text-align: right;
}
.section-3-col-1-content h1{
    font-size: 40px;
    font-weight: 400;
}
.section-3-col-1-content p{
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    padding: 40px 0;
}
.newslatter{
    width: 100%;
    position: relative;
    display: flex;
}
.newslatter input{
    width: 360px;
    height: auto;
    font-size: 16px;
    border: none;
    background-color: rgba(128, 224, 221, 0.2);
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 10px;
    outline: none;
    color: #80E0DD;

}
.newslatter input::placeholder {
    color: #80E0DD;
    opacity: 1; /* Firefox */
}
.btn-three{
    padding: 15px 25px;
    border: 1px solid #80E0DD;
    background: #80E0DD;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
}
.btn-three:hover{
   border: 1px solid #80E0DD;
   background-color: #fff;
   color: #80E0DD;
   cursor: pointer;
   transition: 0.5s;
}
.section-3-col-2 img{
    width: 500px;
}
.section-4{
    position: relative;
    padding: 100px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
.section-4-col-1{ 
    grid-area: 1 / 1 / 2 / 2;
    text-align: left;
}
.section-4-col-2{
    grid-area: 1 / 2 / 2 / 3;
    padding-left: 40px;
    display: flex;
    justify-content: start;
    align-items: center;
}
.section-4-col-1 img{
    width: 500px;
}
.section-4-col-2-content h1{
    font-size: 40px;
    font-weight: 400;
}
.section-4-col-2-content p{
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    padding: 40px 0;
}
.btn-four{
    padding: 15px 25px;
    border: 1px solid #ef7f65;
    background: #ef7f65;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
}
.btn-four:hover{
   border: 1px solid #ef7f65;
   background-color: #fff;
   color: #ef7f65;
   cursor: pointer;
   transition: 0.5s;
}
.section-5{
    position: relative;
    padding: 100px 0;
}
.section-5-heading h1{
    text-align: center;
    font-size: 40px;
    font-weight: 400;
}
.section-5-heading p{
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    line-height: 32px;
    color: #506270;
    padding: 20px 0;
}
.pricing-table{
    display: flex;
    justify-content: center;
}
.pricing-table-main{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}  
.pricing-table-one{
    grid-area: 1 / 1 / 2 / 2;
}
.pricing-table-two{
    grid-area: 1 / 2 / 2 / 3;
}
.pricing-table-one, .pricing-table-two{
    padding: 40px 100px 40px 40px;
    margin: 30px;
    border: 1px solid #80e0dd;
    border-radius: 10px;
}
.upper-content{
    border-bottom: 1px solid #80e0dd;
}
.pricing{
    padding: 30px 0;
    color: #262524;
}
.currency{
    font-size: 20px;
}
.price{
    font-size: 40px;
}
.period{
    font-size: 18px;
}
.lower-content{
    margin: 40px 0;
}
.lower-content ul li{
    padding: 10px 0;
    color: #506270;
}
.btn-five{
    background-color: #80e0dd;
    color:#fff;
    font-size: 16px;
    font-weight: 400;
    border-radius: 25px;
    border: 1px solid #80e0dd;
}
.btn-five:hover{
    border: 1px solid #80e0dd;
    background-color: #fff;
    color:#80e0dd;
    transition: 0.5s;
}
.section-6{
    background-color: #EFF8FF;
    position: relative;
    padding: 100px 0;
    margin: 200px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.app-section{
    width: 100%;
    display: inline;
}

.section-6-left{
    width: 49%;
    display: inline-block;
}
.section-6-left h1{
    font-size: 60px;
    font-weight: 500;
    color: #262524;
}
.section-6-left p{
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #506270;
    padding: 30px 0;
}
.section-6-right{    
    width: 49%;
    display: inline-block;
}
.section-6-right img{
    position: absolute;
    top: -55%;
    right: 0;
    width: 410px;
}
.download-option p{
    font-size: 28px;
    font-weight: 400;
    color: #262524;
}
.section-7{
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 100px 0;
    border-bottom: 1px solid #80e0dd;
}
.section-7-left h1{
    font-size: 40px;
    font-weight: 500;
}
.section-7-left p{
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    padding: 40px 0;
}
.section-7-left{
     grid-area: 1 / 1 / 2 / 2;
     margin-right: 40px;
}
.section-7-right{
    grid-area: 1 / 2 / 2 / 3;
    text-align: right;
    display: flex;
    justify-content: end;
    align-items: center;
}
.btn-2{
    padding: 15px 65px;
    font-weight: 400;
}
.btn-six{
    background-color: #80e0dd;
    color:#fff;
    font-size: 20px;
    font-weight: 400;
    border-radius: 25px;
    border: 1px solid #80e0dd;
}
.btn-six:hover{
    background-color: #fff;
    color: #80e0dd;
    border: 1px solid #80e0dd;
    transition: 0.5s;
}
.footer{
    background-image: url("/assets/img/footer-bg.png");
}
.footer-main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 100px 0;
}    
.column-1 { grid-area: 1 / 1 / 2 / 2; }
.column-2{ 
    grid-area: 1 / 2 / 2 / 3; 
}
.column-2 h1,.column-3 h1{
    font-size: 20px;
    font-weight: 400;
    color: #262524;
}
.column-2 ul,.column-3 ul{
    margin-top: 30px;
}
.column-2 ul li,.column-3 ul li{
    padding: 15px 0;
}
.column-2 ul li a,.column-3 ul li a{
    font-size: 16px;
    font-weight: 400;
    color: #262524;
}
.column-2 ul li a:hover,.column-3 ul li a:hover{
    color: #EF7F65;
}
.column-3 {
    grid-area: 1 / 3 / 2 / 4;
}
.column-4 {
    grid-area: 1 / 4 / 2 / 5;
}
.column-4 ul li{
    display: inline-block;
    font-size: 20px;
    margin-right: 30px;
}
.column-4 .facebook{
    color: #3B5998;
}
.column-4 .twitter{
    color: #1DA1F2;
}
.column-4 .insta{
    color: #E1306C;
}
.column-4 .linkd{
    color: #0077B5;
}
.column-4 ul li a:hover{
    color: #EF7F65;
}
.copy-right-text{
    padding: 30px 0;
    border-top: 1px solid #80E0DD;
}
.copy-right-text p{
    font-size: 14px;
    color: #506270;
}