﻿@import "base.css";

@font-face {
    font-family: "bootstrap";
    src: url("../../lib/bootstrap-icons/font/fonts/bootstrap-icons.woff");
}
/* ----------------------------
   پنل هدر
------------------------------ */
.panel-header {
    text-align: center;
    width: 80%;
    margin: 30px auto !important;
}

    .panel-header i,
    .panel-header span {
        font-size: var(--font-size-small);
    }

    .panel-header p {
        text-align: center;
        margin-top: 20px;
    }

    .panel-header h4 {
        position: relative;
        display: inline;
        color: var(--color-primary);
        font-size: var(--font-size-h3);
        font-family: var(--font-header);
        margin-bottom: 10px;
    }

        .panel-header h4:after {
            content: '';
            width: 20%;
            height: 3px;
            background: var(--color-primary);
            position: absolute;
            right: 0;
            top: 100%;
            transition: all ease-in 0.5s;
        }

        .panel-header h4:hover:after {
            width: 100%;
        }

/* ----------------------------
   Footer - پنل هدر
------------------------------ */
#footer .panel-header {
    text-align: right;
    width: 100%;
}

    #footer .panel-header p {
        text-align: right;
    }

    #footer .panel-header h4 {
        position: relative;
        display: inline;
        color: var(--black);
        font-size: 1.5em;
        font-family: var(--font-heading);
        margin-bottom: 10px;
    }

        #footer .panel-header h4:after {
            content: '';
            width: 40%;
            margin-top: 5px;
            height: 3px;
            background: var(--black);
            position: absolute;
            right: 5%;
            top: 100%;
            transition: all ease-in 0.5s;
        }

        #footer .panel-header h4:hover:after {
            width: 100%;
            transition: all ease-in 0.5s;
        }

#footer .wraper {
    padding: 1px var(--spacing-md);
    width: 100%;
    margin-right:0!important;
}


/*-------------------------------
    carousel-effect
--------------------------------*/

.carousel-zoom .carousel-inner {
    position: relative;
}

.carousel-zoom .carousel-item {
    opacity: 0;
    transform: scale(1.2); /* ابتدا کمی بزرگ‌تر */
    transition: opacity 1.2s ease, transform 1.2s ease;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.carousel-zoom .carousel-item.active {
    opacity: 1;
    transform: scale(1); /* هنگام فعال شدن، اندازه واقعی */
    position: relative;
    z-index: 2;
}

.carousel-blur-fade .carousel-inner {
    position: relative;
}

.carousel-blur-fade .carousel-item {
    opacity: 0;
    transition: opacity 1.2s ease, filter 1.2s ease;
    filter: blur(8px);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.carousel-blur-fade .carousel-item.active {
    opacity: 1;
    filter: blur(0);
    position: relative;
    z-index: 2;
}

.carousel-3d .carousel-inner {
    perspective: 1200px;
    position: relative;
}

.carousel-3d .carousel-item {
    transform-style: preserve-3d;
    backface-visibility: hidden;
    opacity: 0;
    transform: rotateY(90deg);
    transition: transform 1s ease, opacity 1s ease;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.carousel-3d .carousel-item.active {
    opacity: 1;
    transform: rotateY(0deg);
    position: relative;
    z-index: 2;
}



/*-----------------------------------
membership
-----------------------------------*/

#page-page h2::before {
    font-size: 1.4rem;
}


.text-titel {
    color: #801336;
}

.acord-membership .accordion-button {
    padding: 0 !important;
    background-color: #801336 !important;
    color: #FFF !important;
}


/*-----------------------------------
topic
------------------------------------*/

#content-page h2::before {
    font-size: 1rem;
    color: red;
}

/*-------------------------------------
btn basket
-------------------------------------*/

.card-basket {
    color: #ffffff;
    background-color: #7d0c22;
}

.btn-basket {
    position: absolute;
    bottom: 10.7rem;
    right: 10rem;
}


.pric-box {
    background-color: #1f3d7d;
    color: #FFF !important;
}

    .pric-box .text-color-4 {
        color: #FFF !important;
    }

    .pric-box::after {
        content: "\F229";
        position: absolute;
        font-family: bootstrap;
        bottom: 5rem;
        left: 11rem;
    }

/****************media basket********************/

@media (max-width:1024px) {



    .pric-box::after {
        left: 6rem;
    }
}

@media (max-width:768px) {

    .pric-box::after {
        left: 4rem;
    }
}

@media (max-width:425px) {

    .pric-box::after {
        left: 12rem;
    }
}

/*-----------------------------------------
    product
------------------------------------------*/
.product .bi-circle-fill::before {
    font-size: 0.8rem;
    padding: 0.5rem;
}

.product .media  a:hover {
    background: rgb(255,75,75);
    background: linear-gradient(90deg, rgba(255,75,75,0.4598214285714286) 7%, rgba(255,75,75,0.5634628851540616) 46%, rgba(255,75,75,0.35898109243697474) 83%);
    transition: background 1s;
}


.product .media a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: transparent;
    position: relative;
    /* overflow: hidden; */
    border-radius: 7px;
    cursor: pointer;
    transition: all .3s;
}

