





/*
COLOR   P A L E T T E
https://www.colourlovers.com/palette/1990957/Strung_Hearts

Name:	Formal		Wrapped around		My little finger		White Whale		rain drops
بنفش		صورتی تیره				صورتی					کرم					سبز
Hex:		#670953	#BA3473					#EC8299				#F4E7C7			#6DCEAF
RGB:		103,9,83	186,52,115				236,130,153			244,231,199		109,206,175
*/

.slider {
    position: relative;
}

/*.slider:before{*/
/*    content: "";*/
/*    right: -10rem;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    position: absolute;*/
/*    background-size: contain;*/
/*    background-image: url(/frontend/848/assets/img/kenareh.png);*/
/*    width: 20rem;*/
/*    height: 20rem;*/
/*    background-repeat: no-repeat;*/
/*}*/

@keyframes moving {
    0% {
        transform: translateY(-65%) scale(-1) rotateY(180deg);
    }
    50% {
        transform: translateY(-75%) scale(-1) rotateY(180deg);
    }
    100% {
        transform: translateY(-65%) scale(-1) rotateY(180deg);
    }
}

@keyframes moving2 {
    0% {
        transform: translateY(-25%) scale(1)
    }
    50% {
        transform: translateY(-35%) scale(1)
    }
    100% {
        transform: translateY(-25%) scale(1)
    }
}
@keyframes bg-move {
	0% {
		background-position-y: 0;
		/* background-position-x: 0; */
		/* background-size:412px; */
	}
	/* 50% { */
	/* /* background-position-y: 383px; */
	/* /* background-position-x: 0; */
	/* } */
	100% {
		background-position-y: 377px;
		/* background-position-x: 412px; */
		/* background-size:206px; */
	}
}

.slider:after,
.slider:before {
    content: "";
    position: absolute;
    top: 50%;
    background-size: contain;
    /*background-image: url(../../../../848/assets/img/kenareh.png);*/
    background-repeat: no-repeat;
    z-index: -1;
}

.slider:before {
    right: -14.3rem;
    width: 25rem;
    height: 25rem;
    animation-name: moving;
    animation-duration: 5s;
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    animation-delay: 0s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
}

.slider:after {
    left: -12.3rem;
    width: 25rem;
    height: 30rem;
    animation-name: moving2;
    animation-duration: 4.1s;
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    animation-delay: .5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
}

body {
    overflow-x: hidden;
    color: #000;
    background-image: url("../../../../12139/images/logo-bg1.png");
    background-size: 377px 345px;
    background-color: var(--themebg);
	animation-name: bg-move;
	animation-duration: 25s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;

    /* background-size: cover; */
    /* background-position-x: center; */
}

a {
    color: inherit;
    text-decoration: none !important;
}

a:focus {
    color: inherit;
}

a:hover {
    color: unset;
}

.white {
    color: #fff !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.icons-box img {
    width: 13rem;
    border-radius: 2rem;
}

.container:before {
    content: unset !important;
}

#irandokht .container {
    max-width: 1140px;
}

.icons-box-container {
    background-color: var(--themecolor);
    background-image: url("../../../../848/images/school-objects-white-DashAli-540px.png");
    box-shadow: 0 0 25px #0005;
    border-bottom: 2px solid var(--themecolor);
    border-top: 2px solid var(--themecolor);
}

.icons-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.icon-box {
    width: 23%;
    margin-bottom: 30px;
    height: 40%;
}

.icons-box-7 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.icon-box-7 {
    margin-bottom: 30px;
}

.icons-box-7 a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.icons-box-7 a p {
    font-weight: 600;
    font-size: 1.4rem;
    color: #fffb;
    margin-top: 1rem;
}

.icons-box-7:hover p {
    color: #fff;
}

.slider-box {
    background-color: var(--themecolor) !important;
}

