@font-face {
    font-family: "yekan";
    font-weight: bold;
    src: url("fonts/iranyekan/ttf/iranyekanwebregular.ttf") format('truetype');
    src: url("fonts/iranyekan/woff/iranyekanwebregular.woff") format('woff');
url('fonts/iranyekan/woff2/iranyekanwebregular.woff2') format('woff'),
url('fonts/iranyekan/svg/iranyekanwebregular.svg') format('svg');

}

@font-face {
    font-family: "yekan";
    font-weight: bold;
    src: url("fonts/iranyekan/ttf/iranyekanwebbold.ttf") format('truetype'),
    url(' fonts/iranyekan/woff/iranyekanwebbold.woff') format('woff'),
    url('fonts/iranyekan/woff2/iranyekanwebbold.woff2') format('woff'),
    url('fonts/iranyekan/svg/iranyekanwebbold.svg') format('svg');
}

@font-face {
    font-family: "pinar";
    font-weight: normal;
    src: url("fonts/pinar/Pinar-Regular.ttf") format('truetype');
    src: url("fonts/pinar/Pinar-Regular.woff2") format('woff2');
}

@font-face {
    font-family: "pinar";
    font-weight: bold;
    src: url("fonts/pinar/Pinar-Bold.ttf") format('truetype');
    src: url("fonts/pinar/Pinar-Bold.woff2") format('woff2');
}

@keyframes size {
    from {
        background-size: 100%;
    }
    to {
        background-size: 110%;
    }

}

* {

    box-sizing: border-box;
    font-family: yekan, B yekan, pinar, sans-serif;
}

:root {
    --hoverColor: #cb79e1;
    --primaryColor: rgba(119, 87, 183, 0.78);
    --background:white;
    --sampleOverlay:rgba(187, 143, 206, 0.7);
    --greyColor:#e5e5e5;
    --titleColor: black;
    --shdowColor:0 0 15px 3px #e2dfdf;
}
/*:root.day-l {
    --hoverColor: #cb79e1;
    --primaryColor: rgba(119, 87, 183, 0.78);
    --background:white;
}*/
:root.dark{
    --titleColor:white;
    --shdowColor:whitesmoke 0px 0px 16px -4px;
    --background: black;

    --greyColor:grey;
;

}
a#go-to-top:link,
a#go-to-top:visited {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: var(--primaryColor);
    position: fixed;
    bottom: 10px;
    left: 10px;
    color: white;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 10;
}

a#go-to-top:hover {
    background-color: var(--hoverColor);
}
a:link,
a:visited {
    text-decoration: none;
}
html{
    background-color: var(--background);

}
body{
    direction: rtl;
}
html,body{
    scroll-behavior: smooth;
}
#overlay-menu{
    width: 100%;
    height: 100%;
    background-color: var(--background);
    position: fixed;
    right: 0;
    top: 0;
    opacity: 0;
    z-index: 20;
    transform: translateY(99%);
    Transition: all 0.5s;
}

#overlay-menu.overlay-menu-close {
    opacity: 1;
    transform: translateY(0%);


}
#overlay-menu > i {
    position: absolute;
    cursor: pointer;
    color: var(--titleColor);

    top: 13px;
    left: 19px;
    font-size: 28px;;
}
#overlay-menu > i:hover
{
    color: var(--hoverColor);
}
#overlay-menu > img {
    position: absolute;
    top: 0;
    left: 39%;
}
#box-show{
    display: grid;
    grid-template-columns: auto auto;
    margin: 17% auto;
    width:53%;
}
#box-show.show-menu-over:nth-child(odd) {
    margin-right: 50%;
}

{

}


.show-menu-over {
    /*border: 1px solid green;*/
    background-color: #cecece;
    width: 93%;
    padding: 25px 15px;
    margin: 8px auto;
    transition: all 0.5s;
}