.product .media {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    backdrop-filter: blur(4px);
    letter-spacing: 0.8px;
    border-radius: 10px;
    transition: all .3s;
    border: 1px solid rgba(156, 156, 156, 0.466);
}

    .product .media a::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: #f09433;
        background: linear-gradient(45deg, #ffffff 0%, #3161c5 25%, #244b9f 50%, #193e8b 75%, #122959 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
        z-index: -1;
        border-radius: 9px;
        pointer-events: none;
        transition: all .3s;
    }

    .product .media a:hover::after {
        transform: rotate(35deg);
        transform-origin: bottom;
    }

.product .media a:hover .list-group-item {
    background-color: rgba(156, 156, 156, 0.466);
}




@media (max-width: 1024px) {
    .product .media {
        flex-wrap: wrap;
    }
}




/*-------------------------------
content اخبار
-------------------------------*/


.content .btn {
    font-size: 1rem;
    color: #1f3d7d;
    border: 2px solid #1f3d7d;
    border-radius: 34px;
    background-color: transparent;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
    overflow: hidden;
}

.content .card:hover .btn {
    color: #1f3d7d;
    box-shadow: 0 0px 20px #1f3d7d;
}


/*contents=======================================*/
.content .card {
    height: 100%;
}

.content .item {
    height: 100%;
}


.hr-content .card {
    height: 100%;
    max-height: 100%;
    background: #FFF;
}
/****************gallery slider*********************/
.GallerySlider .carousel-indicators [data-bs-target] {
    width: 100px;
    margin-top: -10rem;
    text-indent: 0;
}

.GallerySlider .carousel-indicators {
    margin-right: 40%;
}


.GallerySlider .carousel {
    max-width: 1450px;
    max-height: 950px;
    margin: 0 auto;
}


    .GallerySlider .carousel .carousel-item img,
    .GallerySlider .carousel .carousel-item video {
        max-height: 900px;
        width: auto;
        display: block;
        margin: 0 auto;
        border-radius: 2rem;
    }

@media (max-width: 768px) {


    .GallerySlider .carousel {
        position: relative;
    }

    .GallerySlider .carousel-indicators {
        position: relative;
        z-index: 5;
        margin-right: 0;
    }

    .GallerySlider .carousel-item img,
    .GallerySlider .carousel-item video {
        position: relative;
        z-index: 1;
    }


    .GallerySlider .carousel-indicators [data-bs-target] {
        margin-top: -1rem;
        width: 55px;
    }
}


