/* Theme: Nouroz1400 **********************/
/* Author: https://www.sitranet.com *******/
/* Describtion: Nowrouz HTML Landing Page */
/* Version: 1.0.0 *************************/

::selection {
    color: #f7f7f7 !important;
    background: rgb(100, 176, 199) !important;
}

*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

html {
    scroll-behavior: smooth;
    width: 100%;
    overflow-x: hidden;
}

i,.img-icon{ padding: 0 5px ;}

body {
    font-size: 13px;
    font-family: IRANSans ;
    direction: rtl;
    background: #fff;
    text-align: right ;
    position: relative;
    overflow-x: hidden;
    color: #444;
}

.bg-light{
    background-color: #F8F8F8;
}

h1,h2,h3,h4,h5,h6{font-family: IRANSans; font-weight: 700; }

a:hover{text-decoration: none !important}

.container.warp{
    position: relative;
    max-width: 1920px;;
    width: 100%;
    padding: 0px;
    overflow: hidden;
}

#menu {
    margin-top: 25px;
    display: none;
    cursor: pointer;
    z-index: 99;
    position: relative;
}

.h-title{
font-family: IRANSans;
font-weight: bold;
 color: #E25658;
 font-size: 14px;
 position: relative;
 text-align: center;
 display: block;
 margin-bottom: 20px;
 margin-left: auto;
 margin-right: auto;

}
.h-title-2{
    color: #001D5E;
    font-weight: bold;
    font-family: IRANSans;
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
}

.r-tline{
    background: url('../am/img/r-tline.svg');
    background-repeat: no-repeat;
    width: 65px;
    height: 2px;
    background-size: cover;
    display: inline-flex;
    margin-top: 9px;
    margin-left: 12px;
}
.l-tline{
    background: url('../am/img/l-tline.svg');
    background-repeat: no-repeat;
    width: 65px;
    height: 2px;
    background-size: cover;
    display: inline-flex;
    margin-top: 9px;
    margin-right: 12px;
}


/* ----- btn ----- */
.bbtn{
    box-shadow: 0px 0px ;
    padding: 9px 10px;
    text-align: right;
    width: 160px;
    display: block;
    font-family: IRANSans;
    font-size: 15px;
    transition: .3s;
    border: none;
    outline: 0;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    background-color: #E25658;
    color: #fff;
}
.bbtn:hover{
    box-shadow: 0 4px 15px 0px rgba(0,0,0,0.2);
    transition: .5s;
    background-color: #33668C;
    color: #fff;
}

.bbtn img{
    position: absolute;
    left: 15px;
    top: 38%;
    width: 6px;
    height: 10px;
}



.bg_dark{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 99;
    display: none;
}



/*SECTION_HEADER*/
#logo-top{
    float: right;
    width: 28px;
    height: 50px;
    position: relative;
}

#logo-top img {
    width: 50px;
}

.section-header{
    padding-bottom: 40px;
    padding-top: 70px;
    position: relative;
    background-color: #F9FCFF;
    border-radius: 0px 0px 80px 0px;
    height: 435px;
    margin-bottom: 160px;
}

.section-header nav{
    margin-bottom:60px ;
    text-align: right;
    margin-right: 70px;
    padding-top: 16px;
}
.section-header nav a{
    color: #001D5E;
    font-size: 14px;
    font-family: IRANSans;
}
.section-header nav a:hover{ 
    color: #1DB4C9;
}
.section-header nav a.menu-line{
    margin: 0px 25px;
    width: 4px;
    height: 4px;
    background-color: #03A58F;
    display: inline-block;
    border-radius: 100px;
}
.section-header .text-content{
    position: relative;
}
.section-header .text-content::before{
    content: '';
    background: url('../am/img/pattern-top.svg');
    background-repeat: no-repeat;
    position: absolute;
    right: -110px;
    top: 50px;
    width: 63px;
    height: 51px;

}
.section-header .text-content small{
    display: block;
    font-size: 12px;
    font-family: IRANSans;
    color: #33668C;
    margin-bottom: 30px;
}
.section-header .text-content small span{
    color: #D8222B;
    background-color: rgba(238, 159, 55, 0.17);
    padding:1px 28px 1px 12px ;
    margin-left: 9px;
    position: relative;
    border-radius: 22px;
}
.section-header .text-content small span::after{
    position: absolute;
    top: 30%;
    right: 10px;
    background-color: #EEA037;
    width: 9px;
    height: 9px;
    content: '';
    border-radius: 100%;
}

