/*
Theme Name: Hello Elementor Child
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Salman Amin
Author: Salman Amin
Author URI: https://www.linkedin.com/in/salman-amin-a34015295/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
body{
    min-height: 100vh;
}
body > header > .header-inner{
    flex-direction: column !important;
    justify-content: center !important;
}
body > header > .header-inner > div,
body > header > .header-inner > nav{
    width: 100% !important;
    max-width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
}

body > header > .header-inner > div.site-branding.show-title{
    margin: 100px 0 100px 0 !important;
}
body > header > .header-inner > nav,
body > header > .header-inner > div.site-navigation-toggle-holder{
    display: none !important;
}
body > footer{
    /* position: fixed !important;
    bottom: 0;
    left: 0; */
    width: 100%;
    background-color: #213B5C;
    color: #fff;
    padding: 30px 0 !important;
}
body > footer > div.footer-inner{
    flex-direction: column !important;
}
body > footer > div.footer-inner > div,
body > footer > div.footer-inner > nav{
    width: 100% !important;
    max-width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
}
body > footer > div.footer-inner > nav{
    margin-bottom: 20px;
}
body > footer ul.menu li a{
    color: #fff;
    padding: 12px 0;
}
body > footer ul.menu > li:not(:first-child)::before{
    content: "";
    width: 1px;
    background-color: #fff;
    height: 50%;
    position: absolute;
    left:0;
    top:25%;
}


.start-form-1{
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    padding: 20px 20px 25px 20px;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}
.start-form-1 .email-block label{
    text-align: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 18px;
}
.start-form-1 .email-block input[type="email"]{
    padding: 15px 10px;
    font-size: 18px;
    border-color: #d5d8dc !important;
}
.start-form-1 .terms-block{
    text-align: center;
    text-align: center;
    padding: 35px 0 10px 0;
}
.start-form-1 input[type="submit"]{
    background-color: #79A541;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    width: 100% !important;
    padding: .5rem 1rem;
    font-size: 1.35rem;
    border-radius: .3rem;
    border:none;
    color:#fff;
    font-weight: bold;
}


.ornaments-container {
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: space-around;
    z-index: -2;
  }
  .ornaments-container .ornament {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    height: max-content;
    transform: translateY(-10%);
  }
  .ornaments-container .ornament:nth-child(odd) {
    animation: ornaments cubic-bezier(0.18, 0.89, 0.32, 1.28) 1s;
  }
  .ornaments-container .ornament:nth-child(even) {
    animation: ornaments cubic-bezier(0.18, 0.89, 0.32, 1.28) 1s;
  }
  .ornaments-container .ornament:before {
    content: '';
    padding-top: 300%;
    display: block;
  }
  .bg-stars, .ornaments-container{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -10;
    display: none !important;
  }
  .bg-stars img{
    width: 100%;
  }
  /* .bg-stars{
    background-image: url("./custom_codes/img/bg+stars.svg");
  } */
  .ornaments-container .ornament-tree {
    background-image: url("./custom_codes/img/ornament-tree.svg");
  }
  .ornaments-container .ornament-ball {
    background-image: url("./custom_codes/img/ornament-ball.svg");
  }
  .ornaments-container .ornament-star {
    background-image: url("./custom_codes/img/ornament-star.svg");
  }
  .ornaments-container .ornament-present {
    background-image: url("./custom_codes/img/ornament-present.svg");
  }
  @keyframes ornaments {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(-10%);
    }
  }
  @media screen and (max-width: 768px) {
    /* body {
      background-position: bottom right;
    }
    .footer {
      padding: 20px;
    }
    .footer > ul {
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px solid rgba(255,255,255,0.5);
    }
    .footer > ul > li:not(:last-child):after {
      display: none;
    }
    .footer > ul > li {
      width: 50%;
      text-align: left;
    }
    .logo {
      width: 220px;
    }
    .card {
      width: 100% !important;
    } */
    .star-sm {
      width: 40px !important;
    }
  }
.start-submit{
  position: relative;
}
.star-path {
    position: absolute;
    left: -15px;
    top: 0;
    width: 100%;
    pointer-events: none;
    vertical-align: middle;
}
svg.star-path:not(:root) {
  overflow-clip-margin: content-box;
  overflow: hidden;
}
/* .star-path image#star {
  transform: scale(1.5);
}
.star-path image#star_2 {
  opacity: 0;
  transform: scale(0.5);
  animation: longfade 1.3s linear forwards infinite;
}
.star-path image#star_3 {
  opacity: 0;
  transform: scale(1.3);
  animation: fade 0.8s linear forwards infinite;
}
.star-path image#star_4 {
  opacity: 0;
  transform: scale(0.5);
  animation: longfade 1s linear forwards infinite;
} */

/* .star-path {
  position: absolute;
  left: -15px;
  top: 0;
  width: 100%;
  pointer-events: none;
} */
.star-path image#star {
  transform: scale(1.5);
}

.star-path image#star_2 {
  opacity: 0;
  transform: scale(0.5);
  animation: longfade 1.3s linear forwards infinite;
}

.star-path image#star_3 {
  opacity: 0;
  transform: scale(1.3);
  animation: fade 0.8s linear forwards infinite;
}

.star-path image#star_4 {
  opacity: 0;
  transform: scale(0.5);
  animation: longfade 1s linear forwards infinite;
}

@keyframes fade {
  from {
    opacity: 1;
    transform: scale(1.3);
  }
  to {
    opacity: 0;
    transform: scale(0) translateX(-55px);
  }
}

@keyframes longfade {
  from {
    opacity: 1;
    transform: scale(0.5);
  }
  to {
    opacity: 0;
    transform: scale(0) translateX(-105px);
  }
}


footer .site-navigation ul.menu {
    justify-content: center !important;
}

footer .site-navigation ul.menu a {
    font-size: 12.5px !important;
}

.site-footer .footer-inner .copyright p {
    font-size: 12.5px !important;
    margin-top: 20px !important;
}

@media all AND (min-width: 576px) {
    .site-footer .footer-inner{
        max-width: calc(100% - 20px) !important;
    }
}
