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

Name: main.css
Version: 1.0
更多精品模板：http://www.bootstrapmb.com
-------------------------------------

Table of contents

    01. Navbar
    02. Slider
    03. Digital
    04. Creative
    05. Screenshots
    06. Features
    07. Try
    08. Links
    09. Footer
    10. Loading
    11. Media Query

*/

body {
  font-family: "Dosis", sans-serif;
  height: 3000px;
}
@font-face {
  font-family: "MobiriseIcons";
  src: url("../fonts/mobirise.eot?5dqoim");
  src:
    url("../fonts/mobirise.eot?5dqoim#iefix") format("embedded-opentype"),
    url("../fonts/mobirise.ttf?5dqoim") format("truetype"),
    url("../fonts/mobirise.woff?5dqoim") format("woff"),
    url("../fonts/mobirise.svg?5dqoim#MobiriseIcons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.mb3 {
  margin-bottom: 3rem;
}
/*--------------------------------------------------
[1. Start Navbar]
--------------------------------------------------*/
/*--- btn default --*/
.btn-brand {
  background: #ffffff;
  border-radius: 35px;
  padding: 10px 40px;
  color: #6a6f89;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}

.btn-brand:hover {
  color: #fff;
  background-color: #0079bf;
  border-color: #ffffff;
}

.btn-brand.focus,
.btn-brand:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: none;
}

/*----------------- Headers ---------------------------------*/
.header-classic {
  transition: all 0.3s ease-in-out;
  background: #0079bf;
}

.navbar-classic .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  padding: 12px 20px;
  line-height: 20px;
  transition: ALL 0.4s ease-in-out;
}

.navbar-classic .navbar-nav .nav-item .nav-link:hover.dropdown-toggle::after {
  color: #c9cdd3;
}

.navbar-classic.navbar {
  padding: 18px 0px;
}

.navbar-classic .dropdown-toggle::after {
  margin-top: 1px;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6px;
  vertical-align: -2px;
  content: "\f107";
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  color: #cdd3db;
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  margin-right: 15px;
  font-size: 13px;
}

.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #f1f1f6;
  border-radius: 0px;
}

a.navbar-brand {
  display: inline-block;
  margin-right: initial;
  line-height: inherit;
  white-space: nowrap;
  color: #6e6e78;
  font-size: 24px;
  padding: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 16rem;
  padding: 12px;
  margin: 18px 0px;
  font-size: 1rem;
  color: #808294;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 2px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.05);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 15px 15px;
  clear: both;
  font-weight: 500;
  color: #6e6e78;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-size: 16px;
  line-height: 15px;
  transition: all 0.3s ease-in-out;
}

.dropdown-item:focus,
.dropdown-item:hover {
  text-decoration: none;
  background-color: #ffff;
  border-radius: 4px;
}

.dropdown-item:focus .dropdown-toggle::after,
.dropdown-item:hover.dropdown-toggle::after {
  color: #ececec;
}

@media (min-width: 992px) {
  .dropdown .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }

  .dropdown:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }

  .dropdown-submenu:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 17px;
  top: 25px;
}

.dropdown-submenu .dropdown-menu {
  top: 0px;
  left: 100%;
  margin-left: 13px;
  margin-right: 0.1rem;
}

.caret-up {
  width: 0;
  height: 0;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-bottom: 4px solid;
  display: inline-block;
  margin-left: 2px;
  vertical-align: middle;
}

.mega-dropdown {
  position: unset;
}

.mega-dropdown-menu {
  width: 100%;
  position: absolute;
  top: 63px;
  margin: 15px 0px;
}

.mega-dropdown-menu ul {
  list-style: none;
}

.nav-dropitem-arrow {
  position: relative;
  font-size: 12px;
  opacity: 0;
  padding-right: 10px;
}

.nav-dropitem-arrow i {
  position: absolute;
  /* top: -1px;
	*/
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #0079bf;
  text-decoration: none;
  background-color: #ffff;
  border-radius: 4px;
}

.dropdown-item:hover .nav-dropitem-arrow {
  color: #0079bf;
  opacity: 1;
  margin-right: 5px;
}

.navbar-classic .navbar-toggler,
.navbar-boxed .navbar-toggler {
  padding: 17px 15px;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid #b7d9ff;
  border-radius: 0.25rem;
  position: relative;
}

/* mobile menu css */
.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu {
  background: #fff;
  box-shadow: none;
  margin: 7px 0px;
}

.navbar-classic .navbar-collapse.show .navbar-nav .nav-item .nav-link {
  border-bottom: 1px solid #6badf8;
}

.navbar-classic
  .navbar-collapse.show
  .dropdown
  .dropdown-menu
  .dropdown-submenu.dropdown-item {
  border-bottom: 1px solid #f1f1f6;
}

.navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu {
  background: #fff;
  box-shadow: none;
  margin: 7px 0px;
}

.navbar-boxed .navbar-collapse.show .navbar-nav .nav-item .nav-link {
  border-bottom: 1px solid #f1f1f6;
}

.navbar-boxed
  .navbar-collapse.show
  .dropdown
  .dropdown-menu
  .dropdown-submenu.dropdown-item {
  border-bottom: 1px solid #f1f1f6;
}

.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu {
  background: #fff;
  box-shadow: none;
  margin: 7px 0px;
}

.navbar-transparent .navbar-collapse.show .navbar-nav .nav-item .nav-link {
  border-bottom: 1px solid #0079bf;
}

.navbar-transparent
  .navbar-collapse.show
  .dropdown
  .dropdown-menu
  .dropdown-submenu.dropdown-item {
  border-bottom: 1px solid #f1f1f6;
}

.icon-bar {
  width: 21px;
  height: 3px;
  background-color: #ffffff;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: 4px;
}

.navbar-toggler:focus {
  outline: 0px;
}

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 190%;
  background-color: #ffffff;
}

.navbar-toggler .middle-bar {
  opacity: 0;
}

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% -80%;
  background-color: #ffffff;
}

.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
  background-color: #ffffff;
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
  background-color: #ffffff;
}

/*--------------------------------------------------
[2. Start Slider]
--------------------------------------------------*/
.slider {
  background: #0079bf;
  height: 100vh;
}

.slider .content h1 {
  margin: 0;
  font-size: 55px;
  font-weight: 500;
  color: #ffffff;
}

.slider .content p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  opacity: 0.85;
  line-height: 28px;
  margin-top: 20px;
}

.slider .content .btn-border {
  border-radius: 35px;
  border: solid 1px #3cd458;
  background: #3cd458;
  color: #ffffff;
  text-decoration: none;
  padding: 12px 40px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 20px;
  opacity: 0.9;
  transition: all 0.4s ease-in-out;
}

.slider .content .btn-border:hover {
  background: transparent;
  border: solid 1px #ffffff;
}

.slider .image {
  width: 100px;
}

/*--------------------------------------------------
[3. Start Digital]
--------------------------------------------------*/
.digital {
  padding: 120px 0;
  background: #f8f9f9;
}

.digital .text {
  padding-left: 30px;
}

.digital .text h2 {
  font-size: 30px;
  font-weight: 600;
  color: #5a5e74;
  margin: 0;
  margin-bottom: 20px;
}

.digital .text p {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  color: #797c8f;
  opacity: 0.85;
  margin-bottom: 0;
  margin-bottom: 25px;
}

.digital .text .btn-white {
  background: #50a1ff;
  border-radius: 35px;
  padding: 10px 40px;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border: 1px solid #50a1ff;
  display: inline-block;
}

.digital .text .btn-white:hover {
  background: transparent;
  border: 1px solid #50a1ff;
  color: #50a1ff;
}

.digital .image {
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------
[4. Start creative]
--------------------------------------------------*/
.creative {
  padding: 120px 0;
}

.creative .text {
  margin-bottom: 40px;
}

.creative .text h2 {
  font-size: 30px;
  font-weight: 600;
  color: #5a5e74;
  margin: 0;
  margin-bottom: 20px;
}

.creative .text p {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  color: #797c8f;
  opacity: 0.85;
  margin-bottom: 0;
}

.creative .image {
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
}

.creative .box .span-1 {
  color: #ff5777 !important;
  font-size: 40px;
}

.creative .box .span-2 {
  color: #feac0f !important;
  font-size: 40px;
}

.creative .box h3 {
  font-size: 22px;
  font-weight: 500;
  color: #5a5e74;
  margin-top: 15px;
}

.creative .box p {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  color: #797c8f;
  opacity: 0.85;
  margin-bottom: 0;
}

/*--------------------------------------------------
[5. Start Screenshots]
--------------------------------------------------*/
.screenshot {
  padding: 120px 0;
  background: #f8f9f9;
}

.screenshot .heading {
  margin-bottom: 50px;
}

.screenshot .heading h2 {
  font-size: 30px;
  font-weight: 600;
  color: #5a5e74;
  margin: 0;
  margin-bottom: 10px;
}

.screenshot .heading p {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  color: #797c8f;
  opacity: 0.85;
  margin-bottom: 0;
}

.screenshot .tab-content {
  margin-top: 40px;
}

.screenshot .tab-content .tab-pane {
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.06);
}

.screenshot .nav-item .nav-link {
  font-size: 18px;
  font-weight: 500;
  color: #6e7286;
  transition: all 0.2s ease-in-out;
}

.screenshot .nav-item {
  margin: 0 10px;
}

.screenshot .nav-item .active {
  background: #50a1ff;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 40px;
  color: #ffffff;
}

