
body{
    font-family: 'Tajawal', sans-serif;
}
body img{
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none; 
}

/*Back To Top Button*/
.back-to-top{
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 45px;
    height: 45px;
    border: 0;
    border-radius: 5px;
    background-color: #ea0a2aad;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 9;
}
.back-to-top img{
    width: 20px;
}

/* Navbar Css */
.navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 20px;
    z-index: 3;
}
.navbar .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar .navbar-brand img{
    width: 150px;
}

/* New Css Start 18-aug-2025 */
.video_wrapper {
    width: 30%;
    margin: 0 auto;
    position: relative;
    margin-top: 50px;
}
.video_wrapper video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.video_sec .academy-heading{
    text-align: center;
}
.left_video_icons {
    position: absolute;
    left: -49px;
    width: 50%;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.left_video_icons img, .right_video_icons img{
    width: 32%;
}
.left_video_icons img:nth-child(1), .right_video_icons img:nth-child(1) {
    width: 32%;
    position: relative;
    top: -34px;
}
.right_video_icons {
    position: absolute;
    right: -49px;
    width: 50%;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    top: 0;
    align-items: flex-end;
}
.participate_btn {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 24px;
    color: #ed2641;
    line-height: 1;
    background-color: #ffdc00;
    box-shadow: 0px 16px 21px 0px rgba(255, 220, 0, 0.25), inset 0.523px -9.986px 0px 0px rgba(1, 25, 13, 0.09);
    min-width: 170px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 35px;
    padding: 15px 15px 18px;
    border: 0;
    outline: 0;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s;
}
.Participate_btn_box {
    text-align: center;
    margin-top: 30px;
}
#autoShowModal img {
    width: 100%;
}
#autoShowModal .modal-content .modal-body {
    padding: 0px;
}
#autoShowModal .modal-content {
    background: transparent;
    border: 0px;
    padding: 0px;
}
#autoShowModal .btn-close {
    position: absolute;
    right: -18px;
    font-weight: 700;
    font-size: 24px;
    color: #ed2641;
    line-height: 1;
    background-color: #ed2641;
    box-shadow: 0px 16px 21px 0px rgba(255, 220, 0, 0.25), inset 0.523px -9.986px 0px 0px rgba(1, 25, 13, 0.09);
    text-decoration: none;
    border-radius: 35px;
    border: 0;
    outline: 0;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s;
    opacity: 1;
    width: 20px;
    height: 20px;
    background-image: unset;
    display: flex;
    align-items: center;
    top: -16px;
}
/* New Css End 18-aug-2025 */
@media (min-width: 768px){
    .navbar-expand-md .navbar-nav {
        flex-direction: row-reverse;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        font-size: 20px;
        font-weight: 700;
        color: white;
        line-height: 1;
        text-transform: uppercase;
        padding: 15px 25px !important;
    }
    .navbar-expand-md .navbar-nav .nav-link{
        position: relative;
        overflow: hidden;
        z-index: 1;
        border-radius: 35px;
        transition: 0.5s;
    }
    .navbar-expand-md .navbar-nav .nav-link:hover{
        color: #ffdc00;
    }

    .nav-link span {
        position: absolute;
        width: 25%;
        height: 100%;
        background-color: #ea0a2a;
        transform: translateY(150%);
        border-radius: 50%;
        left: calc((var(--n) - 1) * 25%);
        transition: 0.5s;
        transition-delay: calc((var(--n) - 1) * 0.1s);
        z-index: -1;
    }
    .nav-link:hover {
        color: #9d509a;
    }
    .nav-link:hover span {
        transform: translateY(0) scale(2);
    }
    .nav-link span:nth-child(1) {
        --n: 1;
    }
    .nav-link span:nth-child(2) {
        --n: 2;
    }
    .nav-link span:nth-child(3) {
        --n: 3;
    }
    .nav-link span:nth-child(4) {
        --n: 4;
    }
}