@media (min-width: 769px) and (max-width: 992px) {


    .GallerySlider .carousel {
        position: relative;
    }

    .GallerySlider .carousel-indicators {
        position: relative;
        z-index: 4;
        margin-right: 15%;
    }

    .GallerySlider .carousel-item img,
    .GallerySlider .carousel-item video {
        position: relative;
        z-index: 1;
        max-height: 600px;
    }


    .GallerySlider .carousel-indicators [data-bs-target] {
        width: 75px;
        margin-top: -4rem;
    }
}

/*---------------------------------
    داخلی محتوا ها 
-----------------------------------*/

.card-img .list-group-item a:hover {
    background: rgb(255,75,75);
    background: linear-gradient(90deg, rgba(255,75,75,0.4598214285714286) 7%, rgba(255,75,75,0.5634628851540616) 46%, rgba(255,75,75,0.35898109243697474) 83%);
    transition: background 1s;
}

.card-img .list-group-item a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: transparent;
    position: relative;
    /* overflow: hidden; */
    border-radius: 7px;
    cursor: pointer;
    transition: all .3s;
}

.card-img .list-group-item {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    backdrop-filter: blur(4px);
    letter-spacing: 0.8px;
    border-radius: 10px;
    transition: all .3s;
    border: 1px solid rgba(156, 156, 156, 0.466);
}

    .card-img .list-group-item a::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: #f09433;
        background: linear-gradient(45deg, #ffffff 0%, #3161c5 25%, #244b9f 50%, #193e8b 75%, #122959 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
        z-index: -1;
        border-radius: 9px;
        pointer-events: none;
        transition: all .3s;
    }

    .card-img .list-group-item a:hover::after {
        transform: rotate(35deg);
        transform-origin: bottom;
    }

    .card-img .list-group-item a:hover .list-group-item {
        background-color: rgba(156, 156, 156, 0.466);
    }


.list-group-flush > .list-group-item:last-child {
    border: none !important;
}


@media (max-width: 1024px) {
    .list-group-item {
        flex-wrap: wrap;
    }
}




.subTitle {
    background-color: #f8faff;
    padding: 1rem;
    border-radius: 20px;
}




.comment {
    text-align: center;
}


/*========================================================*/

#sendComment .input::after {
    content: "";
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, #FF6464 0%, #FFBF59 50%, #47C9FF 100%);
    transition: width 0.4s cubic-bezier(0.42, 0, 0.58, 1.00);
}

#sendComment .input:focus + #sendComment .input::after {
    width: 100%;
}

#sendComment .input {
    background-color: #eee;
    border: none;
    padding: 1rem;
    font-size: 1rem;
    width: 13em;
    border-radius: 1rem;
    color: lightcoral;
    box-shadow: 0 0.4rem #dfd9d9;
    cursor: pointer;
}

    #sendComment .input:focus {
        outline-color: lightcoral;
    }


/*---------------------------------
    activity
-----------------------------------*/
.btn-download {
    width: 125px;
    height: 45px;
    border-radius: 20px;
    border: none !important;
    box-shadow: 1px 1px rgba(107, 221, 215, 0.37);
    padding: 5px 10px;
    background: rgb(255,77,77);
    background: linear-gradient(90deg, rgba(255,77,77,1) 7%, rgba(167,16,37,1) 48%, rgba(138,0,44,1) 83%)!important;
    color: #fff !important;
    font-family: Roboto, sans-serif;
    font-weight: 505;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    filter: drop-shadow(0 0 10px rgba(59, 190, 230, 0.568)) !important;
    transition: .5s linear;
}


    .btn-download:hover {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        transition: .5s linear;
    }


.btn-download:hover .bi-download::before {
    display: inline;
}


    .btn-download:hover {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        transition: .5s linear;
        margin-left:3rem;
    }
        .btn-download:hover::before {
            content: '\F119';
            position: absolute;
            top: -1px;
            left: 0px;
            width: 100%;
            height: 100%;
            border: 3.5px solid transparent;
            border-top: 3.5px solid #fff;
            border-right: 3.5px solid #fff;
            border-radius: 50%;
            animation: animateC 2s linear infinite;
            padding:15px;
        }
        