/*--------------------------------------------------
[6. Start Features]
--------------------------------------------------*/
.features {
  padding: 120px 0 90px 0;
}

.features .heading {
  margin-bottom: 50px;
}

.features .heading h2 {
  font-size: 30px;
  font-weight: 600;
  color: #5a5e74;
  margin: 0;
  margin-bottom: 10px;
}

.features .heading p {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  color: #797c8f;
  opacity: 0.85;
  margin-bottom: 0;
}

.features .box {
  background: #ffffff;
  border: 1px solid #f1f2f3;
  padding: 40px;
  margin-bottom: 30px;
  transition: all 0.4s ease-in-out;
}

.features .box:hover {
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.06);
}

.features .box span {
  font-size: 40px;
  color: #9a999c;
  display: inline-block;
}

.features .box h3 {
  font-size: 18px;
  color: #797c8f;
  margin: 0;
  margin-top: 15px;
}

/*--------------------------------------------------
[7. Start Try]
--------------------------------------------------*/
.try {
  padding: 120px 0;
  background: #f8f9f9;
}

.try h2 {
  font-size: 40px;
  font-weight: 600;
  color: #5a5e74;
  margin: 0;
  margin-bottom: 20px;
}

.try p {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  color: #797c8f;
  opacity: 0.85;
  margin-bottom: 0;
}

.try .btn-green {
  border-radius: 35px;
  border: solid 1px #3cd458;
  background: #3cd458;
  color: #ffffff;
  text-decoration: none;
  padding: 12px 40px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 30px;
  opacity: 0.9;
  transition: all 0.4s ease-in-out;
}

.try .btn-green:hover {
  border: solid 1px #5a5e74;
  color: #5a5e74;
  background: transparent;
}

/*--------------------------------------------------
[8. Start Links]
--------------------------------------------------*/
.links {
  padding: 30px 0;
  background: #ffffff;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.links a {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  font-size: 14px;
  color: #797c8f;
  margin: 0 10px;
  transition: all 0.4s ease-in-out;
  font-weight: 300;
}

.links a:hover {
  color: #50a1ff;
}

/*--------------------------------------------------
[9. Start Footer]
--------------------------------------------------*/
.footer {
  background: #f8f9f9;
  padding: 20px;
}

.footer p {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  color: #797c8f;
}

/*--------------------------------------------------
[10. Start Page Loading]
--------------------------------------------------*/
.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../img/loader/1.gif") center no-repeat #fff;
}

/*--------------------------------------------------
[11. Start Media Query]
--------------------------------------------------*/
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  .navbar-classic .navbar-nav .nav-item .nav-link {
    padding: 20px 0;
  }

  .btn-brand {
    margin-top: 20px;
  }

  .header-classic {
    border-bottom: 1px solid #0a8fdb !important;
    padding: 5px;
  }
  .slider {
    height: 900px;
    padding-top: 30px;
  }
  .digital {
    text-align: center;
  }

  .digital .image {
    margin-bottom: 40px;
  }

  .digital .text {
    padding: 0;
  }

  .creative {
    text-align: center;
  }

  .creative .box {
    margin-bottom: 30px;
  }
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  .navbar-classic .navbar-nav .nav-item .nav-link {
    padding: 20px 0;
  }

  .btn-brand {
    margin-top: 20px;
  }

  .header-classic {
    border-bottom: 1px solid #0a8fdb !important;
    padding: 5px;
  }
  .slider {
    height: 900px;
    padding-top: 30px;
  }
  .digital {
    text-align: center;
  }

  .digital .image {
    margin-bottom: 40px;
  }

  .digital .text {
    padding: 0;
  }

  .creative {
    text-align: center;
  }

  .creative .box {
    margin-bottom: 30px;
  }
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
  .navbar-classic .navbar-nav .nav-item .nav-link {
    padding: 20px 0;
  }

  .btn-brand {
    margin-top: 20px;
  }

  .header-classic {
    border-bottom: 1px solid #0a8fdb !important;
    padding: 5px;
  }
  .slider {
    height: 900px;
    padding-top: 30px;
  }
  .digital {
    text-align: center;
  }

  .digital .image {
    margin-bottom: 40px;
  }

  .digital .text {
    padding: 0;
  }

  .creative .box {
    margin-bottom: 30px;
  }
}
.image-icon {
  padding: 10px 6px;
  background-color: #5e72e4;
  color: white;
  top: 45%;
  cursor: pointer;
}
.image-icon:hover {
  background-color: rgba(94, 114, 228, 0.5);
}
.image-icon-left {
  left: -20px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.image-icon-right {
  right: -20px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

@media (max-width: 767.98px) {
  .image-icon-left {
    left: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .image-icon-right {
    right: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}

.image .img-fluid {
  object-fit: contain;
}