.show-menu-over a:link,
.show-menu-over a:visited {
    text-decoration: none;
    color: #000;
    padding-right: 40px;
    font-size: 20px;
    font-weight: bold;
}

.show-menu-over:hover {
    background-color: var(--hoverColor);
}

.show-menu-over i {
    position: absolute;
    margin-top: 3px;
    color: #524c4c;
    transition: all 0.3s;
    margin-right: 11px;
}



.show-menu-over:hover i {
    margin-right: 20px;
    color: white;
}




#home {
    background-image: url("../images/main_bg.jpg");
    background-repeat: repeat-y;
    background-position: right top;
    background-size: cover;
    width: 100%;
    box-shadow: inset 10000px 0 0 rgba(60, 63, 67, 0.2);
    animation-name: size;
    animation-iteration-count: infinite;
    transition: all 0.4s;
    animation-duration: 6s;
    animation-direction: alternate;
    /*
    border: 2px solid red;
    */
    padding-bottom: 300px;

}

.container {
    /*
    border: 2px solid purple;
    */
    width: 80%;

    margin: 0 auto;
    position: relative;
}

#menu {
    /*
    border: 1px solid salmon;
    */
    min-height: 100px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 206px;
position: relative;
    z-index: 1;

}

#logo-avita:link,
#logo-avita:visited {
    /*border: 1px solid deeppink;*/
    display: inline-block;
}

#logo-avita > img {
    height: 81px;
}

#main-navigation {
    min-height: 30px;
    display: flex;
    align-items: center;
    transition: all 0.3s;
    /*
    border: 2px solid deeppink;
    */

}

#main-navigation > ul {
    /*
    border: 2px solid rebeccapurple;
    */
    list-style-type: none;
    margin: 0;
    padding: 0;


}

#main-navigation > ul > li {
    display: inline-block;
    margin: 0 4px;
    transition: all 0.3s;
    padding: 8px;

}

#main-navigation > ul > li > a:link,
#main-navigation > ul > li > a:visited {
    /*
    border: 1px solid orange;
    */
    color: white;
    font-weight: bold;

}

#main-navigation > ul > li > a:hover {
    color: var(--primaryColor);
}


#main-navigation > ul > li::after {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    color: var(--primaryColor);
    background-color: var(--hoverColor);
    animation-delay: 1.2s;
    opacity: 1;
    transition: all 0.3s;
    margin-top: 8px;
}

#main-navigation a {
    margin-bottom: 2px;

}

#main-navigation > ul > li:hover::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    color: var(--primaryColor);
    background-color: var(--primaryColor);


    /*
    opacity: 1;
    */

}

#show-menu:link,
#show-menu:visited {
    color: white;
    font-size: 23px;
    margin: 0 12px;
}

#show-menu > i {
    vertical-align: 3px;

}
#show-menu > i:hover{
    color: var(--hoverColor);
}
a+ul:link,
a+ul:visited{
    text-decoration: none;
    display: block;
    background-color: lightgray;
    padding: 10px;
    color: black;
    border-bottom: 1px solid #bbbbbb;
    transition: all 0.3s;
}

a+ul{
list-style-type: none;
    text-decoration: none;
    position: absolute;
    left: 227px;
    top: 73px;
    color: white;
    display: none;

}
a+ul>li>a{
    color: white;

}
a+ul>li>a:hover{
color: var(--primaryColor)}
a+ul>li{
    margin: 15px 0;

}

#company-box {
    /*
    border: 2px solid pink;
    */
    width: 104%;
    margin:  -82px auto;}

#company-box > h3 {
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
}

#company-box > h1, span {
    font-family: pinar, yekan, "B yekan", sans-serif;
    text-align: center;
    font-size: 48px;
}
#company-box > h1{

color: white;
}
#company-box span {
    color: var(--primaryColor);
    font-size: 48px;

}

.color-gray {
    text-align: center;
    color: grey;
    margin-bottom: 49px;
    font-size: 16px;
}