.section-header .text-content h1{
    font-family: IRANSans;
    font-weight: 900;
    font-size: 35px;
    color: #1DB4C9;
    margin-bottom: 25px;
}
.section-header .text-content h1 span{
    font-size: 30px;
    color: #001D5E;
}
.section-header .text-content p{
    font-family: IRANSans;
    font-size: 20px;
    color: #787D81;
    position: relative;
    letter-spacing: -0.2px;
}

.section-header .text-content p img{
    margin-left: 10px;
    width: 60px;
    height: 60px;
}
.section-header .text-content a.bbtn{
    width: 170px;
    font-size: 16px;
    margin-top: 40px;
    margin-left: 115px;
    margin-right: auto;
}

.section-header .image-content{
    position: absolute;
    width: 100%;
    height: auto;
    top: -70px;
}
.section-header .image-content img{
    width: 100%;
    height: 412px;
}



/*SECTION ABOUT*/
.section-about{
    padding-top: 10px;
    padding-bottom: 30px;
}
.section-about .text-content{
    margin-top: 60px;
}
.section-about p{
    font-family: IRANSans;
    font-size: 15px;
    color: #656C7B;
    line-height: 31px;
    text-align: justify;
}
.section-about .text-content a.bbtn{
    width: auto;
    font-size: 16px;
    margin-top: 40px;
    margin-left: 0px;
    margin-right: auto;
}

.section-about .image-container{
    position: relative;
}
.section-about .image-container img{
    width: 100%;
    display: block;
    position: relative;
    object-position: center;
    object-fit: cover;
    margin: auto;
}
.section-about  video{
    position: absolute;
    background-color: #333;
    top: 60px;
    border-radius: 20px;
    width: 94%;
    margin: auto;
    border: 6px solid #fff;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
}


/*section-property*/
.section-property{
    padding-top: 160px;
    padding-bottom: 120px;
}
.section-property .property-content{
    position: relative;
    margin-top: 80px;
}
.section-property .property-content::before{
    background: url('../am/img/pattern2.svg');
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    width: 130px;
    height: 130px;
    top: -360px;
    left: 20px;
}

.property-content #img-p-cover-mob{
    display: none;
}
.property-content #img-p-cover{
    width: 100%;
    height: 792px;
}
.property-content .item{
    position: absolute;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.06);
    padding: 20px;
    transition: 0.4s;
    cursor: default;
    width: 280px;
}
.property-content .item:hover{
    transition: 0.4s;
    background-color: #00B4C4;
}
.property-content .item .top-block{
    margin-bottom: 20px;
    display: inline-flex;
    position: relative;
}
.property-content .item.i-bottom .top-block{
    margin-bottom: 8px;
}

