*{
    margin: 0px;
    padding: 0px;
}
body{
    margin:0px auto;
}
.navbar{
    background-color: #F4F5FA;
    margin: auto;
    margin-bottom: 50px;

}
.logo{
    color: #8B80F8;
    height: 52px;
    width: 178px;
    font-weight: 400;
    font-size: 36px;
    font-family: 'Kaushan Script';
    line-height: 52.24px;
    float:left;
    padding-left: 10px;
}
.logo a {
    text-decoration: none;
    text-transform: none;
    border:none;
    color: #8B80F8;
}
.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    border: none;
}
.nav-menu ul li {
    position: relative;
    white-space: nowrap;
    padding: 10px 0 10px 28px;
    border: none;
}
.nav-menu a {
    display: block;
    position: relative;
    color: #333748;
    font-size: 18px;
    border: none;
    text-align: center;
    text-decoration: none;
}

#menu .social-links{
    float:right;
}
#menu .social-links a {
    margin-left: 15px;
    color: #000;
}
#menu .social-links i{
    font-size: 29.41px;
    margin-left: 10px;
}
.facebook img{
    width: 15px;
}
.twitter img{
    width: 30px;
}
.instagram img{
    width: 30px;
}
.text h1{
    color: black;
    font-family: 'Nunito';
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    text-align: left;
    color: #333748;
    margin-top: 130px;
}
#big{
    background-color: #F4F5FA;
    height: 859px;
}
.text-start-home{
    margin: auto;
}
.text-start{
    margin: auto;
    justify-content: center;
}
.text{
    margin-top: 40px;
    margin-left: 20px;
    font-family: 'Nunito';
    font-weight: 700;
    margin: auto;
    float: left;

}
.background-picture{
    width: 100%;
    background-image: url('../img/background-img.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 830px;
}
.recepies-text{
    display: flex;
    justify-content: center;
    margin-top: 70px;
    text-align: center;
}
.recepies-text h1{
    font-family: 'Nunito';
    font-weight: 700;
}
.recepies-text h1 span{
    font-family: 'Nunito';
    font-weight: 700;
    box-shadow: inset  0px -23px 0px 0px rgba(139, 128, 248,0.6);
}
#main{
    display: flex;
    justify-content: center;
}
.recepies{
    width: 100%;
}
.clear{
    clear:both;
}
.recepies .row{
    margin-top: 100px;
}
.col-md-3{
    margin: 40px auto;
}
.meal{
    padding: 70px 10px 10px;
    background-color: #F4F5FA;
    border-radius: 20px;
}
.meal img{
    position: relative;
    margin-top: -180px;
    border: 1px solid white;
    background-color: white;
}
.food{
    border-radius: 80px;
    width: 120px;
}
#eat{
    border: 7px solid white;
    background-color: white;
}
.meal h3{
    font-weight: 700;
    font-size: 18px;
    font-family: 'Nunito';
}
.meal p{
    font-size: 12px;
}
.meal p img{
    margin-top: 0;
    background-color: #F4F5FA;
    border-radius: 5px;
}
.info{
    margin-right:50px;
    float: left;
    font-family: 'Nunito';
    font-weight: 800;
}
.info h3{
    font-size: 50px;
    font-weight: 700;
    font-family: 'Nunito';
}
.info p{
    font-size: 23px;
    color: #959595;
}
.app-picture{
    float: right;
}
.app-picture img{
    width:100%;
}
.info-middle{
    float: right;
}
.info-middle h3{
    font-size: 50px;
    font-weight: 700;
    font-family: 'Nunito';
}
.info-middle p{
    font-size: 24px;
    color: #959595;
    font-family: 'Nunito';
    font-weight: 700;
}
.app-picture-middle{
    float: left;
    margin-right:50px;
    margin-left: -100px;
}
.app-picture-middle img {
    width:100%;
}
.categories{
    margin-top: 70px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.categories-middle{
    margin-top: 70px;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}

#app-options{
    margin-top: 30px;
}
.navigation-button{
    display: none;
}
.btn{
    display: none;
}
.mobile-icons{

    margin: auto;
    padding-top: 50px;
    display: flex;
    align-items: center;
}
.mobile-icons img{
    margin-right: 7px;

}
#footer{
    background-color: #F4F5FA;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 70px;
    padding-bottom: 30px;
}
.mobile-icons-footer{
    float: left;
    margin-top: 10px;
}
.mobile-icons-footer img{
    margin-top: 8px;
}
.footer-menu{
    float: right;
    display: block;
}
.footer-menu ul li a img{
    display: none;
}
.footer-menu ul {
    float:right;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    border: none;
}
.footer-menu ul li {
    position: relative;
    white-space: nowrap;
    padding: 10px 25px 10px;
    border: none;
}
.footer-menu a {
    display: block;
    position: relative;
    color: #333748;
    font-size: 15px;
    border: none;
    text-align: center;
    text-decoration: none;
    margin-left: 50px;
}
.footer-menu ul li a:hover{
    box-shadow: inset  0px -10px 0px 0px rgba(139, 128, 248,0.6);
    color:#333748;
}
.footer-size{
    margin-top: 50px;
}
.social-media-footer{
    float: right;
    margin-top: -50px;
    margin-right: 20px;
}
.social-media-footer a{
    float: right;
    margin-left: 30px;
    color:#000;
}
.social-media-footer i{
    font-size: 30px;
}
/*Odavde dugme*/
.navigation-button {
    border: 0;
    padding: 0.5rem;
    display: inline-block;
    border-radius: 5px;
    display: none;
    position: fixed;
    top: 20px;
    right: 20px;
}
.icon-menu {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 20px;
    vertical-align: middle;
    fill: none;
}
/* Global menu icon line styles */
.icon-menu .line {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    background-color: #000
}
/* Menu icon line 1 */
.icon-menu .line-1 {
    top: 0;
}
/* When active, rotate line 1 to be lefthand part of X */
.is-active .icon-menu .line-1 {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    -moz-transform: translateY(8px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(45deg);
}
/* Line 2 */
.icon-menu .line-2 {
    top: 50%;
    margin-top: -2px;
}
/* When active, hide line 2 */
.is-active .icon-menu .line-2 {
    opacity: 0;
}
/* Line 3 */
.icon-menu .line-3 {
    bottom: 0;
}
/* When active, rotate line 3 to be righthand part of X */
.is-active .icon-menu .line-3 {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-8px) translateX(0) rotate(-45deg);
    transform: translateY(-8px) translateX(0) rotate(-45deg);
}
@media screen and (max-width:1600px) {
    .footer-menu ul li{
        padding:10px 0 10px;
    }
    .social-media-footer{
        margin-right: 0;
    }
}
@media screen and (min-width:1500px){
    .text h1{
        min-width: 600px;
        max-width: 600px;
        font-size: 58px;
        line-height: 70px;
    }
}
@media screen and (max-width:1600px) and (min-width:1100px){
    .footer-menu a {
        margin-left: 40px;
    }
}

