@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');
@font-face {
    font-family: rimona;
    src: url(fonts/rimonaf.otf);
  }
body{
    font-family: 'Rubik', sans-serif;
    direction: rtl;
}
.light-blue-bg{
    background-color: #75C0E6;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -11;
    right: 0;
    width: 100%;
}
.header{
    padding-top: 15px;
}
.logo{
    height:50px
}
.menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
  }
.contact-menu{
    align-items: center;
    display: flex;
    justify-content: space-evenly;
    border-top: 3px solid rgba(255, 255, 255, 0.25);
    padding-top: 11px;
}
.contact-menu a{
    font-size: 29px;
    color: white;
}
  .line {
    fill: none;
    stroke: white;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
      stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
  }
  .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  .opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  .opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
  }
  .opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  
.menu-btn{
    all: unset;
    color:white;
    position: absolute;
    right: 25px;
    top: 21px;
    cursor: pointer;
}
.menu-btn:focus i::before{
    content: "\F629";
}
#navbarHeader ul{
    list-style-type: none;
}
#navbarHeader li a{
    display: block;
    text-decoration: none;
    font-size: 20px;
    padding-bottom: 6.5px;
    padding-top: 6.5px;
    background-color: rgb(255 255 255 / 16%);
    border-radius: 12px;
    padding-right: 22px;
    margin-bottom: 11px;
}
.hero{
    padding-top: 60px;
    padding-left: 0!important;
    padding-right: 0!important;
}
.hero_area {
    position: relative;
    overflow: hidden;
}
.hero-title{
    font-family: 'rimona';
    color: white;
    font-size: 51px;
    display: inline-block;
    position: absolute;
    text-shadow: 0 0 4px rgb(0 0 0 / 17%);
    top: 33%;
    right: 34%;
    line-height: 56px;
    animation: 1s ease-out 0s 1 slideInFromLeft;
    z-index: 5;
}

.hero-img{
    width: 65%;
    margin-right: 15px;
}
.waves {
    position: absolute;
    width: 100%;
    height: 50px;
    min-height: 40px;
    max-height: 150px;
    bottom: 0;
    left: 0;
}

.parallax>use, .parallax2>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 6s;
}

.parallax2>use:nth-child(1) {
    animation-delay: -3s;
    animation-duration: 13s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}
