/* Start Styling the header */

/*  MAIN-PAGE: styling of logo  */

.header-container {
    width: 100%;
    height: 150px;
    background-color: var(--black-one-color);
    position: sticky;
    top: 0;
    z-index: 9;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(46,46,46,1) 50%, rgba(0,0,0,0) 100%) 1;
}
.header-container .brand-logo {
    padding-top: 25px;
    padding-bottom: 25px;
    width: auto;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-container .brand-logo .container {
    text-align: center;
    position: relative;
}
.header-container .brand-logo .container > .btn-show-menus {
    position: absolute;
    width: 40px;
    height: 30px;
    left: 20px;
    top: 50%;
    transform: translate(0,-50%);
    padding: 7.5px 0px;
    cursor: pointer;
}
.header-container .brand-logo .container > .btn-show-menus > span {
    display: inline-block;
    width: 5px;
    margin:0px 2px;
    height: 15px;
    background-color: var(--black-three-color);
    transform: rotate(30deg) skew(-10deg, -10deg);
    transition: all 1s;

}
.header-container .brand-logo .container > .btn-show-menus:focus > span {
    background-color: var(--white-one-color);
    transform: rotate(-30deg);
}
.header-container .brand-logo .container a {
    -webkit-user-select: none; 
    -moz-user-select: none;    
    -ms-user-select: none;     
    user-select: none;         
}
.header-container .brand-logo .container a img {
    height: 80px;
}


.header-container .brand-logo .container > .btn-show-options {
    position: absolute;
    width: 40px;
    height: 30px;
    right: 20px;
    top: 50%;
    transform: translate(0,-50%);
    padding: 7.5px 0px;
    cursor: pointer;
}
.header-container .brand-logo .container > .btn-show-options > span {
    display: inline-block;
    width: 5px;
    margin:0px 2px;
    height: 15px;
    background-color: var(--black-three-color);
    transform: rotate(-30deg) skew(10deg, 10deg);    
    transition: all 1s;
}

.header-container .brand-logo .container > .btn-show-options:focus > span {
    background-color: var(--white-one-color);
    transform: rotate(30deg);
}

.rotate-btn {
    background-color: var(--white-one-color);
    transform: rotate(-30deg);
}


/*
----------------------------
  MAIN-PAGE: styling of menus
----------------------------
*/

.lang-container {
    width: 200px;
    position: absolute;
    overflow: hidden;
    top: 120px;
    left: 25px;
    padding:5px;
    border-width: 1px;
    border-style: solid;
    animation: bordereffact 10s ease-in-out infinite alternate;
    -webkit-animation: bordereffact 10s ease-in-out infinite alternate;
    -moz-animation: bordereffact 10s ease-in-out infinite alternate;
    -o-animation: bordereffact 10s ease-in-out infinite alternate;
    display: none;
    transition: all 1s;
    opacity: 0;
    transition: opacity 1s;
    background-color: var(--black-one-color);
}
@keyframes bordereffact {

    0% {
    border-image: linear-gradient(to top, var(--black-three-color) 0%, var(--white-six-color) 100%) 1;
    }
    25% {
    border-image: linear-gradient(to right, var(--black-three-color) 0%, var(--white-six-color) 100%) 1;
     
    }
    50% {
    border-image: linear-gradient(to bottom, var(--black-three-color) 0%, var(--white-six-color) 100%) 1;
        
    }
    100% {
    border-image: linear-gradient(to left, var(--black-three-color) 0%, var(--white-six-color) 100%) 1;   
    }
}
.lang-container .main-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.lang-container .main-menu > li {
    margin: 0;
    padding: 0;
}

.lang-container .main-menu > li > a {
    text-align: start;
    display: block;
    font-size: 16px;
    width: 190px;
    padding: 10px 30px 10px 10px;
    position: relative;
    background-color: rgba(23, 23, 23, 1);
    margin-bottom: 2px;
    transition: background-color 500ms;
}
.lang-container .main-menu > li > a:hover {
    background-color: var(--black-one-color);
}
.lang-container .main-menu > li:last-child > a {
    margin-bottom: 0;
}
.lang-container .main-menu > li > a::before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: var(--white-three-color);
    top: 50%;
    right: 12.5px;
    transform: translate(0,-50%);
    position: absolute;
}
.lang-container .main-menu > li > a::after {
    content: '';
    width: 20px;
    height: 2px;
    background-color: var(--black-one-color);
    bottom: 0px;
    left: 10px;
    position: absolute;

}