.home-banner-section{
    position: relative;
    background: url("../images/home-banner-bg.png") no-repeat;
    background-size: 100% 100%;
    background-position: center bottom;
    background-color: transparent;
    z-index: 2;
    overflow: hidden;
    height: 850px;
}
.home-banner-section .under-logo-bee,
.ecosys-section .under-logo-bee,
.contest-section .under-logo-bee {
    position: absolute;
    top: 135px;
    right: 45px;
    width: 60px;
}
.home-banner-section .yellow-rays,
.ecosys-section .yellow-rays,
.contest-section .yellow-rays {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.home-banner-section .banner-bee{
    width: 400px;
    position: relative;
    top: -30px;
    right: -20px;
}
@media only screen and (min-width: 1399px) {
    .home-banner-section .banner-bee {
        width: 450px;
        top: -20px;
    }
}
.home-banner-section .right-side{
    padding: 170px 0 40px;
}
.home-banner-section .text{
    display: inline-block;
    text-align: center;
    float: right;
    padding-top: 20px;
}
.home-banner-section .text .text-lg{
    font-weight: 700;
    /* font-size: 60px; */
    font-size: 4.5vw;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 20px;
}
.home-banner-section .text .text-sm{
    font-weight: 500;
    /* font-size: 55px; */
    font-size: 4vw;
    color: #111516;
    line-height: 1;
    margin-bottom: 0;
    /*margin-left: -100px;*/
}
.home-banner-section .cake-img{
    width: 500px;
    position: relative;
    float: left;
    margin-top: 20px;
}
.banner-slider .slick-prev {
    width: 45px;
    height: 45px;
    left: 70px;
    /*top: 40%;*/
}
.banner-slider .slick-next {
    width: 45px;
    height: 45px;
    right: 70px;
    /*top: 40%;*/
}
.banner-slider .slick-prev:before {
    content: url(../images/icons/banner-prev-arrow.png);
}
.banner-slider .slick-next:before {
    content: url(../images/icons/banner-next-arrow.png);
}
.banner-slider .slick-dots{
    bottom: 40px;
}

.banner-slider .slick-dots li {
    margin: 0 3px;
}
.banner-slider .slick-dots li button::before{
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #ea0a2a;
}

.about-section{
    position: relative;
    background: url("../images/about-fixed-bg.png") no-repeat;
    background-size: 100% 100%;
    background-position: center top;
    z-index: 1;
    margin-top: -16%;
}
@media only screen and (max-width: 1399px) {
    .about-section{
        padding-top: 80px;
    }
}
.clouds-img{
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: -700px;
}
.about-section .about-bg-mountain{
    position: relative;
    margin-bottom: -355px;
    overflow: hidden;
}
.about-section .about-bg-mountain .content{
    width: 33%;
    margin-left: 45%;
}
.about-section .content .heading{
    font-weight: 700;
    font-size: 78px;
    color: #fff;
    line-height: 1;
    margin-bottom: 30px;
    text-align: right;
}
.about-section .content .sub-heading{
    font-weight: 700;
    font-size: 20px;
    color: #000;
    line-height: 1.3;
    margin-bottom: 25px;
    text-align: right;
}
.about-section .content .desc{
    font-weight: 500;
    font-size: 18px;
    color: #000;
    line-height: 1.5;
    margin-bottom: 0;
    text-align: right;
}
.about-section .content .desc .read-more{
    font-weight: 700;
    text-decoration: none;
    color: #fff373;
}
.about-section .mountains-img{
    width: 100%;
}
.about-section .about-bee-img{
    position: absolute;
    left: 28%;
    bottom: 90px;
    width: 200px;
}
@media only screen and (min-width: 1399px) {
    .about-section .about-bee-img{
        left: 27%;
        bottom: 30px;
        width: 280px;
    }
}
.about-section .about-bg-forground{
    position: relative;
    overflow: hidden;
}

.about-section .forground-img{
    width: 100%;
}
.about-section .about-bg-forground .footer-curve{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}
.about-section .about-bg-forground .footer-curve .curve-img{
    width: 100%;
}
.about-section .footer-curve .flower1{
    position: absolute;
    left: 20px;
    bottom: 150px;
    z-index: -1;
}
.about-section .footer-curve .flower2{
    position: absolute;
    left: 130px;
    bottom: 190px;
    z-index: -1;
}
.about-section .footer-curve .flower3{
    position: absolute;
    left: 150px;
    bottom: 115px;
    z-index: -1;
}
.about-section .footer-curve .flower4{
    position: absolute;
    left: 60%;
    bottom: 15px;
    z-index: -1;
}
.about-section .footer-curve .flower5{
    position: absolute;
    right: 160px;
    bottom: 200px;
    z-index: -1;
}
.about-section .footer-curve .flower6{
    position: absolute;
    right: 120px;
    bottom: 90px;
    z-index: -1;
}
.about-section .footer-curve .flower7{
    position: absolute;
    right: 20px;
    bottom: 150px;
    z-index: -1;
}
@media only screen and (min-width: 1399px) {
    .about-section .footer-curve .flower1{
        width: 150px;
        left: 20px;
        bottom: 150px;
    }
    .about-section .footer-curve .flower2{
        width: 110px;
        left: 165px;
        bottom: 185px;
    }
    .about-section .footer-curve .flower3{
        width: 130px;
        left: 180px;
        bottom: 90px;
    }
    .about-section .footer-curve .flower4{
        width: 110px;
        left: 60%;
        bottom: 15px;
    }
    .about-section .footer-curve .flower5{
        width: 110px;
        right: 195px; 
    }
    .about-section .footer-curve .flower6{
        width: 150px;
        right: 155px;
        bottom: 80px; 
    }
    .about-section .footer-curve .flower7{
        width: 140px;
        right: 20px;
        bottom: 150px;
    }
}
.about-section .footer-curve .about-first-bee{
    position: absolute;
    left: 30px;
    bottom: 270px;
    width: 60px;
    z-index: -1;
}
.about-section .footer-curve .about-second-bee{
    position: absolute;
    left: 210px;
    bottom: 260px;
    width: 50px;
    z-index: -1;
}
.about-section .footer-curve .about-third-bee{
    position: absolute;
    left: 59%;
    bottom: 140px;
    width: 50px;
    z-index: -1;
}
.about-section .footer-curve .about-forth-bee{
    position: absolute;
    right: 290px;
    bottom: 300px;
    width: 50px;
    z-index: -1;
}
.about-section .footer-curve .about-fifth-bee{
    position: absolute;
    right: 94px;
    bottom: 330px;
    width: 50px;
    z-index: -1;
}

/* Start Products Section */
.products-section{
    background: url("../images/products-bg.png") no-repeat;
    background-size: 100%;
    background-position: center bottom;
    background-color: white;
    padding: 70px 0 220px;
    overflow: hidden;
}
.products-section .main-heading{
    font-size: 78px;
    font-weight: 700;
    color: #ea0a2a;
    line-height: 1;
    margin-bottom: 30px;
}
.products-section .desc{
    width: 70%;
    font-size: 18px;
    font-weight: 500;
    color: #111516;
    line-height: 1.3;
    text-align: center;
    margin: 0 auto;
}
.products-section .mb-60{
    margin-bottom: 60px;
}
.products-slider .slick-list{
    padding: 80px 0 140px;
}
.products-slider .slick-list .slick-slide img{
    max-width: 100%;
    transform: scale(0.9);
    transition: transform 0.2s;
    -webkit-transition: transform 0.2s;
}
.products-slider .slick-list .slick-current + .slick-active img{
    transform: scale(1.5);
    transition: transform 0.2s;
    -webkit-transition: transform 0.2s;
}
.products-slider .slick-slide .product-name{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    font-weight: 500;
    color: #000;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 0;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.products-slider .slick-list .slick-current + .slick-active .product-name{
    margin-top: 70px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.products-section .slick-prev, 
.products-section .slick-next{
    width: 75px;
    height: 50px;
    top: 45%;
}
/* End Products Section */

/* Start Gallery Section */
.gallery-section{
    position: relative;
    top: -50px;
    z-index: 9;
}
.gallery-section .upper-bee{
    position: absolute;
    top:  -15px;
    left: 31%;
    width: 80px;
}
.gallery-section .lower-bee{
    position: absolute;
    left: 45%;
    top: 110%;
}
.gallery-section .bee-img img{
    width: 230px;
}
.gallery-section .main-heading{
    position: relative;
    font-size: 78px;
    font-weight: 700;
    color: #ea0a2a;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 90px;
}
.hexagon-container1,
.hexagon-container2{
    position: relative;
    display: flex;
    justify-content: center;
    zoom: 1;
}
.hexagon-container1 .hexagon-item,
.hexagon-container2 .hexagon-item{
  position: relative;
  width: 240px; 
  height: 206px;
  background-color: #9dc547;
  margin: 0;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.hexagon-container1 .hexagon-item:nth-child(1){
    background: url("../images/hax1.png") no-repeat;
    background-size: cover;
    background-position: center;
    top: 0;
    right: -78px;
}
.hexagon-container1 .hexagon-item:nth-child(2){
    background: url("../images/hax2.png") no-repeat;
    background-size: cover;
    background-position: center;
    top: 108px;
    left: 26px;
    z-index: 9;
}
.hexagon-container1 .hexagon-item:nth-child(3){
    background: url("../images/hax3.png") no-repeat;
    background-size: cover;
    background-position: center;
    left: -26px;
    top: 0;
}
.hexagon-container1 .hexagon-item:nth-child(4){
    background: url("../images/hax4.png") no-repeat;
    background-size: cover;
    background-position: center;
    left: -78px;
    top: 108px;
    z-index: 9;
}
.hexagon-container2 .hexagon-item:nth-child(1){
    background: url("../images/hax5.png") no-repeat;
    background-size: cover;
    background-position: center;
    right: -78px;
    top: 10px;
}
.hexagon-container2 .hexagon-item:nth-child(2){
    background: url("../images/hax6.png") no-repeat;
    background-size: cover;
    background-position: center;
    left: 26px;
    top: 118px;
}
.hexagon-container2 .hexagon-item:nth-child(3){
    background: url("../images/hax7.png") no-repeat;
    background-size: cover;
    background-position: center;
    left: -26px;
    top: 10px;
}
.hexagon-container2 .hexagon-item:nth-child(4){
    background: url("../images/hax8.png") no-repeat;
    background-size: cover;
    background-position: center;
    left: -78px;
    top: 118px;
}
.hexagon-item .play-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.5s;
}
.hexagon-item .play-btn i{
    font-size: 28px;
    color: #ea0a2a;
    /*margin-left: 5px;*/
    transition: all 0.5s;
}
.hexagon-container1 .hexagon-item:hover .play-btn,
.hexagon-container2 .hexagon-item:hover .play-btn{
    background-color: #ea0a2a;
    transition: all 0.5s;
}
.hexagon-container1 .hexagon-item:hover .play-btn i,
.hexagon-container2 .hexagon-item:hover .play-btn i{
    color: #fff;
    transition: all 0.5s;
}
/* End Gallery Section */

/* Start Drawing Academy Section */
.academy-section{
    position: relative;
    padding: 350px 0 120px;
    background: url("../images/academy-bg.png") no-repeat;
    background-size: 100% 100%;
    background-position: center bottom;  
    z-index: 9;
    overflow: hidden;
}
@media only screen and (max-width: 1399px) {
    .academy-section{
        padding: 350px 0 172px;
    }
}
.academy-section .pr-50{
    padding-right: 50px;
}
.academy-section .pr-100{
    padding-right: 100px;
}
.academy-section .tablet-img{
    padding-right: 50px;
}
.academy-section .tablet-img img{
    max-width: 100%;
    height: auto;
}
.academy-section .academy-video{
    position: relative;
    background: url("../images/prize2-home.png") no-repeat;
    background-size: cover;
    background-position: center;
    height: 300px;
    width: 450px;
    max-width: 100%;
    /*border: 5px solid #fff;*/
    border: 0px;
    border-radius: 25px;
    margin-left: auto;
}
.academy-section .academy-video .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1e42a;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.5s;
}
.academy-section .academy-video .play-btn i{
    font-size: 28px;
    color: #ea0a2a;
    margin-left: 5px;
    transition: all 0.5s;
}
.academy-section .academy-video:hover .play-btn {
    background-color: #ea0a2a;
    transition: all 0.5s;
}
.academy-section .academy-video:hover .play-btn i{
    color: #f1e42a;
    transition: all 0.5s;
}
.academy-heading{
    font-size: 55px;
    font-weight: 700;
    color: #000;
    line-height: 1;
    margin-bottom: 35px;
    text-align: right;
}
.win-heading{
    font-size: 55px;
    font-weight: 500;
    color: #000;
    line-height: 1.2;
    margin-bottom: 30px;
    text-align: right;
}
.win-heading span{
    font-weight: 800;
    color: #ed2641;
}
.academy-desc{
    font-size: 16px;
    font-weight: 500;
    color: #111516;
    line-height: 1.4;
    margin-bottom: 0;
    text-align: right;
}
.academy-list {
    list-style-type: none;
    counter-reset: item;
    padding-left: 5px;
    margin: 30px 0;
}
.academy-list li {
    position: relative;
    padding-right: 40px;
    font-size: 18px;
    font-weight: 500;
    color: #111516;
    line-height: 25px;
    counter-increment: item;
    margin-bottom: 20px;
    text-align: right;
}
.academy-list li:before {
    position: absolute;
    right: 0;
    top: -2px;
    content: counter(item);
    border-radius: 50%;
    background-image: -moz-linear-gradient( -144deg, rgb(157,80,154) 0%, rgb(237,38,65) 100%);
    background-image: -webkit-linear-gradient( -144deg, rgb(157,80,154) 0%, rgb(237,38,65) 100%);
    background-image: -ms-linear-gradient( -144deg, rgb(157,80,154) 0%, rgb(237,38,65) 100%);
    /*box-shadow: -5.541px 7.092px 16px 0px rgba(237, 38, 65, 0.3);*/
    color: white;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}
.enter-btn{
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 24px;
    color: #fefefe;
    line-height: 25px;
    background-color: #9d509a;
    /*box-shadow: 0px 26px 21px 0px rgba(232, 143, 229, 0.35),inset 0.523px -9.986px 0px 0px rgba(1, 25, 13, 0.09);*/
    min-width: 160px;
    text-align: center;
    text-decoration: none;
    border-radius: 35px;
    padding: 14px 15px 17px;
    margin-right: 40px;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s;
    float: right;
}
.enter-btn span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: #fff;
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--n) - 1) * 25%);
    transition: 0.5s;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    z-index: -1;
}
.enter-btn:hover {
    color: #9d509a;
}
.enter-btn:hover span {
    transform: translateY(0) scale(2);
}
.enter-btn span:nth-child(1) {
    --n: 1;
}
.enter-btn span:nth-child(2) {
    --n: 2;
}
.enter-btn span:nth-child(3) {
    --n: 3;
}
.enter-btn span:nth-child(4) {
    --n: 4;
}
.pencils{
    position: absolute;
    right: 0;
    top: 30%;
}
.pencils .pencil{
    position: absolute;
    display: block;
}
/* End Drawing Academy Section */