@keyframes animateC {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.activity .text-color-2 {
    color:#770221;
}

.bi-book-half::before {
    padding-left:0.3rem;
}


/*--------------------------------------
top-slider
-----------------------------------------*/
.top-slider {
    position: relative;
    margin-top: 50px;
}

    .top-slider .carousel-caption {
        position: absolute;
        text-align: right;
        padding: 5px;
        top: auto;
        bottom: 10%;
    }

        .top-slider .carousel-caption h5 {
            font-size: 2.5rem;
            font-weight: bolder;
            color: #FFF;
            margin: .2em 0 1em 0;
            font-family: AnjomanMax;
            animation: fadeInUp;
            animation-duration: 2s;
        }

        .top-slider .carousel-caption p {
            font-size: 1rem;
            text-align: justify;
            font-weight: bold;
            color: #FFF;
            padding: 10px;
            text-align: right;
            animation: fadeInUp;
            animation-duration: 3s;
            width: 50%;
        }

    .top-slider .slider-btn {
        margin-top: 20px;
        animation: fadeInUp;
        animation-duration: 4s;
    }

@media (min-width: 767.98px) {
    #slider-1 {
        height: 100vh;
    }
}


/*----------------------------------
Login
----------------------------------*/
.img-box {
    background: url('https://asset.armannet.ir/uconf-site-login.webp') #1a2864;
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
}

.tab-login {
    padding-top: 5rem;
}

.cardmg {
    background-color: #1a2864;
    color: #FFF;
}

.sso .btn-info {
    width: 100%;
}

.nav {
    display: flex;
    justify-content: center;
}

#login-site .panel-tab::after {
    display: none !important;
}


/*---------------------------------------------------
    itemtype
----------------------------------------------------*/

.item-type .item{
	margin:1.5em;
	
}
.item-type h3 {
    padding:1em;
	font-size:.9em;
}
    .item-type img {
        width: 50%;
    }
.item-type a{
	text-align:center;
}



/*------------------------------------
    category
--------------------------------------*/
.item-cat .row{
   
    border-radius: 1em;
    background: rgba(255,255,255,.9);
	padding:1em;
}

.item-cat h3 {
    padding:1em;
}

.item-cat img {
    width: 20%;
}

.item-cat a {
    text-align: center;
}

/*person=======================================*/

.person .item{

   background: rgba(255, 255, 255, 0.46);
   border-radius: 16px;
   margin-top:1rem;
   box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
   backdrop-filter: blur(20px);
   -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.91);
	border-radius:5px !important;
    border-top-right-radius: 10px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s ease-out;
    text-decoration: none;
	
}

.person .social-person{
	padding-bottom:3rem;
	text-align:center;
}

.person img{
	
  transition: transform .2s; 
  	border-radius:100% !important;
	width:60% !important;

}
.person .item h2{
	margin-top:30px!important;
	 padding:10px !important;
	 font-size:16px;
	 	font-size:1rem;
	text-align:center;
	 
	 
}



.person .item:hover {
  color: #1369ce;
    transform: translateY(-5px) scale(1.005) translateZ(0);

}


/*-----------------------------------------
    sponsor
-------------------------------------------*/

.sponsor h2 {
    font-size: 1rem;
	text-align:center;

}

.sponsor h3{
    text-align: right !important;
}
.sponsor .item{

	position:relative;
    transition: all 0.5s;
	margin-top:20px !important;
}


.sponsor img{
	
 width:50%!important;
 height:50%!important;
 	filter: grayscale(90%);
 
}

.sponsor .item:hover img{
	
	filter: contrast(200%);
	
}


.sponsor .item:hover{  
     transition: all 0.5s;
   
	transform: translate(0px,-10px);
	
	
}


/*--------------------------------
    panel-tab
--------------------------------*/


