body{
    background: rgba(235,240,254,0.6)
}

@font-face {
    font-family: Shabnam;
    src: url('font/Shabnam.eot');
    src: url('font/Shabnam.eot?#iefix') format('embedded-opentype'),
    url('font/Shabnam.woff2') format('woff2'),
    url('font/Shabnam.woff') format('woff'),
    url('font/Shabnam.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: Shabnam;
    src: url('font/Shabnam-Bold.eot');
    src: url('font/Shabnam-Bold.eot?#iefix') format('embedded-opentype'),
    url('font/Shabnam-Bold.woff2') format('woff2'),
    url('font/Shabnam-Bold.woff') format('woff'),
    url('font/Shabnam-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: Shabnam;
    src: url('font/Shabnam-Thin.eot');
    src: url('font/Shabnam-Thin.eot?#iefix') format('embedded-opentype'),
    url('font/Shabnam-Thin.woff2') format('woff2'),
    url('font/Shabnam-Thin.woff') format('woff'),
    url('font/Shabnam-Thin.ttf') format('truetype');
    font-weight: 100;
}

@font-face {
    font-family: Shabnam;
    src: url('font/Shabnam-Light.eot');
    src: url('font/Shabnam-Light.eot?#iefix') format('embedded-opentype'),
    url('font/Shabnam-Light.woff2') format('woff2'),
    url('font/Shabnam-Light.woff') format('woff'),
    url('font/Shabnam-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: Shabnam;
    src: url('font/Shabnam-Medium.eot');
    src: url('font/Shabnam-Medium.eot?#iefix') format('embedded-opentype'),
    url('font/Shabnam-Medium.woff2') format('woff2'),
    url('font/Shabnam-Medium.woff') format('woff'),
    url('font/Shabnam-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: Lalezar;
    src: url('font/lalehzar/Lalezar-Regular.eot');
    src: url('font/lalehzar/Lalezar-Regular.eot?#iefix') format('embedded-opentype'),
    url('font/lalehzar/Lalezar-Regular.woff2') format('woff2'),
    url('font/lalehzar/Lalezar-Regular.woff') format('woff'),
    url('font/lalehzar/Lalezar-Regular.ttf') format('truetype');
    font-weight: 500;
}



@font-face {
    font-family: Lalezar;
    src: url('font/Dirooz/Dirooz.eot');
    src: url('font/Dirooz/Dirooz.eot?#iefix') format('embedded-opentype'),
    url('font/Dirooz/Dirooz.woff2') format('woff2'),
    url('font/Dirooz/Dirooz.woff') format('woff'),
    url('font/Dirooz/Dirooz.ttf') format('truetype');
    font-weight: 500;
}

body,html{
    margin: 0;
    direction: rtl;
    background: white;
    box-sizing: border-box;
}

#alweb{
    width: 100%;
    max-width: 1349px;
    height: auto;
    background: #ebf0fe;
    margin: 0 auto;
}

/*mnu******************************************/
#sec1{
    width: 100%;
    height: 634px;
    display: flex;
    justify-content: center;
    text-align: center;
}

nav{
    position: absolute;
    width:100%;
    max-width: 1349px;
    float: right;
    height: 55px;
    background-image: url("image/nw/LOGO3.png");
    background-size: cover;
    background-color: rgba(163,182,242,0.76);
}
nav ul{
    border-radius: 0 0 0 30px;
    list-style: none;
    background:none ;
    margin: 10px 0 0 0;
    padding: 0;
}
ul li{
    display: inline-block;
    position: relative;
    text-align: right;

}
nav ul li a{
    display: block;
    background:none;
    padding: 7px 7px;
    color: white;
    text-decoration: none;
    font-size: 17px;
    transition: 0.2s linear;
    font-family:Dirooz;
}
nav ul li a:hover{
    background: #a3b6f2;
    color: white;
}
nav ul li a .fa-home:hover{
    color: #776cf2;
    background:none;
}
nav ul li ul{
    z-index: 1;
    display: none;
    position: absolute;
    float: right;
    margin: 3px 7px 0 -103px;

}
nav ul li ul li{
    display: block;
    width: 100%;
}
nav ul li ul li a{
    display: block;
    background: rgba(57,83,164,0.44);
    padding: 7px 15px;
    font-size: 17px;
    font-weight: 500;
    color: white;
}
nav ul li ul li a:hover{
    color: #275668;
    border-right: 7px solid #3953a4;
    background-color: white;
}
.a{
    display: none;
}

/*slider**********************************************/

.slider1{
    margin: 0;
    padding: 0;
    justify-content: center;
    text-align: center;
    width: 100%;
    height:100%;
    overflow: hidden;
}
.slides{
    width: 500%;
    height: 634px;
    display: flex;
}
.slides input{
    display: none;
}
.slide{
    width: 20%;
    transition: 2s;
}
.slide img{
    width:100%;
    height:100%;
}
.navigation-manual{
    width: 100%;
    max-width:1349px;
    justify-content: center;
    position: absolute;
    margin-top: -54px;
    display: flex;
    align-items: center;
}
.manual-btn{
    border: 2px solid rgba(137,50,244,0.87);
    padding: 5px;
    border-radius: 10px;
    transition: 0.5s;
    cursor: pointer;
    display: grid;
}
.manual-btn:not(:last-child){
    margin-left: 40px;
}
.manual-btn:hover{
    background: rgba(137,50,244,0.87);
}
#radio1:checked~.first{
    margin-right: 0;
}
#radio2:checked~.first{
    margin-right: -20%;
}
#radio3:checked~.first{
    margin-right: -40%;
}
.navigation-auto{
    max-width:1349px;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    margin-top: -54px;
    width: 100%;
}
.navigation-auto div{
    border:2px solid rgba(137,50,244,0.87);
    border-radius: 10px;
    padding: 5px;
}
.navigation-auto div:not(:last-child) {
    margin-left: 40px;
}
#radio1:checked~.navigation-auto .auto-btn1{
    background: rgba(137,50,244,0.87);
}
#radio2:checked~.navigation-auto .auto-btn2{
    background: rgba(137,50,244,0.87);
}
#radio3:checked~.navigation-auto .auto-btn3{
    background: rgba(137,50,244,0.87);
}
/*end slider**********/

/*new_yakhchal****************************************/

#sec2{
    width: 100%;
    height: 634px;
    display: flex;
    background-image:url("image/nw/mahsool_n.png") ;
    background-size: cover;
    position: relative;
}
.box_content{
    width: 100%;
    height: auto;
}
.image_mew{
    width:50%;
    height:97%;
    background: none;
    position: absolute;
    left: 2%;
    top:0px;

}
.image_mew img{
    width: 100%;
    height: 100%;
    background: none;
}
.text_new{
    position: absolute;
    right: 48px;
    top: 40px;
}
.text_new h1{
    color: #243e95;
    font-size: 45px;
    font-family: Dirooz;
}
.content_new{
    width:39%;
    height:auto;
    position: absolute;
    right:3%;
    top:30%;
}
p{
    font-family: Dirooz;
    font-size: 20px;
    color: #5b7ef3;
    width: 100%;
}

