*:not(i) {
    margin: 0;
    padding: 0;
    font-family: "Museo Sans";
}

html {
    scroll-behavior: auto !important;
}

section {
    position: relative;
    min-height: 100vh;
}

section#services {
    height: 120vh;
}

section#services a.scrollDown {
    position: unset !important;
}

section#our_team {
    height: 100vh;
}

/* container */
.wrapper {
    margin: 0 auto;
}

@media (min-width: 768px) {
    .wrapper {
        width: 740px;
    }
}

@media (min-width: 992px) {
    .wrapper {
        width: 960px;
    }
}

@media (min-width: 1200px) {
    .wrapper {
        width: 1080px;
    }
}

/* container */

/* header section start */

.navbar .navbar-header .navbar-toggle span {
    background: white;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin-top: 4px;
    background: #fff;
}

.wrapper .navbar-collapse {
        width: 100%;
        background: #163959;
        margin-top: 5px;
    }
    
    .wrapper .navbar-collapse .nav {
        margin-top: 7px;
    }
    
    .navbar-nav {
    /*margin: 7.5px -10px;*/
}

.wrapper .navbar-collapse .nav li {
        margin-left: 20px;
    }
    
    .wrapper .navbar-collapse .nav li a {
        color: #F2D500;
        display: inline-block;
        padding: 10px 0;
        font-size: 14px;
    }

.wrapper .navbar-collapse {
    z-index: 99;
    border: none;
    box-shadow: none;
}

.header_both button {
    background: transparent;
    border: none;
}

a.scrollDown.d-lg-none.d-flex.mobile {
    position: absolute;
    left: 1rem;
    bottom: 20px;
    z-index: 3;
}

.header_both {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header {
    position: absolute;
    width: 100%;
    padding: 30px 0;
    z-index: 999;
    transition: .4s all ease;
}

header.sticky {
    /*background-color: #eee;*/
    padding: .2rem 0;
    /*backdrop-filter: blur(1.1px);*/
    /*box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;*/
}

header .logo {
    width: 240px;
    transition: .4s all ease;
}

.sectionLogo {
    position: absolute;
    left: 1rem;
    top: 1rem;
}

.sectionLogo img {
    width: 120px;
}

header.sticky .logo {
    width: 140px;
    position: absolute;
    left: 1rem;
    top: .2rem;
}

header.sticky .navbar {
    display: none;
}

.logo img {
    width: 100%;
}

.navbar ul:not(.dropdown-menu, .lang_list) {
    display: flex;
    gap: 30px;
    align-items: center;
}

.navbar ul:not(.navbar-nav, .lang_list)>li>a:not(.dropdown-item) {
    color: #fff;
    font-size: 14px;
    transition: .4s all ease;
    text-transform: uppercase;
    font-weight: 600;
}

header .offcanvas {
    max-width: 70%;
}

header .navbar-nav a {
    color: #000;
}

header.sticky .navbar ul>li>a:not(.dropdown-item) {
    /*color: #000;*/
    font-size: 15px;
}

.navbar ul>li>a:hover {
    text-decoration: underline;
}

.lang_drop {
    position: absolute;
    right: 0;
    top: 40px;
}

.lang_drop span {
    color: #fff;
    font-size: 10px;
    background: url(/img/langdrop.png) center right no-repeat;
    padding-right: 1rem;
    text-transform: uppercase;
}

.lang_list li:hover {
    padding-right: 1rem;
    background: url(/img/lang-open.png)center right no-repeat;
}

.lang_drop span:hover {
    background: url(/img/lang-open.png)center right no-repeat;
}

.lang_drop span.active {
    background: none;
}

.lang_list {
    display: none;
}

.lang_list a {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
}

header .dropdown-toggle:focus-visible {
    box-shadow: none;
}

header .dropdown-toggle,
header .dropdown-toggle:hover,
header .dropdown-toggle.show,
header .dropdown-toggle:active {
    background-color: transparent;
    border: none;
}

header.sticky .dropdown-toggle {
    color: #000;
}

/* header end */

/* main_slider */

section#main_slider {
    height: 100vh;
    position: relative;
}

section#main_slider::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/img/start-screen-tr.png);
    z-index: 3;
}

section#main_slider video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
}

.main_slider_content {
    position: absolute;
    bottom: 30px;
    z-index: 3;
    color: #fff;
}

.main_slider_content h1 {
    line-height: 1.4;
    font-size: 4rem;
    font-weight: 600;
}

.main_slider_content h2 {
    color: #f6c300;
    font-size: 47px;
    text-transform: uppercase;
}

.main_slider_content i {
    color: #f6c300;
}

a.scrollDown {
    color: #fff;
    display: inline-flex;
    gap: .5rem;
    font-weight: 600;
    text-transform: uppercase;
}

a.scrollDown:not(#main_slider a.scrollDown) {
    position: absolute;
    bottom: 20px;
}

a.scrollDown:hover span {
    text-decoration: underline;
}

#services a.scrollDown {
    padding-top: 1.5rem;
}