/*Start of Ecosystem Section*/
.ecosys-section{
    position: relative;
    background: url("../images/ecosys-bg.png") no-repeat;
    background-size: 100%;
    background-position: center bottom;
    background-color: #41c0f0;
    z-index: 2;
    padding-top: 170px;
    overflow: hidden;
}
.ecosys-section .left{
    padding-bottom: 100px;
    padding-right: 0;
}
.ecosys-section .content .ecosys-heading{
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-bottom: 50px;
    text-align: right;
}
.ecosys-section .content .desc{
    width: 90%;
    margin-left: 10%;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 1.4;
    margin-bottom: 0;
    text-align: right;
}
.ecosys-section .right{
    position: relative;
    padding-bottom: 241px;
}
.ecosys-section .right .ecosys-bee {
    position: absolute;
    bottom: 0;
    right: -5%;
    width: 350px;
    z-index: -1;
}
.ecosys-section .right .ecosys-globe{
    display: inline-block;
    float: left;
    -webkit-animation: globe-rotating 55s linear infinite;
    -moz-animation: globe-rotating 55s linear infinite;
    -ms-animation: globe-rotating 55s linear infinite;
    -o-animation: globe-rotating 55s linear infinite;
    animation: globe-rotating 55s linear infinite;
}
@-webkit-keyframes globe-rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes globe-rotating {
  from {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.ecosys-section .right .ecosys-globe img{
    max-width: 100%;
}
.ecosys-section .ecosys-curve{
    width: 100%;
    height: 320px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.about-copyright{
    margin-bottom: 25px;
}
@media only screen and (min-width: 1399px) {
    .ecosys-section {
        background-position: center top;
        background-color: #bae3fa;
    }
    .ecosys-section .right .ecosys-globe img{
        zoom:  0.95;
    }
}
/*End of Ecosystem Section*/

/*Start of Contest Section*/
.contest-section{
    position: relative;
    background: url("../images/ecosys-bg.png") no-repeat;
    background-size: 100%;
    background-position: center bottom;
    background-color: #41c0f0;
    z-index: 2;
    padding-top: 170px;
    overflow: hidden;
}
@media only screen and (min-width: 1399px) {
    .contest-section {
        background-position: center top;
        background-color: #bae3fa;
    }
}
.contest-section .contest-cust-padd{
    padding-bottom: 150px;
}
.contest-section .left{
    z-index: 3;
}
.contest-section .content .contest-heading{
    font-size: 68px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-bottom: 30px;
    letter-spacing: -3px;
    text-align: right;
}
.contest-section .content .desc{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 1.5;
    margin-bottom: 0;
    text-align: right;
}
.contest-section .right{
    position: relative;
    z-index: 3;
}
.contest-form label{
    font-size: 16px;
    font-weight: 500;
    color: #111516;
    line-height: 1;
    margin: 0 20px 10px 0;
    display: block;
    text-align: right;
}
.contest-form input,
.contest-form select{
    display: block;
    padding: 0.375rem 0.75rem;
    background-color: #fff;
    border: 2px solid rgb(236, 236, 236);
    outline: 0;
    box-shadow: none;
    width: 100%;
    max-width: 100%;
    min-height: 48px;
    border-radius: 15px;
    font-family: 'Tajawal', sans-serif;
    font-size: 16px;
    color: #111516;
    line-height: 1;
    text-align: right;
    appearance: none;
}
.contest-form input::-webkit-outer-spin-button,
.contest-form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.contest-form input[type=number] {
    -moz-appearance:textfield;
}
.custom-file-input{
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 10px;
    background: #ea0a2a; 
    font-size: 15px !important;
    color: #fff !important;
    text-transform: uppercase;
    border-radius: 15px;
    cursor: pointer;
    margin: 0 !important;
}
.custom-file-input input[type="file"] {
    display: none;
}

.t-n-c {
  display: block;
  position: relative;
  padding-right: 30px;
  line-height: 20px !important;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.t-n-c a{
  color: white !important;
  text-decoration: underline !important;
}
.t-n-c input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.t-n-c .checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 1px;
}
.t-n-c input:checked ~ .checkmark {
  background-color: #ea0a2a;
}
.t-n-c .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.t-n-c input:checked ~ .checkmark:after {
  display: block;
}
.t-n-c .checkmark:after {
    left: 7px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.contest-form .send-btn {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 21px;
    color: #ed2641;
    line-height: 1;
    background-color: #ffdc00;
    box-shadow: 0px 16px 21px 0px rgba(255, 220, 0, 0.25),inset 0.523px -9.986px 0px 0px rgba(1, 25, 13, 0.09);
    min-width: 170px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    float: right;
    border-radius: 35px;
    padding: 15px 15px 18px;
    border: 0;
    outline: 0;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s;
}
.contest-form .send-btn span, .participate_btn span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: #ed2641;
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--n) - 1) * 25%);
    transition: 0.5s;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    z-index: -1;
}
.contest-form .send-btn:hover, .participate_btn:hover {
    color: #ffdc00;
}
.contest-form .send-btn:hover span, .participate_btn:hover span {
    transform: translateY(0) scale(2);
}
.contest-form .send-btn span:nth-child(1), .participate_btn span:nth-child(1) {
    --n: 1;
}
.contest-form .send-btn span:nth-child(2), .participate_btn span:nth-child(2){
    --n: 2;
}
.contest-form .send-btn span:nth-child(3), .participate_btn span:nth-child(3){
    --n: 3;
}
.contest-form .send-btn span:nth-child(4), .participate_btn span:nth-child(4) {
    --n: 4;
}
.contest-section .footer-curve {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 1;
}
.contest-section .footer-curve .curve-img{
    width: 100%;
}

