/*------------------------------------------------------------------
[Table of contents]

1. Body - Main CSS / body
2. Buttons / .btn-primary
3. Navigation / .navbar
4. Hero Section / .hero
5. Features Section / .features
6. Screenshots Section / .screenshots
7. News Section / .news
8. Download Section / .download
9. Footer / .main_footer
10. Modal Start / .modal-content

-------------------------------------------------------------------*/

/* 1. Body - Main CSS Start */
body {
    font-family: 'Poppins', sans-serif;

}

*:hover, *:focus, *:active {
    outline: none;
 
	
}
.container1 {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: 0;
margin-left: 0;
}

section.section{
    float: left;
    width: 100%;

}
/* 1. Body - Main CSS End */

/* 2. Buttons Start */
.btn-primary {
    height: 42px;
    border-radius: 21px;
    background-color: #FF2600;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    border:0;
    min-width: 100px;
    font-size: 14px;
    line-height: 28px;
}
.btn-primary.btn-lg {
    min-width: 100px;
    height: 52px;
    font-size: 16px;
    border-radius: 26px;
    line-height: 34px;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:focus{
    background-color: #FF2600;
    border:0;
    outline: none;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.btn.btn-outline-primary {
    min-width: 206px;
    height: 52px;
    border-radius: 26px;
    border: solid 2px #FF2600;
    color: #2647ae;
    font-size: 16px;
    font-weight: 400;
    line-height: 31px;
}
.btn.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn.btn-outline-primary:hover{
    outline: none;
    border: solid 2px #FF2600;
    background-color: #FF2600;
    color:#fff;
}
/* Buttons End */


/* 3. Navigation Start */

nav.navbar {
    margin-top: 0px;
    background-color: #FFFFFF;
	
}
.navbar-dark .navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 300;
    color: #000000;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding:10px 17px;
	
}
.navbar-dark .navbar-nav .nav-link:hover {
 color: rgba(255,0,0,.75);
}
.header_btn {
    margin-left: 34px;
}
.dropdown-toggle::after {
    content:"";
    background-image: url('../icons/dropdown.svg');
    width: 8px;
    height: 8px;
    background-repeat: no-repeat;
    border: 0;
    margin-top: 6px;
    float: right;
    background-size: 8px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    border-radius: 5px;
    background-color: #FF2600;
    margin-top: -1px;
    border: 0;
    border-top-left-radius: 0;
}
.navbar .dropdown-item {
    font-size: 13px;
    font-weight: 300;
    color: #000000;
    padding:5px 17px;
}
.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus,
.navbar .dropdown-item:active{
    background: #000000;
}
.navbar .nav-link.dropdown-toggle[aria-expanded=true]{
    background-color: #FF2600;	
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

/* Navigation End */

/* 4. Hero Section Start */
section.hero{
    background-image: url(../icons/hero_bg_mobile.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    text-align: center;
	
}

.main_logo img {
    max-width: 200px;
}
.section_title {
    text-align: center;
    margin: 15px 0;
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: #505050;	
}
.section_desription {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    color: #7a7c82;
}

.hero .iphones {
    position: relative;
    margin-top:67px;
}
.hero .iphones > div {
    width: 1000px;
    height: 700px;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
}
.hero .iphones .iphone_1 {
    background-image: url(../images/hero_iphone_1.png);
    top:52px;
}

.hero .iphones .iphone_2 {
    background-image: url(../images/hero_iphone_2.png);
    left:144px;
}

.hero_row > div {
    padding: 0;
}
.hero_row {
    margin: 20px auto;
}

.hero h1 {
    font-size: 36px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #505050;
    margin: 20px auto;
	
}
.hero h2 {
    font-size: 14px;
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #000000;
}

.hero1 .hero_text1 {
    margin-top: 0px;
}
.hero .hero_text p {
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: #000000;
    margin:26px 0 30px 0;
}
.hero .hero_text .buttons > a {
    float: left;
}
.hero .hero_text .btn-icon {
    color: #000000;
    padding:11px 30px;
}

.button-group .btn {
    background-color: #fff;
    padding:11px 20px;
    color: #000000;
	border: 1px solid #000000;
	border-radius: 8px;
	
}
.button-group  .btn a {
    background-color: #fff;
	color: #000000;
	text-decoration: none;
	
}

.hero .hero_text .btn-icon:hover {
    opacity: 0.9;
}
.hero .hero_text .btn-icon i {
    font-size: 30px;
    float: left;
    color: #000000;
    display: inline-block;
}
.hero .hero_text .btn-icon span {
    float: left;
    display: inline-block;
    margin:4px 10px;
}
/* Hero Section Start */

/* 5. Features Section Start */
.features .feature_item img {
    width: 70px;
    height: 80px;
    object-fit: contain;
}
.features .feature_item {
    text-align: center;
}
.features h2 {
    margin-bottom: 150px;
}
.features .feature_item h3 {
    font-size: 24px;
    margin-top: 37px;

}
.features .feature_item p {
    font-size: 16px;
    text-align: center;
    color: #9b9ea7;
}
section.section.features {
    padding-bottom: 120px;
}
/* Features Section End */

/* 6. Screenshots Section Start */

section.screenshots {
    background-image: linear-gradient(to bottom, #ffffff, #f7f7f7);
    position: relative;
    margin-top: 100px;
    margin-bottom: 40px;
}
section.screenshots:after {
    background-image: url(../icons/screenshots_bottom.svg);
    width: 100%;
    height: 140px;
    background-size: 100%;
    content: "";
    display: block;
    position: absolute;
    bottom: -140px;
    background-repeat: no-repeat;
}
.screenshots .screenshot.active,
.screenshots .screenshot:hover{
    opacity: 1;
    box-shadow: 0 10px 50px 0 rgba(7, 42, 68, 0.04), 0 15px 11px 0 rgba(0, 0, 0, 0.05);

}
.screenshots .screenshot {
    width: 100%;
    height: 90px;
    border-radius: 15px;
    background-color: #ffffff;
    padding:30px 32px;
    opacity: 0.5;
    margin-top: 88px;
    margin-bottom: 4px;
    box-shadow: 0 10px 50px 0 rgba(7, 42, 68, 0.03), 0 15px 11px 0 rgba(0, 0, 0, 0.03);
    cursor: pointer;
    transition: .3s;

}
.screenshots .screenshot i {
    background-color: rgba(38, 71, 174, 0.15);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 20px;
    color: #2647ae;
    padding: 21px 18px;
    text-align: center;
}

.screenshots .screenshot h2 {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: #505050;	
}
.swipe-help {
    font-size: 10px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: #505050;	
}

.screenshots .screenshot h3 {
    font-size: 16px;
    font-weight: 600;
	
    margin-top:-20px;
    color: #505050;
	
}
.screenshots .screenshot p {
    font-size: 14px;
	
    color: #7a7c82;
}

.screenshots .iphone_x:before {
    background-image: url(../icons/iphone_x.png);
    width: 444px;
    height: 720px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-left: -17px;
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    pointer-events: none;
}

.screenshots .row {
    margin: 0 0 50px 0;
}
.screenshots .row > div {
    padding: 0;
}

.screenshots .screenshots_row > div.first,
.screenshots .screenshots_row > div.last {
    max-width: 350px;
    float: left;
    width: 100%;
}

.screenshots .screenshots_row > div.iphone {
    width: 410px;
    float: left;
    position: relative;
    height: 650px;
}

.screenshots .screenshots_row > div.first >div:first-child,
.screenshots .screenshots_row > div.last >div:first-child{
    margin-top: 120px;
}
.screenshots .iphone_x #screen_slider {
    position: absolute;
    width: 300px;
    height: 700px;
    margin: 95px 55px;
}
.screenshots .iphone_x #screen_slider > div {
    height: 700px;
}
.screenshots .iphone_x img {
    width: 305px;
}
.owl-dots {
    display: none;
}
.section_button {
    margin: 20px 0;
}
/* Screenshots Section End */

/* 7. News Section Start */
.news h2 {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: #505050;	
}
.news_block .news_item {
    box-shadow: 10px 20px 60px 0 rgba(0, 0, 0, 0.30);
    width: 100%;
    float: left;
    transition: .3s;
    border-radius: 26px;	
}
.news_block .news_item:hover{
    text-decoration: none;
    box-shadow: 10px 20px 60px 0 rgba(255, 0, 0, 0.15);

}
.news .news_block {
    margin-top: 10px;
}
.news_block .news_item .content {
    background-color: #ffffff;
    width: 100%;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    text-align: center;
    padding:21px 38px 23px;
}
.news_block .news_item img {
    width: 100%;
    max-width: 350px;
    height: 350px;
    object-fit: cover;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom: 0.25px solid #E0E0E0;
	
}
.news_block .news_item h3 {
    font-size: 16px;
	font-weight: 600;
    color: #505050;
}
.news_block .news_item p {
    color: #909090;
    font-size: 14px;
	font-weight: 300;
	
}
.news .news_block {
    margin-right: -20px;
    margin-left: -20px;
}
.news_block > div {
    padding-right: 20px;
    padding-left: 20px;
}
.news .section_button {
    margin-top:130px;
}
/* News Section End */

/* 8. Download Section Start */
.main_footer .download {
    height: 208px;
    border-radius: 15px;
    background-color: #ffffff;
    box-shadow: 10px 20px 60px 0 rgba(0, 0, 0, 0.06);
    width: 100%;
    border-top:4px solid #2647ae;
    margin-top: -16px;
    padding:59px;
    text-align: center;
}
.main_footer .download h3 {
    font-size: 24px;
}
.main_footer .download p {
    color: #a1a4ac;
    font-size: 16px;
    max-width: 516px;
    margin: 0 auto;
}
.download .download_links {
    margin-top:59px;
}
.download .download_links img {
    width: 350px;
    margin:0 5px 15px;

}
.download .download_links a:hover {
    text-decoration: none;
}
/* Download Section End */

/* 9. Footer Start */
.main_footer {
    /*background-image: url(../icons/footer_bg.svg);*/
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    float: left;
    margin-top:30px;
    color:#000000;
    background-size: cover;
    background-position: left;
}

.footer_logo {
    text-align: center;
}
.footer_logo img {
    width:200px;
}
.footer_content {
    margin-top:133px;
    margin-bottom:75px;
}
.footer_links h5{
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 13px;
}
.footer_links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer_links ul li {
    padding: 6px 0;
}
.footer_links ul li a {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.43;
    color: #000000;
}
.footer_links > div {
    float: left;
}
.footer_links {
    display: flex;
    justify-content: space-between;
    margin-top:80px;
}
.footer_bottom {
    float: left;
    width: 100%;
    margin-top:40px;

}
.footer_bottom p {
    display: inline-block;
    float: left;
    font-size: 15px;

}
.scontainer  {
    align-items: center;
    margin: 0 auto;
    overflow: hidden;
    justify-content: space-around;
    display: flex;
    float: none;	
 }
 
.soc_links  {
    text-align: center;
	margin:20px;
    color:#18285D;
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    line-height: 40px;
	border:0.4px solid #BBBBBB;
    box-shadow: 5px 15px 25px 0px rgba(0, 0, 0, 0.25);
}


.fslinks a {
    color:#505050;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
	text-decoration:none;
}
.fslinks a:hover {
    color:#FF2600;
	text-decoration:none;
}

.fslinks .btn {
    font-size: 14px;
	
}

.copyright {
    color:#505050;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
}
/* Footer End */

/* 10. Modal Start  
.modal-content {
    background: transparent;
    border: 0;
}
.modal-body {
    background: transparent;
    padding: 0;
    flex: auto;
}
.modal-body .close {
    background-image: url(../icons/hamburger_icon_close.svg);
    width: 17px;
    height: 17px;
    margin: 10px 0;
    opacity: 1;
    background-size: 17px;
}
.modal-body .close:hover {
    outline: none;
}
*/
/* Modal End */