/*mahsolat********************************************/
#sec2_5{
    width: 100%;
    height: 634px;
    display: flex;
    background-image: url("image/nw/GALLERY.png");
    background-size: cover;
    position: relative;
}
.gallery_text{
    display: flex;
    position: absolute;
    width: 100%;
    height: 60px;
}
.gallery_text .gallery_text_bottom{
    margin-top: 22px;
    right:0;
    width: 130px;
    height: 1.5rem;;
    position: absolute;
    padding: 17px 23px;
    border-radius: 30px 0 0 30px;
    background-color: white;
}
.gallery_text_bottom a{
    float: right;
    display: block;
    z-index: 100;
    text-decoration: none;
    position: absolute;
    font-family:Dirooz;
    font-size: 15px;
    color: #5b7ef3;
}
.gallery_text_bottom i{
    font-size: 21px;
    color: #5b7ef3;
    padding: 2px 7px 0 7px;
}
.gallery_text h2{
    position: absolute;
    margin-top: 4px;
    left:0;
    font-family: Dirooz;
    font-size: 36px;
    color: #5b7ef3;
    border-radius:0 40px 40px 0;
    padding:13px 70px;
    background-color: white;
}
.content_gallery{
    width: 100%;
    height:570px;
    background: none;
}
#sec2_5 .carousel-wrapper img{
    max-width: 200px;
    height: 200px;
    display: block;
    border-radius: 19px;
    margin-right: 27px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.2);
}
.carousel-wrapper h3{
    font-family: Shabnam;
    text-align: center;
    font-weight: 400;
    margin-bottom: 0;
    color: #0015fc;
}
.line{
    color: white;
}
.carousel-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    top:55%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
}
.carousel-wrapper .carousel{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: auto;
}
.carousel-wrapper .carousel .carousel-cell{
    border-radius: 19px;
    padding: 15px;
    background-color: #d4f2fe;
    width: 14%;
    height: auto;
    border: 0;
    min-width: 120px;
    margin: 0 40px;
    transition: transform 500ms ease;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.479);
    font-family: Shabnam;
}
.carousel-wrapper .carousel .carousel-cell .more{
    display: block;
    margin: 5px 0 15px 0;
    text-align: center;
    font-size: 13px;
    color:gray;
    text-decoration: none;
    font-family: Shabnam;
}
.carousel-wrapper .carousel .carousel-cell .more:hover,
.carousel-wrapper .carousel .carousel-cell .more:active,
.carousel-wrapper .carousel .carousel-cell .more:visited,
.carousel-wrapper .carousel .carousel-cell .more:focus{
    color: #9fa1ab;
    text-decoration: none;
    font-family: Shabnam;
}
.carousel-wrapper .carousel .carousel-cell .line{
    position: absolute;
    width: 2px;
    height: 0;
    background-color:white;
    left: 50%;
    margin: 5px 0 0 -1px;
    transition: height 300ms ease;
    display: block;
}
.carousel-wrapper .carousel .carousel-cell .price{
    color: white;
    position: absolute;
    font-weight: 700;
    margin: 45px auto 0 auto;
    left: 50%;
    transform: translate(-50%);
    opacity: 0;
    transition: opacity 300ms ease 300ms;
    font-family: Shabnam;
}
.carousel-wrapper .carousel .carousel-cell .price sup{
    top: 2px;
    position: absolute;
    font-family: Shabnam;
}
.carousel-wrapper .carousel .carousel-cell.is-selected{
    transform: scale(1.2);
}
.carousel-wrapper .carousel .carousel-cell.is-selected .line{
    height: 35px;
}
.carousel-wrapper .carousel .carousel-cell.is-selected .price,
.carousel-wrapper .carousel .carousel-cell.is-selected .more{
    opacity: 1;
    font-family: Shabnam;
}
.carousel-wrapper .flickity-page-dots{
    display: none;
}
.carousel-wrapper .flickity-viewport,
.carousel-wrapper .flickity-slider{
    overflow: visible;
}
.line_text{
    position: absolute;
    display: flex;
    right: 25%;
    background: white;
    font-family: Shabnam;


}
.garanti{
    margin-bottom: 8rem;
}
/*search box***********/
/*.wrapper{
    width: 270px;
    height: 50px;
    font-family: sans-serif;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    margin: 0 81% 0 0;
}
.search-box{
    width: 400px;
    padding: 1px;
    display: flex;
    border-radius: 50px;
}
.search-btn{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background:#4bb0d1;
    display: flex;
    justify-content: center;
    align-items: center;
    color:white ;
    margin-left: 6px;
    cursor: pointer;
}
.input-search{
    outline: none;
    border: 0;
    background:#4bb0d1;
    width: 160px;
    height: 40px;
    font-size: 19px;
    padding: 1% 5%;
    direction: rtl;
    border-radius: 50px;
}
::placeholder{
    color:white ;
    font-weight: 600;
}
::-webkit-input-placeholder{
    color:white ;
    font-weight: 600;
}

/*end search****************/

/*location*********************************************/

#sec3{
    width: 100%;
    height: 634px;
    background-color: #ebf0fe;
    background-size: cover;
    position: relative;
}
.loc_content{
    width: 100%;
    height:100%;
}
.loc_content h2:checked{
    animation:zoom-out 20s linear infinite .3s;
    transform: translateX(100px);
}
.loc_content h2{
    color: white;
    border-radius: 50px 0 0 50px;
    font-size:25px;
    padding: 9px 17px 9px 30px;
    background-color: #ee2c2c;
    font-family: Dirooz;
    position: absolute;
    right: -20px;
    top: 10px;
}
.pic_loc{
    background-color: white;
    width: 51%;
    height: 57%;
    position: absolute;
    border: none;
    right:0;
    top: 190px;
    animation: zoom-out 20s linear infinite .3s;
    transform: translateX(100px);
}
.pic_loc img{
    width: 100%;
    height: 100%;
}
@keyframes zoom-out{
    5%{
        transform: translateY(0px);
    }
    100%{
        transform: translateY(0px);
    }
}
.icon_loc img{
    width: 100%;
    height: 100%;
    animation:textup 20s linear infinite .3s;
    transform: translateY(100px);
}
.adress{
    animation: zoom-out 20s linear infinite .3s;
    transform: translateX(-100px);
    width: 50%;
    height: 57%;
    position: absolute;
    left:0;
    background-color: #fa7272;
    color: white;
    top:190px;
    /*  animation:textup 20s linear infinite .3s;
      transform: translateY(100px);*/
}
@keyframes textup{
    5%{
        transform: translateY(0px);
    }
    100%{
        transform: translateY(0px);
    }
}
.adress p{
    direction:rtl;
    font-size: 22px;
    font-family: Dirooz;
    color: white;
    padding: 8% 7% 0 0;
}
.social_mnu{
    display: inline-block;
    width: 8%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 7%;
}
.social_mnu i{
    font-size: 22px;
    padding: 6px;
    margin-bottom: 14px;
    display: block;
    z-index: 1000;
}
.social_mnu a{
    text-decoration: none;
    z-index: 2000;
    display: block;
}
/*.loc_text{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    position: absolute;

}
.location img{
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    margin-top: 165px;
    margin-right: 16rem;
    width:57%;
    height:55%;
    border-radius: 50px;
    box-shadow: -3px -3px 7px #ffffff73,3px 3px 5px rgba(94,104,121,.288);
}
.loc_text h2{
    font-family: Shabnam;
    font-size: 23px;
    color: #282a64;
}
.address{
    position: absolute;
    margin-top: 32rem;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.address p{
    font-family: Shabnam;
    font-size: 16px;
    color: #282a64;
}
/*css of slider**********/