#form-search {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  width: min(100%, 600px);
  background-color: rgba(248, 249, 249, 0.2);
  border-radius: 15px;
  border: 0;
  padding: 8px 12px;
  margin: 0 auto;
  box-sizing: border-box;
  direction: rtl;
}

#user-search {
  flex: 1 1 200px;
  min-width: 0;
  border: none;
  background: transparent;
  font-size: 15px;
  outline: none;
  padding: 6px 4px;
  text-align: right;
}

.btn-purple {
  flex-shrink: 0;
  white-space: nowrap;
  padding: 8px 20px;
}

@media (max-width: 400px) {
  #form-search {
    flex-direction: column;
    align-items: stretch;
  }
  .btn-purple {
    width: 100%;
    text-align: center;
  }
}
#user-search:focus {
    outline: 0;

}

::-webkit-input-placeholder {
    color: white;
}

.btn-purple, .btn-purple:link, .btn-purple:visited {
    border: 0;
    border-radius: 11px;
    color: white;
    padding: 9px 32px;
    background-color: var(--primaryColor);
    display: inline-block;
}

.btn-purple:hover {
    background-color: var(--hoverColor);
    cursor: pointer;
}

#slideshow{
    min-height: 300px;
    direction: ltr;
    overflow: hidden;
    position: relative;
}
#btn-wrapper{
    display: none;
    width: 88px;
    min-height: 50px;
    position: absolute;
    bottom: 80px;
    right: 20px;
}
#slideshow:hover #btn-wrapper{
    display: block;
}
#btn-wrapper a:link,
#btn-wrapper a:visited{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
}
#btn-wrapper a:hover{
    background-color: var(--hoverColor);
    color: white;
}
.bx-wrapper{
    box-shadow: none;
    border: 0;
}

.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager{
    bottom: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a{
    background-color: white;
}
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover{
    background-color: var(--primaryColor);
}



.title {
    text-align: center;
    font-family: pinar, yekan, "B yekan", sans-serif;
    font-size: 35px;
    display: block;
    margin-top: 30px;
    margin-bottom: 4px;
    position: relative;
    color: var(--titleColor);
}

.title::after, .title::before {
    content: "";
    display: block;
    height: 4px;
    background-color: var(--primaryColor);
    vertical-align: middle;
    margin: 20px auto;
}


.title::before {
    display: inline-block;
    width: 8%;
    position: absolute;
    top: 53px;
    margin: 0px auto;
    right: 46%;
}


.title::after {

    width: 4%;
    margin-top: 23px;
}
#box-tog{
    border: 9px solid peru;
    position: relative;

}
#box-status {

}
#box-color{
    position: fixed;
    bottom: 195px;
    left: 22px;
    display: flex;
    flex-direction: column;
    z-index: 18;
}
#toggleBtn{
    color: #fff;
    background-color: var(--primaryColor);
    width: 45px;
    height: 45px;
    border: 0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: fixed;
    bottom: 140px;
    left: 12px;
    z-index: 12;
    transition: all 0.3s;
}
#toggleBtn:hover{
    background-color: var(--hoverColor);
}
#toggleBtn i{
font-size: 17px;
    color: white;
}
#purple,#orange,#hotpink,#lightblue,#primary,#red{
    border-radius: 50%;
    width: 2px;
    height: 22px;
    margin: 5px 0;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 32;
}
#red{
    background-color: red;
}
#primary{
    background-color:rgba(119, 87, 183, 0.78) ;
}
#purple{
    background-color: purple;
}
#orange{
    background-color: orange;
 }
#hotpink{
    background-color: hotpink;
}
#lightblue{
    background-color: #1c404d;
}

#services {
    /*
    border: 2px solid peru;
    */
    margin-top: 100px;

    padding-bottom: 40px;
    min-height: 100px;
}
#services-box {
    /*
    border: 1px solid deeppink;
    */
    display: flex;

    min-height: 100px;
    column-gap: 30px;
    margin-top: 50px;


}