@media screen and (min-width:1800px){
    .background-picture{
        height:850px;
    }
    .bckg {
        height: 1000px !important;
    }

}
@media screen and (max-width:1100px){
    .mobile-icons-footer{
        margin-left: 10px;
        margin-top: -30px;
    }
    .social-media-footer {
        margin-right: 20px;
        margin-top: -50px;
    }
}
@media screen and (max-width:945px){
    #navigation-menu{
        width:250px;
    }
}

@media screen and (max-width:991px){
    .footer-menu{
        float: none;
    }
    .footer-menu ul{
        float: none;
        text-align: center;
    }
    .mobile-icons-footer img{
        width: 120px;
    }
    .mobile-icons-footer h5{
        min-width: 200px;
        font-size: 18px;
    }
    #app-gallery{
        width: 130px;
    }
    .navigation-button{
        display: flex;
    }
    .nav-menu{
        display: none;
    }
    .navbar{
        width:100%;
    }
    .recepies-text h1 span{
        box-shadow: inset  0px -18px 0px 0px rgba(139, 128, 248,0.6);
    }
    #navigation-menu{
        display: none;
        width:100%;
    }
    #navigation-menu ul{
        display: block;
        margin-right: 0px;

    }
    #navigation-menu ul li {
        border-bottom: 1px solid blue;
    }
    #navigation-menu ul li a{
        margin-right: 15px;
    }
    .navigation-button i{
        padding:5px;

        color:#000;
    }
    .footer-menu ul{
        max-width:100%;
        list-style: square;
        padding: 0;
        display: inline-block;
        word-break: normal;
    }
    .footer-menu ul li{
        padding: 0 !important;
        white-space: normal;
        list-style: square;
        display: inline-block;
    }
    .mobile-icons-footer{
        margin-top: 50px;
    }
    #app-store-footer{
        width: 100px;
    }
    .text h1{
        font-size: 25px;
    }
    .mobile-icons{
        margin-top: 240px;
        display: block;
        margin-left: 20px;
    }
    .mobile-icons a{
        width:100px;
    }
    .mobile-icons a img{
        width: auto !important;
        margin-top: 5px;
    }
    .recepies-text{
        margin-left: 20px;
    }
    .categories{
        display: block;
    }
    .categories-middle{
        display: block;
    }
    .info-middle{
        display: block;
    }
    .app-picture{
        float: right;
    }
    .app-picture-middle{
        margin:0;
    }
    .info{
        width: 100%;
        display: block;
    }
    .info p{
        width: 100%;
    }
    .info-middle{
        width:100%;
    }
    .info-middle p{
        width:100%;
    }
    .social-media-footer i{
        font-size: 20px;
    }
    .footer-size .clear{
        display: none;
    }
    .social-media-footer{
        margin-top: 180px;
    }
    .social-media-footer .facebook img{
        width: 10px;
    }
    .social-media-footer .twitter img{
        width: 20px;
    }
    .social-media-footer .instagram img{
        width: 20px;
    }

}
@media screen and (min-width:380px) and (max-width:991px){

    .info{
        font-family: 'Nunito';
        font-weight: 800;
    }
    .info h3{
        font-size: 36px;
        font-weight: 700;
        font-family: 'Nunito';
        text-align: center;
    }
    .info p{
        font-size: 18px;
        color: #959595;
        text-align: center;
    }
    .info-middle h3{
        font-size: 36px;
        text-align: center;
    }
    .info-middle p{
        font-size: 18px;
        text-align: center;
    }
    .text h1{
        width: 280px;
        font-size: 25px;
        line-height: normal;
    }
}
@media screen and (min-width:992px) and (max-width:1225px){
    .background-strawberry img{
        margin-top: 80px;
    }
}
@media screen and (min-width:992px) and (max-width:1100px){
    .mobile-icons-footer{
        margin-left: 20px;
    }
    .footer-menu {
        margin-right: 20px;
    }
}
@media screen and (min-width:515px) and (max-width:700px){
    .text h1{

        font-size: 30px;
        line-height: normal;
    }
    .mobile-icons{
        width: 230px;
        justify-content: center;
    }
    .mobile-icons a img{
        width: 150px;
    }

}
@media screen and (min-width:320px) and (max-width:515px){
    .mobile-icons a img{
        margin-left: 10px;
        width: 150px;
    }
    .mobile-icons{
        width: 230px;
        margin-left: 10px;
    }
    .footer-menu ul li{
        padding:10px 30px 10px;
    }
}
@media screen and (min-width:514px) and (max-width:700px){

    .footer-menu ul li{
        padding:10px 35px 10px;
    }
}
@media screen and (min-width:702px) and (max-width:750px){
    .categories{
        margin-left: 20px;
    }
    .social-media-footer i{
        font-size: 20px;
    }
}