@keyframes slideInFromLeft {
    0% {
      transform: translateX(-150%);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  
  
.clouds {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    right: 0;
}

.clouds-parallax>use {
    animation: move-clouds 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.clouds-parallax>use:nth-child(1) {
    animation-delay: 0;
    animation-duration: 30;
    opacity: 0.5;
}

.clouds-parallax>use:nth-child(2) {
    animation-delay: 0;
    animation-duration: 25s;
    opacity: 0.3;


}
.clouds-parallax>use:nth-child(3) {
    animation-delay: -20s;
    animation-duration: 25s;
    opacity: 0.3;
    
}
.clouds-parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
    opacity: 0.2;
}


@keyframes move-clouds {
    0% {
        transform: translate3d(0vw, 0, 0);
    }

    100% {
        transform: translate3d(140vw, 0, 0);
    }
}




.second{
    color: white;
    background-color:rgba(0,106,177,1) ;
}
.second .title{
    line-height: 35px;
}
.second .list li{
    font-size: 20px;
    padding: 5px 0px;
}
.third{
    position: relative;
    overflow: hidden;
    padding-top: 51px;
    padding-bottom: 80px;
}
.tilting-back{
    background-color: rgba(0,106,177,1);
    border-radius: 10px;
    width: 100%;
    height: 90%;
    position: absolute;
    box-shadow: -10px 10px 0 0px #E7F1F7;
    right: -20px;
    top: 0;
    z-index: -10;
    transform: rotate(-1.5deg);
    transform-origin: top right;
    animation: move-hanging 3s cubic-bezier(.55, .5, .45, .5) infinite;
}
@keyframes move-hanging {
    0% {
        transform: rotate(-1.5deg);
    }

    50% {
        transform: rotate(-2.5deg);
    }
    
    100% {
        transform: rotate(-1.5deg);
    }
}
@keyframes height-changing {
    0% {
        height: 60%;
        width:90%;
    }
    50% {
        height: 65%;
        width:87%;
    }
    100% {
        height: 60%;
        width:90%;
    }
}
.white-btn{
    all:unset;
    border-radius: 5px;
    color: rgba(0,106,177,1);
    background-color:white ;
    font-weight: 600;
    cursor: pointer;
    padding: 10px 50px;
    font-size: 19px;
}


.tilting-title img{
    height: 1.8em;
}
.tilting-text{
    padding-left: 15px;
    padding-bottom: 0px;
}
.tilting-title{
    color: white;
    font-weight: 600;
    font-size: 35px;
    line-height: 45px;
}
.tilting-running{
    color: white;
    padding-top: 15px;
    font-weight: 200;
    font-size: 19px;
}
.fourth{
    background-color:white ;
    color: rgba(0,106,177,1);
    padding-top: 25px;
    padding-bottom: 25px;
    background-image: url(images/worldmap.svg);
    background-repeat: no-repeat;
    background-position: 30% -10px;
    background-size:auto 90%;
  
}
.box-img{
    width: 275px;
}
.fourth .title{
    font-weight: 600;
}
.fourth .text{
    font-size: 18px;
}
.fifth{
    background-color:white ;
    color: rgba(0,106,177,1);
    padding-top: 25px;
    padding-bottom: 25px;
    
}
.fifth .title{
    color: white;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    text-shadow: 0 0 3px rgb(0 0 0 / 23%);;
}
.fifth .text{
    
}
.download-title{
    color: white;
    font-weight: 600;
    font-size: 22px;
    text-shadow: 0 0 3px rgb(0 0 0 / 23%);
}
.download-title i{
    font-size: 40px;
}
.download-sec .row{
    background-color: #006ab1;
    border-radius: 5px;
}
.download-link{
    text-decoration: none!important;
    color: white;
    font-weight: 600;
    font-size: 22px;
    text-shadow: 0 0 3px rgb(0 0 0 / 23%);;
    background-color: #7598af;
    padding: 10px 40px;
    border-radius: 5px;
}
.carousel-section{
  
    position: relative;
    background-color:#aabb5e ;
    box-shadow: -10px 10px 0px 0px #e4ebc3;
    border-radius: 10px;

}
.fifth .topimg{
    width:100%;
    position: absolute;
    top: -130px;
    right: 0;
}

.swiper {
    width: 90%;
}
.swiper img{
    border-radius: 5px;
    width: 100%;
    height: 100%;
}
.swiper-over{
    /*overflow-x: clip;*/
}
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets {
    
    right: auto!important;
    left: -15px!important;
} 
.swiper-pagination-bullet{
    background-color: white!important;
}
.footer{
    background-color: rgba(0,106,177,1)!important;
    color:white;
    font-size: 20px;
}
.footerlogo{
    max-width: 200px;
}
.credits{
    background-color: white!important;
    color: rgba(0,106,177,1);
    font-size: 16px;

}
.scrolin{transform: translatey(120px);}
.come-in {
    
    animation: come-in 0.8s ease forwards;
    animation-delay: 0s;
  }
  .come-in:nth-child(odd) {
    animation-duration: 0.6s; /* So they look staggered */
  }

  .already-visible {
    transform: translateY(0);
    animation: none;
  }
  
  @keyframes come-in {
    to { transform: translatey(0); }
  }
  .pro-card{
    margin: 0;
    border-radius: 5px;
    padding-bottom: 15px;
    /*max-width: 400px;*/
    background-color: #E5F4FF;
  }
  .top-card{
      background-color:rgba(0,106,177,1) ;
      position: relative;
      border-radius: 5px 5px 0 0;
      color:white ;
      font-weight: 500;
      font-size: 25px;
      padding: 10px 80px 10px 10px;
    }
    .top-card img{
        position: absolute;
        bottom: 0;
        right: 0;
        width: 80px;
    }
    .whatsin{
        padding: 0;
    }
    .whatsin-title{
        background-color: rgb(255 255 255 / 57%);
        padding: 3px 25px;
        font-size: 20px;
        font-weight: 500;
        margin: 0 8px;
        border-radius: 25px;
    }
    .whatsin-item .list{
        margin-bottom: 0;

    }
    .whatsin-item{
        font-size: 18px;
        font-weight: 500;
        padding: 13px 20px 0 20px;
    }
    .whatsin-item img, .carousel-section>h2>img {
        width: 70px;
        margin-left: 10px;
    }
    .prices{
        position: relative;
        padding: 15px 25px;
    }
    .price,.tag{
        position: absolute;
        left: 0;
        color: white;
        top: 0;
        padding: 5px 13px;
        border-radius: 0 0 5px 0;
        font-size: 19px;
        background-color: #505153;
    }
    .tag.good{
        background-color: #1DA75F;
    }
    .tag.finish{
        background-color: #FF5A45;
    }
    .price-before{
        font-size: 20px;
        font-weight: 500;
    }
    span.cross{
        position: relative;
    }
    .price-before span.cross{
        font-size: 25px;
        padding: 0 7px;

    }
    span.cross::before {
        top: 46%; /*tweak this to adjust the vertical position if it's off a bit due to your font family */
        background:red; /*this is the color of the line*/
        opacity:.5;
        content: '';
        width: 100%;
        position: absolute;
        height:.1em;
        border-radius:.1em;
        left: 0;
        white-space:nowrap;
        display: block;
        transform: rotate(-25deg);  
    }
    .price-after{
        font-size: 29px;
        font-weight: 500;
    }
    .price-after span{
        font-size: 35px;
        padding: 0 7px;
    }

    .btn-buy{
        font-size: 21px;
        background-color:#1DA75F ;
        color: white;
        padding: 0.3em 0.8em;
        position: relative;
        border-radius: 5px;
        text-align: right;
        transition: 0.2s;
        width: 100%;
        text-decoration: none!important;
    }
    .btn-buy:hover, .btn-buy:focus{
        outline:none;               
        color: white;
        background-color:#0f6539;
    }
    .btn-example{
        font-size: 21px;
        background-color:#006ab1 ;
        color: white;
        padding: 0.3em 0.8em;
        position: relative;
        border-radius: 5px;
        text-align: right;
        transition: 0.2s;
        width: 100%;
        text-decoration: none!important;
    }
    .btn-example:hover, .btn-example:focus{
        outline:none;               
        color: white;
        background-color:#024876;
    }
    .btn-buy i, .btn-example i{
        font-size: 25px;
        position: absolute;
        left: 10px;
    }
    .turt .row{
        font-family: 'rimona';
        color: #505153;
        font-size: 40px;
        background-image: url(images/turtle.png);
        background-repeat: no-repeat;
        background-position: right -20px bottom 5%;
        background-size:  70%;
    }    
    .turt .title .col-12:last-child{
        text-align: left;
        color:rgba(0,106,177,1);
        position: relative;
    }
    .turt .title .col-12:first-child{
        padding-right: 50px;
    }
    .turt .title .col-12:last-child img{
        text-align: left;
        position: absolute;
        bottom: -7px;
        right: -47px;
        width: 270px;
        z-index: -55;
    }
    .above-section{
        position: relative;
    }
    #about2{
    }
    #about2 .about-bg{
        width: 100%;
        height: 110%;
        position: absolute;
        top: -10%;
        right: 0;
        z-index: -10;
        background-color:#e7e7e7;
        
    }
    .first-word{
        font-size: 30px;
        line-height: 18px;
        font-weight: 700;
        color:rgba(0,106,177,1);
        
    }
    .man-text{
        position: relative;
        font-size: 18px;
        line-height: 1.6em;
        text-align:justify;
    }
    .man-block{
        overflow: hidden;
        position: relative;
        display: grid;
        justify-items: center;
        align-items: end;
        justify-content: center;
    }
    .man-block img{
        width: 90%;
        max-width: 400px;
        
    }
    .man-block span{
        background-color: #e5f4ff;
        background: linear-gradient(45deg, rgb(155, 203, 253) 0%, rgba(174,213,242,1) 100%);

        border-radius: 20px;
        position: absolute;
        bottom: 0;
        right: 50%;
        transform: translateX(50%);
        height: 60%;
        z-index: -1;
        width: 95%;
        box-shadow: 0 0 10px #0000001f;
        animation: height-changing 3s ease-in-out infinite;

    }
    #about2 .from{
        font-size: 25px;
        font-weight: 700;
        margin-top: 5px;
        color:rgba(0,106,177,1);
        
    }
    .contact-what{
        position: fixed;
    bottom: 50px;
    color: white;
    background-color: #1DA75F;
    height: 50px;
    width: 50px;
    box-shadow: 0 0 7px #0000002b;
    font-size: 28px;
    border-radius: 50px;
    left: 10px;
    text-align: center;
    display: grid;
    text-decoration: none;
    align-items: center;
    justify-items: center;
    z-index: 99999999999;
}
.btn-buy.buy-contact {
    background-color: #006ab1;
}
.btn-buy.buy-contact:hover {
    background-color: #00406b;
}
.contact-form-modal{
    background-color: #E5F4FF;
}
.contact-form-modal .modal-header{
    background-color: rgba(0,106,177,1);
    color:white;
}
.contact-form-modal .modal-header button{
    color:white;
    filter: invert(1);
}
.contact-form-modal .modal-body button{
    color:white;
    border: none!important;
    outline: none!important;
    background-color: #1DA75F!important;
}
.contact-form-modal .modal-body button:hover{
    background-color: #11673b!important;
}