#services-box> .service{
    flex-grow: 1;
    min-height: 150px;
    background-color: white;
    border-radius: 23px 27px 60px 27px;
    box-shadow: var(--shdowColor);
    padding: 15px 7px 40px 8px;
    position: relative;
    top: 5px;
    transition: all 0.4s;

}


#services-box> .service:hover {
    background-color: var(--primaryColor);
    top: -15px
}


.icon-box {
    background-color: gainsboro;
    width: 70px;
    height: 70px;
    border-radius: 0 27px 51px;
    display: flex;
    color: var(--primaryColor);
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-size: 30px;
    transition: all 0.4s;

}


.service:hover > .icon-box {
    background-color: white;

    transform: rotateY(180deg);
}

.service:hover > h3, .service:hover > p, .service:hover > a {
    color: white;
}


.service > a {
    color: var(--primaryColor);
    font-size: 15px;
    display: block;
    text-align: center;
}

.service > h3 {
    text-align: center;
    font-size: 24px;
    color: black;
    font-weight: bold;
}

.service > p {
    text-align: center;
    font-size: 14px;
    color: grey;
    margin-bottom: 25px;
    line-height: 2;
}

#statistics {
    /*    border: 1px solid red;*/
    min-height: 598px;
    margin-bottom: 97px;
    background-image: url("../images/bg3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    box-shadow: inset 10000px 0 0 rgba(0, 0, 0, 0.9);
}

#statistics-box {
    /*    border: 2px solid pink;*/
    min-height: 100px;
    display: flex;
    column-gap: 20px;


}

.statistic {
    min-height: 100px;
    flex-grow: 1;
    /*
    border: 1px solid plum;
    */


}

.statistic > i {
    text-align: center;
    color: var(--primaryColor);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 66px;
    margin-top: 118px;


}

.statistic > h4 {
    color: white;
    font-size: 90px;
    text-align: center;
    margin-top: 58px;
    margin-bottom: 9px;
    font-family: pinar, yekan, "B yekan", sans-serif;
}


.statistic > p {
    color: white;
    text-align: center;
    font-size: 20px;
}

#comments {
    /*    border: 3px solid plum;*/
    min-height: 200px;
    margin-bottom: 177px;
}

#comments-box {
    min-height: 100px;
    display: flex;
    column-gap: 30px;
}

.comment {

    min-height: 342px;
    flex: 1;
    position: relative;
    padding: 30px;
    border-radius: 18px;
    box-shadow: var(--shdowColor);


}

.comment > img {
    border-radius: 50%;
    width: 110px;
    height: 110px;
    padding: 0;
    display: inline-block;
    border-right: 5px solid var(--hoverColor);
    border-top: 5px solid var(--hoverColor);
    border-bottom: 5px solid darkgray;
    border-left: 5px solid darkgray;
}

.comment > img[alt="quote"] {
    direction: rtl;
    position: absolute;
    left: -33px;
    top: 0;
    width: 172px;
    height: 85px;
    margin: 12px;
    background-size: contain;
    border: 0;
}

.comment-text {
    /*border: 2px solid palegreen;*/
    min-height: 200px;
    position: absolute;
    right: 170px;
    margin-top: 20px;
    display: inline-block;
}

.comment-text > h4 {
    text-align: center;
    font-size: 19px;
    margin-top: 0;
    margin-bottom: -7px;

}

.comment-text > p {

    font-size: 19px;
    margin-bottom: 13px;
    color: #7e7d7d;

}

.comment-text > i {
    color: goldenrod;
    font-size: 13px;
    position: relative;
    left: -10px;
}

.text {
    min-height: 100px;
    line-height: 2;
    padding-left: 22px;
    position: absolute;
    top: 178px;
}

.text > p {
    text-align: justify;
    font-size: 16px;
}




.active {
    background-color: var(--primaryColor);
}



#portfolio {
    margin-bottom: 149px;
}