.tnc-modal .modal-content{
    border: 0;
}
.tnc-modal .modal-header{
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    background-color: #ea0a2a;
}
.tnc-modal .modal-header .btn-close{
    width: 1em;
    height: 1em;
    color: #fff;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    opacity: 1;
    outline: 0;
    box-shadow: none;
    margin-right: auto;
    margin-left: 0;
}
.tnc-modal .modal-body {
    padding: 1.5rem 1rem 2rem;
}
.tnc-modal .tnc-desc {
    font-size: 16px;
    font-weight: 500;
    color: #111516;
    line-height: 1;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 10px;
    text-align: right;
}
.tnc-modal .tnc-list {
    list-style-type: none;
    counter-reset: item;
    padding-left: 5px;
    margin: 30px 0 0;
}
.tnc-modal .tnc-list li {
    position: relative;
    padding-right: 42px;
    padding-left: 0;
    font-size: 16px;
    font-weight: 500;
    color: #111516;
    line-height: 25px;
    text-align: right;
    counter-increment: item;
    margin-bottom: 20px;
}
.tnc-modal .tnc-list li:last-child {
    margin-bottom: 0;
}
.tnc-modal .tnc-list li:before {
    position: absolute;
    right: 0;
    top: -2px;
    content: counter(item);
    border-radius: 50%;
    background-image: -moz-linear-gradient( -144deg, rgb(157,80,154) 0%, rgb(237,38,65) 100%);
    background-image: -webkit-linear-gradient( -144deg, rgb(157,80,154) 0%, rgb(237,38,65) 100%);
    background-image: -ms-linear-gradient( -144deg, rgb(157,80,154) 0%, rgb(237,38,65) 100%);
    /*box-shadow: -5.541px 7.092px 16px 0px rgba(237, 38, 65, 0.3);*/
    color: white;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    margin-left: 10px;
    font-family: dax-bold;
    font-size: 16px;
    color: #fff;
}

/* Start Products Section */
/*.winner-section{*/
/*    position: relative;*/
/*    background: url("../images/winner-bg.png") no-repeat;*/
/*    background-size: 100%;*/
/*    background-position: center bottom;*/
/*    background-color: white;*/
/*    padding: 70px 0 25px;*/
/*    overflow: hidden;*/
/*    z-index: 2;*/
/*}*/
/*.winner-section .main-heading{*/
/*    font-size: 78px;*/
/*    font-weight: 700;*/
/*    color: #ea0a2a;*/
/*    line-height: 1;*/
/*    letter-spacing: -3px;*/
/*    text-transform: capitalize;*/
/*    margin-bottom: 45px;*/
/*}*/
/*.winner-section .desc{*/
/*    width: 70%;*/
/*    font-size: 18px;*/
/*    font-weight: 500;*/
/*    color: #111516;*/
/*    line-height: 1.3;*/
/*    text-align: center;*/
/*    margin: 0 auto;*/
/*}*/
/*.winner-section .mb-60{*/
/*    margin-bottom: 60px;*/
/*}*/
/*.decoration-none{*/
/*    text-decoration: none;*/
/*}*/
/*.winner-section .winner-card{*/
/*    height: 100%;*/
/*    background-color: #fff;*/
/*    padding: 30px 20px 20px;*/
/*    border-radius: 10px;*/
/*    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);*/
/*    transition: transform 0.2s;*/
/*}*/
/*.winner-section .winner-card:hover{*/
/*    transform: scale(1.05);*/
/*}*/
/*.winner-section .winner-card .winner-icon{*/
/*    display: inline-block;*/
/*    width: 60px;*/
/*}*/
/*.winner-section .winner-card .winner-name{*/
/*    font-size: 24px;*/
/*    font-weight: 600;*/
/*    color: #000;*/
/*    line-height: 1;*/
/*    text-transform: capitalize;*/
/*    margin: 20px 0 10px;*/
/*}*/
/*.winner-section .winner-card .winner-img{*/
/*    max-width: 70%;*/
/*}*/
/*.winner-section .mb-200{*/
/*    margin-bottom: 200px;*/
/*}*/
/*.winner-section .winner-curve {*/
/*    width: 100%;*/
/*    max-height: 320px;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    z-index: -1;*/
/*}*/
/*End of Contest Section*/

