@import url(./variables.css);



:root {
  scroll-behavior: smooth;
  --white:#FFFFFF;
  --primary-blue:#407bff;
  --primary-rgb: 64, 123, 255;
  --secondary-blue:#E4F3FF;
  --tertiary-blue:#1267F6;
  --body:#3F3F3F;
  --font-medium: 'BRSonoma-Medium' sans-serif;
  --font-base:'BRSonoma-Regular', sans-serif;
  --font-semibold:'BRSonoma-SemiBold', sans-serif;
  --box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
}

html{
  overflow-x: hidden;
}

body {
  font-family: var(--font-base);
  font-size: 16px;
  line-height: 1.5;
  color: var(--body);
  background-color: var(--white);
  overflow-x: hidden !important;
}

#content {
  order:1;
  margin-top: 30px;
}
#image {
  order:2;
}

@media screen and (max-width:992px) {
  #content {
    order:2;
  }
  #image {
    order:1;
  }
}


.fixed-top {
  position: fixed;
  top:0;
}

.navbar {
  font-family: 'BRSonoma-SemiBold', 'BRSonoma-Regular', sans-serif;
  background-color: #D9D9D9;
  padding-top: 27px;
  padding-bottom:12px;
}

.navbar-toggler-icon {
  color: var(--primary-blue);
}

.nav-item{
  margin: 0 20px 0 0;
}

.container-d{
  padding-left: 5%;
  padding-right:5%;
}

h1, h2, h3, h4, h5 ,
.h1, .h2, .h3, .h4, .h5 {
  font-family: var(--font-semibold);
  line-height: 1.2;
  color: var(--body);
}

h6, .h6 {
  font-family: var(--font-base);
  font-weight: 600;
  line-height: 1.2;
  color: var(--body);
}

h1, .h1 {
  font-size: 52px;
}

h2, .h2 {
  font-size: 48px;
}

h3, .h3 {
  font-size: 40px;
}

h4, .h4 {
  font-size: 32px;
}

h5, .h5 {
  font-size: 24px;
}

h6, .h6 {
  font-size: 20px;
  font-weight: 400;
}

@media screen and (max-width:600px) {
	h1, .h1 {
		font-size: 38px;
  }

  h2, .h2 {
		font-size: 38px;
  }

  h3, .h3{
    font-size: 38px;
  }

  .reduced {
    font-size: 32px;
  } 

  h4,.h4 {
    font-size: 38px;
  }

  h5,.h5 {
    font-size: 30px;
  }

  h6,.h6 {
    font-size: 20px;
  }
}



a {
  color: var(--primary-blue);
  text-decoration: none;
  transition: var(--transition);
}

a:hover {
  color: var(--secondary-blue);
}

img {
  max-width: 100%;
  height: auto;
}

.img-contained{
  max-height:700px;
  width: auto;
}

.show-desktop {
  display: block ;
}

.show-mobile{
  display: none;
}

@media screen and (max-width:992px) {
  .show-mobile {
    display: block;
  }
  .show-desktop {
    display: none;
  }
}

.text-primary {
  color: var(--primary-blue);
}

.centered {
  display:flex;
  justify-content: center;
  align-items: center;
}

.content-block {
  height:400px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  position: relative;
}

.h-360 {
  height: 360px;
}

.h-320 {
  height: 320px;
}

.h-280 {
  height: 280px;
}

.h-240 {
  height: 240px;
}

.h-200 {
  height: 200px;
}

.p-none {
  padding: 0px;
}