#filter {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    border: 1px solid var(--primaryColor);
    width: 53%;
    border-radius: 42px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
cursor:pointer;
transition: all 0.3s
;
z-index: 30}


ul#filter a:link,
ul#filter a:visited {
    display: inline-block;
    margin: 0 19px;
    color: var(--hoverColor);
    padding: 19px 13px;
}
#filter a:hover {
    padding: 5px 10px 10px 5px;

}

#filter>li>a:hover {
    color: white;
    border-radius: 40px;
    background-color: var(--hoverColor);
    cursor: pointer;


}
.sample::after{
    content: "";
    display: block;
    background-color: var(--sampleOverlay);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.3s;
    z-index: 4;
    opacity: 0;
}
#work-sample-box {
    min-height: 100px;
    display: grid;
    margin-top: 45px;
    grid-template-columns: auto auto auto auto;
}

.sample {
    min-height: 100px;
    position: relative;
    overflow: hidden;


}

.sample > img {
    width: 100%;
    vertical-align: middle;
    position: relative;
    z-index: 0;
    transform: scale(1.1);
    transition: all 0.4s;
}

.sample:hover > img {
    transform: scale(1);
    transform-origin: right;
    top: 0;
    right: 0;
}


#active-filter {
    border-radius: 40px;
    background-color: var(--hoverColor);
    margin-right: 5px;

}

#filter > li > #active-filter > a {
    color: white;
}

#filter > li:nth-child(1) {
    padding: 5px 0 5px 0;
}



.sample-text {
    display: block;
    position: absolute;
    z-index: 20;
    color: black;
    width: 50%;
    top: 57px;
    border-right: 3px solid white;
    left: 55px;
    opacity: 0;
    transition: 0.4s;
}

.sample:hover .sample-text {
    opacity: 1;
    left: 20px;
}


.sample-text > p {
    color: white;
    font-size: 14px;
    padding-right: 15px;
    opacity: 0;
    text-align: right;
    position: relative;
    left: -100%;
    top: 0;
}


.sample:hover .sample-text > p {
    opacity: 1;
    left: 0;
}

.sample > h4 {
    font-size: 24px;
    position: absolute;
    bottom: 0;
    right: 25px;
    color: black;
    z-index: 2;
    font-weight: bold;
    font-family: 'pinar', yekan, sans-serif;
    padding-right: 20px;
    margin-bottom: 23px;
transition: all 0.3s;
    opacity: 0;
}
.sample:hover h4 {
    opacity: 1;
    z-index: 8;
    right: 0;
}


.sample:hover::after {
    opacity: 1;
}



.my-atropos {
    width: 320px;
    height: 160px;
}





.slick-slide{
    margin: 15px;
}
.slick-prev, .slick-next
{
    background-color: var(--primaryColor);
    color: white;
    padding: 10px;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus
{
    color: white;
    background-color: var(--hoverColor);
}
.slick-prev{
    left: -45px;
}
.slick-next{
    right: -45px;
}
.slick-dots li button:before{
    font-size: 70px;
}
.slick-dots li.slick-active button:before{
    color: var(--primaryColor);
}
.slick-dots li button:before{
    color: var(--primaryColor
    );
}
#teams {
    margin-bottom: 296px;
}

#teams-box {
    display: flex;
    column-gap: 15px;

}

.team {
    /* border: 1px solid black; */
    min-height: 150px;
    flex-grow: 1;
    background-color: #dddddd;
    border-radius: 15px;
    box-shadow: var(--shdowColor);
    position: relative;
    overflow: hidden;


}

.team > .team-overlay {
    width: 100%;
    height: 100%;
    padding: 15px;
    position: absolute;
    right: -100%;
    bottom: 0;
    z-index: -3;
    border-radius: 0 0 15px 15px;
    background-color: var(--primaryColor);
    transition: all 0.6s;
}