/* Start Footer Section */
.ecosys-section + footer{
    margin-top: 0;
}
footer{
    margin-top: -135px;
    padding: 120px 0 20px;
    background: url("../images/footer-bg.png") no-repeat;
    background-size: 100% 100%;
    background-position: center;
    overflow: hidden;
}
footer .mb-130{
    margin-bottom: 130px;
}
footer .footer-bee{
    position: relative;
    z-index: 1;
}
footer .footer-bee .heading{
    position: absolute;
    top: -10px;
    right: -255px;
    background: url("../images/comment-shape.png") no-repeat;
    background-size: 100% 100%;
    background-position: center;
    min-height: 160px;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    font-size: 55px;
    font-weight: 500;
    color: #000;
    line-height: 1;
    text-align: center;
    z-index: -1;
}
footer .footer-bee .heading::after{
    content: "";
    position: absolute;
    top: 95%;
    left: 90px;
    background: url("../images/comment-shape-after.png") no-repeat;
    height: 34px;
    width: 45px;
    z-index: -1;
}
footer .footer-bee img{
    width: 300px;
}
footer .contact-us{
    min-width: 0;
}
footer .contact-us .desc{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 90px;
    text-align: right;
}
footer .contact-us .desc .email{
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #fff373;
}
footer form .item{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
footer form label{
    font-size: 18px;
    font-weight: 500;
    color: #111516;
    line-height: 1;
    margin: 0 20px 10px 0 !important;
    float: right;
}
footer form input,
footer form textarea,footer form select{
    display: block;
    padding: 0.375rem 0.75rem;
    background-color: #fff;
    border: 2px solid rgb(236, 236, 236);
    outline: 0;
    box-shadow: none;
    width: 350px;
    max-width: 100%;
    min-height: 48px;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #111516;
    line-height: 1;
    appearance: none;
    text-align: right;
}
footer form textarea{
    padding: 0.75rem;
    min-height: 120px;
    resize: none;
}
footer form .send-btn {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 24px;
    color: #ed2641;
    line-height: 1;
    background-color: #ffdc00;
    box-shadow: 0px 16px 21px 0px rgba(255, 220, 0, 0.25),inset 0.523px -9.986px 0px 0px rgba(1, 25, 13, 0.09);
    min-width: 170px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 35px;
    padding: 15px 15px 18px;
    border: 0;
    outline: 0;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s;
    float: right;
}
.send-btn span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: #ed2641;
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--n) - 1) * 25%);
    transition: 0.5s;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    z-index: -1;
}
.send-btn:hover {
    color: #ffdc00;
}
.send-btn:hover span {
    transform: translateY(0) scale(2);
}
.send-btn span:nth-child(1) {
    --n: 1;
}
.send-btn span:nth-child(2) {
    --n: 2;
}
.send-btn span:nth-child(3) {
    --n: 3;
}
.send-btn span:nth-child(4) {
    --n: 4;
}