.navbar-container {
    width: 200px;
    position: absolute;
    overflow: hidden;
    top: 120px;
    right: 25px;
    padding:5px;
    border-width: 1px;
    border-style: solid;
    animation: bordereffact 10s ease-in-out infinite alternate;
    -webkit-animation: bordereffact 10s ease-in-out infinite alternate;
    -moz-animation: bordereffact 10s ease-in-out infinite alternate;
    -o-animation: bordereffact 10s ease-in-out infinite alternate;
    display: none;
    transition: all 1s;
    opacity: 0;
    transition: opacity 1s;
    background-color: var(--black-one-color);
}
@keyframes bordereffact {

    0% {
    border-image: linear-gradient(to top, var(--black-three-color) 0%, var(--white-six-color) 100%) 1;
    }
    25% {
    border-image: linear-gradient(to right, var(--black-three-color) 0%, var(--white-six-color) 100%) 1;
     
    }
    50% {
    border-image: linear-gradient(to bottom, var(--black-three-color) 0%, var(--white-six-color) 100%) 1;
        
    }
    100% {
    border-image: linear-gradient(to left, var(--black-three-color) 0%, var(--white-six-color) 100%) 1;   
    }
}
.navbar-container .main-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.navbar-container .main-menu > li {
    margin: 0;
    padding: 0;
}

.navbar-container .main-menu > li > a {
    text-align: start;
    display: block;
    font-size: 16px;
    width: 190px;
    padding: 10px 30px 10px 10px;
    position: relative;
    background-color: rgba(23, 23, 23, 1);
    margin-bottom: 2px;
    transition: background-color 500ms;
}
.navbar-container .main-menu > li > a:hover {
    background-color: var(--black-one-color);
}
.navbar-container .main-menu > li:last-child > a {
    margin-bottom: 0;
}
.navbar-container .main-menu > li > a::before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: var(--white-three-color);
    top: 50%;
    right: 12.5px;
    transform: translate(0,-50%);
    position: absolute;
}
.navbar-container .main-menu > li > a::after {
    content: '';
    width: 20px;
    height: 2px;
    background-color: var(--black-one-color);
    bottom: 0px;
    left: 10px;
    position: absolute;

}
.navbar-container .main-menu > li > .sub-menu {
    display: flex;
    flex-direction: column;
    position: relative;
    display: none;
}
.navbar-container .main-menu > .menu-item-has-children {
    position: relative;
}
.navbar-container .main-menu > .menu-item-has-children > a {
    pointer-events: none;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
}
.navbar-container .main-menu > .menu-item-has-children::before,
.navbar-container .main-menu > .menu-item-has-children::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 10px;
    background-color: var(--white-six-color);
    top: 50%;
    left: 14px;
    transform: translate(0,-50%) rotate(30deg);
    transition: all 1s;
    z-index: 9;
}
.navbar-container .main-menu > .menu-item-has-children::after {
    left: 20px;
}
.navbar-container .main-menu > li > .sub-menu > li {
    margin: 0;
    padding: 0;
}
.navbar-container .main-menu > li > .sub-menu > li > a {
    text-align: start;
    display: block;
    font-size: 16px;
    width: 175px;
    padding: 10px 30px 10px 10px;
    position: relative;
    border-bottom:1px solid var(--black-one-color);
    background-color: rgba(46, 46, 46, 1);
    margin-right: 15px;
    margin-top: 2px;
    border-right: 1px solid var(--white-one-color);
    transition: background-color 500ms;
}

.navbar-container .main-menu > li > .sub-menu > li > a:hover {
    background-color: var(--black-one-color);
}
.navbar-container .main-menu > li > .sub-menu > li > a::before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: var(--white-five-color);
    top: 50%;
    right: 12.5px;
    transform: translate(0,-50%);
    position: absolute;
}
.navbar-container .main-menu > li > .sub-menu > li > a::after {
    content: '';
    width: 20px;
    height: 2px;
    background-color: var(--black-one-color);
    bottom: 0px;
    left: 10px;
    position: absolute;

}
.on-off {
    display: block;
    opacity: 1;
}

/*
----------------------------
  MAIN-PAGE: styling of our vison
----------------------------
*/
.boss-section {
    width: 100%;
    height: calc(100vh - 150px);
    background-color: var(--black-one-color);
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(46,46,46,1) 50%, rgba(0,0,0,0) 100%) 1;
}
.boss-section .container {
    width: 100%;
    height: 100%;
    background: url(../images/Boss.png);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: top;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 50px;
}
.boss-section .container h2 {
    font-size: 65px;
    color: var(--white-one-color);
    margin-bottom: 15px;
}
.boss-section .container p {
    font-size: 40px;
    color: var(--white-six-color);
    max-width: 600px;
    text-align:justify;
    line-height: 50px;
}
.boss-section .container p .dot {
    display: inline-block;
    background-color: aliceblue;
    width: 5px;
    height: 5px;
    margin: 0px 10px;
    animation-name: blink;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear ease-in-out;
    animation-direction: alternate;

}
@keyframes blink {
    0%{
        opacity: 0;
        transform: scale(1);
    }
    100%{
        opacity: 1;
        transform: scale(1.5);
    }

}

