/*
	Theme Name: Broqui
	Author: Colibrity
	Author URI: Colibrity
	Description: Broqui site
	Version: 1.0.1
	Text Domain: Broqui
	*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
label {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
}

strong {
  color: inherit;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
html,
body {
  height: 100%;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  justify-content: space-between;
  color: #212121;
  font-size: 14px;
  background: #f8fdff;
}

@media (min-width: 1600px) and (max-width: 9999px) {
  html {
    font-size: 10px;
  }
}
@media (min-width: 1440px) and (max-width: 1599px) {
  html {
    font-size: 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  html {
    font-size: calc(8px + 2 * (100vw - 1024px) / 416);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  html {
    font-size: calc(10px + 4 * (100vw - 768px) / 256);
  }
}
@media (min-width: 375px) and (max-width: 767px) {
  html {
    font-size: calc(10px + 8 * (100vw - 375px) / 393);
  }
}
@media (max-width: 374px) {
  html {
    font-size: 10px;
  }
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 1 auto;
}

a {
  text-decoration: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button:focus,
.btn:focus {
  box-shadow: none;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
a:hover {
  text-decoration: none;
}

/*************
* New style
*/
.main-section {
  background: #b6df6f;
  background-image: url(../images/img-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .main-section {
    background-image: url(../images/img-bg-mobile.svg);
  }
}
.logo {
  margin-top: 20px;
  margin-bottom: 5vh;
  display: flex;
  align-items: center;
  color: #33841f;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.logo img {
  width: 65px;
}

.images {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1360px;
  width: 100%;
}
.images .left {
  padding-top: 1%;
  width: 26.6%;
}
.images .right {
  width: 30%;
}
.images .logo {
  margin-top: 10px;
  margin-left: -1%;
  margin-right: -3%;
  width: 24%;
  z-index: 1;
}

.content {
  margin-bottom: 20px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content .descr {
  margin-bottom: 15px;
  color: #1a1a34;
  text-align: center;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.28px;
}
.content p {
  margin-bottom: 20px;
  max-width: 591px;
  color: #1a1a34;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.content a {
  padding: 18px 35px;
  max-width: 304px;
  width: 100%;
  display: flex;
  justify-content: center;
  border-radius: 1000px;
  background: #8b52d3;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

@media screen and (min-width: 992px) {
  .content a {
    transition: background-color 0.2s ease-in-out;
  }
  .content a:hover {
    background-color: rgba(139, 82, 211, 0.8);
  }
}
@media screen and (max-width: 568px) {
  .logo {
    margin-top: 6px;
    margin-bottom: 0;
    font-size: 17.6px;
  }
  .logo img {
    width: 44px;
  }
  .images {
    margin: 17px 0 20px;
    padding: 0 10%;
    flex-direction: column;
  }
  .images .logo {
    width: 48%;
    margin: 0;
  }
  .images .left {
    padding-top: 0;
    width: 64%;
  }
  .images .right {
    width: 73%;
  }
  .content p {
    font-size: 1.5rem;
  }
  .content p br {
    display: none;
  }
  .content .descr {
    margin-bottom: 0;
    font-size: 2.4rem;
  }
  .content a {
    max-width: none;
    width: 100%;
    padding: 15px 20px;
    font-size: 1.8rem;
  }
}