/*Copyright Area*/
.social-icons{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.social-icons a{
    margin: 0 15px;
    text-decoration: none;
}
.social-icons a i{
    font-size: 35px;
    color: #000;
}
.copyright{
    font-size: 14px;
    font-weight: 500;
    color: #231f20;
    line-height: 1;
    margin-bottom: 0;
}
/* End Footer Section */

/*Custom Animation*/
[data-aos="first-pencil"] {
  opacity: 0;
  transform: translate(0px, -120px) rotate(-30deg);
  transition-property: transform, opacity;
}
[data-aos="first-pencil"].aos-animate {
    opacity: 1;
    transform: translate(-190px, 0) rotate(-30deg);
}

[data-aos="second-pencil"] {
  opacity: 0;
  transform: translate(0px, 40px) rotate(-12deg);
  transition-property: transform, opacity;
}
[data-aos="second-pencil"].aos-animate {
    opacity: 1;
    transform: translate(-125px, 70px) rotate(-12deg);
}

[data-aos="third-pencil"] {
  opacity: 0;
  transform: translate(0px, 500px) rotate(40deg);
  transition-property: transform, opacity;
}
[data-aos="third-pencil"].aos-animate {
    opacity: 1;
    transform: translate(-170px, 370px) rotate(40deg);
}

[data-aos="forth-pencil"] {
  opacity: 0;
  transform: translate(0px, 530px) rotate(35deg);
  transition-property: transform, opacity;
}
[data-aos="forth-pencil"].aos-animate {
    opacity: 1;
    transform: translate(-160px, 420px) rotate(35deg);
}

[data-aos="fifth-pencil"] {
  opacity: 0;
  transform: translate(0px, 565px) rotate(20deg);
  transition-property: transform, opacity;
}
[data-aos="fifth-pencil"].aos-animate {
    opacity: 1;
    transform: translate(-180px, 500px) rotate(20deg);
}

@media only screen and (min-width: 1699px) {
    /*Home Banner Section Css*/
    .home-banner-section {
        height: 950px;
    }
    .home-banner-section .banner-bee {
        width: 500px;
        top: -40px;
    }
    .home-banner-section .right-side {
        padding: 170px 0 100px;
    }
    .home-banner-section .text .text-lg{
        font-size: 80px;
    }
    .home-banner-section .text .text-sm {
        font-size: 68px;
    }

    /*Home About Section Css*/
    .about-section {
        margin-top: -20%;
    }
    .about-section .content .heading {
        font-size: 85px;
    }
    .about-section .content .sub-heading {
        font-size: 22px;
    }
    .about-section .content .desc {
        font-size: 20px;
    }
    .about-section .footer-curve .flower1 {
        bottom: 180px;
    }
    .about-section .footer-curve .flower2 {
        bottom: 220px;
    }
    .about-section .footer-curve .flower3 {
        bottom: 120px;
    }
    .about-section .footer-curve .flower5 {
        bottom: 240px;
    }
    .about-section .footer-curve .flower6 {
        bottom: 140px;
    }
    .about-section .footer-curve .flower7 {
        bottom: 190px;
    }

    /*Home Products Section Css*/
    .products-section .main-heading,
    .gallery-section .main-heading {
        font-size: 85px;
    }
    .products-section .desc,
    .winner-section .desc {
        font-size: 20px;
    }
    .products-slider .slick-slide .product-name {
        font-size: 28px;
    }

    .gallery-section .bee-img img {
        width: 300px;
    }
    .gallery-section .upper-bee{
        top: 30px;
        left: 29%;
    }
    .gallery-section .lower-bee {
        left: 43%;
        top: 97%;
    }

    /*Home Academy Section Css*/
    .academy-section {
        padding: 350px 0 180px;
    }
    .academy-heading {
        font-size: 60px;
        line-height: 1;
    }
    .win-heading {
        line-height: 1;
    }
    .win-heading span {
        font-size: 68px;
    }
    .academy-desc {
        font-size: 18px;
    }
    .academy-list li {
        font-size: 18px;
    }
    .academy-section .academy-video {
        width: 500px;
    }
    footer .contact-us .desc {
        font-size: 18px;
    }
    footer form label {
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    /*Navbar Css*/
    .navbar {
        padding-top: 20px;
    }
    .navbar .navbar-brand img {
        width: 100px;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        font-size: 15px;
        padding: 12px 15px !important;
    }

    /*Home Banner Section Css*/
    .home-banner-section {
        background-size: 100%;
        background-position: center bottom;
        background-color: #41c0f0;
        height: 1050px;
        padding: 120px 0 20px;
    }

    .home-banner-section .yellow-rays,
    .ecosys-section .yellow-rays,
    .contest-section .yellow-rays {
        width: 50%;
    }
    .home-banner-section .under-logo-bee,
    .ecosys-section .under-logo-bee,
    .contest-section .under-logo-bee {
        top: 90px;
        right: 30px;
        width: 40px;
    }
    .home-banner-section .left-side {
        text-align: center;
    }
    .home-banner-section .banner-bee {
        width: 280px;
        float: inherit; 
        position: relative;
        top: auto; 
        right: auto;
    }
    .home-banner-section .right-side {
        padding: 30px 0 0;
        text-align: center;
    }
    .home-banner-section .text {
        display: block;
        text-align: center;
        float: inherit; 
        padding-top: 0; 
        margin-bottom: 30px;
    }
    .home-banner-section .text .text-lg {
        font-size: 60px;
    }
    .home-banner-section .text .text-sm {
        font-size: 55px;
        margin-left: 0;
    }
    .home-banner-section .cake-img {
        width: 350px;
        top: auto;
        float: inherit;
    }
    .banner-slider .slick-dots{
        bottom: 0;
    }

    
    .about-section {
        padding-top: 60px;
        margin-top: 0; 
    }
    .clouds-img {
        margin-bottom: -500px;
    }
    .about-section .about-bg-mountain {
        margin-bottom: -160px;
    }
    .about-section .about-bg-mountain .content {
        width: 50%;
        margin-left: 35%;
    }
    .about-section .content .heading {
        font-size: 60px;
    }
    .about-section .content .sub-heading {
        font-size: 18px;
    }
    .about-section .content .desc {
        font-size: 16px;
    }
    .about-section .about-bee-img {
        left: 27%;
        bottom: 1px;
        width: 150px;
    }
    .about-section .footer-curve .flower1 {
        left: 15px;
        bottom: 83px;
        width: 70px;
    }
    .about-section .footer-curve .flower2 {
        left: 90px;
        bottom: 95px;
        width: 50px;
    }
    .about-section .footer-curve .flower3 {
        left: 120px;
        bottom: 35px;
        width: 70px;
    }
    .about-section .footer-curve .flower4 {
        width: 50px;
        left: 50%;
        bottom: -5px;
    }
    .about-section .footer-curve .flower5 {
        width: 50px;
        right: 130px;
        bottom: 110px;
    }
    .about-section .footer-curve .flower6 {
        width: 80px;
        right: 85px;
        bottom: 50px;
    }
    .about-section .footer-curve .flower7 {
        width: 65px;
        right: 5px;
        bottom: 100px;
    }
    .about-section .footer-curve .about-first-bee {
        width: 40px;
        left: 5px;
        bottom: 125px;
    }
    .about-section .footer-curve .about-second-bee {
        width: 35px;
        left: 120px;
        bottom: 130px;
    }
    .about-section .footer-curve .about-third-bee {
        width: 30px;
        left: 48%;
        bottom: 40px;
    }
    .about-section .footer-curve .about-forth-bee {
        width: 30px;
        right: 170px;
        bottom: 135px;
    }
    .about-section .footer-curve .about-fifth-bee {
        width: 35px;
        right: 10px;
        bottom: 175px;
    }

    /*Home Products Section Css*/
    .products-section {
        padding: 70px 0;
    }
    .products-section .mb-60,
    .winner-section .mb-60 {
        margin-bottom: 50px;
    }
    .products-section .main-heading,
    .winner-section .main-heading {
        font-size: 55px;
    }
    .products-section .desc,
    .winner-section .desc {
        font-size: 18px;
    }
    .products-slider .slick-list {
        padding: 0px 0 140px;
    }

    /*Home Gallery Section Css*/
    .gallery-section {
        top: 0;
        padding-bottom: 85px;
    }
    .gallery-section .main-heading {
        font-size: 55px;
        margin-bottom: 70px;
    }
    .gallery-section .upper-bee {
        top: 0;
        left: 30%;
        width: 50px;
    }
    .gallery-section .lower-bee {
        left: 42%;
        top: 97%;
        width: 50px;
    }
    .gallery-section .bee-img img {
        width: 150px;
    }
    .hexagon-container1 .hexagon-item, 
    .hexagon-container2 .hexagon-item {
        zoom: 0.5;
    }

    /*Home Academy Section Css*/
    .academy-section {
        padding: 230px 0 60px;
        background-size: 100%;
        background-position: center top;
    }
    .academy-section .pr-50 {
        padding-right: 15px;
        margin-bottom: 50px;
    }
    .academy-section .tablet-img {
        padding-right: 0;
        margin-bottom: 40px;
    }
    .academy-section .academy-video {
        margin: 0 auto;
        /*border: 5px solid #ed2641;*/
		border: 0px;
        border-radius: 15px;
    }
    .academy-section .pr-100 {
        padding-right: 130px;
    }
    .pencils {
        top: 60%;
    }
    .pencils .pencil {
        zoom: 0.8;
    }

    footer{
        margin-top: 0;
        padding: 80px 0 20px;
        background-size: 100%;
        background-position: center bottom;
        background-color: #46c1f0;
    }
    footer .footer-bee img {
        width: 260px;
    }
    footer .contact-us .desc {
        font-size: 20px;
        margin-top: 130px;
        color: #fff;
    }
    footer form label {
        font-size: 20px;
    }
    footer form input, footer form textarea {
        width: 100%;
        min-height: 60px;
        font-size: 18px;
    }
    footer .mb-130 {
        margin-bottom: 80px;
    }
    
    /*Eco System Section CSS*/
    .ecosys-section{
        padding-top: 201px;
    }
    .ecosys-section .left{
        padding: 0 15px 100px;
    }
    .ecosys-section .content .ecosys-heading{
        font-size: 60px;
        margin-bottom: 40px;
    }
    .ecosys-section .content .desc{
        width: 100%;
        margin-left: 0;
    }
    .ecosys-section .right{
        padding-bottom: 100px;
        text-align: center;
    }
    .ecosys-section .right .ecosys-bee {
        position: relative;
        bottom: auto;
        left: auto;
        margin-top: 80px;
    }
    .ecosys-section .right .ecosys-globe img{
        max-width: 90%;
    }
}

@media only screen and (max-width: 767px) {
    .back-to-top{
        width: 40px;
        height: 40px;
    }
    .back-to-top img{
        width: 17px;
    }
    /*Navbar Css*/
    .navbar {
        padding-top: 20px;
        transform: all 0.2s;
    }
    .navbar-collapse{
        background: #ffffffe6;
        padding: 0 10px;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        font-size: 16px;
        padding: 12px 15px !important;
        color: #000;
        text-align: right;
    }
    /*.navbar-collapse{
        background: rgb(255, 227, 46);
        width: 100%;
        position: absolute;
        top: 0;
        left: -100%;
        z-index: -1;
        padding: 90px 30px 30px;
        transition: left 0.3s;
    }
    .navbar-collapse.show{
        left: 0;
        transition: left 0.3s;
    }*/
    .navbar .align-items-start{
        align-items: center !important;
    }
    .navbar .navbar-brand img {
        width: 90px;
    }
    .navbar-toggler {
        padding: 0 0 0 20px;
        font-size: 2rem;
        border: 0;
        border-radius: 0;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }

    /*Home Banner Section CSS*/
    .home-banner-section {
        padding: 90px 0px;
        background-size: 100%;
        background-color: #41c0f0;
        height: 850px;
    }
    .home-banner-section .under-logo-bee,
    .ecosys-section .under-logo-bee,
    .contest-section .under-logo-bee {
        top: 95px;
        right: 25px;
        width: 40px;
    }
    .home-banner-section .yellow-rays,
    .ecosys-section .yellow-rays,
    .contest-section .yellow-rays {
        width: 60%;
    }
    .banner-slider .slick-prev {
        left: 10px;
    }
    .banner-slider .slick-next {
        right: 10px;
    }
    .home-banner-section .left-side{
        text-align: center;
    }
    .home-banner-section .banner-bee {
        width: 250px;
        float: inherit; 
        position: relative;
        top: auto; 
        right: auto;
    }
    .home-banner-section .right-side{
        padding: 20px 0 40px;
        text-align: center;
    }
    .home-banner-section .text {
        display: block;
        width: 80%;
        margin: 0 auto;
        float: inherit; 
        padding-top: 0;
    }
    .home-banner-section .text .text-lg {
        font-size: 38px;
        line-height: 1;
    }
    .home-banner-section .text .text-sm {
        font-size: 35px;
        line-height: 1;
        margin-left: 0;
    }
    .home-banner-section .cake-img {
        width: 280px;
        top: 0;
        float: inherit;
    }

    /*Home About Section CSS*/
    .about-section {
        margin-top: 0;
        padding-top: 90px;
    }
    .about-section  .clouds-img {
        margin-bottom: -280px;
        opacity: 0.7;
    }
    .about-section .about-bg-mountain {
        margin-bottom: -80px;
    }
    .about-section .about-bg-mountain .content {
        width: auto;
        margin: 0 15px 25px;
    }
    .about-section .content .heading {
        font-size: 50px;
    }
    .about-section .content .sub-heading {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .about-section .content .desc {
        font-size: 16px;
        line-height: 1.5;
    }
    .about-section .about-bee-img {
        left: 25%;
        bottom: -15px;
        width: 80px;
    }
    .about-section .footer-curve .flower1 {
        width: 40px;
        left: 10px;
        bottom: 35px;
    }
    .about-section .footer-curve .flower2 {
        width: 30px;
        left: 55px;
        bottom: 40px;
    }
    .about-section .footer-curve .flower3 {
        width: 40px;
        left: 60px;
        bottom: 10px;
    }
    .about-section .footer-curve .flower4 {
        width: 30px;
        left: 50%;
        bottom: -5px;
    }
    .about-section .footer-curve .flower5 {
        width: 30px;
        right: 70px;
        bottom: 45px;
    }
    .about-section .footer-curve .flower6 {
        width: 50px;
        right: 45px;
        bottom: 10px;
    }
    .about-section .footer-curve .flower7 {
        width: 40px;
        right: 5px;
        bottom: 35px;
    }
    .about-section .footer-curve .about-first-bee {
        width: 30px;
        left: 5px;
        bottom: 53px;
    }
    .about-section .footer-curve .about-second-bee {
        width: 25px;
        left: 69px;
        bottom: 58px;
    }
    .about-section .footer-curve .about-third-bee {
        width: 25px;
        left: 48%;
        bottom: 20px;
    }
    .about-section .footer-curve .about-forth-bee {
        width: 27px;
        right: 93px;
        bottom: 55px;
    }
    .about-section .footer-curve .about-fifth-bee {
        width: 30px;
        right: 7px;
        bottom: 75px;
    }

    /*Home Products Section CSS*/
    .products-section {
        padding: 50px 0;
    }
    .products-section .mb-60,
    .winner-section .mb-60 {
        margin-bottom: 50px;
    }
    .products-section .main-heading,
    .winner-section .main-heading {
        font-size: 50px;
    }
    .products-section .desc,
    .winner-section .desc {
        width: 100%;
        font-size: 16px;
    }
    .products-section .slick-prev,
    .products-section .slick-next {
        top: 35%;
        width: 40px;
        height: 27px;
    }
    .products-section .slick-prev:before {
        content: url(../images/icons/products-prev-sm-arrow.png);
    }
    .products-section .slick-next:before {
        content: url(../images/icons/products-next-sm-arrow.png);
    }
    .products-slider .slick-list {
        padding: 0px 0px 100px;
    }
    .products-slider .slick-slide .product-name {
        font-size: 18px;
    }

    /*Home Gallery Section CSS*/
    .gallery-section {
        top: auto;
        padding: 20px 0 0;
    }
    .gallery-section .main-heading {
        font-size: 50px;
        margin-bottom: 100px;
    }
    .gallery-section .upper-bee {
        top: -80px;
        left: calc(55% - 50px);
        width: 50px;
    }
    .hexagon-container1, 
    .hexagon-container2 {
        display: block;
    }
    .hexagon-container1 .hexagon-item, 
    .hexagon-container2 .hexagon-item {
        display: block;
        margin: 0 auto 20px;
        width: 260px;
        height: 223px;
    }
    .hexagon-container1 .hexagon-item:nth-child(1){
        right: auto;
    }
    .hexagon-container1 .hexagon-item:nth-child(2){
        top: auto;
        left: auto;
    }
    .hexagon-container1 .hexagon-item:nth-child(3){
        left: auto;
    }
    .hexagon-container1 .hexagon-item:nth-child(4){
        left: auto;
        top: auto;
    }
    .hexagon-container2 .hexagon-item:nth-child(1){
        right: auto;
        top: auto;
    }
    .hexagon-container2 .hexagon-item:nth-child(2){
        left: auto;
        top: auto;
    }
    .hexagon-container2 .hexagon-item:nth-child(3){
        left: auto;
        top: auto;
    }
    .hexagon-container2 .hexagon-item:nth-child(4){
        left: auto;
        top: auto;
    }

    /*Home Academy Section CSS*/
    .academy-section {
        padding: 120px 0 40px;
        background-size: 100%;
        background-position: center top;
    }
    .academy-section .pr-50 {
        padding-right: 15px;
        margin-bottom: 40px;
    }
    .academy-section .tablet-img {
        padding-right: 0px;
        margin-bottom: 20px;
    }
    .academy-section .academy-video {
        height: 220px;
        max-width: 100%;
        /*border: 5px solid #ed2641;*/
        border: 0px;
        border-radius: 13px;
    }
    .academy-section .pr-100 {
        padding-right: 15px;
    }
    .academy-heading {
        font-size: 40px;
        line-height: 1;
        margin-bottom: 20px;
    }
    .win-heading {
        font-size: 40px;
    }
    .win-heading span {
        font-size: 42px;
    }
    .academy-desc {
        font-size: 16px;
    }
    .academy-list {
        width: 80%;
    }
    .academy-list li {
        font-size: 16px;
    }
    .pencils {
        top: 73%;
    }
    .pencils .pencil {
        zoom: 0.5;
    }

    /*Footer Section CSS*/
    footer {
        margin-top: 0;
        padding: 50px 0 30px;
        background-size: 100%;
        background-position: center bottom;
        background-color: #45c1f0;
    }
    footer .mb-130 {
        margin-bottom: 80px;
    }
    footer .contact-heading-sm{
        font-size: 50px;
        font-weight: 700;
        color: #fff;
        line-height: 0.9;
        letter-spacing: -3px;
        text-align: center;
        text-transform: capitalize;
        margin-bottom: 30px;
    }
    footer .footer-bee {
        text-align: center;
    }
    footer .footer-bee img {
        width: 180px;
    }
    footer .contact-us .desc {
        font-size: 18px;
        line-height: 1.5;
        color: #fff;
        margin: 30px 0;
    }
    footer form label {
        font-size: 16px;
        margin-right : 0 !important; 
    }
    footer form input, 
    footer form textarea{
        width: 100%;
    }
    .social-icons a i {
        font-size: 30px;
    }
    .copyright {
        font-size: 15px;
        line-height: 1.3;
    }

    /*Eco System Section CSS*/
    .ecosys-section,
    .contest-section{
        padding-top: 200px;
    }
    .ecosys-section .left{
        padding: 0 15px 50px;
    }
    .ecosys-section .content .ecosys-heading,
    .contest-section .content .contest-heading{
        font-weight: 700;
        font-size: 50px;
        margin-bottom: 40px;
    }
    .ecosys-section .content .desc,
    .contest-section .content .desc{
        width: 100%;
        font-size: 18px;
        margin-left: 0;
    }
    .ecosys-section .right{
        padding-bottom: 60px;
        text-align: center;
    }
    .ecosys-section .right .ecosys-bee {
        position: relative;
        bottom: auto;
        left: auto;
        width: 280px;
        margin-top: 60px;
    }
    .ecosys-section .right .ecosys-globe img{
        max-width: 90%;
    }
    .ecosys-section .ecosys-curve,
    .winner-section .winner-curve{
        display: block;
        width: 100%;
        height: 180px;
    }
    .about-copyright {
        margin-bottom: 15px;
    }

    /*Winner Section CSS*/
    .contest-section .contest-cust-padd {
        padding-bottom: 90px;
    }
    .winner-section .mb-200 {
        margin-bottom: 80px;
    }
    .video_wrapper{
        width: 75%;
    }

}

@media(max-width:580px){
    #autoShowModal .modal-dialog {
        max-width: 80% !important;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 576px) {
    .home-banner-section .yellow-rays, 
    .ecosys-section .yellow-rays,
    .contest-section .yellow-rays {
        width: 100%;
    }
}

@media screen and (max-width: 1399px) and (min-width: 1200px) {
    .ecosys-section .content .ecosys-heading {
        font-size: 55px;
    }
    .ecosys-section .content .desc {
        font-size: 16px;
    }
    .ecosys-section .right .ecosys-globe img{
        max-width: 80%;
    }
    .ecosys-section .right .ecosys-bee {
        width: 280px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .navbar .navbar-brand img {
        width: 140px;
    }
    .navbar-expand-md .navbar-nav .nav-link{
        font-size: 18px;
        padding: 15px 19px !important;
    }

    /*Home Banner Section Css*/
    .home-banner-section {
        background-size: 100%;
        background-position: center bottom;
        background-color: #41c0f0;
        height: 710px;
    }
    .home-banner-section .banner-bee {
        width: 320px;
        top: 30px;
    }
    .home-banner-section .text .text-lg {
        font-size: 42px;
    }
    .home-banner-section .text .text-sm {
        font-size: 40px;
        margin-left: 0;
    }
    .home-banner-section .cake-img {
        width: 350px;
    }

    /*Home About Section Css*/
    .about-section {
        padding-top: 100px;
        margin-top: -1%;
    }
    .about-section .about-bg-mountain .content {
        width: 50%;
        margin-left: 30%;
    }
    .about-section .clouds-img {
        margin-bottom: -680px;
    }
    .about-section .about-bg-mountain {
        margin-bottom: -200px;
    }
    .about-section .about-bee-img {
        left: 28%;
        bottom: 10px;
        width: 150px;
    }
    .about-section .footer-curve .flower1 {
        width: 90px;
        bottom: 130px;
    }
    .about-section .footer-curve .flower2 {
        width: 60px;
        left: 125px;
        bottom: 140px;
    }
    .about-section .footer-curve .flower3 {
        width: 90px;
        left: 180px;
        bottom: 55px;
    }
    .about-section .footer-curve .flower4 {
        width: 70px;
        left: 50%;
        bottom: -10px;
    }
    .about-section .footer-curve .flower5 {
        width: 75px;
        right: 170px;
        bottom: 110px;
    }
    .about-section .footer-curve .flower6 {
        width: 110px;
        right: 100px;
        bottom: 40px;
    }
    .about-section .footer-curve .flower7 {
        width: 90px;
        right: 10px;
        bottom: 130px;
    }
    .about-section .footer-curve .about-first-bee {
        width: 48px;
        left: 10px;
        bottom: 190px;
    }
    .about-section .footer-curve .about-second-bee {
        width: 40px;
        left: 165px;
        bottom: 180px;
    }
    .about-section .footer-curve .about-third-bee {
        width: 40px;
        left: 48%;
        bottom: 55px;
    }
    .about-section .footer-curve .about-forth-bee {
        width: 45px;
        right: 230px;
        bottom: 150px;
    }
    .about-section .footer-curve .about-fifth-bee {
        width: 50px;
        right: 5px;
        bottom: 220px;
    }

    /*Home Products Section Css*/
    .products-section {
        padding: 90px 0 120px;
    }
    .products-section .mb-60,
    .winner-section .mb-60 {
        margin-bottom: 30px;
    }
    .products-section .main-heading,
    .winner-section .main-heading {
        font-size: 68px;
    }
    .products-section .desc,
    .winner-section .desc {
        width: 80%;
        font-size: 18px;
    }
    .products-slider .slick-list {
        padding: 70px 0 130px;
    }
    .products-slider .slick-list .slick-slide img{
        max-width: 90%;
    }
    .products-slider .slick-list .slick-current + .slick-active img{
       transform: scale(1.3); 
    }
    .products-slider .slick-slide .product-name{
        font-size: 20px;
    }
    .products-slider .slick-list .slick-current + .slick-active .product-name{
        margin-top: 50px;
    }

    /*Home Gallery Section Css*/
    .gallery-section {
        top: 0;
        padding-bottom: 50px;
    }
    .gallery-section .main-heading {
        font-size: 68px;
        margin-bottom: 70px;
    }
    .gallery-section .upper-bee {
        top: 0px;
        left: 30%;
        width: 70px;
    }
    .gallery-section .lower-bee {
        left: 43%;
        top: 99%;
        width: 65px;
    }
    .gallery-section .bee-img img {
        width: 200px;
    }
    .hexagon-container1 .hexagon-item, 
    .hexagon-container2 .hexagon-item {
        zoom: 0.7;
    }

    /*Home Academy Section Css*/
    .academy-section {
        padding: 300px 0 80px;
        background-size: 100%;
        background-position: center top;
    }
    .academy-section .pr-50 {
        padding-right: 15px;
        margin-bottom: 50px;
    }
    .academy-section .academy-video {
        height: 280px;
    }
    .academy-section .pr-100 {
        padding-right: 130px;
    }
    .academy-desc {
        font-size: 18px;
    }
    .pencils {
        top: 53%;
    }
    .pencils .pencil {
        zoom: 0.8;
    }

    /*About Eco-System Section Css*/
    .ecosys-section .right .ecosys-globe img {
        zoom:  0.7;
    }
    .ecosys-section .right .ecosys-bee {
        position: initial;
        float: right;
        width: 320px;
    }

    /*Footer Css*/
    footer{
        margin-top: 0;
        padding: 80px 0 20px;
        background-size: 100%;
        background-position: center bottom;
        background-color: #46c1f0;
    }
    footer .footer-bee img {
        width: 300px;
    }
    footer .contact-us .desc {
        font-size: 20px;
        margin-top: 130px;
        color: #fff;
    }
    footer form label {
        font-size: 20px;
    }
    footer form input, footer form textarea {
        width: 100%;
        min-height: 60px;
        font-size: 18px;
    }
    footer .mb-130 {
        margin-bottom: 80px;
    }
}