@media screen and (min-width:320px) and (max-width:380px){
    .background-picture{
        height: 600px;
    }
    .text h1{
        width: 310px;
        font-size: 25px;
        line-height: normal;
    }
    .recepies-text{
        font-size: 20px;
        min-width: 300px;
        text-align: center;
    }
    .info{
        font-family: 'Nunito';
        font-weight: 800;
    }
    .info h3{
        font-size: 30px;
        font-weight: 700;
        font-family: 'Nunito';
        text-align: center;
    }
    .info p{
        font-size: 13px;
        color: #959595;
        text-align: center;
    }
    .info-middle h3{
        font-size: 30px;
        text-align: center;
    }
    .info-middle p{
        font-size: 13px;
        text-align: center;
    }
    .social-media-footer a {
        margin-left: 20px;
    }
    .footer-menu ul li {
        padding:10px 25px 10px;
    }
}
@media screen and (min-width:700px) and (max-width:991px){
    .info h3{
        font-size: 45px;
    }
    .info p{
        font-size: 25px;
    }
    .info-middle h3{
        font-size: 45px;
    }
    .info-middle p{
        font-size: 25px;
    }
    .text h1{
        width: 400px;
    }
    .mobile-icons img {
        width: 150px;
    }
    .mobile-icons{
        margin-top: 170px;
    }
}