.team > h3 {
    color: black;;
    text-align: center;
    font-size: 20px;
    position: relative;
    z-index: 2;

}

.team > h4 {
    color: var(--primaryColor);
    text-align: center;
    position: relative;
    z-index: 2;

}

.team:hover > .team-overlay {
    right: 0;
}

.team:hover h4, .team:hover h3 {
    color: white;

}


.team > img {
    vertical-align: middle;
    width: 100%;
    border-radius: 15px 15px 0 0;

}


.social-networks {
    padding: 10px;
    margin: 0;
    list-style-type: none;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 13px;

    background-color: white;
    border-radius: 10px;
    transition: all 0.5s;
    transform: rotatey(90deg);
    transform-origin: left;
    opacity: 0;
}


.team:hover > ul.social-networks {
    transform: rotatey(0deg);
    transform-origin: left;
    opacity: 1;
}

ul.social-networks > li > a:link,
ul.social-networks > li > a:visited {
    color: black;
    font-size: 20px;
}

ul.social-networks > li {
    margin: 7px 0;
}
ul.social-networks > li > a:hover{
    color: var(--hoverColor);
}
#faq{
    /*border: 1px solid green;*/
    min-height: 500px;
    background-image: url("../images/accordion_bg.webp");
    background-size: 50%;
    background-repeat: no-repeat;
}
#columns{
    /* border: 1px solid black;*/
    display: flex;

}

#rightColumn ,#leftColumn{
    /*border: 1px solid red;*/
    min-height: 300px;
    flex: 1;
}
#accordion{
    /*border: 1px solid black;*/
    min-height: 100px;
    margin-left: 10px;
}
.acc-title{
    /*border: 1px solid green;*/
    padding: 12px;
    background: rgb(63,130,251);
    background: linear-gradient(107deg, rgba(63,130,251,1) 0%, rgba(58,43,145,1) 100%);
    color: white;
    border-radius: 5px;
    cursor: pointer;
    margin: 5px 0;
}
.acc-title > .fa-solid{
    float: left;
}
.acc-content{
    border-right: 1px solid lightgray;
    line-height: 2;
    padding: 10px;
    display: none;
}
/*.acc-content:nth-child(2){
    display: block;
}*/

#contact-us {
    /*
    border: 2px solid pink;
    */
    min-height: 100px;
    margin-bottom: 307px;
}

#way-communication-box {
    /*border: 2px solid darkgray;*/
    min-height: 100px;
    display: flex;
    column-gap: 20px;
}

.communication {
    /*border: 3px solid pink;*/
    min-height: 100px;
    flex: 1;
}

.communication > i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 51px;
    margin-bottom: 65px;
    color: var(--primaryColor);
}

.communication > p {
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: 18px;
}

.communication > h4 {
    text-align: center;
    color: grey;
    font-size: 19px;;
}

#form-communication {
    /*
    border: 2px solid red;
    */
    min-height: 220px;
    display: flex;
    align-items: center;
    column-gap: 17px;
    position: relative;
}

#right, #left {
    /*
    border: 2px solid orange;
    */

    flex-grow: 1
}

.form-control {
    background-color: #dddddd;
    border: 0;
    padding: 16px 19px 16px 3px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 12px;
}

::-webkit-input-placeholder {
    color: grey;
}

#bottom {
    min-height: 100px;
    /*border: 2px solid mediumpurple;*/
    position: absolute;
    bottom: -221px;
    right: 0;
    width: 100%;
}

#bottom > input {
    padding-bottom: 182px;
}

.form-control:focus {
    outline: 3px solid var(--primaryColor);
}

#footer {
    background-repeat: no-repeat;
    background: url("../images/footer_bg.png"), linear-gradient(to right, var(--hoverColor), var(--primaryColor));
    background-size: cover;
}

#footer-box {
    /*
    border: 2px solid red;
    */
    min-height: 300px;
    display: flex;
    column-gap: 20px;
}