/* main_slider end */

/* about start */

#about {
    background-color: #89a225;
    padding: 3rem 0;
}

.sectionTitle {
    padding-bottom: 30px;
}

.sectionTitle h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

#about .about-text {
    font-size: 18px;
    color: #ffffff;
     padding: 30px 0; 
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    line-height: 1.4;
}

/* about section start */

/* services section start */

#services .scrollDown {
    position: absolute;
    bottom: 20px;
}

#services {
    background-color: #d85029;
    padding: 3rem 0;
}

.services_grid {
    display: flex;
    flex-wrap: wrap;
    /*transition: all 1s ease;*/
    width: 100%;
    position: relative;
}

.services_content ul {
    padding-left: 2rem;
}

.services_text,
.services_list {
    width: 50%;
}

.services_content ul li {
    list-style: initial;
}

.service_grid {
    flex: 1 0 20%;
    /* 5 columns */
    max-width: 20%;
    /* 5 columns */
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    color: #fff;
    line-height: 1.4;
    padding: 1rem;
    cursor: pointer;
    /*transition: all .5s ease;*/
    position: relative;
}

.services_grid.active .service_grid.active:after {
        width: 30px;
    height: 30px;
    background-color: #AE4D36;
    content: ' ';
    margin: 0 auto;
    display: block;
    position: absolute;
    z-index: 999;
    margin-bottom: -100px;
    transform: rotate(45deg);
    margin-top: 20px;
    left: 0;
    right: 0;
    top: 60px;
}

.services_grid.active .service_grid {
    flex: 1 0 10%;
    /* 10 columns */
    max-width: 10%;
    /* 10 columns */
}

.services_grid.active {
    background-color: transparent;
}

.service_grid:nth-child(even) {
    background-color: #AE4D36;
}

.services_grid.active .service_grid {
    background: transparent;
}

.service_grid img {
    width: 60px;
    height: 60px;
}

.services_grid.active img {
    margin: 0 auto;
}

.services_grid.active h3 {
    display: none;
}

.services_content {
    display: none;
    color: #fff;
    padding: 20px;
    line-height: 1.7;
    /*transition: all 1s ease;*/
}

.services_content h2 {
        font-size: 23px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 25px;
}

.services_content.active {
    background-color: #AE4D36;
}

.services_grid .fa-xmark {
    display: none;
}

.services_grid.active .fa-xmark {
    display: block;
    position: absolute;
    right: .5rem;
    top: .5rem;
    opacity: .6;
    z-index: 3;
}

/* services section end */

/* works section start */

#works {
    background-color: #144758;
    padding: 3rem 0;
}

.work_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.work_item img {
    height: 150px;
    object-fit: cover;
    width: 100%;
}

.work_item h2 {
    color: #fff;
    display: flex;
    align-items: center;
    gap: .5rem;
    padding-top: .5rem;
}

.work_item h2::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #EFC643;
    border-radius: 50%;
}

.work_item h3 {
    display: none;
}

.work_img {
    position: relative;
}

.work_img img:not(:first-child),
.work_img p:not(:first-child){
    display: none;
}

.work_img::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #00000041;
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: visible;
    transition: .7s all ease;
}

.work_item:hover span,
.work_item:hover .work_img::before {
    opacity: 1;
    visibility: visible;
}

.work_img span {
    transition: .7s all ease;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    position: absolute;
}

/* #works .swiper-button-next:after,
#works .swiper-button-prev:after {
    display: none;
} */

.work_desc {
    background-color: #2F5D73;
    color: #fff;
    padding: 2rem;
    display: none;
    position: relative;
}

.work_desc i {
    position: absolute;
    display: block;
    right: .5rem;
    top: .5rem;
    opacity: .6;
}

.work_desc span {
    font-size: 15px;
    font-weight: 400;
}

.work_desc h2 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: .5rem;
}

.work_desc p {
    font-size: 15px;
    padding-top: 1rem;
    line-height: 1.4;
}

.work_desc_right {
    height: 503px;
}

.work_desc_right img {
    width: 100%;
    height: 503px;
    object-fit: cover;
}

/* works section end */

/* our team section start */

#our_team {
    background-color: #cc67a0;
    padding: 3rem 0;
}

.team-row {
    display: flex;
    justify-content: center;
    /*gap: 1rem;*/
    /*margin-bottom: 2rem;*/
}

.team_member {
    width: 170px;
    height: 170px;
    padding: 10px;
    position: relative;
}

.team_member img {
    width: 100%;
    border-radius: 50%;
    height: 100%;
}

#our_team .team_member:hover .team-box {
    opacity: 1;
}

#our_team .team_member .team-box {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 0.4s ease-in-out;
    display: block;
    transform: scale(1);
    backface-visibility: hidden;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    color: #f2f2f2;
    z-index: 1;
    opacity: 0;
    border-radius: 100%;
    background-color: rgba(204, 103, 160, 0.85);
}