/*
----------------------------
  MAIN-PAGE: styling of statistics section
----------------------------
*/


.our-statistics {
    position: relative;
    background-color: var(--black-one-color);
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(46,46,46,1) 50%, rgba(0,0,0,0) 100%) 1;
}
.our-statistics::before {
    content: '1';
    width: 30px;
    height: 30px;
    top: 30px;
    left: 50%;
    transform: translate(-50%,0);
    position: absolute;
    color: var(--white-one-color);
    border: 1px solid var(--black-four-color);
    font-size: 24px;
    overflow: hidden;
    padding: 5px;
    font-family: 'NumberFont',Arial, Helvetica, sans-serif;
    background-color: var(--black-two-color);
}
.our-statistics .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.our-statistics .container > h2 {
    font-size: 60px;
    font-weight: bold;
    color: var(--white-three-color);
    margin-top: 70px;
    margin-bottom: 20px;
}
.our-statistics .container > p {
    font-size: 24px;
    color: var(--white-four-color);
    margin-bottom: 40px;
}
.our-statistics .container > p:last-child {
    margin-bottom: 40px;
}
.our-statistics .container .container-statistic {
    display: grid;
    margin: 0;
    gap: 10px;
    grid-template-columns: repeat(4,1fr);
}
.our-statistics .container .container-statistic .single-statistic {
    width: 100%;
    background-color: rgb(46 46 46 / 50%);
    border: 1px solid var(--black-three-color);
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.our-statistics .container .container-statistic .single-statistic > h3 {
    font-size: 80px;
    color: var(--white-six-color);
    margin-bottom: 0px;
    font-family: 'NumberFont',Arial, Helvetica, sans-serif;
}

.our-statistics .container .container-statistic .single-statistic > h5 {
    font-size: 25px;
    margin-bottom: 5px;
    color: var(--white-three-color);
}

.our-statistics .container .container-statistic .single-statistic > p {
    font-size: 20px;
    color: var(--white-four-color);
}


/*
----------------------------
  MAIN-PAGE: styling of Summary of us section
----------------------------
*/


.our-Summary {
    position: relative;
    background-color: var(--black-one-color);
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(46,46,46,1) 50%, rgba(0,0,0,0) 100%) 1;
}
.our-Summary::before {
    content: '2';
    width: 30px;
    height: 30px;
    top: 30px;
    left: 50%;
    transform: translate(-50%,0);
    position: absolute;
    color: var(--white-one-color);
    border: 1px solid var(--black-four-color);
    font-size: 24px;
    overflow: hidden;
    padding: 5px;
    font-family: 'NumberFont',Arial, Helvetica, sans-serif;
    background-color: var(--black-two-color);
}
.our-Summary .container {
    display: flex;
    flex-direction: column;
}
.our-Summary .container > h2 {
    font-size: 60px;
    font-weight: bold;
    color: var(--white-four-color);
    margin-top: 70px;
    margin-bottom: 20px;
}

.our-Summary .container > p {
    font-size: 24px;
    color: var(--black-six-color);
    margin-bottom: 5px;
}
.our-Summary .container > p:nth-child(3) {
    margin-bottom: 50px;
}
.our-Summary .container .container-Summary {
    display: flex;
    flex-direction: column;
}
.our-Summary .container .container-Summary .our-name {
    position: relative;
    padding: 20px;
    margin: 0px 0px 50px 0px;
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(46,46,46,1) 50%, rgba(0,0,0,0) 100%) 1;
}

.our-Summary .container .container-Summary .our-name h3 {
    font-size: 35px;
    margin-bottom: 15px;
    color: var(--white-one-color);
}
.our-Summary .container .container-Summary .our-name p {
    font-size: 25px;
    font-weight: lighter;
    color: var(--white-five-color);
}