.pb-30 {
  padding-bottom: 30px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-80 {
  padding-bottom: 80px;
}

.justify-content-space-around {
  justify-content: space-around;
}

.img-phone-fixed {
  width: 240px;
  height: 520px;
  margin:20px;
  object-position: center 40%;

}

.section-padding {
  padding-top: 130px;
  padding-bottom: 20px;
}

.section-padding-small {
  padding-top: 70px;
  padding-bottom: 20px;
}

.padding-start {
  padding-top:200px;
}

@media screen and (max-width:992px) {
	.section-padding {
    padding-top: 70px;
    padding-bottom: 20px;
  }

  .padding-start {
    padding-top:130px;
  }
}



.padding-end {
  padding-bottom:100px;
}

.logo{
  width:160px;
  height:auto;
}

.navbar {
  position: fixed;
  width: 100%;
}

.navbar-nav .nav-link {
  font-weight: 400;
  font-family: var(--font-base);
  color: var(--body);
}

.navbar-nav .nav-link:hover {
  color: var(--primary-blue);
}

.btn {
  background: linear-gradient(88deg, #407BFF 1.73%, #9DD4FF 276.75%);
  border-width: 0px;
  color: var(--primary-blue);
  border-radius: 18px;
  width: 155px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.10);
}

.btn-primary {
  color: var(--white);
  width: 190px;
  height: 60px;
  font-size:24px;
  font-family:var(--font-semibold);
}

.btn-secondary {
  background-color: var(--secondary-blue);
  color: var(--primary-blue);
}

@media screen and (max-width:992px) {
	.btn-primary {
    width: 170px;
    height: 50px;
    font-size:20px;
  }
}

ngb-carousel:focus {
  outline: none;
}

.carousel-indicators{
  position:absolute;
  max-width: 120px;
  bottom:-80px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 25px;
  padding: 8px;
  align-items: center;
}
.carousel .carousel-indicators button {
  width: 16px;
 height: 16px;
 margin-left:4px;
 margin-right:4px;
 border-radius: 100%;
 background-color: rgb(var(--primary-rgb),0.5);
}
.carousel-indicators button.active {
  background-color: var(--primary-blue);
}



.tag-container{
  position: absolute;
  top:-50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  padding: 8px 17px 8px 17px;
  border-radius: 100px;
  background-color: var(--secondary-blue);  
}

.tag-remo {
  top:-20px
}

.tag-text{
  color:var(--primary-blue);
  margin: 0px;
  font-family: var(--font-semibold);
}

.text-left {
  text-align: left;
}

@media screen and (max-width:992px) {
	.content-block {
    justify-content: flex;
    flex-direction: column;
    align-items: 'center';
    padding-bottom: 45px;
  }

  .pb-20 {
    padding-bottom: 20px;
  }
}


/* Clients Section - Home Page
------------------------------*/


.clients .client-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.clients .client-logo img {
  padding: 40px;
  max-width: 80%;
  transition: 0.3s;
  opacity: 0.5;
  filter: grayscale(100);
}

.clients .client-logo img:hover {
  filter: none;
  opacity: 1;
}

@media (max-width: 640px) {
  .clients .client-logo img {
    padding: 20px;
  }
}


/*--------------------------------------------------------------
# Frequently asked questions
--------------------------------------------------------------*/

.faq .content h3 {
  font-weight: 400;
  font-size: 40px;
}

.faq .content p {
  font-size: 15px;
  color: rgba(var(--default-color-rgb), 0.7);
}

.faq .faq-container .faq-item {
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
  background-color: var(--secondary-blue);
  color:var(--primary-blue);
  box-shadow: 0px 5px 25px 0px rgba(var(--default-color-rgb), 0.1);
  overflow: hidden;
}

.faq .faq-item {
  border-radius: 10px;
}

.faq .faq-container .faq-item:last-child {
  margin-bottom: 0;
}

.faq .faq-container .faq-item h3 {
  font-family: var(--font-base);
  color:var(--primary-blue);
  font-size: 18px;
  line-height: 24px;
  margin: 0 30px 0 0;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
}

.faq .faq-container .faq-item h3 .num {
  color: var(--primary-blue);
  padding-right: 5px;
}

.faq .faq-container .faq-item h3:hover {
  color: var(--primary-blue);
}

.faq .faq-container .faq-item .faq-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.faq .faq-container .faq-item .faq-content p {
  margin-bottom: 0;
  overflow: hidden;
}

.faq .faq-container .faq-item .faq-toggle {
  position: absolute;
  right: 20px;
  top:15px;
  font-size: 16px;
  line-height: 0;
  transition: 0.3s;
  cursor: pointer;
}

.faq .faq-container .faq-item .faq-toggle:hover {
  color: var(--primary-blue);
}

.faq .faq-container .faq-active h3 {
  color: var(--primary-blue);
}

.faq .faq-container .faq-active .faq-content {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
  padding-top: 10px;
}

.faq .faq-container .faq-active .faq-toggle {
  transform: rotate(90deg);
  color: var(--primary-color);
}


/*--------------------------------------------------------------
# Card carousel
--------------------------------------------------------------*/

.gtco-testimonials {
  position: relative;
  margin-top: 30px;
}

.gtco-testimonials h3 {
  margin-bottom: 50px;
}

.gtco-testimonials .owl-stage-outer {
  padding: 30px 0;
}

.gtco-testimonials .owl-nav {
  display: none;
}

.gtco-testimonials .owl-dots {
  text-align: center;
}

.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid var(--primary-blue);
  margin: 0 5px;
}

