/*
Theme Name: Karu Design
Theme URI: http://www.karudesign.com/
Author: Trendy Web Works
Author URI: http://www.trendywebworks.in/
Description: Feature-packed theme with a solid design and a friendly interface. Designed by <a href="http://www.trendywebworks.in/">Trendy Web Works</a>.
Version: 2.0
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: Karu Design

Use it to make something cool, have fun, and share what you've learned with others.
*/

:root {
  --font-montserrat: "Montserrat", sans-serif;
  --font-cormorant: "Cormorant Garamond", serif;
  --color-slate: #5d7681;
  --color-coral: #e28e55;
  --color-sage: #6b815d;
  --color-taupe: #5d5044;
  --color-pond: #8ac1b4;
  --color-fern: #3c563a;
  --color-soil: #2d2a27;
  --color-soft-white: #f9f6df;
  --color-white: #fff;
  --color-black: #000;
}

*,
html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-montserrat);
  font-size: 18px;
  color: var(--color-soft-white);
  background: var(--color-soft-white);
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1100px;
  }
}

/* ANIMATIONS */
@keyframes floatUpDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
    /* Move up by 15px */
  }
}

@keyframes beepBounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

/* SIDENAV */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #212529;
  overflow-x: hidden;
  transition: 0.3s;
  z-index: 9999;
}

.side-nav-inner {
  padding: 30px;
}

.sidenav a {
  display: block;
}

.sidenav .logo {
  max-width: 80px;
  margin: 0 0 50px 0;
}

.sidenav ul {
  margin: 0 0 0 -50px;
}

.sidenav ul li {
  display: block;
}

.sidenav ul li a {
  display: block;
  padding: 10px 20px;
  font-size: 18px;
  color: var(--color-soft-white);
  text-decoration: none;
  transition: ease all 0.3s;
}

.sidenav ul li a:hover {
  color: var(--color-pond);
}

.sidenav .closebtn {
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 30px;
  color: #fff;
  text-decoration: none;
}

/* Overlay */
.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  z-index: 1040;
}

.navbar-toggler {
  font-size: 36px;
  float: right;
}

/* Hide hamburger on desktop */
@media (min-width: 992px) {
  .navbar-toggler {
    display: none;
  }
}

@media (max-width: 992px) {
  .desktop-menu {
    display: none;
  }
}



/* Base button style */
.btn {
  display: block;
  padding: 16px 24px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: ease all 0.3s;
}

/* Color variant: orange */
.btn-coral {
  border: 2px solid var(--color-coral);
  background-color: var(--color-coral);
  color: var(--color-soft-white);
}

.btn-coral:hover {
  border: 2px solid var(--color-coral);
  background-color: var(--color-soft-white);
  color: var(--color-coral);
}

.btn-slate {
  border: 2px solid var(--color-slate);
  background-color: var(--color-slate);
  color: var(--color-soft-white);
}

.btn-slate:hover {
  border: 2px solid var(--color-slate);
  background-color: var(--color-soft-white);
  color: var(--color-slate);
}

.btn-line {
  padding: 16px 50px;
  background: none;
  color: #222823;
  border: 2px solid #222823;
}

.btn-line:hover {
  border: 2px solid var(--color-slate);
  background-color: var(--color-slate);
}

.btn-inline {
  display: inline-block;
}

/* FONTS STYLES */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-cormorant);
  font-weight: 700;
  color: var(--color-black);
  margin: 0;
}

h2 {
  font-size: 64px;
}

h3 {
  font-size: 48px;
}

h4 {
  font-weight: 400;
  font-size: 48px;
}

p {
  font-size: 20px;
  color: var(--color-black);
  margin: 0;
}

/* HEADER */
header {
  position: fixed;
  width: 100%;
  padding: 5px 0;
  z-index: 9999;
}

header .logo {
  max-width: 80px;
}

header ul {
  margin: 0;
  text-align: right;
}

header ul li {
  display: inline;
}

header ul li a {
  display: inline-block;
  padding: 10px 20px;
  font-size: 18px;
  color: var(--color-soft-white);
  text-decoration: none;
  transition: ease all 0.3s;
}

header ul li a:hover {
  color: var(--color-pond);
}

/* SECTIONS 1 */
.section-1 {
  background: #1f2420 url(assets/images/bg-section-1.png) top center no-repeat;
  padding: 170px 0;
  position: relative;
}

.section-1 .logo-box {
  position: relative;
  width: 95%;
  max-width: 430px;
  margin: 0 0 200px 0;
}

.section-1 .logo-box img {
  max-width: 400px;
}

.section-1 .logo-box img.img-frog {
  max-width: 160px;
  margin-left: 120px;
  position: absolute;
  margin-top: -50px;
}