#our_team .team_member .team-box .team-content {
    text-align: center;
    gap: .4rem;
    padding: 5px;
    top: 50%;
    left: 50%;
    float: left;
    display: flex;
    flex-direction: column;
    position: relative;
    transform: translateX(-50%) translateY(-50%);
    max-width: 90%;
    line-height: 1.4;
}

.team-box h3 {
    font-size: 15px;
    font-weight: 900;
    max-width: 50%;
    margin: 0 auto;
}

.team-box p {
    font-size: 13px;
    max-width: 75%;
    margin: 0 auto;
}

.team_member:last-child p {
    max-width: 100%;
}

/* our team section end */

/* partners section start */

#partners {
    background-color: #f6c300;
    padding: 3rem 0;
}

.all_partners img {
    width: 154px;
    transition: .4s all ease;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.6;
}

.all_partners img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.all_partners {
    gap: 2rem;
}

#partners .swiper {
    width: 100%;
}

#partners .swiper {
    padding-top: 2rem;
}

.ref {
    line-height: 80px;
    color: #fff;
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 45px;
    /*max-width: 180px;*/
    height: 120px;
    font-weight: 700;
    background-color: #f5f6fa;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    z-index: 3;
    margin: 0 auto;
    margin-bottom: 30px;
}

.ref span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #cbcedb;
    -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.ref img {
    width: 80%;
    object-fit: cover;
    height: 80%;
    padding: 10px;
    object-fit: contain;
    transition: transform 0.35s cubic-bezier(0.3, 0.1, 0.3, 1) 0s;
}

.ref:hover {
    color: #eee;
    z-index: 2;
}

.ref:hover span {
    width: 225%;
    height: 562.5px;
}

.ref:hover img {
    transform: scale(.9);
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 20px;
    color: #00000057;
    /* height: 15px; */
    background: #fff6;
    padding: 10px 15px;
    border-radius: 50%;
}

.group_2, .group_5, .group_6 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

/* partners section end */

/* contact section start */

#contact {
    background-color: #34a08d;
    padding: 3rem 0;
}

#contact .contact-form {
    color: white;
}

#contact input,
#contact textarea {
    width: 100%;
    height: 55px;
    line-height: 53px;
    padding: 0px 15px;
    color: #ffffff;
    outline: none;
    border: solid 1px #ffffff;
    background: #34a08d;
    font-size: 16px;
}

#contact textarea {
    height: 150px;
    resize: none;
}

#contact input::placeholder,
#contact textarea::placeholder {
    color: #fff;
}

#contact .send-message {
    background: #ffffff;
    color: #3ba8b2;
    font-size: 16px;
    line-height: 40px;
    border: 0;
    height: 40px;
    width: 88px;
    text-align: center;
    display: block;
    font-weight: 600;
    margin-top: 1rem;
}

#contact .contact-text {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    padding-left: 80px;
}

.footer_infos {
    padding-top: 50px;
}

.copyright span {
    color: #fff;
}

ul.socials {
    display: flex;
    gap: 1rem;
    align-items: center;
}

ul.socials svg {
    width: 25px;
    height: 25px;
    fill: #fff;
    transition: .4s all ease;
}

ul.socials svg:hover {
    fill: #F6C300;
}

/* contact section end */

/* media screens */

@media only screen and (max-width: 991px) {
    
    .lang_drop {
        position: relative;
        top: inherit;
    }
    
    .lang_list {
        position: absolute;
    }
    
    .services_text, .services_list {
        width: 100%;
    }
    
    .services_grid.active .service_grid.active:after {
        display: none;
    }
    
    .main_slider_content {
        bottom: 50%;
        transform: translateY(50%);
    }
    
    .sectionLogo {
        display: none;
    }
    
    section {
        min-height: 100%;
    }
    
    header {
        position: absolute;
    }
    
    section#services,
    section#partners,
    section#contact,
    section#our_team{
        height: 100%;
    }
    
    .team_member {
        width: 160px;
        height: auto;
    }
    
    .team-row {
        width: 100%;
    }
    
    .member_img {
        height: 100%;
    }
    
    header .navbar, 
    section .navbar {
        display: none;
    }
    
    header .logo {
        width: 150px;
    }
    
    header.sticky .logo {
        width: 120px;
    }
    
    .main_slider_content h1 {
        font-size: 1.7rem;
    }
    
    #about img {
        width: 100%;
        height: 400px;
        object-fit: contain;
    }
    
    .service_grid {
        max-width: 50%;
        flex: 1 0 50%;
        background-color: #AE4D36;
    }
    
    .services_grid.active .service_grid{
        max-width: 33.3%;
        flex: 1 0 33.3%;
    }
    
    .work_desc_right,
    .work_desc_right img{
        height: 300px;
    }
    
    .work_grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    #contact .contact-text {
        padding-left: 0;
    }
    
    .footer_infos {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    #about .about-text {
        column-count: 1;
    }
    
    .main_slider_content h2 {
        font-size: 1.3rem;
    }
    
    .service_grid img {
        margin: 0 auto;
    }
    
    .service_grid h3 {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .wrapper {
        padding: 0 .75rem;
    }
}