.panel-tab h5{
	font-size:0.8rem;
}


.panel-tab .nav-link{
	background-color:#FFF;
	color:black!important;
	text-align:center;
	border:1px black solid;
}


.panel-tab .nav-tabs .nav-link.active {
    background-color: #476dbd;
    color: #FFF !important;
}



.panel-tab .nav-link:hover {
    color: black !important;
    border: #476dbd;
}

.panel-tab .nav{
	display:flex;
	justify-content: center
}





.panel-tab .bi-mortarboard-fill{
	font-size:1.3rem;
}

.panel-tab .accordion-button:not(.collapsed) {
    background-color: #476dbd !important;
    color: #FFF !important;
    border: rgb(232, 255, 226);
}



.panel-tab .accordion-button {
    background-color: #1f3d7d;
    color: white;
    border: black;
}


#acco-head-335{
	background-color:#4071f4;
	color:white;
	
}

@font-face{
    font-family: "bootstrap";
    src: url("../../lib/bootstrap-icons/font/fonts/bootstrap-icons.woff");
}

.panel-tab::after {
    content: "\F504";
    font-size: 2rem;
    font-family: "bootstrap";
    color: #fff;
    text-align: center;
    z-index: 10;
    overflow: visible !important;
    position: absolute;
    padding: 1%;
    background: rgb(128,19,54);
    background: linear-gradient(-45deg, #09122C, #407cc6, #053f96, #7eb3da);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
    animation: vawe 10s infinite;
    overflow: hidden;
    top: 0;
    right: 0;
    z-index: 0;
}





@keyframes vawe {
  20% {
    border-radius: 45% 55% 62% 38% / 53% 51% 49% 47%;
  }
  40% {
    border-radius: 45% 55% 49% 51% / 36% 51% 49% 64%;
  }
  60% {
    border-radius: 80% 40% 57% 43% / 47% 62% 38% 53%;
  }
  80% {
    border-radius: 30% 40% 32% 68% / 38% 36% 64% 62%;
  }
}



/*vertical-menu=====================================================*/
.vertical-menu li a {
    color: #12121d;
    font-size: small;
}
.vertical-menu li a i{
    color: #000;
    font-size:xx-small;
}
.vertical-menu .panel-header{
	margin-bottom:0 !important;
}
/*Vertical SubMenu================================================*/
.vertical-nav .dropdown-submenu {
    position: relative;
}


.vertical-nav .nav .nav-link a {
    color: #bababa;
}

.vertical-nav .nav .nav-link {
    color: #bababa;
}

/*.vertical-nav .nav .nav-link a:hover {
    color: black;
}*/
.vertical-nav .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.vertical-nav .dropdown-toggle::after {
    display: none !important;
}

.vertical-nav ul.dropdown-menu {
    text-align: right;
    font-size: 12px;
    top: 0;
    right: 50%;
    margin-top: 0px;
    margin-left: 0px;
    background-color: #f3f3f3;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.vertical-nav .dropdown.open .dropdown-menu {
    max-height: 500px;
    opacity: 1;
}

.vertical-nav ul.dropdown-menu > li {
    padding: 8px 0;
}

    .vertical-nav ul.dropdown-menu > li > a {
        color: #000 !important;
    }

        .vertical-nav ul.dropdown-menu > li > a:hover {
            color: #8b0000 !important;
        }

.navbar-nav .dropdown-toggle::after {
    display: none !important;
}


/*-------------------------------------
    img-fade
---------------------------------------*/
.img-fade .item, .img-up .item{
    position: relative;
}

    .img-fade  .overlay {
        position: absolute;
        padding: 10px;
		width: 80%;
		height: 70%;
		top:0;
		left: 0;
		margin: 10%;
        background: rgba(3, 69, 191, 0.7);
        opacity: 0;
        transition: 1s ease;
    
    }
.img-fade  .overlay h2{
	color:#FFF;
	font-weight:bold;
}
.img-fade  .overlay p{
	color:#FFF;
	
}
    .img-fade .item:hover .overlay {
        opacity: 1;
    }

    .img-up .overlay {
         position: absolute;
        padding: 10px;
		width: 80%;
		height: 70%;
		top:0;
		left: 0;
		margin: 10%;
        background: rgba(3, 69, 191, 0.581);
        overflow: hidden;
        transition: ease-in-out .5s;
        opacity: .5;
    }

    .img-up .item:hover .overlay {
        height: 100%;
    }
.img-fade  .overlay h2{
	color:#FFF;
	font-weight:bold;
}
.img-fade  .overlay p{
	color:#FFF;
	
}
     .img-grow {
        overflow: hidden;
        }

    .img-grow img {
        transition: transform ease-in .5s;
    }

    .img-grow .item:hover img {
        transform: scale(1.1);
    }

.img-shrink {
    overflow: hidden;
}

    .img-shrink img {
        transition: transform ease-in .5s;
     
    }

    .img-shrink .item:hover img {
        transform: scale(1.1);
    }
	.img-rotate .item a div{
    overflow: hidden;
}
.img-rotate img{
    transition:transform .5s ease-in-out;

}

.img-rotate img:hover {
    transform:scale(1.5) rotate(10deg);
}
   


/*-------------------------------------
    timeline
----------------------------------------*/

/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    max-width: 800px;
    margin:40px auto;
}

    /* The actual timeline (the vertical ruler) */
    .timeline::after {
        content: '';
        position: absolute;
        width: 6px;
        background-color: #1f3d7d;
        top: 0;
        bottom: 0;
        right: 24.4%;
        margin-left: -3px;
        border-radius: 10px;
        right: 50%;
    }