.section-1 .logo-box h2 {
  font-family: var(--font-montserrat);
  font-weight: 200;
  font-size: 44px;
  margin: 0;
  color: var(--color-white);
}

.section-1 h3 {
  font-family: var(--font-montserrat);
  font-weight: 600;
  font-size: 30px;
  margin: 0 0 20px 0;
  color: var(--color-soft-white);
}

.section-1 .img-bird {
  position: absolute;
  margin-left: 600px;
  margin-top: 200px;
  animation: floatUpDown 2s ease-in-out infinite;
}

.section-1 .section-1-btn-container {
  max-width: 620px;
}

/* SECTIONS 2 */
.section-2 {
  background: var(--color-soft-white);
  padding: 240px 0 60px 0;
}

.section-2 .section-2-box {
  width: 95%;
  max-width: 850px;
  margin: 0px auto;
  position: relative;
}

.section-2 img.img-curvy-line {
  margin: 50px 0;
}

.section-2 h2 {
  margin: 0 0 40px 0;
}

.section-2 h3 {
  text-align: center;
  margin: 0 auto 20px auto;
}

.section-2 h3 span.coral {
  color: var(--color-coral);
}

.section-2 h3 span.slate {
  color: var(--color-slate);
}

.section-2 h4 {
  font-size: 48px;
  text-align: center;
  margin: 0 auto;
  max-width: 58%;
}

.section-2 .download-box {
  text-align: center;
}

.section-2 .download-box p {
  font-weight: 500;
  font-size: 24px;
  margin: 0 0 20px 0;
}

/* SECTIONS 3 */
.section-3 {
  background: #2C2A27 url(assets/images/bg-section-3.png) top center no-repeat fixed;
  padding: 100px 0;
}

.section-3 .section-3-box {
  width: 100%;
  max-width: 900px;
  margin: 0px auto;
  position: relative;
}

.section-3 h2 {
  color: var(--color-soft-white);
  margin: 0 0 170px 0;
}

.section-3 h3 {
  color: var(--color-soft-white);
  margin: 0 0 10px 0;
  text-align: center;
}

.section-3 p {
  font-size: 24px;
  line-height: 130%;
  color: var(--color-soft-white);
  text-align: center;
}


/* SECTIONS 4 */
.section-4 {
  background: var(--color-soft-white) url(assets/images/bg-section-4.png) bottom center no-repeat;
  padding: 150px 0;
}

.section-4 .section-4-box {
  width: 95%;
  max-width: 700px;
  margin: 0px auto 500px auto;
  text-align: center;
  position: relative;
}

.section-4 h2 {
  margin: 0 0 30px 0;
  position: relative;
}

.section-4 h2::before,
.section-4 h2::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background: url("assets/images/img-spiral-left.png") no-repeat center center;
  background-size: contain;
}

.section-4 h2::before {
  margin-left: -50px;
}

.section-4 h2::after {
  margin-left: 15px;
  transform: translateY(-50%) scaleX(-1);
  /* mirror the spiral if desired */
}

.section-4 p {
  max-width: 80%;
  font-size: 32px;
  margin: 0 auto 40px auto;
  text-align: center;
}


/* SECTIONS 5 */
.section-5 {
  background: #182D33 url(assets/images/img-cloud-solve.png) top left no-repeat;
  padding: 100px 0;
}

.section-5 .section-5-box {
  width: 95%;
  max-width: 600px;
  margin: 0px auto 100px auto;
  text-align: center;
}

.section-5 h2 {
  color: var(--color-soft-white);
}

.section-5 h3 {
  color: var(--color-soft-white);
  margin: 0 0 10px 0;
}

.section-5 p {
  font-size: 32px;
  color: var(--color-soft-white);
  padding: 15px 0;
}

.section-5 ul {
  width: 95%;
  margin: 0 0 0 -35px;
  display: block;
}

.section-5 ul li {
  font-size: 22px;
  color: var(--color-soft-white);
  padding: 15px 0;
}

.section-5 .img-icon:hover {
  animation: beepBounce 0.4s ease infinite;
}

/* SECTIONS 6 */
.section-6 {
  background: var(--color-soft-white) url(assets/images/bg-section-6.png) top center no-repeat;
  padding: 100px 0 320px 0;
}

.section-6 .codebox {
  width: 100%;
  max-width: 470px;
  margin: 0 0 70px 0;
}

.section-6 .box-1 {
  margin-left: 150px;
}

.section-6 .box-2 {
  margin-left: 400px;
}

.section-6 .box-3 {
  max-width: 400px;
  margin-left: 700px;
}