/*about***************************************/

#sec4{
    width: 100%;
    height: 634px;
    display: flex;
    background-image: url("image/nw/about_n.png");
}
.about_content{
    width: 100%;
    position: relative;
}
.image_about{
    width: 23%;
    height: 69%;
    position: absolute;
    right: 15%;
    top: 11%;
}
.image_about img{
    width: 100%;
    border-radius: 20px;
    height: 100%;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.35);
    animation:zoom-out 20s linear infinite .3s;
    transform: translateX(100px);
}
@keyframes zoom-out{
    5%{
        transform: translateY(0px);
    }
    100%{
        transform: translateY(0px);
    }
}
.text_about{
    width:32%;
    height:auto;
    position: absolute;
    left:22%;
    top:9%;
}
.text_about h2{
    font-family: Dirooz;
    color: #3a3e95;
    font-size: 32px;
}
.about_content p{
    font-family:Dirooz;
    color: #3a3e95;
    font-size: 20px;
}
.bott{
    display: flex;
    margin-top: 60px;
}
.read_more{
    animation: textup 20s linear infinite .3s;
    transform: translateY(100px);
    width: 100px;
    height: 40px;
    background-color: #4e53c9;
    border-radius: 40px;
    transition: .4s;
}
@keyframes textup {
    5%{
        transform: translateY(0px);
    }
    100%{
        transform: translateY(0px);
    }
}
.read_more a{
    text-decoration: none;
    padding: 20px 30px;
    font-size: 22px;
    font-family: Dirooz;
    color: white;

}
.massage{
    background-color: #ee2c2c;
    border-radius: 40px;
    margin-right: 10px;
    animation: textup 20s linear infinite .3s;
    transform: translateY(100px);
}
.massage a{
    text-decoration: none;
    padding: 5px 12px;
    font-size: 16px;
    font-family: Dirooz;
    display: flex;
    justify-items: center;
    align-items: center;
    color: white;

}

/*.bc{
    background-color: #282a64;
    width: 100%;
    position: absolute;
    height: 70px;
    z-index: 0;
}
.containar{
    display: flex;
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
}
.text{
    border-radius:50px;
    background: #dfe3f1;
    width: 700px;
    height: 300px;
    padding: 81px;
    box-shadow: -3px -3px 7px #ffffff73,3px 3px 5px rgba(94,104,121,.288);
}
.img{
    background: cornflowerblue;
    background-size: cover;
    border-radius: 50px;
    padding: 20px;
    float: right;
    width: 200px;
    height: 100%;
}
.containar h1{
    margin-top: 14px;
    color: rgba(57,83,164,1);
    margin-right: 350px;
    font-size: 30px;
    font-family: Shabnam;

}
.cadr{
    margin-right: 337px;
    margin-top: -264px;
    float: right;
    width: 356px;
    height: auto;
    padding: 15px;
}
.cadr p{
    text-align:justify;
    text-justify: inter-word;
    line-height: 32px;"
    color: rgba(57,83,164,1);
    font-size: 12px;
    font-family:Shabnam;
}
#btn_read{
    box-shadow: -3px -3px 7px #ffffff73,3px 3px 5px rgba(94,104,121,.288);
    font-family: Shabnam;
    background: rgba(209,215,234,0.25);
    color: #234675;
    border-radius: 50px;
    padding: 7px 30px;
    border: none;
    float:left;
    margin-left: 14px;
    cursor: pointer;
    transition: 0.5s;
    font-weight: 600;
}
#btn_read:hover{
    background: rgba(209,215,234,0.25);
    color: #234675;
    box-shadow:inset -3px -3px 7px #ffffff73,inset 3px 3px 5px rgba(94,104,121,.288);
    font-weight: 600;
}*/

/*fooooooooooterrrrrrrrrrrrrrrrrrr*/

#sec5{
    padding: 0;
    margin: 0;
    width: 100%;
    height: 634px;
    background-image:url("image/nw/footer_n.png");
    background-size: cover;
    display: flex;
    direction: rtl;
    position: relative;
}
.footer_right{
    float: right;
    width:10%;
    height: auto;
    color: white;
    right: 16px;
    bottom: 0;
    position: absolute;
}
.footer_right h1{
    font-family: Shabnam;
    font-size: 15px;
    color: #9eb5fb;
    text-align: center;
    padding: 0;
    margin-right: -46px;
}
.footer_right ul{
    padding: 0 0 0 53px;
    display: inline-block;
    border-left: white solid 2px;
    list-style: none;
    width: 100%;
    height: 100%;
    right: 0;
}
.footer_right ul li{
    display:inline-block;
    padding: 10px 13px ;
}
.footer_right ul li a{
    font-family: Shabnam;
    display: block;
    color: #9eb5fb;
    font-weight: 400;
    font-size: 13px;
    right: 0;
    line-height: 9px;
    text-decoration: none;
}
.footer_left{
    float: right;
    width: 14%;
    height: auto;
    color: white;
    right:18%;
    position: absolute;
    bottom: 0;
}
.footer_left h1{
    font-family: Shabnam;
    font-size: 15px;
    color: #9eb5fb;
    text-align: center;
    padding: 0;
    margin-right: -46px;
}
.footer_left ul{
    display: inline-block;
    /* border-left: white solid 2px; */
    list-style: none;
    width: 100%;
    height: 100%;
    right: 0;
    padding: 0 0px 0 53px;
}
.footer_left ul li{
    display:inline-block;
    padding: 10px 13px ;
}
.footer_left ul li a{
    line-height: 9px;
    font-family: Shabnam;
    display: block;
    color: #9eb5fb;
    font-weight: 400;
    font-size: 13px;
    right: 0;
    text-decoration: none;
}
.footer_left2 h1{
    font-family: Shabnam;
    font-size: 15px;
    color: #9eb5fb;
    text-align: center;
    margin: -23px 1px 13px;
    width: 100px;
}
.footer_left2{
    float: right;
    width: 130px;
    height: auto;
    color: white;
    margin-top: 410px;
    right: 483px;
    position: absolute;
}
.footer_left2 ul {
    display: inline-block;
    list-style: none;
    width: 66%;
    height: 86%;
    right: 0;
    padding: 0 0px 0 54px;
}
.footer_left2 ul li{
    display:inline-block;
    padding: 10px 13px ;

}
.footer_left2 ul li a{
    font-family: Shabnam;
    display: block;
    color: #9eb5fb;
    font-weight: 400;
    font-size: 13px;
    right: 0;
    line-height: 9px;
    text-decoration: none;
}
.footer_left3{
    width: 20%;
    height:auto;
    position: absolute;
    bottom: 0;
    left: 0;
}
.footer_left3 img{
    width: 100%;
    height: 100%;
}
.footer_paragraph{
    width: 100%;
    height: auto;
    position: relative;
    margin: 590px 0 0 452px;
    display: flex;
}
.footer_paragraph p{
    color:#282a64;
    float: right;
    font-family: Shabnam;
    font-size: 12px;
    line-height: 25px;
}


