@import url("https://fonts.googleapis.com/css2?family=Epilogue:wght@400;500;700&display=swap");
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

:root {
  --theme-light-color: hsl(0, 0%, 98%);
  --theme-dark-color: hsl(0, 0%, 8%);
  --text-gray-color: hsl(0, 0%, 41%);
  --body-font: "Epilogue", sans-serif;
}

body {
  background-color: var(--theme-light-color);
  font-family: var(--body-font);
 
}
.navbar-brand {
   
    font-size: 30px;
    font-weight: 600;
    color: #6c63ff;
}
.custom-navbar-brand{
    font-size: 20px;
    font-weight: 600;
    color: #6c63ff;
    padding: 10px;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.form-title{
    background: #fff;
    padding: 20px;
    text-align: left;
}

.form-control{
    display: block;
    width: 100%;
    padding: 1.7rem 0.75rem;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    
    color: #212529;
    background-color: #e0e0e0d1;
    background-clip: padding-box;
    border: 1px solid #FAFAFA;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-select {
  display: block;
  width: 100%;
  padding: 1rem 0.75rem;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  
  color: #212529;
  background-color: #e0e0e0d1;
  background-clip: padding-box;
  border: 1px solid #FAFAFA;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: #512DA8;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 2px #512DA8;
  outline: 0 none;
}
label{
    text-transform: uppercase;
}
.top-padding{
    padding-top: 80px;
}

.page-content{
    background: #CFD8DC;
}

.my-float{
	margin-top:16px;
}
img {
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
}

ol,
ul {
  list-style: none;
}


@media screen and (max-width: 1440px) {
  
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: var(--theme-light-color);
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:0 1rem;
  transition: all 0.5s ease;
}
.navbar__menu {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .navbar__menu {
    position: absolute;
    top: 100%;
    right: -100%;
    width: 280px;
    min-height: calc(100vh - 50px);
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2rem;
    padding: 2rem 1rem;
    transition: all 0.5s ease;
  }
  .navbar__menu.left-open {
    left: 0;
  }
}
.navbar__list {
  display: flex;
  justify-content: center;
  flex-grow: 1;
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .navbar__list {
    flex-direction: column;
    flex-grow: 0;
  }
}
.navbar__list li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  transition: all 0.5s ease;
  color: var(--text-gray-color);
}
.navbar__list li a:hover {
  color: var(--theme-dark-color);
}
.navbar__list li .arrow {
  transition: 0.3s ease;
}
.navbar__list li .arrow.up {
  transform: rotate(180deg);
}
.navbar__list-drop {
  display: inline-block;
  position: relative;
}
.navbar__list-drop-menu {
  display: none;
  position: absolute;
  margin-top: 1rem;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
  background-color: var(--theme-light-color);
  border-radius: 1rem;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.122);
  z-index: 999;
}
@media screen and (max-width: 1024px) {
  .navbar__list-drop-menu {
    position: inherit;
    background-color: transparent;
    box-shadow: none;
    padding: 0.5rem 1rem;
  }
}
.navbar__list-drop-menu.open {
  display: flex;
}
.navbar__list-drop-menu.features {
  right: 0;
}
.navbar__list-drop-menu.company {
  left: 0;
  width: max-content;
}
.navbar__buttons {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .navbar__buttons {
    width: 100%;
    flex-direction: column;
  }
}
.navbar__buttons a {
  color: var(--text-gray-color);
  font-weight: 500;
  transition: 0.3s ease;
}
.navbar__buttons a:hover {
  color: var(--theme-dark-color);
}
.navbar__buttons-register {
  width: 100%;
  font-weight: 500;
  color: var(--text-gray-color);
  padding: 0.3rem 1.5rem;
  background-color: var(--theme-light-color);
  border: 2px solid var(--text-gray-color);
  border-radius: 1rem;
  transition: 0.3s ease;
}
.navbar__buttons-register:hover {
  border: 2px solid var(--theme-dark-color);
  color: var(--theme-dark-color);
}
.navbar .menu {
  display: none;
  float: left;
  transition: all 275ms ease;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .navbar .menu {
    display: block;
  }
}
.navbar .menu span {
  display: block;
  width: 22px;
  height: 4px;
  background: #000000;
  margin-bottom: 2px;
  border-radius: 1px;
  transition: all 275ms ease;
}
.navbar .menu.active {
  transform: rotate(-45deg);
}
.navbar .menu.active .bar1 {
  transform: rotate(0deg) translateY(6px);
}
.navbar .menu.active .bar2 {
  opacity: 0;
}
.navbar .menu.active .bar3 {
  transform: rotate(-90deg) translateX(5px);
}

main {
  min-height: calc(100vh - 5rem);
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-hero {
  display: flex;
  gap: 1.5rem;
 
}


@media screen and (max-width: 768px) {
  .section-hero {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.section-hero__left {
  display: flex;
  flex-direction: column;
  justify-content: right;
  gap: 3rem;
}
.section-hero__left-content {
  display: flex;
  flex-direction: column;
  justify-content: right;
  gap: 2rem;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .section-hero__left-content {
    align-items: center;
    gap: 1rem;
  }
}
.section-hero__left-content-header {
  font-size: 3rem;
  font-weight: 700;
  text-transform: capitalize !important;
  color: var(--theme-dark-color);
  text-shadow: 1px 1px 2px #fff;
}
@media screen and (max-width: 1200px) {
  .section-hero__left-content-header {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .section-hero__left-content-header {
    text-align: center;
    font-size: 27px;
    line-height: 40px;
    margin-top: -100px;
  }
  .section-hero__left-content-header br {
    /* display: none; */
  }
}
.section-hero__left-content-description {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  width: 65%;
  color: var(--text-gray-color);
}
@media screen and (max-width: 992px) {
  .section-hero__left-content-description {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .section-hero__left-content-description {
    text-align: center;
    font-size: 1rem;
  }
}
.section-hero__left-content-button {
  padding: 1.2rem 2rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--theme-light-color);
  background: var(--theme-dark-color);
  border: 1px solid var(--theme-dark-color);
  border-radius: 1rem;
  transition: 0.3s ease;
}
.section-hero__left-content-button:hover {
  color: var(--theme-dark-color);
  background-color: var(--theme-light-color);
}
.section-hero__left-clients {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}
@media screen and (max-width: 992px) {
  .section-hero__left-clients {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.section-hero__left-clients svg {
  width: 100%;
}
.section-hero__right {
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .section-hero__right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .section-hero__right-desktop {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .section-hero__right-mobile {
    display: none;
  }
}