.section-6 h2 {
  margin: 0 0 70px 0;
}

.section-6 h3 {
  margin: 0 0 10px 0;
}

.section-6 p {
  font-size: 24px;
  line-height: 120%;
  margin: 0;
}

/* SECTIONS 7 */
.section-7 {
  background: var(--color-soft-white);
  padding: 0;
}

.section-1,
.section-2,
.section-3,
.section-4,
.section-5,
.section-6,
.section-7,
footer {
  position: relative;
  overflow-x: hidden;
}

/* LINE 1 AND 2 */
.img-line-1 {
  height: 80px;
  background: url(assets/images/img-line-2.png) top center no-repeat;
  margin-top: -10px;
  margin-bottom: -10px;
  position: relative;
}

.img-line-2 {
  height: 80px;
  background: url(assets/images/img-line-1.png) top center no-repeat;
}

/* SWIPER CAROUSEL */
.swiper-container {
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.swiper-slide {
  height: 500px;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.swiper-slide img {
  height: 100%;
  width: auto;
  object-fit: contain;
  display: block;
  border-radius: 10px;
}

/* IMAGES */
.img-snake {
  position: absolute;
  top: 0;
  width: 700px;
}

.img-leaf-left {
  position: absolute;
  top: 500px;
  left: -50px;
  width: 500px;
}

.img-leaf-right {
  position: absolute;
  top: 60px;
  right: -50px;
  width: 500px;
}

.img-leaf-right-bottom {
  position: absolute;
  top: 900px;
  right: -100px;
  width: 400px;
}

.img-butterfly {
  position: absolute;
  top: -150px;
  right: 50px;
  width: 220px;
  animation: floatUpDown 2s ease-in-out infinite;
}

.img-bee {
  position: absolute;
  top: 100px;
  width: 120px;
  animation: floatUpDown 2s ease-in-out infinite;
}

.img-floral-1 {
  position: absolute;
  top: 0;
  width: 240px;
  margin-left: -30px;
}

.img-floral-2 {
  width: 265px;
  margin-left: -40px;
}

.img-floral-3 {
  width: 400px;
  margin-left: -50px;
}

.img-floral-4 {
  width: 180px;
  float: right;
}

.img-dragon {
  position: absolute;
  top: 100px;
  width: 250px;
  left: -200px;
  animation: floatUpDown 2s ease-in-out infinite;
}

.img-cloud-solve-1 {
  position: absolute;
  top: 50px;
  width: 300px;
  right: 300px;
}

.img-cloud-solve-2 {
  position: absolute;
  top: 250px;
  width: 400px;
  right: 0px;
}

.img-sun {
  position: absolute;
  top: 50px;
  width: 600px;
  right: 50px;
}

.img-dots {
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
}

.img-roth-1 {
  position: absolute;
  top: 0;
  left: -200px;
  width: 200px;
  animation: floatUpDown 2s ease-in-out infinite;
}

.img-roth-2 {
  position: absolute;
  right: -150px;
  bottom: -50px;
  width: 300px;
  animation: floatUpDown 2s ease-in-out infinite;
}

.margin-top-150 {
  margin-top: 150px;
}

.margin-top-170 {
  margin-top: 170px;
}

.margin-top-200 {
  margin-top: 200px;
}

/* FOOTER */
footer {
  padding: 80px 0;
  background: #182D33 url(assets/images/bg-footer.png) left bottom no-repeat;
  background-size: 200px;
  position: relative;
}

footer .container {
  position: relative;
}

footer .logo-box {
  position: absolute;
  bottom: 60px;
}

footer .logo-box img {
  max-width: 250px;
}

footer .logo-box h2 {
  font-family: var(--font-montserrat);
  font-weight: 300;
  font-size: 27px;
  margin: 10px 0 0 0;
  color: var(--color-white);
}

footer h3 {
  color: var(--color-soft-white);
  font-family: var(--font-montserrat);
  font-weight: 600;
  font-size: 24px;
  margin: 0 0 10px 0;
}

footer .btn {
  margin-bottom: 60px;
}

footer ul {
  margin: 0 0 0 -35px;
}

footer ul li {
  display: block;
  margin: 0;
}

footer ul li a {
  font-size: 24px;
  display: block;
  padding: 4px 0;
  text-decoration: none;
  color: var(--color-soft-white);
  transition: ease all 0.3s;
}

footer ul li a:hover {
  color: var(--color-pond);
}

.copyright {
  padding: 10px 0;
  background: #14262B;
}

.copyright p {
  color: var(--color-soft-white);
  font-weight: 500;
  font-size: 14px;
  margin: 0;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.ants-desktop {
  display: block;
}

.ants-mobile {
  display: none;
}