.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 17px;
    z-index: 99999;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    cursor: pointer;
    text-align: right;
}
.mobile-nav {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow-y: auto;
    z-index: 9999;
    background: #F4F5FA;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    padding: 200px 0;
}
.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mobile-nav a {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    color: #333748;
    display: block;
    position: relative;
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
    font-size: 45px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    color: #333748;
}
.mobile-nav .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}
.mobile-nav .active.drop-down > a:after {
    content: "\eaa1";
}
.mobile-nav .drop-down > a {
    padding-right: 35px;
}
.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}
.mobile-nav .drop-down li {
    padding-left: 20px;
}
.active>a::before{
    content:'';
    border-bottom: 10px solid #8B80F8;
    opacity:0.6;
    width:40%;
    position: absolute;
    right: 30%;
    top:60%;
}
.mobile-nav-overly {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}
.mobile-nav-active {
    overflow: hidden;
}
.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
}
.mobile-nav-active .mobile-nav-toggle i {
    color: #000;
}
@media screen and (min-width:320px) and (max-width:400px){
    .mobile-nav a{
        font-size: 25px;
    }
}
@media screen and (min-width:400px) and (max-width:600px){
    .mobile-nav a{
        font-size: 30px;
    }
}

/*--------------------------About us--------------------*/
.background-strawberry img{
    display: flex;
    float: right;
    width: 100%;
    min-height: 600px;
}
.background-strawberry{
    float: right;
}
.aboutheader{
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 850px;
    background-color: #F4F5FA;
}
.text-about h1{
    color: black;
    font-family: 'Nunito';
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
    text-align: left;
    color: #333748;
}
.text-about p{
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 1px;
    color: #959595;

}
.text-about{
    margin-top: 40px;
    float: left;
    font-family: 'Nunito';
    font-weight: 700;
}
.control{
    float: right;
    display: flex;
    justify-content: space-between;
}
.picture-about{
    float: right;
    margin-top: 50px;
    display: flex;
    height: 750px;
}
.contactus{
    margin-top: 80px;
}
.button-contact{
    background-color: #8B80F8;
    color: #fff;
    width: 200px;
    height: 46px;
    border-radius: 33.5px;
    border: 0;
    font-family: 'Nunito';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 1px;
    text-align: center;
    justify-content: center;

}
.text-motive h1{
    color: black;
    font-family: 'Nunito';
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
    text-align: left;
    color: #333748;
}
.text-motive p{
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 1px;
    color: #959595;

}
.text-motive{
    margin-top: 130px;
    float: left;
    font-family: 'Nunito';
    font-weight: 700;

}
/*Team*/
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
.btn-primary:hover,
.btn-primary:focus {
    background-color: #108d6f;
    border-color: #108d6f;
    box-shadow: none;
    outline: none;
}
.btn-primary {
    color: #fff;
    background-color: #007b5e;
    border-color: #007b5e;
}
section {
    padding: 60px 0;
}
section .section-title {
    text-align: center;
    color: #000;
    margin-bottom: 20px;
    text-transform: none;
    font-size: 38px;
}
#team-cont p {
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 1px;
    font-family: 'Nunito';
    color: #959595;
}
#team .card {
    border: none;
    background: #F4F5FA;
}
.card-title{
    font-size: 22px;
}
.card-body p:last-child {
    margin-bottom: 0;
}
#team-cont .card-body p{
    font-size: 18px ;
    line-height: unset;
    letter-spacing: unset;
    font-family:unset;
    color: unset;
}
.frontside {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}
.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}
.frontside .card,
.backside .card {
    border-radius: 20px;
    padding-bottom: 15px;
}
.frontside .card .card-title,
.backside .card .card-title {
    color: #000 !important;
}
.frontside .card .card-body img {
    width: 100%;
    min-height: 130px;
}
.backside{
    display: none;
}

#our-team{
    --bs-gutter-x: 1rem;
    --bs-gutter-y: -1rem;
    margin-top: 100px;
}
.list-inline{
    margin-top: 110px;
}
.backside .card-body p{
    margin-top: 70px;
    padding-right: 20px;
    padding-left: 20px;
}

/* Form start*/
#form-holder{
    background-color: #F4F5FA;
    padding-left: 70px;
    padding-right: 70px;
}
.ftco-section{
    background-color: #F4F5FA;
    padding-top: 20px;
    margin-bottom: 130px;
}
.form-text{
    margin-top: 30px;
    font-size: 18px !important;
    color: #959595 !important;
}
#form-background{
    background-color: #fff;
    border-radius: 20px;
    margin-top: 30px;
}
#name{
    border-radius: 20px;
    background-color: #F4F5FA;
}

