/*
 Theme Name:	Astra Child
 Theme URI:		https://www.zhaket.com/store/web/nagatheme/
 Description:	Astra Child Theme Developed By NagaTheme
 Author:		NagaTheme
 Author URI:	https://NagaTheme.com
 License:		GNU General Public License v2 or later
 License URI:	http://www.gnu.org/licenses/gpl-2.0.html
 text-domain:	astra-child
 Template:		astra
 Version:		4.11.2
*/

/* = Theme customization starts below here = is blocked by functions.php
------------------------------------------------------------------------ */
@font-face {
    font-family: 'RaviBold';
    src: url('assets/fonts/Ravi__bold.eot');
    /* IE9 Compat Modes */
    src: url('assets/fonts/Ravi__bold.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('assets/fonts/Ravi__bold.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('assets/fonts/Ravi__bold.woff') format('woff'),
        /* Modern Browsers */
        url('assets/fonts/Ravi__bold.ttf') format('truetype');
    /* Legacy iOS */
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'RaviNormal';
    src: url('assets/fonts/Ravi.eot');
    /* IE9 Compat Modes */
    src: url('assets/fonts/Ravi.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('assets/fonts/Ravi.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('assets/fonts/Ravi.woff') format('woff'),
        /* Modern Browsers */
        url('assets/fonts/Ravi.ttf') format('truetype');
    /* Legacy iOS */
    font-weight: 700;
    font-style: bold;
}



header#header {
  height: 79px;
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.05);
  z-index: 100;
  border-bottom: solid 2px #8CC126;
}
header#header .top-menu > ul {
  line-height: 40px;
}
header#header .top-menu > ul li {
  position: relative;
  padding-right: 25px;
  padding-left: 25px;
}
header#header .top-menu > ul li.first-level:not(:last-child) .title-block {
  position: relative;
}
header#header .top-menu > ul li.first-level:not(:last-child) .title-block:after {
  content: "";
  width: 1px;
  background-color: #F4F5F7;
  height: calc(100% - 42px);
  top: 21px;
  position: absolute;
  left: 0;
}
header#header .top-menu > ul li:not(.first-level):first-child {
  padding-top: 15px;
}
header#header .top-menu > ul li:not(.first-level):last-child {
  padding-bottom: 15px;
}
header#header .top-menu > ul li .title-block {
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: solid 3px transparent;
  transition: 0.5s border-bottom-color;
}
header#header .top-menu > ul li .title-block .title {
  color: black;
  transition: 0.5s;
  font-size: 14px;
}
header#header .top-menu > ul li .title-block .arrow {
  font-size: 14px;
}
header#header .top-menu > ul li > ul {
  transform: scale(0);
  opacity: 0;
  z-index: -10;
  position: absolute;
  top: 0;
  right: 100%;
  min-width: 250px;
  transition: 0.5s opacity;
  background-color: white;
  box-shadow: -15px 6px 15px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #8CC126;
  border-radius: 5px;
}
header#header .top-menu > ul li:hover > .title-block .title {
  color: #8CC126;
}
header#header .top-menu > ul li:hover > ul {
  transform: scale(1);
  opacity: 1;
  z-index: 1;
}
header#header .top-menu > ul > li {
  padding: 0;
}
header#header .top-menu > ul > li > .title-block {
  height: 79px;
}
header#header .top-menu > ul > li > ul {
  top: 79px;
  right: 0;
}
header#header .buttons .button {
  background-color: rgba(170, 170, 170, 0.4);
  width: 40px;
  height: 40px;
  font-size: 100%;
}
header#header .buttons .search {
  height: 40px;
  background-color: #f4f4f4 !important;
  color: white !important;
}
header#header .buttons .contact .contact-btn {
  height: 40px;
  background-color: #8CC126 !important;
  font-size: 14px;
  color: white !important;
}
header#header .search-form {
  opacity: 0;
  z-index: -1;
  transition: 0.5s;
}
header#header .search-form .input-group {
  background-color: #EFEFEF;
}
header#header .search-form.show {
  opacity: 1;
  z-index: 1;
}
header#header .slide-menu {
  width: 300px;
  max-width: 100%;
  box-shadow: -50px 0 50px rgba(0, 0, 0, 0.05);
  right: -300px;
  opacity: 0;
  transition: 0.5s;
}
header#header .slide-menu.show {
  right: 0;
  opacity: 1;
}
header#header .slide-menu .card .card-body {
  overflow-y: auto;
}
header#header .slide-menu .card .card-body .accordion-item .accordion-header {
  padding: 10px;
}
header#header .slide-menu .card .card-body .accordion-item .accordion-header .collapse-accordion {
  cursor: pointer;
}
header#header .slide-menu .card .card-body .accordion-item .accordion-header .collapse-accordion:before {
  content: "\e01a";
  font-family: Iconly;
}
header#header .slide-menu .card .card-body .accordion-item .accordion-header .collapse-accordion.collapsed:before {
  content: "\e019";
}
header#header .slide-menu .card .card-body .accordion-item .accordion-body {
  padding: 10px;
}

