@charset "UTF-8";

body, section{
    margin: 0;
    font-family: 'Montserrat';
}

/* Navbar */
.navbar{
    border-bottom: 1px solid #c9c9c9;
    width: 100%;
}

.row{
    width: 100%; 
    margin: 0;
}

.navbar a{
    margin-right: 5%;
}

.logo-cp{
    width: 100px;
    margin-left: 5%;
}

/* Header */
header{
    background-color: #192834;
    width: 100%;
    height: 120%;
}

.header-circle{
    background-color: #398ccb;
    width:110%;
    height:100%;
    border-radius: 0 0 0 65%;
    margin-left: 160px; 
    display: block;
}

.header-img{
    border-radius: 300px 0px 0px 0px;
    width: 674px;
    margin-top: 5px;
    display: block; 
}

.ocr{
    height: 250px;
    margin-top: 80px;
    margin-left: 200px;
    margin-bottom: 30px;
}

.btn-budget{
    text-decoration: none;
    margin-left: 230px;
    background-color: #192834;
    color: #fff;
    padding: 10px;
    border-radius: 20px;
}

.btn-budget:hover{
    background-color: #212c36;
    text-decoration: none;
    color: #fff;
}

/* Main */

h2{
    color: #192834;
}

.about p{
    margin-left: 200px;
    margin-right: 200px;
}

/* How ir works */

#how-it-works{
    position: relative;
    z-index: 1;
    margin-top: 100px;
}

#how-it-works::before {
    width: 100%;
    height: 110%;
    content: '';
    position: absolute;
    top: 0;
    background-color: rgba(25, 40, 52);
    z-index: -1;
    -webkit-transform: skewY(-5deg);
    transform: skewY(-5deg);
}

.cloud{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3%;
}

h3{
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 600;
    text-align: center;
}

#how-it-works hr{
    color: #fff;
    background-color: #fff;
    height: 2px;
    width: 680px;
}

.p-how{
    color: #fff;
    margin-left: 120px;
    margin-right: 120px;
    margin-top: 50px;
}

/* OPTIONS */
  .blog-slider {
       width: 95%;
       position: relative;
       max-width: 800px;
       margin: auto;
       background: #fff;
       padding: 25px;
       border-radius: 25px;
       height: 400px;
       transition: all 0.3s;
       margin-top: 5%;
  }
  
   .blog-slider__item.swiper-slide-active .slider-img img {
       opacity: 1;
       transition-delay: 0.3s;
  }
  
   .blog-slider__item.swiper-slide-active .slider-content > * {
       opacity: 1;
       transform: none;
  }

   .slider-img {
       width: 300px;
       flex-shrink: 0;
       height: 300px;
       border-radius: 20px;
       transform: translateX(-80px);
  }

   .slider-img img {
       width: 100%;
       height: 100%;
       object-fit: cover;
       display: block;
       opacity: 0;
       border-radius: 20px;
       transition: all 0.3s;
  }

   .slider-content {
       padding-right: 25px;
  }

   .slider-content > * {
       opacity: 0;
       transform: translateY(25px);
       transition: all 0.4s;
  }

   .slider-title {
       font-size: 24px;
       font-weight: 700;
       color: #398ccb;
       margin-bottom: 20px;
  }

   .slider-pagination {
       position: absolute;
       z-index: 21;
       right: 20px;
       width: 11px !important;
       text-align: center;
       left: auto !important;
       top: 50%;
       bottom: auto !important;
       transform: translateY(-50%);
  }

   .slider-pagination .swiper-pagination-bullet {
       width: 11px;
       height: 11px;
       display: block;
       border-radius: 10px;
       opacity: 0.2;
       transition: all 0.3s;
       margin-bottom: 8px !important;
  }
   .slider-pagination .swiper-pagination-bullet-active {
       opacity: 1;
       background: #398ccb;
       height: 30px;
  }


/* BENEFITS */
.row-benefits{
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

#benefits{
    margin-top: 15%;
}

#benefits img{
    height: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#benefits img:hover{
    transform: scale(1.1);
}

#benefits h2{
    font-weight: 600;
    color: #192834;
}

#benefits p{
    margin-top: 20px;
    font-size: 14pt;
}

/* Form */
#form{
    background: url('imgs/form.jpg');
    height: 100%; 
    position: relative;
    margin-top: 80px;
    color: #ffff;
    padding: 7%;
    background-repeat: no-repeat;
    background-size: 100%;
}

.tryit{
    background-color: rgba(57, 140, 203, .9);
    padding: 3%;
}

.tryit h4{
    font-weight: 500;
    font-size: 22pt;
    margin-top: 18%;
}

.tryit p{
    font-weight: 500;
    font-size: 22pt;
}

.tryit hr{
    color: #fff;
    background-color: #fff;
    height: 3px;
}

.tryit-form{
    background-color: #fff;
    color: #192834;
    padding: 3%;
}

.btn-form{
    color: #ffff;
    text-decoration: none;
    background-color: #398ccb;
}

.btn-form:hover{
    background-color: #5997c7;
    color: white;
}

/* Question */
.accordion {
    background-color: #fff;
    color: #192834;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    font-weight: 600;
    transition: 0.4s;
  }
  
.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    color: #616161;
    transition: max-height 0.3s ease-out;
    border-bottom: 1px solid #192834;
  }

.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    float: right;
    margin-left: 5px;
  }

.questions{
    margin-top: 5%;
}
  
.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
  }


/* Footer */
footer{
    background-color: #398ccb;
    padding: 2%;
    margin-top: 5%;
    display: block;
}

.footer-brand{
    height: 70px;
    margin-left: 40%;
    margin-bottom: 1%;
}

.media-icons{
    display: inline;
    margin-left: 40%;
}

.icon{
    height: 38px;
    padding: 5px;
}

.footer-links{
    margin-right: 5%;
}

.footer-links h5{
    color: #192834;
}

ul{
    float: left;
    padding: 0;
    margin-bottom: 0;
}

.footer-links a{
    text-decoration: none;
    color: white;
}

.second-list{
    padding-left: 30px;
}