/*social_mnu**************/
.wrapper{
    width: 100%;
    height: auto;
    display: flex;
    font-family: 'Poppins',sans-serif;
    padding: 0;
    position: absolute;
    bottom: 241px;
    float: right;
}
.wrapper .button{
    overflow: hidden;
    display: inline-block;
    height:55px;
    width:55px;
    margin: 0 5px;
    background: #9eb5fb;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
    transition: all .2s ease-out;
    border: none;
}
.wrapper .button:hover{
    width:150px;
}
.wrapper .button i{
    color: white;
}
.wrapper .button :hover i{
    color: white;
}
.icon{
    padding: 0;
    margin: 0;
    text-align: center;
    display: inline-block;
    height:100%;
    width: 100%;
    border-radius: 50px;
    box-sizing: border-box;
    line-height:55px;
    border: none;
}
.icon i{
    transition: .5s ease;
    font-size: 23px;
    line-height: 55px;
}
.button a{
    text-decoration: none;
    z-index: 2000;
}
.button span:hover{
    color: #3a3e95;
}
.button span{
    color: white;
    font-size: 18px;
}
.wrapper .button:nth-child(1):hover .icon{
    background:linear-gradient(315deg,rgba(0,100,162,0.98) 0%,rgba(51,171,223,0.98) 74%);
    width: 55px;
}
.wrapper .button:nth-child(2):hover .icon {
    background:linear-gradient(315deg,rgba(233,0,9,0.98) 0%,rgba(178,0,171,0.98) 74%);
    width: 55px;

}
.wrapper .button:nth-child(3):hover .icon {
    background: linear-gradient(315deg,rgba(5,180,23,0.98) 0%,rgba(20,146,10,0.98) 74%);
    width: 55px;

}