#email{
    border-radius: 20px;
    background-color: #F4F5FA;
}
.btn-submit{
    background-color: #8B80F8;
    border-radius: 36px;
    height: 46px;
    width: 180px;
    color: #fff;
    border: none;
}

#message{
    border-radius: 20px;
    background-color: #F4F5FA;
}
.form-group{
    margin-top: 50px;
}
#c28{
    margin-top: 50px;
}
@media (min-width: 768px){
    .p-md-5 {
        padding: 0 !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
        padding-bottom: 30px !important;
    }
}
label{
    margin-bottom: 15px;
}
#button-form{
    display: flex;
    justify-content: center;
}
#icons-main-block{
    background-color: #F4F5FA !important;
    padding: 0px !important;
    padding-left: 20px !important;
}
#icons-holder{
    margin-top: 10px;
}
#space-icons{
    margin-left: 30px;
    margin-top: 0px;
    padding-left: 0px;
}
#space-icons p{
    margin-bottom: 0;
    font-size: 18px;
}
#icons-row{
    margin-top: 30px;
}

.email img{
    width: 24px;
}
.phone img{
    width: 24px;

}
.location img{
    width: 24px;
}

.card-body{
    padding: 0 !important;
}
.background-about{
    background-image: url('../img/Group299.png');
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 100%;
}

/*--------- How it works-----------*/
.background-howitworks{
    background-image: url('../img/Group299.png');
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.text-hw{
    margin-top:50px;
    font-family: 'Nunito';
    font-weight: 800;
    float: left;

}
.text-hw h1{
    margin-bottom: 30px;
    float: left;
    font-size: 45px;
}
.text-hw p{
    line-height: 36px;
    letter-spacing: 1px;
    float: left;
    color: #959595;
    font-size: 18px;
}
.hw{
    float: left;
    font-family: 'Nunito';
    font-weight: 800;
}
.hw p{
    color: #959595;
}
.ctg .app-picture-middle{
    margin-left: 0px;
}

.bckg{
    background-image: url('../img/How\ it\ works.png');
    height: 850px;

    background-position: center;
    background-size: cover;
}

.nav-menu a {
    transition: 0.3s;

}

.nav-menu > ul > li > a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 10px;
    bottom: -2px;
    left: 0;
    background: #8B80F8;
    opacity: 0.6;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
    visibility: visible;
    width: 100%;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    color: #222222;
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
}

.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #222222;
}

.nav-menu .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down > a {
    padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
}

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }
    .nav-menu .drop-down .drop-down:hover > ul {
        left: -100%;
    }
    .nav-menu .drop-down .drop-down > a:after {
        content: "\ea9d";
    }
}
/*---------About us responsive---------*/

@media screen and (min-width:320px) and (max-width:1000px){
    #team-cont{
        padding-left: 20px;
        padding-right: 20px;
    }
    .text-motive h1{
        text-align: center;
    }
    section .section-title {
        text-align: center;
        color: #000;
        margin-bottom: 20px;

    }
    #form-holder{
        padding: 0px;
        padding: 40px;
        padding-top: 0px;
    }
    .heading-section{
        text-align: center;
    }
    #main-form-block{
        width: 100%;
    }
    #icons-main-block{
        padding-left: 0px !important;
    }
    .form-text{
        font-size: 16px !important;
    }

}
@media screen and (min-width:320px) and (max-width:991px){
    #main{
        display: none;
    }
    .background-strawberry{
        display: none;
    }
    .background-picture{
        height: 600px;
    }
    .text h1{
        margin-top: 0px;
        font-size: 36px;
    }
    .contactus{
        margin-top: 25px;
    }
    .button-contact{
        width: 109px;
        height: 36px;
        font-size: 16px;
        line-height: 60px;
    }

    .aboutheader{
        height: auto !important;
    }
    .control{
        background-color: #F4F5FA;
    }
    .text-about p{
        font-size: 16px;
    }
    .text-motive p{
        font-size: 16px;
    }
    .text-hw{
        margin-top: 0;
        padding-left: 20px;
        font-size: 16px;
    }
    .text-hw h1{
        margin-bottom: 0;
        margin-top: 40px;
    }
    .text-hw p{

        line-height:unset;
        letter-spacing:unset;
    }
    #team-cont p{
        font-size: 16px;
    }
    #team-cont .card-body p{
        font-size: 12px !important;
    }
    .card-title{
        font-size: 16px;
    }

    .footer-menu ul li a img{
        display: unset;
        margin-right: 10px;
    }
    .footer-menu a {
        margin-left: 10px;
    }
    .social-links{
        display: none;
    }
    .navbar{
        margin-bottom: 0;
    }
    .picture-about{
        display: none;
    }
    .text-about{
        padding:20px;
        font-size: 16px;
        color: #959595;
    }
    .text-about p{
        line-height: 24px;
        font-style: normal;
        font-weight: normal;
        letter-spacing: 1px;
    }
    #text-motive{
        float: left;
        margin-right: 20px;
    }
    .text-motive{
        padding: 10px;

    }
    .text-motive p{
        line-height: 24px;
        font-style: normal;
        font-weight: normal;
        letter-spacing: 1px;
        color: #959595;
    }
    #team-cont p{
        line-height: 24px;
        font-style: normal;
        font-weight: normal;
        letter-spacing: 1px;
        font-size: 18px;
        color: #959595;
    }
    #team-cont .card-body p{
     line-height: unset;
     font-style: unset;
     font-weight: unset;
     letter-spacing: unset;
     font-size: unset;
     color: unset;
    }
    .ctg .app-picture img{
        float: right;
    }
    .ctg .app-picture-middle img{
        float: right;
    }
    .mobile-nav{
        padding: 150px 0;
    }
    .ctg .app-picture-middle{
        float: right;
    }
}
/*
@media screen and (min-width:601px) and (max-width:992px){
    .mobile-nav{
        padding:450px 0;
    }
  }
  */