.contact-form-modal .modal-title{
        text-align: center;
        font-size: 22px;
        font-weight: 600;

    }
    
    @media (min-width: 1200px) {
        .fourth .title {
            margin-top: 30px;
        }

    }
    @media (min-width: 768px) {
        #about2 .about-bg{
            width: 130%;
            height: 100%;
            position: absolute;
            top: 0;
            right: 0;
            border-radius: 10px;
            z-index: -10;
            background-color:#e7e7e7;
            box-shadow: -15px -10px 0px 0px #dadada;


        }
    
        .hero{
            padding-top: 100px;
        }
        .logo {
            width: 100%;
            height: 70px;
        }
        .clouds-parallax>use:nth-child(1) {
            animation-delay: 0;
            animation-duration: 30;
            opacity: 0.5;
        }
        
        .clouds-parallax>use:nth-child(2) {
            animation-delay: 0;
            animation-duration: 25s;
            opacity: 0.3;
        
        
        }
        .clouds-parallax>use:nth-child(3) {
            animation-delay: -20s;
            animation-duration: 25s;
            opacity: 0.3;
            
        }
        .clouds-parallax>use:nth-child(4) {
            animation-delay: -5s;
            animation-duration: 20s;
            opacity: 0.2;
        }
        @keyframes move-clouds {
            0% {
                transform: translate3d(0vw, 0, 0);
            }
            
            100% {
                transform: translate3d(105vw, 0, 0);
            }

        }
        
        
        .hero-img {
            width: 280px;
            margin-right: 25%
        }
        .swiper-over {
            width: 48%;
            display: inline-block;
        }
        .tilting-title {
            text-align: center;
            margin-right: -140px;
        }
        .third {
            margin: 0 auto;
            overflow: visible;
            width: 60%;
        }
        .third ul {
            columns: 2;
            -webkit-columns: 2;
            -moz-columns: 2;
        }
        .hero-title {
            font-size: 80px;
            top: 20%;
            right: 45%;
            line-height: 1.05em;
        }
        .fourth {
            background-position: 50% 50%;
         }
         .carousel-section{
            padding-bottom: 30px;
         }
         
        .fifth .title {
            font-size: 35px;
            margin-right: -140px;
        }
        .carousel-section>h2>img {
            width: 90px;
        }
        .turt .row{
            width:30%;
            padding-top: 70px;
            background-size: 60%;
            margin-top: -70px;
        }
        .box-img{
            width: 400px;
        }
        #navbarHeader{
            display: inline-block!important;
        }
        #navbarHeader ul{
        }
        #navbarHeader li{
            margin: 0 10px;
        }
        #navbarHeader li a{
            padding:5px 20px;
            margin:0 0px ;
            background-color:unset;     

        }
        #navbarHeader a:hover, #navbarHeader a:focus{
            outline: none;
            background-color: rgb(255 255 255 / 16%);
        }
        .contact-menu {         
            justify-content: end;
            border-top: none;
            /*border-right: 3px solid rgba(255, 255, 255, 0.25);*/
            padding-top: 0;
        }
        .contact-menu a{
            padding:0 12px 0 12px;  
            border-radius: 50px;
        }
        .menu-btn{
            display: none!important;
        }
        
    }
    #swiper-g{
        padding: 40px;
        width: 100%;
    }
    .review-card{
        background: #fff;
        border: 1px solid #dadce0;
        border-radius: 8px;
        box-sizing: border-box;
        line-height: 20px;
        overflow: hidden;
        white-space: normal;
        box-shadow: 0 0 0 #00000000;
        padding:12px;
        user-select:none;
        cursor: grab;
        transform: rotate(0deg);
        scale: 1;
        transition: all 400ms cubic-bezier(.4,0,.2,1);
    }
    @media (min-width: 768px) {
    .review-card:hover{
        box-shadow: 0 0 9px 5px #00000026;
        transform: rotate(3deg);
        scale: 1.05;
    }
        #navbarHeader ul {
            flex-wrap: wrap;
        }
}
    @media (max-width: 768px) {
        .turt .row {
            padding-top: 75px;
            margin-top: -75px;
        }
        #swiper-g{
            padding: 0 40px;
        }
    }
    .review-notes{
        font-style: italic;
        color: #616161;
        font-size: 15px;
        quotes: '"' '"' "'" "'";
    }
    .review-notes::before {
        content: open-quote;
        font-size: 22px;
        font-weight: 600;
        padding-left: 5px;
    }
    .review-notes::after {
        content: close-quote;
        font-size: 22px;
        font-weight: 600;
        padding-right: 5px;
    }
    .review-footer{
        display: flex;
        padding-top:10px;
        margin-top: 10px;
        border-top: 2px solid rgb(161, 161, 161)
    }    
    .review-img{
        font-size: 30px;
    }    
    .review-name{
        font-weight: 600;
        align-self: center;
        padding-right: 7px;
    }
    .review-stars{
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 10px;
    }
    .review-stars img{
        width:25px;
        margin-left: 10px;
    }
    .review-stars i{
        color:#f8b805 ;
        margin-left: 3px;
    }
    .link-to-book{
        font-size: 20px;
      }
      
      .kids-color-1{
        background-color: #0fa2b4;
    }
    .kids-color-2{
        background-color: #aabb5e;
    }
    .kids-color-3{
        background-color: #f47526;
    }
    .kids-color-4{
        background-color: #ff4f5c;
    }
    .kids-color-5{
        background-color: #b54db2;
    }