.our-Summary .container .container-Summary .about-us p {
    text-align: justify;
    color: var(--white-three-color);
    font-size: 35px;
    line-height: 60px;
    margin-bottom: 50px;
    font-weight: lighter;
}
.our-Summary .container .container-Summary .about-us p span {
    position: relative;
    text-decoration: underline solid 2px var(--black-three-color);
    text-underline-offset: 20px;
}
.our-Summary .container .container-Summary button {
    position: relative;
    font-family: 'lyon',Arial, Helvetica, sans-serif;
    background-color: var(--black-three-color);
    border: 1px solid var(--white-six-color);
    color: var(--white-four-color);
    font-size: 20px;
    width: 300px;
    height: 60px;
    cursor: pointer;
    transition: background 1s;

}
.our-Summary .container .container-Summary button::after,
.our-Summary .container .container-Summary button::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--white-four-color);
}
.our-Summary .container .container-Summary button::after {
    left: -4.5px;
}
.our-Summary .container .container-Summary button::before {
    right: -4.5px;
}
.our-Summary .container .container-Summary button:hover {
    background-color: var(--black-one-color)
}

/*
----------------------------
 MAIN-PAGE: styling of the last ideas
----------------------------
*/

.our-last-works {
    position: relative;
    background-color: var(--black-one-color);
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(46,46,46,1) 50%, rgba(0,0,0,0) 100%) 1;
}
.our-last-works::before {
    content: '3';
    width: 30px;
    height: 30px;
    top: 30px;
    left: 50%;
    transform: translate(-50%,0);
    position: absolute;
    color: var(--white-one-color);
    border: 1px solid var(--black-four-color);
    font-size: 24px;
    overflow: hidden;
    padding: 5px;
    font-family: 'NumberFont',Arial, Helvetica, sans-serif;
    background-color: var(--black-two-color);
}
.our-last-works .container {
    display: flex;
    flex-direction: column;
}
.our-last-works .container > h2 {
    font-size: 60px;
    font-weight: bold;
    color: var(--white-four-color);
    margin-top: 70px;
    margin-bottom: 20px;
}

.our-last-works .container > p {
    font-size: 24px;
    color: var(--black-six-color);
    margin-bottom: 5px;
}
.our-last-works .container .container-work .about-works p {
    text-align: justify;
    color: var(--white-three-color);
    font-size: 35px;
    line-height: 60px;
    margin-bottom: 50px;
    font-weight: lighter;
}
.our-last-works .container .container-work .work-logo {
    padding: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(46,46,46,1) 50%, rgba(0,0,0,0) 100%) 1;
}
.our-last-works .container .container-work .work-logo img {
    height: 100px;
}

/*
----------------------------
 BLOG-PAGE: head of blog style
----------------------------
*/
.head-blog {
    min-height: 300px;
    background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(23, 23, 23, 1) 50%, rgba(0, 0, 0, 1) 100%);
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(46,46,46,1) 50%, rgba(0,0,0,0) 100%) 1;

}

.head-blog .container {
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.head-blog .container h2 {
    font-size: 50px;
    font-weight: bold;
    color: var(--white-two-color);
    margin-bottom: 25px;
}
.head-blog .container p {
    font-size: 30px;
    font-weight: lighter;
    color: var(--white-four-color);
    margin-bottom: 25px;
}




.bolg .container .row-article {
    position: relative;
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(300px, 1fr));
    gap: 20px;
}

.bolg .container .row-article .border-article {
    position: relative;
    border: 1px solid var(--black-three-color);
    background-color: var(--black-two-color);
    padding: 10px;
    height: 500px;
    display: flex;
    align-items: flex-end;
}
.bolg .container .row-article .border-article .image-article {
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
}
.bolg .container .row-article .border-article .image-article img {
    width: 100%;
    height: 100%;
}
.bolg .container .row-article .border-article .image-article .gradiant-background {
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg,rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
}
.bolg .container .row-article .border-article .containt-article {
    position: relative;
    width: 100%;
    height: 350px;
    padding: 10px 15px;
}
.bolg .container .row-article .border-article .containt-article h3 {
    font-size: 30px;
    line-height: 1.6;
    padding-bottom: 10px;
    font-weight: bold;
    border-bottom: 1px solid;
    color: var(--white-two-color);
    border-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(46,46,46,1) 100%) 1;
    padding: 5px;
    height: 110px;
    display: -webkit-box;
    line-clamp: 2;
    -moz-line-clam:2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.bolg .container .row-article .border-article .containt-article p {
    color: var(--white-three-color);
    font-size: 22px;
    text-align: justify;
    line-height: 1.5;
    padding: 10px 0px;
    height: 180px;
}
.bolg .container .row-article .border-article .containt-article .Datials {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 30px;
    margin: 5px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bolg .container .row-article .border-article .containt-article .Datials span {
    padding: 5px;
    font-size: 18px;
    color: var(--black-six-color);
}
.bolg .container .row-article .border-article .containt-article .Datials .read-fill {
    font-size: 18px;
    padding: 5px;
    font-weight: bold;
}