.part {
    flex: 1;
    /*
    border: 2px solid palevioletred;
    */
    min-height: 200px;
}

.part > a > img {
    width: 71%;
}

.part > a > img:hover {
    opacity: 0.5;
}

.part > img[alt="logo_avita_white"] {
    width: 61%;
}

.part > p {
    color: white;
    text-align: justify;
    font-size: 16px;
    line-height: 2;
    padding: 0 9px 0 32px;
}

ul#network {
    /*border: 1px solid blue;*/
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
}

ul#network a:link,
ul#network a:visited {
    width: 51px;
    height: 51px;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    margin: 0 3px;
    align-items: center;
    font-size: 23px;
    transition: all 0.3s;
    border: 2px solid white;
}
ul#network a:hover {
    background-color: white;
    color: black;

}



ul#list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul#list > li {
    margin: 10px 0;
    padding-right: 5px;
}

ul#list i {
    color: white;
}

ul#list a:link,
ul#list a:visited {
    color: white;
    margin-right: 1px;
    display: inline-block;
    line-height: 2;
    transition: all 0.2s;
    font-size: 16px;
}


ul#list a:hover {
    color:#41074b;
}


.part > h4 {
    font-family: pinar, my_yekan, sans-serif;
    font-size: 23px;
    color: white;
    position: relative;
}

.part > h4::after {
    content: "";
    display: block;
    height: 2px;
    width: 80px;
    background-color: white;
    margin-top: 10px;
}

.part > h4::before {
    content: "";
    display: block;
    height: 1px;
    width: 121px;
    background-color: white;
    margin-top: 10px;
    position: absolute;
    bottom: 0px;
    right: 80px;
}


.part > img {
    width: 80%;

}


#link a {
    margin: 10px 0;
    padding-right: 5px;
}


#link a:link,
#link a:visited {
    color: white;
    background-color: rgb(35 35 35 / 80%);
    padding: 10px;
    margin-right: 1px;
    display: inline-block;
    font-size: 10px;
    border-radius: 8px;
}

#link a:hover {
    opacity: 0.7;
}


#copyright {
    border: 3px solid #333333;
    background-color: #333333;
}

#copy {
    margin: 0 auto;
    /*
    border: 2px solid red;
    */
    min-height: 50px;
    width: 64%;
}

p, span {
    text-align: center;
    color: grey;
    font-size: 13px}

strong + i {
    color: green;
}

#box{
    width: 103px;
    height: 30px;
    position: relative;
    top: 17px;
    left: 40px;

}
button {
    font-size: 13px;
    padding: 8px 12px;
    background-size: contain;
    border-radius: 3px;
    box-shadow: none;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    opacity: 0.8;
    outline: 0;
    border: 2px solid var(--primaryColor);
    color: var(--primaryColor);

}

strong{
    color: var(--primaryColor);
}
#checkbox {
    display: none;
}

.switch {

    position: fixed;
    width: 45px;
    height: 45px;
    background-color: var(--primaryColor);
    border-radius: 50%;
    cursor: pointer;
    bottom: 75px;
    left: 10px;
    display: flex;
    z-index: 15;
    align-items: center;
    justify-content: center;
 }

.powersign {
    position: relative;


    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.powersign>i{
    font-size: 20px;
    color: white;
}


.powersign::after {
    content: "";

    background-color: rgb(48, 48, 48);
    position: absolute;
    top: -60%;
    z-index: 3;
}




#checkbox:checked + .switch {
    box-shadow: 0px 0px 1px rgb(177, 174, 178) inset,
    0px 0px 2px rgb(242, 238, 244) inset,
    0px 0px 10px rgb(191, 187, 191) inset,
    0px 0px 40px rgb(208, 200, 209),
    0px 0px 100px rgb(208, 205, 209),
    0px 0px 5px rgb(202, 187, 203);
    border: 2px solid rgb(103, 95, 105);
    background-color:var(--primaryColor);
}