@media (min-width: 576px){
    #text-motive{
        max-width: none;
    }
    #team-cont{
        max-width: none;
    }
    #form-holder{
        max-width: none;
    }
    #menu{
        width: 100%;
        max-width: none;
    }

}
@media (min-width: 320px) and (max-width: 576px){
    #member{
        width: 50%;
    }
    .caed-title{
        font-size: 16px;
    }
}
@media (min-width: 768px){
    #form-sizeing{
        padding: 0px !important;
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
    #icons-holder{
        width: 100%;
    }
    #form-background{
        width: 100%;
    }
    #menu{
        width: 100%;
        max-width: none;
    }
    #form-background{
        padding-bottom: 30px;
    }

}
@media (min-width: 1000px){
    #form-background{
        width: 66%;
    }
    #icons-holder{
        width: 33%;
    }

}
@media (max-width: 991px){
    .footer-size{
        margin-top: 20px;
    }
    .text{
        margin-top: 30px;
    }
    .text h1{
        padding-left: 20px;
    }
    .btn-submit{
        font-size: 16px;
        width: 109px;
        height: 36px;
        margin-top: 30px;
    }
    #name{
        height: 36px;
        border-radius: 10px;
    }
    #email{
        height: 36px;
        border-radius: 10px;
    }
    #message{
        height: 160px;
        border-radius: 10px;
    }
    .form-group{
        margin-top: 0px;
    }
    .form-group label{
        margin-bottom: 2px;
        margin-top: 20px;
        margin-left: 10px;
    }
    .ftco-section{
        padding-bottom: 20px;
    }
    #form-holder{
        padding-bottom: 0px;

    }
    #our-team{
        margin-top: 50px;
    }
    .picture-about2{
        float: right;
        margin-top: -60px;
    }
    .bckg{
        background-image: none;
    }
    .text-hw{
        background-color: #F4F5FA;
    }
    .picture-hw2{
        float: right;
        margin-top: 50px;
    }
}
.slideshow-container {
    width: 100%;
    position: relative;
    margin: auto;
    margin-top: 100px
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}
.slideshow-container a:hover{
    color: #fff;

}
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.fade:not(.show){
    opacity: 1 !important;
}
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
    transition: opacity 1s linear !important;
}

@-webkit-keyframes fade {
    from {opacity: 0}
    to {opacity: 1}
}
@keyframes fade {
    from {opacity: 0}
    to {opacity: 1}
}
@media (min-width: 991px){
    .slideshow-container{
        display: none;
    }
    .form-group label{
        font-size: 18px;
    }
    .btn-submit{
        font-size: 18px;
    }
    #name{
        height: 46px;
    }
    #email{
        height: 46px;
    }
    .picture-about2{
        display: none;
    }
    .picture-hw2{
        display: none;
    }
    .hw p{
        font-size: 30px;
    }
}