.family-item-header {
    width: 7rem;
    height: 7rem;
    border: 1px solid var(--spred);
    border-radius: 50%;
    padding: 1rem;
    box-shadow: (0px 0px 2px #d2232a);
}

.wrapper2 {
    /*margin-top: 12rem;*/
    /*position: absolute;*/
    /*top: 40%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, 10%) ;*/
    inset: 0;
    margin: auto !important;
}

.departeman {
    display: grid !important;
    grid-template-columns: repeat(1, minmax(100px, 1fr));
    gap: 2rem;
}

.departeman-item {
    border: 1px solid #0000001f;
    background: #fff7;
}

.departeman-item img {
    width: 15rem;
}

.btn-yellow {
    border: 1px solid var(--spyellow);
}

.btn-pink {
    border: 1px solid var(--sppink);
}

.about-text a {
    transition: all .5s
}

.about-text a:hover {
    background-color: var(--sppink);
    transition: all .1s
}

.news {
    border: 1px solid #0000001f;
    background-color: #fff;
    border-radius: 1rem !important;
    overflow: hidden;
}

.news img {
    width: 15rem;
}

.news p,
.news h6 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-big .img-cover {
    height: 230px;
}
/* .news-big .news-big-title::before {
content: "\f0d9";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 32px;
position: absolute;
right: 40px;
color: #d2232a;
} */

.grade-item .grade-item-title {
    height: 10rem;
}
/* ******************news************************* */

.news-box {
    justify-content: center;
    flex-wrap: wrap;
}

.new-news-item {
    margin-left: 10px;
    flex-direction: column;
    background-color: #fff9;
    position: relative;
    padding: 20rem 2rem 2rem;
    border-bottom: 5px solid var(--themeborder);
    border-radius: 2rem;
    align-items: center;
    height: 44rem;
    width: 31%;
    justify-content: space-between;
    transition: all 0.5s ease-in-out !important;
    -webkit-transition: all 0.5s ease-in-out !important;
    -moz-transition: all 0.5s ease-in-out !important;
    -ms-transition: all 0.5s ease-in-out !important;
    -o-transition: all 0.5s ease-in-out !important;
    cursor: pointer;
    margin-bottom: 7rem;
}

.new-news-item .new-news-cover {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 50%;
    border-radius: 2rem;
    overflow: hidden;
    margin-bottom: -5rem;
    box-shadow: rgb(0 0 0 / 37%) 0px 4px 6px;
    transition: .25s ease-in-out;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.news-box .new-news-item:hover {
    background-color: #fff;
    box-shadow: 0 2px 20px rgba(34, 30, 31, 0.4);
}

.news-box .new-news-item:hover a {
    box-shadow: 0 2px 20px rgba(34, 30, 31, 0.4);
}

.news-box .new-news-item .new-news-cover img {
    border: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
}

.news-box .new-news-item h4 {
    font-size: 18px !important;
    line-height: 2 !important;
    height: 90px;
}

.news-box .new-news-item:hover .new-news-cover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    border: 5px #000 inset !important;
}

.news-box .new-news-item .item-btn {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 20px;
    background-color: var(--themeborder);
    color: #fff;
    width: 50%;
    height: 40px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.news-box .new-news-item .icons {
    height: 40px !important;
    margin-bottom: 20px !important;
}

.news-box .new-news-item .icons i {
    color: var(--themecolor) !important;
    font-size: 17px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.news-box .new-news-item .icons i:hover {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
}

.news-box .new-news-item .icons span {
    margin-right: 5px;
}

.news-box .new-news-item p {
    text-align: right;
    margin-bottom: 25px;
}
/* *********************end news********************* */

@media (min-width: 0px) {
    .news-big {
        grid-column: span 2/span 2;
        grid-row: span 3/span 1;
    }
    .news-small {
        grid-column: span 2/span 2;
        grid-row: span 1/span 1;
    }
}

@media (min-width: 450px) {
    .icon-box-7 {
        width: 30%;
    }
    .icon-box {
        width: 35%
    }
}

@media (min-width: 576px) {
    .grade-item .grade-item-title {
        height: 18rem;
    }
    .icon-box {
        width: 30%;
    }
}

@media (min-width: 767.5px) {
    .news-big {
        grid-column: span 1/span 2;
        grid-row: span 3/span 1;
    }
    .news-small {
        grid-column: span 1/span 2;
        grid-row: span 1/span 1;
    }
    .icon-box-7 {
        width: 20%;
    }
    .departeman {
        grid-template-columns: repeat(2, minmax(100px, 1fr));
    }
    .quote-box {
        padding-left: 20rem;
    }
    .quote-right {
        width: 63% !important;
    }
    .quoteSwiper {
        width: 63%;
    }
    .quote-left {
        width: 37% !important;
        background: linear-gradient(to bottom right, #fff0 0%, #fff0 25%, #ffffff00 50%, var(--themecolor) 50%, var(--themecolor) 100%);
        position: relative;
    }
    .quote-left::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background-image: url(../img/quoite-left-black%402x-1.html);
        width: 100%;
        height: 8rem;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .familySwiper .swiper-slide {
        border-top: 2px solid transparent !important;
        border-right: 2px solid transparent !important;
        border-bottom: 2px solid transparent !important;
    }
    .familySwiper .swiper-slide:last-child {
        border-left: 2px solid transparent !important;
    }
}

@media (min-width: 991.5px) {
    .icon-box-7 {
        width: 13%;
    }
    .icon-box {
        width: 33%;
    }
}

@media only screen and (min-width: 768px)and (max-width: 992px) {
    .new-news-box {
        justify-content: center;
    }
    .new-news-item:first-child {
        margin-left: 15px;
    }
}

@media (min-width: 1200px) {
    .icon-box-7 {
        width: 13%;
    }
    .icon-box {
        width: 16.5%;
    }
}

@keyframes icon-blop {
    0% {
        transform: scale(100%);
    }
    25% {
        transform: scale(110%);
    }
    50% {
        transform: scale(95%);
    }
    75% {
        transform: scale(103%);
    }
    100% {
        transform: scale(100%);
    }
}

@media (min-width: 525px) {
    .icon-box:hover img {
		animation-name: icon-blop;
		animation-duration: .35s;
		animation-iteration-count: 1;
		animation-timing-function: linear;
    }
}
@media (max-width: 524px) {
    .icon-box {
        width: 50%;
    }
    .icon-box-7 {
        width: 50%;
    }
    .new-news-item {
        width: 100% !important;
        margin: 7rem auto 0;
    }
}

@media (max-width: 992px) {
    .new-news-item {
        width: 48%;
    }
}

@media (max-width: 768px) {
    .new-news-item {
        width: 85%;
        margin: 7rem auto 0;
    }
}

.quote-box {
    height: 35rem;
    padding-left: 0;
}

.quote-right {
    width: 100%;
    background-color: var(--themecolor);
	padding-top: 3rem;
}

.swiper-backface-hidden .swiper-slide{margin-bottom:3rem}

.quote-left {
    width: 0;
}

.about-text {
    width: 35rem;
}

.familySwiper {
    width: 100%;
    height: max-content;
    position: relative;
}

.familySwiper .swiper-slide {
    border: 2px solid var(--spred);
}

.grade-item img {
    width: 25rem;
}
/* INSTA START */

.instagram-box {
    box-shadow: -5px 0px 10px 2px #da9e29;
    height: 25rem;
    border-radius: 1rem;
}

.instagram-box .insta-icon {
    width: 25rem;
    overflow: hidden;
    position: relative;
}

.instagram-box .insta-icon svg {
    z-index: 1111;
}

.instagram-box .insta-icon::before {
    content: "";
    background-color: #fae3e4;
    transform: rotate(20deg) scale(1.2) translateX(50%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: -84px;
}
/* INSTA END */
/* GALLERY START */

.gallerySwiper .swiper-slide {
    border: 1px solid #fff;
    height: 260px;
}

.gallerySwiper .swiper-slide .gallery-img-container img {
    width: 100%;
    max-width: 100%;
    height: 132px;
    object-fit: cover;
    object-position: center center;
    transition: .25s;
}

.gallerySwiper .swiper-slide .gallery-img-container:hover img {
    position: absolute;
    left: 0;
    top: 0;
    height: 260px;
    transition: height 0.4s linear;
}
/* GALLERY END */
/* FOOTER START */

footer.footer {
    background-image: url("/public_html/frontend/12139/assets/img/svg/footer.svg") !important;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 70rem;
    background-position: bottom;
}
/* FOOTER END */

.gallerySwiper .swiper-slide {
    background-color: #fff;
    border-radius: 1rem;
    overflow: hidden;
}

.swiper {
    height: fit-content;
}

.mb-10 {
    margin-bottom: 15rem;
}

.sp_yellow {
    background-color: #da9e29;
}

.sp_pink {
    background-color: rgb(103, 9, 83);
}

.sp_red {
    background-color: #d2232a;
}

.login-notif::after {
    filter: invert(46%) sepia(61%) saturate(415%) hue-rotate(152deg) brightness(101%) contrast(92%);
;
}

.login-notif::before {
    filter: invert(46%) sepia(61%) saturate(415%) hue-rotate(152deg) brightness(101%) contrast(92%);
;
}

.quote-right .swiper .swiper-pagination {
    bottom: 0px !important;
}

:root {
    --themecolor: rgb(5, 104, 57);
    /*--themecolor: rgb(69, 166, 175);*/
    --themehover: rgb(61, 183, 125);
    /*--themehover: rgb(116, 206, 212);*/
    --themebg: rgb(244, 219, 191);
    /*--themebg: rgb(203, 227, 232);*/
    --themeborder: rgb(23, 148, 161);
    --themeop: 69, 166, 175;
}

.news-big .img-cover {
    height: 75%;
    width: 100%;
    background: #fff;
}

.news-small .img-cover {
    height: 100%;
    width: 15rem;
}
/*	bgAnimation.js	*/
/* body {margin: 0;} */
/* convas.bgAnimation {display: block;} */

.btn-themecolor {
    background-color: rgb(255, 168, 0);
    height: 10rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
    transition: all .14s
}

.btn-themecolor:hover {
    background-color: rgba(255, 168, 0 , 0.7);
    transform: scale(1.2);
    transition: all .25s;
    box-shadow: 0 0 14px #0005;
}

.btn-themecolor:hover:before {
    transform: scale(1.2);
    transition: all .05s;
    transition-delay: .14s;
}

.header .dropdown-menu .left-content {
    background-color: var(--themehover);
    background-image: linear-gradient( to right,var(--themebg),var(--themehover), var(--themecolor));
}

.footer {
    background-image: url("/frontend/12139/assets/img/svg/footer.svg") !important;
}

.footer-addres i,
.footer-phone i {
    background-color: rgba(var(--themeop) , 0.5);
}

.footer-addres i:hover,
.footer-phone i:hover {
    background-color: var(--themecolor)
}

.footer-nav ul li a {
    transition: all .5s;
    color: var(--themebg) !important;
    text-shadow: 0 0 7px #0005
}

.footer-nav ul li a:hover {
    color: #fff !important;
    text-shadow: 0 0 7px var(--themecolor)
}


@media (min-width: 992px) {
    .main-slider .carousel-inner {
        aspect-ratio: 1920 / 940 !important;
    }
}