/* Container around content */
.container {
    padding: 5px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}


/* Place the container to the left */
.timeline .left {
    left: -25%;
}

/* Place the container to the right */
.timeline .right {
    left: 25%;
}


.timeline .right::after {
    left: -16px;
}

/* The actual content */
.timeline .left .content-timeline {
    background-color: #1f3d7d;
    position: relative;
    border-radius: 00px 30px 30px 00px;
    padding: 2% 20% 2% 10%;
    width: 100%;
}

.timeline .right .content-timeline {
    background-color: #1f3d7d;
    position: relative;
    border-radius: 30px 00px 00px 30px;
    padding: 2% 10% 2% 20%;
    width: 100%;
}


.timeline .left .content-timeline::before{
	  content: " ";
      position: absolute;
	  height: 4px;
	  width:3.5rem;
	  background-color:#09122C;
	  top:49%;
	  left:95%;
	  z-index:10;
	  
	  
}

.timeline .right .content-timeline::before{
      content: " ";
      position: absolute;
	  height: 4px;
	  width:3.5rem;
	  background-color:#09122C;
	  top:49%;
	  right:95%;
	  z-index:10;
}

    .content-timeline h2, .h2 {
        font-size: 1rem;
        font-weight:bold;
        color:white;
    }
    .content-timeline p {
        
        color: white;
		font-size: 0.6rem;
		
    }





	
	/* circle */