.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}

.gtco-testimonials .owl-dots .active span {
  background: var(--primary-blue);
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}

.gtco-testimonials .card {
  background: #fff;
  box-shadow: 0 8px 30px -7px #c9dff0;
  margin: 0 40px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
}

.gtco-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 15px auto 0;
  box-shadow: 0 8px 20px -4px #95abbb;
  width: 100px;
  height: 100px;
}

.gtco-testimonials .card h5 {
  color: var(--primary-blue);
  font-size: 21px;
  line-height: 1.3;
}

.gtco-testimonials .card h5 span {
  font-size: 18px;
  color: #666666;
}

.gtco-testimonials .card p {
  font-size: 18px;
  color: #555;
  padding-bottom: 15px;
}

.gtco-testimonials .active {
  opacity: 0.5;
  transition: all 0.3s;
}

.gtco-testimonials .center {
  opacity: 1;
}

.gtco-testimonials .center h5 {
  font-size: 24px;
}

.gtco-testimonials .center h5 span {
  font-size: 20px;
}

.gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
}

@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  outline: 0;
}

.owl-carousel button.owl-dot {
  outline: 0;
}


/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: var(--primary-blue);
  width: 40px;
  height: 40px;
  border-radius: 10px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #ffffff;
  line-height: 0;
}