.property-content .item .image-container{
    width: 40px;
    height: 40px;
    margin-left: 15px;
    margin-right: 0px;
}
.property-content .item .image-container img.pi{
    width: 100%;
    opacity: 1;
    transition: .4s;
    display: block;
}
.property-content .item .image-container img.pi-h{
    width: 100%;
    opacity: 0;
    transition: .4s;
    display: none;
}
.property-content .item:hover .image-container img.pi{
    opacity: 0;
    transition: .4s;
    display: none;
}
.property-content .item:hover .image-container img.pi-h{
    opacity: 1;
    transition: .4s;
    display: block;
}
.property-content .item h3{
    font-family: IRANSans;
    font-size: 14px;
    font-weight: bold;
    color:#303031;
    line-height: 19px;
}
.property-content .item p{
    margin-bottom: 0px;
    color: #686E71;
    font-family: IRANSans;
    font-size: 10px;
    display: block;
}
.property-content .item .top-block::after{
    position: absolute;
    content: '';
    border: 2px solid #FEC23B;
    background-color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    top: -28px;
    left: -77px;
    transition: 0.4s;
}
.property-content .item.i-left .top-block::after{
    left: unset;
    right: -28px;
}
.property-content .item.i-top .top-block::after{
    left: -50px;
}
.property-content .item:hover .top-block::after{
    background-color: #FEC23B;
    transition: 0.4s;
}
.property-content .item:hover h3{ color: #fff; }
.property-content .item:hover p{color: #fff;}

.property-content .item.i-top{top:55px ;right:30% ;}
.property-content .item.i-right{top:50% ;right:37px ;}
.property-content .item.i-bottom{bottom:-5px ;right:29% ;}
.property-content .item.i-left{top:50% ;left:85px ;}


/*section-how*/
.section-how{
    padding-top: 80px;
    padding-bottom: 120px;
    background-color: rgba(249, 252, 255, 0.56);
}
.section-how p.dis{
    font-family: IRANSans;
    font-size: 15px;
    line-height: 30px;
    color: #656C7B;
    text-align: right;
    width: 520px;
    margin: auto;
}
.how-content{
    margin-top: 40px;
}
.how-content .ri{
    margin-bottom: 60px;
}
.how-content .ri-1 strong{margin-top: 80px;}
.section-how .ri-1 .icon-content img{top:50px}

.how-content strong{
    font-family: IRANSans;
    font-size: 17px;
    font-weight: bold;
    color: #001D5E;
    display: block;
    margin-bottom: 15px;
}
.how-content p{
    font-family: IRANSans;
    font-size: 15px;
    color: #001D5E;
    line-height: 20px;
}
.section-how .image-content img{
    width: auto;
    margin: auto;
    display: block;
    height: 180px;
}
.section-how .icon-content img{
    display: block;
    margin: auto;
    width: 90px;
    height: auto;
    position: relative;
    top: -25px;
}
.how-content .text-content span{
    background-color: rgba(255, 239, 190, 0.4);
    display: block;
    padding: 20px 35px 20px 15px;
    border-radius: 20px;
    font-family: IRANSans;
    font-size: 14px;
    color: #001D5E;
    position: relative;
    margin-top: 30px;
}
.how-content .text-content span img{
    position: absolute;
    width: 36px;
    height: 36px;
    right: -17px;
    top: 30%;
}

#bg-line-center{ position: relative;}
#bg-line-center::before{
    content: '';
    position: absolute;
    background: url('../am/img/bg-line-center.svg');
    background-repeat: repeat-y;
    background-position: center;
    width: 2px;
    height: 60%;
    top: 70px;
    left: 0; 
    right: 0;
    margin: auto;
}


/*section customer*/
.section-customer{
    padding-top: 200px;
    padding-bottom: 200px;
}
.customer-content{
    position: relative;
    margin-top: 80px;
    z-index: 3;
}
.customer-content::before{
    content: '';
    position: absolute;
    top: 80px;
    right: -60px;
    background: url('../am/img/cover-map-p-right.svg');
    background-repeat: no-repeat;
    width: 355px;
    height: 256px;
    z-index: 1;
}
.customer-content::after{
    content: '';
    position: absolute;
    bottom: -40px;
    left: 60px;
    background: url('../am/img/cover-map-p-left.svg');
    background-repeat: no-repeat;
    width: 230px;
    height: 180px;
    z-index: 1;
}

.customer-content img{
    width: 100%;
    height: 366px;
}

.customer-content .item{
    width:406px ;
    background-color: #fff;
    box-shadow: 0px 9px 25px 0px rgba(0,0,0,0.08);
    border-radius: 24px;
    transition: 0.4s;
    position: absolute;
    z-index: 4;
}
.customer-content .item.ci-1{top: 30px;left: 5px;}
.customer-content .item.ci-2{top: 120px;right: -10px;}
.customer-content .item.ci-3{bottom: -170px;left: 200px;}
.customer-content .item:hover{
    transition: 0.4s;
    background-color: #E25658;
}
.customer-content .item:hover strong{
    transition: 0.4s;
    color: #16161C;
}
.customer-content .item:hover p{
    transition: 0.4s;
    color: #fff;
}
.customer-content .item .block-item{
    position: relative;
    padding: 30px 60px 23px 30px;
}
.customer-content .item.ci-2 .block-item{
    padding: 30px 30px 23px 60px;
}
.customer-content .item strong{
    transition: 0.4s;
    font-family: IRANSans;
    font-size: 16px;
    font-weight: bold;
    color: #303031;
    margin-bottom: 20px;
    display: block;
}
.customer-content .item p{
    transition: 0.4s;
    font-family: IRANSans;
    font-size: 12px;
    line-height: 26px;
    color: #303031;
    text-align: justify;
}
.customer-content .item .image-container{
    position: absolute;
    width: 80px;
    height: 80px;
    border: 5px solid #fff;
    border-radius: 100%;
    overflow: hidden;
    top: -40px;
    right: -40px;
}
.customer-content .item.ci-2 .image-container{
    right: unset;
    left: -40px;
}
.customer-content .item .image-container img{
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

/*section-product*/
.section-product{
    padding-top: 190px;
    padding-bottom: 100px;
    position: relative;
}
.section-product::before{
    position: absolute;
    content: '';
    top: 0;
    right:0;
    width:130px ;
    height:130px ;
    background: url('../am/img/pattern2.svg');
    background-repeat: no-repeat;
}
.section-product::after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 250px;
    width:130px ;
    height:130px ;
    background: url('../am/img/pattern2.svg');
    background-repeat: no-repeat;
}

.product-section{
    margin-top: 60px;
    margin-right: 0px;
    padding-right: 0px;
    height: 500px;
    position: relative;
}
.product-section .tab-content{
    position: absolute;
    background-color: rgba(255, 239, 190, 0.4);
    border-radius: 20px 0px 0px 20px;
    right: 0;
    width: 700px;
}
.product-section .tab-content .text-content{
    padding: 70px 130px 60px 100px;
    position: relative;
    z-index: 3;
}
.product-section::after{
    background: url('../am/img/pattern2.svg');
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    bottom: 240px;
    left: -210px;
    width: 130px;
    height: 130px;
}

.product-section .tab-content .text-content:after{
    background: url('../am/img/pattern2.svg');
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    bottom: -40px;
    left: -30px;
    width: 100px;
    height: 100px;
}

.product-section .text-content strong{
    font-size: 20px;
    font-family: IRANSans;
    font-weight: bold;
    color: #0A100D;
    position: relative;
    margin-bottom: 25px;
    display: block;
}
.product-section .text-content strong::after{
    content: '';
    position: absolute;
    bottom: -6px;
    right: 0;
    height: 2px;
    width: 60px;
    background-color: #EEA037;
    border-radius: 8px;
}

.product-section .text-content strong::before{
    content: '';
    position: absolute;
    top: -30px;
    right: -40px;
    background: url('../am/img/Pattern-product.svg');
    background-repeat: no-repeat;
    width: 75px;
    height: 75px;
}

.product-section .text-content p{
    font-size: 15px;
    line-height: 24px;
    color: #656C7B;
    font-family: IRANSans;
}

.product-section .text-content a.bbtn{
    width: auto;
    font-size: 16px;
    margin-top: 40px;
    margin-left: 0px;
    margin-right: auto;
}
.product-section .nav-pills .nav-link{
    width: 195px;
    height: 185px;
    padding: 25px 25px 30px 25px;
    background-color: #fff;
    position: absolute;
    border-radius: 10px;
    box-shadow: 0px 9px 24px 0px rgba(0,0,0,0.08);
    transition: .2s;
}
.product-section .nav-pills .nav-link small{
    font-size: 20px;
    font-family: IRANSans;
    color: #303031;
    margin-bottom: 10px;
    font-weight: bold;
}

.product-section .nav-pills .nav-link p{
    font-size: 14px;
    line-height: 19px;
    font-family: IRANSans;
    color: #33668C;
}


.product-section .nav-pills .nav-link:hover p,
.product-section .nav-pills .nav-link.active p{
    color: #F2F9FF;
    line-height: 2;
}
.product-section .nav-pills .nav-link:hover small,
.product-section .nav-pills .nav-link.active small{
    color: #fff;
}
.product-section .nav-pills .nav-link img.hover,
.product-section .nav-pills .nav-link img.normal{
    margin-bottom: 15px;
}

.product-section .nav-pills .nav-link img.hover{display: none;}
.product-section .nav-pills .nav-link img.normal{display: block;}
.product-section .nav-pills .nav-link:hover img.hover{display: block;}
.product-section .nav-pills .nav-link:hover img.normal{display: none;}
.product-section .nav-pills .nav-link.active img.hover{display: block;}
.product-section .nav-pills .nav-link.active img.normal{display: none;}

.product-section #v-pills-shast-tab{top: 50px;left: 200px}
.product-section #v-pills-meli-tab{top:0;left: -30px;}
.product-section #v-pills-bale-tab{top:270px;left: 200px;}
.product-section #v-pills-bam-tab{top:220px;left: -30px;}


.product-section #v-pills-shast-tab:hover,
.product-section .nav-link.pills-shast.active {
    background: #0461DB;
    transition: .2s;
}

.product-section #v-pills-meli-tab:hover,
.product-section .nav-link.pills-meli.active {
    background: #DE3E43;
    transition: .2s;
}

.product-section #v-pills-bale-tab:hover,
.product-section .nav-link.pills-bale.active {
    background: #48D2AB;
    transition: .2s;
}

.product-section #v-pills-bam-tab:hover,
.product-section .nav-link.pills-bam.active {
    background: #F4911E;
    transition: .2s;
}


.product-section .nav-pills{
    position: absolute;
    left: 0;
}




/*section-qustion*/
.section-qustion{
    padding-top: 80px;
    padding-bottom: 100px;
}
.qustion-content{
    position: relative;
}
.qustion-content::before {
    content: '';
    background: url(../am/img/pattern-top.svg);
    background-repeat: no-repeat;
    position: absolute;
    right: -40px;
    top: 115px;
    width: 63px;
    height: 51px;
}
.section-qustion h4{
    position: relative;
    font-size: 20px;
    font-family: IRANSans;
    font-weight: bold;
    color: #303031;
    text-align: right;
    margin-bottom: 60px;
}
.section-qustion h4::after{
    content: '';
    position: absolute;
    bottom: -6px;
    right: 0;
    height: 2px;
    width: 60px;
    background-color: #EEA037;
    border-radius: 8px;
}

.section-qustion .accordion{
    margin-right: 60px;
}

.section-qustion .btn-link{
    color: #0A100D;
    text-decoration: none;
    width: 100%;
    text-align: right;
    font-family: IRANSans;
    font-weight: bold;
    font-size: 18px;
    padding: 0px;
    padding-right: 30px;
    position: relative;
}
.section-qustion .card-header{
    background: none;
    border: 0px ;
    padding: 0px;
}
.section-qustion .card-header .ic{
    font-family: IRANSans;
    font-size: 28px;
    color: #FF4341;
    margin-left: 10px;
    position: absolute;
    right: 0px;
    top: -10px;
}

.section-qustion .btn-link[aria-expanded="false"] .ic.pluse{display: inline-flex;}
.section-qustion .btn-link[aria-expanded="false"] .ic.mines{display: none;}

.section-qustion .btn-link[aria-expanded="true"] .ic.pluse{display: none;}
.section-qustion .btn-link[aria-expanded="true"] .ic.mines{display: inline-flex;}


.section-qustion .card{
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #EDEFF1 !important;
    border-radius: 0px !important;
    margin-bottom: 0px;
    padding: 20px 0px;
}
.section-qustion .card:last-child{
    border-bottom: none !important;
}

.section-qustion .card-body {
    font-family: IRANSans;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    padding: 0px 70px 0px 20px;
    margin-right: 80px;
    margin-top: 30px;
    color: #707070;
    position: relative;
}

.section-qustion .card-body::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    background-color: #FF4341;
    height: 50px;
}


/*section-footer*/
.section-footer{
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #35415D;
    border-top: 9px solid #4D5B7C;
}
.section-footer ul{
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}
.section-footer ul li img{
    width: 100%;
}
.section-footer .right-content{
    margin-top: 20px;
}
.section-footer .right-content ul{
    margin-bottom: 10px;
}
.section-footer .right-content ul li{
    padding:0px 2px;
}
.section-footer .right-content ul li a.nav-line{
    margin: 0px 8px;
    color: #58647C;
}



.section-footer .left-content ul{
    justify-content: flex-end;
    margin-bottom: 10px;
}
.section-footer .left-content ul li{
    margin-left: 10px;
}

.section-footer .left-content p{
    font-size: 12px;
    font-family: IRANSans;
    color: #C6D5DE;
    text-align: left;
}
.section-footer .right-content a{
    font-size: 14px;
    font-family: IRANSans;
    color: #C6D5DE;
    text-align: center;
}

.section-footer .right-content ul li img{
    width: 19px;
    height: 19px;
}