.timeline .right::after {
  content: "";
  position: absolute;
  width: 1.3rem;
  aspect-ratio: 1;
  background: #FFF;
  border: 0.3rem solid #09122C;
  border-radius: 50%;
  top: 50%;
   left:10%;
  transform: translate(50%, -50%);
  right: calc(100% + #F6D9B3 + #F6D9B3 / 2);
  z-index:10;
  padding:2%
  
}


.timeline .left::after {
  content: "";
  position: absolute;
  width: 1.3rem;
  aspect-ratio: 1;
  background: #FFF;
  border: 0.3rem solid #09122C;
  border-radius: 50%;
  top: 50%;
 right:15%;
  transform: translate(50%, -50%);
  right: calc(100% + gray + gray / 2);
  z-index:10;
  padding:2%;
  
}
/*--------------------media---------------*/

@media screen and (max-width: 597px) {
    /* Place the timelime to the left */
    .timeline::after{
        right: -5px ;
    }
   .timeline .left{
            left: 2%;
			width:100%
    }
	.timeline .right{
		left:0;
		width:100%;
	}
	.timeline .right::after {
        right: 14%;
		
    }
	 .container::before {
         display:none;
	 }
.timeline .left .content-timeline::before{
	left:94%;
}

.timeline .right .content-timeline::before{
	right:-14.5%;
	
}
}


/*gallery=======================================*/

.gallery .item{
	overflow:hidden;
}




.gallery .item img{
	 transition:all 1s;
	 overflow:hidden;
}

.gallery .item:hover img { 
  transform: scale(1.1);
    transition:all 1s;
	filter: grayscale(100%);
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.gallery .item:hover img {
  background-color:rgba(0, 0, 0, 0.5);
  transition:all 1s;
}
 .gallery .item h2{
	  transition:all 1s;
	  transform: translateY(-20px);
	  opacity:0;
 }
    .gallery .item:hover h2 {
        transform: translateY(-40px);
        opacity: 1.0;
        transition: all 1s;
        color:#1f3d7d;
    }

.gallery .item:hover::after{
	height:40%;
	width:15%;
}
/*--------------------------------------
    utility-sidebar
----------------------------------------*/

.utility-sidebar {
            position: fixed;
            right: 0;
            top: 35rem;
            width: 40px;
            background: #FFF;
            border: 2px solid black;
            z-index: 99;
            transition: all 0.5s ease;
            border-radius: 20px;
        }

    .utility-sidebar:hover {
        background: linear-gradient(to top, #1f3d7d 50%, #FFF 50%);
        background-size: 100% 200%; /* ارتفاع 200% */
        background-position: bottom; /* شروع از پایین */
        transition: background-position 0.5s ease, all 0.8s;
    }


        .utility-sidebar:hover i::before {
            color:#FFF;
            transition:all 1s;
        }

        .utility-sidebar .utility-btn {
            position: relative;
            left: 2rem;
        }
        .utility-sidebar .utility-btn p {
            top: 0rem;
            font-size: 0.8rem;
            display: none;
            width: 100%;
            position: absolute;
            right:3rem;
            padding: 0.1rem;
            transition: all 0.5s ease;
            color:#FFF;
        }



    .utility-sidebar li:hover p {
        display: inline;
        width: 100px;
        transition: all 0.5s ease;
    }


    .utility-sidebar i:hover::before {
        transform: rotateY(360deg);
        transition:all 0.5s;
        color:#FFF;

    }



    .utility-sidebar li {
        list-style-type: none;
        padding-top: 0.5rem;
    }



    .utility-sidebar .utility-btn {
        width: 100%;
        background-color:transparent;
        border: none !important;
    }




        .utility-sidebar .utility-btn p {
            position: absolute;
            background-color: #FFF;
            padding: 8px 15px;
            border-radius: 3px;
            opacity: 0;
            visibility: hidden;
            font-size: 13px;
            letter-spacing: .5px;
        }


            .utility-sidebar .utility-btn p::before {
                content: '';
                display: block;
                position: absolute;
                right: -4px;
                top: 10px;
                transform: rotate(-45deg);
                width: 10px;
                height: 10px;
                background-color: inherit;
            }


            .utility-sidebar .utility-btn:hover p{
                background-color: black;
               visibility: visible;
              opacity: 1;
            }



    .utility-sidebar .img-fluid1 {
        width:25px;
    }

/*-------------------------------------
    start and end panel
---------------------------------------*/

#end-section {
    
   /*argin-top: 5rem !important;*/
    padding: 0 !important;
}

.start {
    /* margin-top: 5rem !important;*/
    padding: 0 !important;
}