.scroll-top:hover {
  background-color: var(--primary-blue);
  color: #ffffff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

.call-to-action .container {
  position: relative;
  background-color: #3F3F3F;
  z-index: 3;
}

.relative {
  position: relative;
}

.background-rectangle { 
  height: 200px;
  width:90%;
  border-radius: 48.187px;
  background: linear-gradient(118deg, rgba(64, 123, 255, 0.15) 7.7%, rgba(130, 170, 255, 0.15) 67.7%, rgba(228, 243, 255, 0.00) 116.75%);
  position:absolute;
  top:22%;;
  z-index: -1;
} 

.benefits-content{
  position: absolute;
  top: 17%;
}

@media screen and (max-width:992px) {
  .background-rectangle { 
  background: transparent;
  }

  .benefits-content{
    position: relative;
  }

  .pt-20-m{
    padding-top:20px;
  }

  .pt-70-m{
    padding-top: 70px;
  }

  .tag-special {
    top: 20px
  }
}
/*--------------------------------------------------------------
# Feature-card
--------------------------------------------------------------*/
.feature-card {
  display:flex;
  align-items: center;
  max-width: 450px;
  margin: 30px;
}



.fc-pt{
  padding-top:80px;
}

.feature-card-icon-container {
  width: 125px;
  height: 125px;
  flex-shrink: 0;
  border-radius: 17.507px;
  background: linear-gradient(162deg, #B2DBFF -10.99%, rgba(203, 216, 255, 0.00) 154.12%);
}

.feature-card-title {
  font-family: var(--font-semibold);
  font-weight: 600;
  font-size: 21px;
}

.feature-card-text {
  font-family: var(--font-base);
  font-weight: 100;
  font-size: 21px;
}

.feature-card-content{
  display: flex;
  flex-direction: column;
  text-align: flex-start;
  margin-left: 20px;
}

.feature-card-icon{
  color: var(--primary-blue);
  font-size: 50px;
}

@media screen and (max-width:992px) {
  .feature-card {
    margin: 20px;
  }
  .feature-card-text { 
    font-size: 18px;
  }
  .feature-card-title { 
    font-size: 18px;
  }
  .fc-pt{
    padding-top:50px;
  }
  .feature-card-icon-container {
    width: 90px;
    height: 90px;
  }
  .feature-card-icon{
    color: var(--primary-blue);
    height: 40px;
    width: 40px;
  }
}

/*--------------------------------------------------------------
# Card-alternative
--------------------------------------------------------------*/

.card-alt {
  display:flex;
  align-items: center;
  max-width: 450px;
  margin: 30px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.10);
  padding:20px;
}

.card-alt-text {
  color: #3F3F3F;
  font-family: var(--font-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.card-alt-icon {
  color: var(--primary-blue);
  width:50px;
  height:50px;
}

.card-alt-icon-container {
  width: 90px;
  height: 90px;
  flex-shrink: 0;
  border-radius: 17.507px;
  background: linear-gradient(162deg, #B2DBFF -10.99%, rgba(203, 216, 255, 0.00) 154.12%);
}

@media screen and (max-width:992px) {
  .card-alt { 
    width:90%;
    margin:15px;
  }
  .card-alt-text {
    font-size: 13px;
  }
  .card-alt-icon-container {
    width: 70px;
    height: 70px;
  }
  .card-alt-icon {
    width:40px;
    height:40px;
  }
}

/*--------------------------------------------------------------
# Card-small
--------------------------------------------------------------*/

.card-small {
  display:flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border-radius: 20px;
  width:250px;
  height:250px;
  background: #FFF; 
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.10);
  padding:25px;
}

.card-small-text {
  color: #3F3F3F;
  font-family: var(--font-base);
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.card-small-icon {
  color: var(--primary-blue);
  width:50px;
  height:50px;
}

.card-small-icon-container {
  width: 110px;
  height: 110px;
  flex-shrink: 0;
  margin-bottom: 15px;
  border-radius: 100%;
  background: linear-gradient(162deg, #B2DBFF -10.99%, rgba(203, 216, 255, 0.00) 154.12%);
}

@media screen and (max-width:992px) {
  .card-small{
    width:220px;
    height:200px;
    
  }
  .card-small-text{
    font-size: 14px;
  }
  .card-small-icon{
    height: 40px;
    width: 40px;
  }
  .card-small-icon-container{
    height: 90px;
    width: 90px;
  }
  .card-alt { 
    width:90%;
  }
}

.card-margin {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Card-big
--------------------------------------------------------------*/

.card-big {
  display:flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 230px;
  height: 280px;
  border-radius: 10px;
  margin:20px;
  background: #FFF;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.10);
  padding:25px;
}

.card-big-text {
  color: #3F3F3F;
  font-family: var(--font-semibold);
  font-size: 18px;
}

.card-big-img {
  color: var(--primary-blue);
  height:160px;
  width:auto;
}
@media screen and (max-width:992px) {
  .card-alt { 
    width:90%;
  }
}
/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/

.email-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 50px;
}

.email-form input {
  background-color: #F6F7F8;
  font-family: var(--font-base);
  font-weight: 500;
  color:#797979;
  border-width: 0px;
  padding:15px;
  border-radius: 30px;
}

.email-form  textarea {
  background-color: #F6F7F8;
  color:#797979;
  font-family: var(--font-base);
  font-weight: 500;
  border-width: 0px;
  border-radius: 30px;
  padding-top: 10px;
}

.email-form button{
  margin-top: 50px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.app-footer-desktop {
  background-color: white;
  width: 100%;
  padding: 0%;
}
.app-footer-desktop-content {
  padding: 36px 5vw 0px 5vw;
  width: 100%;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: 200px;
  background-color: #3f3f3f;
  color: white;
}
.app-footer-desktop-address {
  padding: 20px 0px 0px 5vw;
  overflow: hidden;
  width: 100%;
  font-size: 14px;
  height: 73px;
  display:flex;
  flex-direction: column;
  background-color: white;
  color: #3f3f3f;
}

.footer-address {
  font-weight: 600;
}

.footer-content-container {
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.footer-content-column {
  margin: 0px 5vw 40px 0px;
  display:flex;
  flex-direction: column;
}

.footer-content-column a {
  color: white;
}

.footer-content-item {
  font-family: var(--font-base);
  font-weight: 400;
  margin-bottom: 8px;
  white-space: nowrap;
}
.footer-content-title {
  font-family: var(--font-semibold);
  font-weight: 600;
  margin-bottom: 20px;
}
.footer-social-container {
  margin: 0px 0px 45px 0vw;
  justify-content: start;
 
}
.footer-social-icon {
  margin-right: 11px;
  font-size: 20px;
}
.link {
  text-decoration: none;
  cursor: pointer;
  
}
.link a {
  color: white;
}

.millabox {
  border-radius: 20px;
}