@media only screen and (min-width:1201px)  and (max-width:1250px){
    #sec1,#sec2,#sec3,#sec4,#sec2_5,#sec5{
        height: 563px;
    }
    .slide img{
        height: 89%;
    }

}
@media only screen and (min-width:995px) and (max-width:1200px){

    #sec2_5 .carousel-wrapper img {
        max-width: 171px;
        height: 171px;
        margin-right: 13px;
    }

    #sec1,#sec2,#sec3,#sec4,#sec2_5,#sec5{
        height: 563px;
    }
    .slide img{
        height: 89%;
    }
    #sec5{
        height: 467px;
    }
    .text_new h1{
        font-size: 40px;
    }
    .content_new p{
        font-size: 20px;
    }
    .gallery_text h2{
        font-size: 30px;
    }
    .gallery_text_bottom i,a{
        font-size:14px;
    }
    .adress p{
        font-size: 19px;
    }
    .text_about p{
        font-size: 23px;
    }
    .text_about h2{
        font-size: 30px;
    }
    .read_more a{
        font-size:21px ;
    }
    .massage a{
        font-size:15px ;
    }
    .image_about{
        width: 25%;
        right:14% ;
    }
    .social_mnu{
        width: 11%;
    }
}
@media only screen and (min-width:911px) and (max-width:994px){
    #sec2_5 .carousel-wrapper img {
        max-width: 171px;
        height: 171px;
        margin-right: 16px;
    }
    #sec1,#sec2,#sec3,#sec4,#sec2_5,#sec5{
        height: 563px;
    }
    .slide img{
        height: 89%;
    }
    #sec5{
        height: 467px;
    }
    .text_new h1{
        font-size: 40px;
    }
    .content_new p{
        font-size: 20px;
    }
    .gallery_text h2{
        font-size: 30px;
    }
    .gallery_text_bottom i,a{
        font-size:14px;
    }
    .adress p{
        font-size: 19px;
    }
    .text_about p{
        font-size: 23px;
    }
    .text_about h2{
        font-size: 30px;
    }
    .read_more a{
        font-size:21px ;
    }
    .massage a{
        font-size:15px ;
    }
    .image_about{
        width: 25%;
        right:14% ;
    }
    .social_mnu{
        width: 11%;
    }
    /*new changeeeeeeeeeeeeeeeeeee**********************/
    nav ul li a{
        font-size:14px;
    }
    nav ul li ul li a{
        font-size: 14px;
    }
    .image_about{
        width:29% ;
        right: 10%;
    }
    .footer_left{
        width: 15%;
    }
}
@media only screen and (min-width:801px) and (max-width:910px){
    .carousel-wrapper .carousel .carousel-cell {
        border-radius: 19px;
        padding: 15px;
        background-color: #d4f2fe;
        width: 17%;
        height: auto;
        border: 0;
        min-width: 120px;
        margin: 0 40px;
    }
    #sec2,#sec3,#sec4,#sec2_5,#sec5{
        height: 563px;
    }
    #sec5{
        height: 467px;
    }
    .gallery_text h2{
        font-size: 30px;
    }
    .gallery_text_bottom i,a{
        font-size:14px;
    }
    .text_about p{
        font-size: 23px;
    }
    .text_about h2{
        font-size: 30px;
    }
    .read_more a{
        font-size:21px ;
    }
    .massage a{
        font-size:15px ;
    }
    .image_about{
        width: 25%;
        right:14% ;
    }
    .social_mnu{
        width: 11%;
    }
    nav ul li a{
        font-size:14px;
    }
    nav ul li ul li a{
        font-size: 14px;
    }
    .image_about{
        width:29% ;
        right: 10%;
    }
    /*new change***********22222222222**********************/
    #sec1{
        height: 415px;
    }
    .slide img{
        height: 66%;
    }
    .image_mew{
        width: 54%;
        left: 4%;
        top: -29px;
    }
    .text_new{
        right: 0;
    }
    .text_new h1{
        font-size:35px;
    }
    .content_new{
        width: 39%;
    }
    .content_new p{
        font-size: 18px;
    }
    .pic_loc,.adress{
        height: 51%;
    }
    .adress p{
        font-size: 18px;
        padding: 8% 5% 0 0;
    }
    .social_mnu i{
        font-size: 22px;
    }
    .footer_right{
        width:14%;
    }
    .footer_left{
        width:22%;
    }
    .footer_left ul,.footer_right ul{
        padding: 0;
    }
}
@media only screen and (min-width:701px) and (max-width:800px){

    #sec2_5 .carousel-wrapper img {
        max-width: 150px;
        height: 150px;
        display: block;
        border-radius: 19px;
        margin-right: 34px;
    }
    .carousel-wrapper .carousel .carousel-cell {
        border-radius: 19px;
        padding: 15px;
        background-color: #d4f2fe;
        width: 20%;
        height: auto;
        border: 0;
        min-width: 120px;
        margin: 0 40px;
        transition: transform 500ms ease;
    }
    #sec2,#sec3,#sec4,#sec2_5,#sec5{
        height: 563px;
    }
    #sec5{
        height: 467px;
    }
    .gallery_text h2{
        font-size: 30px;
    }
    .gallery_text_bottom i,a{
        font-size:14px;
    }
    .text_about p{
        font-size: 19px;
    }
    .text_about h2{
        font-size: 28px;
    }
    .read_more a{
        font-size:19px ;
    }
    .massage a{
        font-size:15px ;
    }
    .image_about{
        width: 34%;
        right: 3%;
    }
    .social_mnu{
        width: 16%;
    }
    nav ul li a{
        font-size:14px;
    }
    nav ul li ul li a{
        font-size: 14px;
    }
    .image_about{
        width:29% ;
        right: 10%;
    }
    /*new change***********22222222222**********************/
    #sec1{
        height: 415px;
    }
    .slide img{
        height: 66%;
    }
    .image_mew{
        width: 54%;
        left: 4%;
        top: -29px;
    }
    .text_new{
        right: 0;
    }
    .text_new h1{
        font-size:35px;
    }
    .content_new{
        width: 39%;
    }
    .content_new p{
        font-size: 18px;
    }
    .pic_loc,.adress{
        height: 51%;
    }
    .adress p{
        font-size: 16px;
        padding: 8% 5% 0 0;
    }
    .social_mnu i{
        font-size: 22px;
    }
    .footer_right{
        width:14%;
    }
    .footer_left{
        width:22%;
    }
    .footer_left ul,.footer_right ul{
        padding: 0;
    }
    .wrapper{
        width: 100%;
        height: auto;
        display: flex;
        font-family: 'Poppins',sans-serif;
        padding: 0;
        position: absolute;
        bottom: 241px;
        float: right;
    }
    .wrapper .button{
        overflow: hidden;
        display: inline-block;
        height:44px;
        width:44px;
        margin: 0 5px;
        background: #9eb5fb;
        border-radius: 50px;
        cursor: pointer;
        box-shadow: 0 10px 10px rgba(0,0,0,0.1);
        transition: all .2s ease-out;
        border: none;
    }
    .wrapper .button:hover{
        width:110px;
    }
    .wrapper .button i{
        color: white;
    }
    .wrapper .button :hover i{
        color: white;
    }
    .icon{
        padding: 0;
        margin: 0;
        text-align: center;
        display: inline-block;
        height:100%;
        width: 100%;
        border-radius: 50px;
        box-sizing: border-box;
        line-height:44px;
        border: none;
    }
    .icon i{
        transition: .5s ease;
        font-size: 18px;
        line-height: 44px;
    }
    .button span{
        color: white;
        font-size: 16px;
    }
    .wrapper .button:nth-child(1):hover .icon{
        background:linear-gradient(315deg,rgba(0,100,162,0.98) 0%,rgba(51,171,223,0.98) 74%);
        width: 44px;
    }
    .wrapper .button:nth-child(2):hover .icon {
        background:linear-gradient(315deg,rgba(233,0,9,0.98) 0%,rgba(178,0,171,0.98) 74%);
        width: 44px;

    }
    .wrapper .button:nth-child(3):hover .icon {
        background: linear-gradient(315deg,rgba(5,180,23,0.98) 0%,rgba(20,146,10,0.98) 74%);
        width: 44px;

    }
    /*new changeeeeeeeee***********************************/

}
@media only screen and (min-width:501px) and (max-width:700px){
    #sec2_5 .carousel-wrapper img {
        max-width: 150px;
        height: 150px;
        display: block;
        border-radius: 19px;
        margin-right: 30px;
    }
    .carousel-wrapper .carousel .carousel-cell {
        border-radius: 19px;
        padding: 15px;
        background-color: #d4f2fe;
        width: 30%;
        height: auto;
        border: 0;
        min-width: 120px;
        margin: 0 40px;
        transition: transform 500ms ease;
    }
    #sec2,#sec2_5{
        height: 563px;
    }
    #sec5{
        height: 467px;
    }
    .gallery_text h2{
        font-size: 21px;
        padding: 13px 51px;
    }
    .gallery_text_bottom i,a {
        font-size: 14px;
    }

    .social_mnu{
        width: 16%;
    }
    nav ul li a{
        font-size:14px;
    }
    nav ul li ul li a{
        font-size: 14px;
    }
    /*new change***********22222222222**********************/
    #sec1{
        height: 300px;
    }
    .slide img{
        height: 47%;
    }
    .image_mew{
        width: 63%;
        left: -1%;
        top: 32px;
        height: 75%;
    }
    .text_new{
        right: 0;
    }
    .text_new h1{
        font-size: 28px;
        margin-top: 64px;
        margin-right: 16px;
    }
    .content_new{
        width: 39%;
    }
    .content_new p{
        font-size: 15px;
    }
    .pic_loc{
        margin: 0 40px;
        height: 46%;
        width: 80%;
        transform: translateX(0);
        top: 110px;
    }
    .pic_loc img{
        border-radius:  30px 30px 0 0 ;

    }
    .adress{
        right: 0;
        margin: 0 40px;
        width: 80%;
        height: 40%;
        transform: translateX(0);
        border-radius: 0 0 30px 30px;
        top: 370px;
    }

    .loc_content h2{
        top: -20px;
    }

    .adress p{
        font-size: 16px;
        padding: 8% 5% 0 0;
    }
    .social_mnu i{
        font-size: 22px;
    }
    .image_about{
        width: 150px;
        height: 150px;
        top: 60px;
    }
    .image_about img{
        border-radius: 50%;
    }
    .text_about{
        width: 80%;
        left: 0;
        top: 230px;
        margin: 0 20px;
    }
    .text_about p{
        font-size: 18px;
    }
    .bott .read_more a{
        font-size: 18px;
    }
    .bott .massage a{
        font-size: 14px;
    }
    .text_about h2{
        font-size: 27px;
    }
    .footer_right{
        width:19%;
    }
    .footer_left{
        width:33%;
        margin-right: 33px;
    }
    .footer_left h1{
        margin-right: -40px;
    }
    .footer_left ul,.footer_right ul{
        padding: 0;
    }
    .wrapper{
        width: 100%;
        height: auto;
        display: flex;
        font-family: 'Poppins',sans-serif;
        padding: 0;
        position: absolute;
        bottom: 241px;
        float: right;
    }
    .wrapper .button{
        overflow: hidden;
        display: inline-block;
        height:33px;
        width:33px;
        margin: 0 5px;
        background: #9eb5fb;
        border-radius: 50px;
        cursor: pointer;
        box-shadow: 0 10px 10px rgba(0,0,0,0.1);
        transition: all .2s ease-out;
        border: none;
    }
    .wrapper .button:hover{
        width:100px;
    }
    .wrapper .button i{
        color: white;
    }
    .wrapper .button :hover i{
        color: white;
    }
    .icon{
        padding: 0;
        margin: 0;
        text-align: center;
        display: inline-block;
        height:100%;
        width: 100%;
        border-radius: 50px;
        box-sizing: border-box;
        line-height:33px;
        border: none;
    }
    .icon i{
        transition: .5s ease;
        font-size: 16px;
        line-height: 33px;
    }
    .button span{
        color: white;
        font-size: 13px;
    }
    .wrapper .button:nth-child(1):hover .icon{
        background:linear-gradient(315deg,rgba(0,100,162,0.98) 0%,rgba(51,171,223,0.98) 74%);
        width: 33px;
    }
    .wrapper .button:nth-child(2):hover .icon {
        background:linear-gradient(315deg,rgba(233,0,9,0.98) 0%,rgba(178,0,171,0.98) 74%);
        width: 33px;

    }
    .wrapper .button:nth-child(3):hover .icon {
        background: linear-gradient(315deg,rgba(5,180,23,0.98) 0%,rgba(20,146,10,0.98) 74%);
        width: 33px;

    }
    /****new change******************************/
    .a {
        display: block;
    }

    .fa-window-close {
        position: absolute;
        right:0;
        top: 0;
        display: block;
        color: white;
        font-size: 40px;
        margin: 30px 31px;
        cursor: pointer;
        width: 100%;
    }
    .fa-home{
        margin-right: 15px;
    }

    .fa-bars {
        cursor: pointer;
        position: fixed;
        right: 0;
        top: 0;
        display: block;
        color: #39359e;
        font-size: 80px;
        margin: 30px 10px;
        z-index: 1;
    }

    .animatedflipInx {
        width: 130px;
        top: 0;
        height: 124vh;
        background: #282a64;
        position: fixed;
        right: -200px;
        z-index: 2;
        transition: 0.5s;
        justify-content: center;
        align-items: center;
    }

    .animatedflipInx ul {
        margin: 70px 0 0 0;
    }

    .fa-home{
        width: 100%;

    }
    ul li ul{
        top: -26px;
        background: #282a64;
        width: 160px;
    }
    nav ul{
        padding: 19px;
    }
    ul li ul li {
        font-size: 11px;
        justify-content: center;
        align-items: center;

    }


}
@media only screen and (min-width:451px) and (max-width:500px){
    #sec2_5 .carousel-wrapper img {
        max-width: 150px;
        height: 150px;
        display: block;
        border-radius: 19px;
        margin-right: 30px;
    }
    .carousel-wrapper .carousel .carousel-cell {
        border-radius: 19px;
        padding: 15px;
        background-color: #d4f2fe;
        width: 30%;
        height: auto;
        border: 0;
        min-width: 120px;
        margin: 0 40px;
        transition: transform 500ms ease;
    }
    #sec2 {
        height: 434px;
    }
    .adress p {
        font-size: 13px;
        padding: 1% 5% 0 38px;
    }
    .adress {
        right: 0;
        margin: 0 40px;
        width: 78%;
        height: 34%;
        transform: translateX(0);
        border-radius: 0 0 30px 30px;
        top: 291px;
    }
    .pic_loc {
        margin: 0 40px;
        height: 41%;
        width: 78%;
        transform: translateX(0);
        top: 110px;
    }
    /***************new change3*****************************/

    #sec5 {
        height: 278px;
        background-color: #4e53c9;
        background-image: none;
    }

    .gallery_text h2 {
        font-size: 16px;
        padding: 11px 13px;
    }

    .gallery_text .gallery_text_bottom {
        margin-top: 7px;
        right: 0;
        width: 116px;
        position: absolute;
        padding: 13px 1px;
        border-radius: 30px 0 0 30px;
        background-color: white;
    }

    .gallery_text_bottom a {
        font-size: 13px;
    }

    .gallery_text_bottom i {
        font-size: 13px;
    }

    nav ul li a {
        font-size: 14px;
    }

    nav ul li ul li a {
        font-size: 14px;
    }

    #sec1 {
        height: 217px;
    }

    .slide img {
        height: 34%;
    }

    .image_mew {
        width: 54%;
        left: -1%;
        top: 32px;
        height: 65%;
    }

    .text_new {
        right: 0;
    }

    .text_new h1 {
        font-size: 18px;
        margin-top: 25px;
        margin-right: 6px;
    }

    .content_new {
        width: 47%;
    }

    .content_new p {
        font-size: 10px;
    }

    #sec3 {
        max-height: 436px;
    }
    .pic_loc img {
        border-radius: 30px 30px 0 0;

    }
    .loc_content h2 {
        top: -20px;
        font-size: 16px;
    }

    .social_mnu {
        width: 22%;
    }

    .social_mnu i {
        font-size: 19px;
    }

    .image_about {
        width: 150px;
        height: 150px;
        top: 60px;
    }

    .image_about img {
        border-radius: 50%;
    }

    .text_about {
        width: 80%;
        left: 0;
        top: 230px;
        margin: 0 20px;
    }

    .text_about p {
        font-size: 16px;
    }

    .bott .read_more a {
        font-size: 13px;
        padding: 20px 20px;
    }

    .bott .massage a {
        font-size: 10px;
    }

    .text_about h2 {
        font-size: 25px;
    }

    .read_more {
        width: 70px;
        height: 28px;
    }

    .footer_right {
        width: 22%;
    }

    .footer_right h1 {
        font-size: 11px;
        margin-right: -30%;
    }

    .footer_right ul li a {
        font-size: 9px;
        line-height: 4px;
    }

    .footer_left ul, .footer_right ul {
        padding: 0;
    }

    .footer_left {
        width: 35%;
        right: 32%;
    }

    .footer_left h1 {
        margin-right: -45%;
        font-size: 11px;
    }

    .footer_left ul li a {
        font-size: 9px;
        line-height: 4px;
    }

    .footer_left3 {
        width: 30%;
    }

    .wrapper {
        height: auto;
        display: flex;
        font-family: 'Poppins', sans-serif;
        padding: 0;
        position: absolute;
        top: 70px;
        float: right;
        right: 7px;
    }

    .wrapper .button {
        overflow: hidden;
        display: inline-block;
        height: 22px;
        width: 22px;
        margin: 0 5px;
        background: #9eb5fb;
        border-radius: 50px;
        cursor: pointer;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
        transition: all .2s ease-out;
        border: none;
    }

    .wrapper .button:hover {
        width: 70px;
    }

    .wrapper .button i {
        color: white;
    }

    .wrapper .button :hover i {
        color: white;
    }

    .icon {
        padding: 0;
        margin: 0;
        text-align: center;
        display: inline-block;
        height: 100%;
        width: 100%;
        border-radius: 50px;
        box-sizing: border-box;
        line-height: 22px;
        border: none;
    }

    .icon i {
        transition: .5s ease;
        font-size: 11px;
        line-height: 22px;
    }

    .button span {
        color: white;
        font-size: 9px;
    }

    .wrapper .button:nth-child(1):hover .icon {
        background: linear-gradient(315deg, rgba(0, 100, 162, 0.98) 0%, rgba(51, 171, 223, 0.98) 74%);
        width: 22px;
    }

    .wrapper .button:nth-child(2):hover .icon {
        background: linear-gradient(315deg, rgba(233, 0, 9, 0.98) 0%, rgba(178, 0, 171, 0.98) 74%);
        width: 22px;

    }

    .wrapper .button:nth-child(3):hover .icon {
        background: linear-gradient(315deg, rgba(5, 180, 23, 0.98) 0%, rgba(20, 146, 10, 0.98) 74%);
        width: 22px;

    }

    .a {
        display: block;
    }

    .fa-window-close {
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        color: white;
        font-size: 40px;
        margin: 30px 31px;
        cursor: pointer;
        width: 100%;
    }

    .fa-home {
        margin-right: 15px;
    }

    .fa-bars {
        cursor: pointer;
        position: fixed;
        right: 0;
        top: 0;
        display: block;
        color: #39359e;
        font-size: 80px;
        margin: 30px 10px;
        z-index: 1;
    }

    .animatedflipInx {
        width: 130px;
        top: 0;
        height: 124vh;
        background: #282a64;
        position: fixed;
        right: -200px;
        z-index: 2;
        transition: 0.5s;
        justify-content: center;
        align-items: center;
    }

    .animatedflipInx ul {
        margin: 70px 0 0 0;
    }

    .fa-home {
        width: 100%;

    }

    ul li ul {
        top: -26px;
        background: #282a64;
        width: 160px;
    }
    nav ul{
        padding: 19px;
    }

    ul li ul li {
        font-size: 11px;
        justify-content: center;
        align-items: center;

    }
}
@media only screen and (min-width:301px) and (max-width:450px){
    #sec2_5 .carousel-wrapper img {
        max-width: 150px;
        height: 150px;
        display: block;
        border-radius: 19px;
        margin-right: 15px;
    }
    .carousel-wrapper .carousel .carousel-cell {
        border-radius: 19px;
        padding: 15px;
        background-color: #d4f2fe;
        width: 42%;
        height: auto;
        border: 0;
        min-width: 120px;
        margin: 0 40px;
        transition: transform 500ms ease;
    }

    #sec2{
        height: 354px;
    }
    #sec5{
        height: 278px;
        background-color: #4e53c9;
        background-image: none;
    }
    .gallery_text h2{
        font-size: 16px;
        padding: 11px 13px;
    }
    .gallery_text .gallery_text_bottom {
        margin-top: 7px;
        right: 0;
        width: 116px;
        position: absolute;
        padding: 13px 1px;
        border-radius: 30px 0 0 30px;
        background-color: white;
    }
    .gallery_text_bottom a {
        font-size: 13px;
    }

    .gallery_text_bottom i {
        font-size: 13px;
    }

    nav ul li a{
        font-size:14px;
    }
    nav ul li ul li a{
        font-size: 14px;
    }
    #sec1{
        height: 217px;
    }
    .slide img{
        height: 34%;
    }
    .image_mew{
        width: 54%;
        left: -1%;
        top: 32px;
        height: 65%;
    }
    .text_new{
        right: 0;
    }
    .text_new h1{
        font-size: 18px;
        margin-top: 25px;
        margin-right: 6px;
    }
    .content_new{
        width: 47%;
    }
    .content_new p{
        font-size: 10px;
    }
    #sec3{
        max-height: 436px;
    }
    .pic_loc{
        margin: 0 40px;
        height: 34%;
        width: 78%;
        transform: translateX(0);
        top: 110px;
    }
    .pic_loc img{
        border-radius:  30px 30px 0 0 ;

    }
    .adress{
        right: 0;
        margin: 0 40px;
        width: 78%;
        height: 30%;
        transform: translateX(0);
        border-radius: 0 0 30px 30px;
        top: 261px;
    }

    .loc_content h2{
        top: -20px;
        font-size: 16px;
    }

    .adress p{
        font-size: 10px;
        padding: 1% 5% 0 38px;
    }
    .social_mnu{
        width: 22%;
    }
    .social_mnu i{
        font-size: 19px;
    }
    .image_about{
        width: 150px;
        height: 150px;
        top: 60px;
    }
    .image_about img{
        border-radius: 50%;
    }
    .text_about{
        width: 80%;
        left: 0;
        top: 230px;
        margin: 0 20px;
    }
    .text_about p{
        font-size: 16px;
    }
    .bott .read_more a {
        font-size: 13px;
        padding: 20px 20px;
    }
    .bott .massage a{
        font-size: 10px;
    }
    .text_about h2{
        font-size: 25px;
    }
    .read_more {
        width: 70px;
        height: 28px;
    }
    .footer_right{
        width:24%;
    }
    .footer_right h1 {
        font-size: 11px;
        margin-right: -37%;
    }
    .footer_right ul li a {
        font-size: 9px;
        line-height: 4px;
    }
    .footer_left ul,.footer_right ul{
        padding: 0;
    }
    .footer_left{
        width:35%;
        right: 32%;
    }
    .footer_left h1 {
        margin-right: -48%;
        font-size: 11px;
    }
    .footer_left ul li a {
        font-size: 9px;
        line-height: 4px;
    }
    .footer_left3 {
        width: 30%;
    }
    .wrapper{
        height: auto;
        display: flex;
        font-family: 'Poppins',sans-serif;
        padding: 0;
        position: absolute;
        top: 70px;
        float: right;
        right: 7px;
    }
    .wrapper .button{
        overflow: hidden;
        display: inline-block;
        height:22px;
        width:22px;
        margin: 0 5px;
        background: #9eb5fb;
        border-radius: 50px;
        cursor: pointer;
        box-shadow: 0 10px 10px rgba(0,0,0,0.1);
        transition: all .2s ease-out;
        border: none;
    }
    .wrapper .button:hover{
        width:70px;
    }
    .wrapper .button i{
        color: white;
    }
    .wrapper .button :hover i{
        color: white;
    }
    .icon{
        padding: 0;
        margin: 0;
        text-align: center;
        display: inline-block;
        height:100%;
        width: 100%;
        border-radius: 50px;
        box-sizing: border-box;
        line-height:22px;
        border: none;
    }
    .icon i{
        transition: .5s ease;
        font-size: 11px;
        line-height: 22px;
    }
    .button span{
        color: white;
        font-size: 9px;
    }
    .wrapper .button:nth-child(1):hover .icon{
        background:linear-gradient(315deg,rgba(0,100,162,0.98) 0%,rgba(51,171,223,0.98) 74%);
        width: 22px;
    }
    .wrapper .button:nth-child(2):hover .icon {
        background:linear-gradient(315deg,rgba(233,0,9,0.98) 0%,rgba(178,0,171,0.98) 74%);
        width: 22px;

    }
    .wrapper .button:nth-child(3):hover .icon {
        background: linear-gradient(315deg,rgba(5,180,23,0.98) 0%,rgba(20,146,10,0.98) 74%);
        width: 22px;

    }
    .a {
        display: block;
    }

    .fa-window-close {
        position: absolute;
        right:0;
        top: 0;
        display: block;
        color: white;
        font-size: 40px;
        margin: 30px 31px;
        cursor: pointer;
        width: 100%;
    }
    .fa-home{
        margin-right: 15px;
    }

    .fa-bars {
        cursor: pointer;
        position: fixed;
        right: 0;
        top: 0;
        display: block;
        color: #39359e;
        font-size: 80px;
        margin: 30px 10px;
        z-index: 1;
    }

    .animatedflipInx {
        width: 130px;
        top: 0;
        height: 124vh;
        background: #282a64;
        position: fixed;
        right: -200px;
        z-index: 2;
        transition: 0.5s;
        justify-content: center;
        align-items: center;
    }

    .animatedflipInx ul {
        margin: 70px 0 0 0;
    }

    .fa-home{
        width: 100%;

    }
    ul li ul{
        top: -26px;
        background: #282a64;
        width: 160px;
    }
    nav ul{
        padding: 19px;
    }
    ul li ul li {
        font-size: 11px;
        justify-content: center;
        align-items: center;

    }
}
@media only screen and (min-width:240px) and (max-width:300px){
    #sec2_5 .carousel-wrapper img {
        max-width: 150px;
        height: 150px;
        display: block;
        border-radius: 19px;
        margin-right: 4px;
    }
    .carousel-wrapper .carousel .carousel-cell {
        border-radius: 19px;
        padding: 15px;
        background-color: #d4f2fe;
        width: 54%;
        height: auto;
        border: 0;
        min-width: 120px;
        margin: 0 40px;
        transition: transform 500ms ease;
    }
    #sec2{
        height: 354px;
    }
    #sec5{
        height: 278px;
        background-color: #4e53c9;
        background-image: none;
    }
    .gallery_text h2{
        font-size: 16px;
        padding: 11px 13px;
    }
    .gallery_text .gallery_text_bottom {
        margin-top: 33px;
        right: 0;
        width: 116px;
        position: absolute;
        padding: 13px 1px;
        border-radius: 30px 0 0 30px;
        background-color: white;
    }
    .gallery_text_bottom a {
        font-size: 13px;
    }

    .gallery_text_bottom i {
        font-size: 13px;
    }

    nav ul li a{
        font-size:14px;
    }
    nav ul li ul li a{
        font-size: 14px;
    }
    #sec1{
        height: 217px;
    }
    .slide img{
        height: 34%;
    }
    .image_mew{
        width: 54%;
        left: -1%;
        top: 32px;
        height: 65%;
    }
    .text_new{
        right: 0;
    }
    .text_new h1{
        font-size: 18px;
        margin-top: 25px;
        margin-right: 6px;
    }
    .content_new{
        width: 47%;
    }
    .content_new p{
        font-size: 10px;
    }
    #sec3{
        max-height: 436px;
    }
    .pic_loc{
        margin: 0 40px;
        height: 34%;
        width: 78%;
        transform: translateX(0);
        top: 110px;
    }
    .pic_loc img{
        border-radius:  30px 30px 0 0 ;

    }
    .adress{
        right: 0;
        margin: 0 40px;
        width: 78%;
        height: 30%;
        transform: translateX(0);
        border-radius: 0 0 30px 30px;
        top: 261px;
    }

    .loc_content h2{
        top: -20px;
        font-size: 16px;
    }

    .adress p{
        font-size: 10px;
        padding: 1% 5% 0 38px;
    }
    .social_mnu{
        width: 32%;
    }
    .social_mnu i{
        font-size: 17px;
    }
    .image_about{
        width: 150px;
        height: 150px;
        top: 60px;
    }
    .image_about img{
        border-radius: 50%;
    }
    .text_about{
        width: 80%;
        left: 0;
        top: 230px;
        margin: 0 20px;
    }
    .text_about p{
        font-size: 16px;
    }
    .bott .read_more a {
        font-size: 13px;
        padding: 20px 20px;
    }
    .bott .massage a{
        font-size: 10px;
    }
    .text_about h2{
        font-size: 25px;
    }
    .read_more {
        width: 70px;
        height: 28px;
    }
    .footer_right{
        width:30%;
    }
    .footer_right h1 {
        font-size: 10px;
        margin-right: -37%;
    }
    .footer_right ul li a {
        font-size: 9px;
        line-height: 4px;
    }
    .footer_left ul,.footer_right ul{
        padding: 0;
    }
    .footer_left{
        width:42%;
        right: 32%;
    }
    .footer_left h1 {
        margin-right: -48%;
        font-size: 10px;
    }
    .footer_left ul li a {
        font-size: 9px;
        line-height: 4px;
    }
    .footer_left3 {
        width: 30%;
    }
    .wrapper{
        height: auto;
        display: flex;
        font-family: 'Poppins',sans-serif;
        padding: 0;
        position: absolute;
        top: 70px;
        float: right;
        right: 7px;
    }
    .wrapper .button{
        overflow: hidden;
        display: inline-block;
        height:22px;
        width:22px;
        margin: 0 5px;
        background: #9eb5fb;
        border-radius: 50px;
        cursor: pointer;
        box-shadow: 0 10px 10px rgba(0,0,0,0.1);
        transition: all .2s ease-out;
        border: none;
    }
    .wrapper .button:hover{
        width:70px;
    }
    .wrapper .button i{
        color: white;
    }
    .wrapper .button :hover i{
        color: white;
    }
    .icon{
        padding: 0;
        margin: 0;
        text-align: center;
        display: inline-block;
        height:100%;
        width: 100%;
        border-radius: 50px;
        box-sizing: border-box;
        line-height:22px;
        border: none;
    }
    .icon i{
        transition: .5s ease;
        font-size: 11px;
        line-height: 22px;
    }
    .button span{
        color: white;
        font-size: 9px;
    }
    .wrapper .button:nth-child(1):hover .icon{
        background:linear-gradient(315deg,rgba(0,100,162,0.98) 0%,rgba(51,171,223,0.98) 74%);
        width: 22px;
    }
    .wrapper .button:nth-child(2):hover .icon {
        background:linear-gradient(315deg,rgba(233,0,9,0.98) 0%,rgba(178,0,171,0.98) 74%);
        width: 22px;

    }
    .wrapper .button:nth-child(3):hover .icon {
        background: linear-gradient(315deg,rgba(5,180,23,0.98) 0%,rgba(20,146,10,0.98) 74%);
        width: 22px;

    }
    .a {
        display: block;
    }

    .fa-window-close {
        position: absolute;
        right:0;
        top: 0;
        display: block;
        color: black;
        font-size: 100px;
        margin: 30px 31px;
        cursor: pointer;
        width: 100%;
    }
    .fa-home{
        margin-right: 15px;
    }

    .fa-bars {
        cursor: pointer;
        position: fixed;
        right: 0;
        top: 0;
        display: block;
        color: #39359e;
        font-size: 80px;
        margin: 30px 10px;
        z-index: 1;
    }

    .animatedflipInx {
        width: 130px;
        top: 0;
        height: 124vh;
        background: #282a64;
        position: fixed;
        right: -200px;
        z-index: 2;
        transition: 0.5s;
        justify-content: center;
        align-items: center;
    }

    .animatedflipInx ul {
        margin: 70px 0 0 0;
    }

    .fa-home{
        width: 100%;

    }
    ul li ul{
        top: -26px;
        background: #282a64;
        width: 160px;
    }
    nav ul{
        padding: 19px;
    }
    ul li a{
        font-size: 9px;
    }
    ul li ul li a{
        font-size: 9px;
        justify-content: center;
        align-items: center;

    }
}