.admin-bar-showing header#header {
  top: 32px !important;
}

main#main {
  margin-top: 80px;
  min-height: calc(100vh - 80px);
}
main#main.has-top-padding {
  padding-top: 50px;
}

footer#footer .content {
  background-color: #377ECD;
  color: white;
  font-size: 13px;
}
footer#footer .content .title {
  font-size: 16px;
}
footer#footer .content a {
  color: white;
}
footer#footer .content .start:before {
  content: "";
  background-color: #FFA210;
  width: 5px;
  height: 100%;
  border-radius: 20px;
  position: absolute;
  right: -10px;
}
footer#footer .content .end:before {
  content: "";
  background-color: #FFA210;
  width: 5px;
  height: 100%;
  border-radius: 20px;
  position: absolute;
  left: -10px;
}
footer#footer .content .licenses .card {
  border-radius: 30px 30px 0 0;
}

#introduction {
  background-image: url("./assets/images/must-be-deleted/introduction/background.webp");
  background-size: cover;
  background-position: center;
  height: 100vh;
}
#introduction .content {
  bottom: 120px;
}
#introduction .content .title {
  padding: 15px 40px;
  background-color: white;
  font-size: 40px;
}
#introduction .content .sub-title {
  font-size: 30px;
  color: white;
}
#introduction .animated-items {
  height: 200px;
}
#introduction .animated-items .cloud:after {
  content: "";
  background-color: white;
  mask-image: url("./assets/images/clouds/cloud-01.webp");
  -webkit-mask-image: url("./assets/images/clouds/cloud-01.webp");
  mask-repeat: repeat;
  mask-size: auto;
  mask-position: center;
  -webkit-mask-repeat: repeat;
  -webkit-mask-size: auto;
  -webkit-mask-position: center;
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 1;
}
#introduction .animated-items .cloud.cloud-01:after {
  animation: moveClouds01 400s linear infinite;
  -webkit-animation: moveClouds01 400s linear infinite;
  z-index: 3;
}
#introduction .animated-items .cloud.cloud-02:after {
  background-color: rgba(255, 255, 255, 0.6);
  animation: moveClouds02 500s linear infinite;
  -webkit-animation: moveClouds02 300s linear infinite;
  z-index: 2;
}
#introduction .animated-items .cloud.cloud-03:after {
  background-color: rgba(255, 255, 255, 0.3);
  animation: moveClouds03 600s linear infinite;
  -webkit-animation: moveClouds03 600s linear infinite;
  z-index: 1;
}
#introduction .animated-items .arrows {
  top: 40px;
  z-index: 4;
}
#introduction .animated-items .arrows .arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #FFA210;
}
#introduction .animated-items .arrows .arrow:nth-child(1) {
  top: 56px;
  animation: arrow01 2s infinite;
}
#introduction .animated-items .arrows .arrow:nth-child(2) {
  top: 78px;
  animation: arrow02 2s infinite;
}
#introduction .animated-items .arrows .arrow:nth-child(3) {
  top: 100px;
  animation: arrow03 2s infinite;
}

@keyframes moveClouds01 {
  0% {
    -webkit-mask-position: 0 0;
  }
  100% {
    -webkit-mask-position: 20000px 0;
  }
}
@keyframes moveClouds02 {
  0% {
    -webkit-mask-position: 200px 0;
  }
  100% {
    -webkit-mask-position: 20000px 0;
  }
}
@keyframes moveClouds03 {
  0% {
    -webkit-mask-position: 300px 0;
  }
  100% {
    -webkit-mask-position: 20000px 0;
  }
}
@keyframes arrow01 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow02 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow03 {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.banner.banner-1 {
  background-color: #8CC126;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 150px;
}
.banner.banner-1 .title {
  font-size: 60px;
}
.banner.banner-1 .title .text-1 {
  color: white;
}
.banner.banner-1 img {
  margin: -100px 0;
}

.card.style-01 .card-header {
  border: solid 1px #FFA210;
  width: 60%;
  border-radius: 30px;
}
.card.style-01 .card-body {
  width: 40%;
  padding-bottom: 35px !important;
}
.card.style-01 .card-body .title {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.card.style-01 .card-body .read-more {
  background-color: #FFA210;
  height: 60px;
  font-size: 20px;
  color: black;
  font-weight: bold;
  border-radius: 30px 0 0 30px;
  box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.2);
}

@media (max-width:767px){
    .introduction {
        height: 60vh;
        overflow: hidden;
        background-position: left;
    }
}