@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
    --clr-bg-header: #ffffff;
    --clr-btn: #ffffff;
    --clr-dropdown: #ffffff;
    --clr-nav-hover: #f96d00;
    --clr-dropdown-hov: #ffffff;
    --clr-dropdown-link-hov: #f96d00;
    --clr-light: #000000;

}
.gradient-line-header {
    /* margin: 0 0 50px 0; */

    border: none;
    height: 2px;
    width: 100%;
    background: #f96d00;
    background: linear-gradient(to right, white, #f96d00, #f96d00, #f96d00, white);
}

#targetSection {
    background-color: #ffffff;
}

.bottom-banner {

    display: flex;
    /* width: 0%; */

    padding: 1px;
    /* float: right; */
    transition: transform 0.3s ease;
}

.bottom-banner.hidden {
    transform: translateY(100%);
}


.div-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin-right: 15px;
    /* width: 25%; */
}

.div-slide-iso {

    display: flex;
    margin-right: auto;
}

.div-slide-iso img {

    /* display: flex; */
    margin-left: 15px;
    margin-right: 15px;
    /* flex-direction: column; */
    /* align-items: start; */
    max-width: 40px;

}

.div-slide img {
    margin-left: 15px;
    max-width: 25px;
    /* z-index: 99; */
}

.div-slide h2 {
    margin-left: 10px;
    font-size: 0.7em;

    text-transform: uppercase;

    color: #000000;
    font-weight: 400;
}

.hidden {
    display: none;
}

@media (max-width:1250px) {
    .bottom-banner {
        flex-direction: row;

        align-items: center;
    }

    .div-slide {}

    .div-slide-iso img {

        /* max-width: 20px; */

    }

    .div-slide img {

        max-width: 25px;

    }

    .div-slide h2 {

        font-size: 0.5em;
    }
}

@media (max-width:768px) {
    .bottom-banner {
        flex-direction: row;
        width: 100%;
        margin: 0px auto;

        align-items: center;
        align-content: center;
    }
}

@media (max-width:568px) {
    .bottom-banner {
        display: none;
    }
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
    overflow-x: hidden;


}

ul {
    list-style: none;
}

#buttonstyle11 {

    background-color: #f96d00;
    border: none;
    color: rgb(255, 255, 255);
    padding: 15px 32px;

    text-decoration: none;
    display: flex;
    font-size: 16px;


    cursor: pointer;
    border-radius: 25px;

}


#buttonstyle11:hover {
    background-color: #5f5d5d;
    color: #ffffff;

}

a {
    text-decoration: none;
}

header {
    position: fixed;

    top: 0px;

    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(50px) grayscale(50%) contrast(150%) brightness(80%);
    width: 100%;
    z-index: 1000;
}
/* 
section {

    position: relative;
    
} */

#section2 {

    position: relative;
    
    width: 100vw;
    background: url("images/home-img.webp") no-repeat top center / cover;
    overflow: hidden;

}

/* ***********************row****************** */
.h2class {
    text-align: center;
    margin-top: 65px;
    font-size: 3rem;
    line-height: 1.25;
    color: white;
    border-radius: 0;

}


.pp {
    color: white;
    text-align: center;
    margin-top: 20px;
    font-size: 1.125rem;
    line-height: 1.222;
    font-weight: 400;
    letter-spacing: 0.12em;

}

.column {
    float: left;
    width: 33.33%;
    padding: 10px;
    height: 250px;
    justify-content: center;
    align-items: center;

}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1080px) {
    .column {
        width: 100%;


    }
}

/* ****************row******************* */
.box {
    width: 100%;
    display: block;
    justify-content: center;
    align-items: center;
}

.idbox {
    background-color: #f96d00;
}

#h2style {
    margin-top: 20px;
    color: #f96d00;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;


}

#pstyle {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;


}

.cont {
    text-align: center;

}


#buttonstyle {

    border: none;
    color: rgb(0, 0, 0);
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 30px 2px;
    cursor: pointer;
    border-radius: 8px;

}


#buttonstyle:hover {
    background-color: #f96d00;
}

.container {
    max-width: 68rem;
    padding: 0 2rem;
    margin: 0 auto;
    display: flex;
    position: relative;
}

.logo-container {
    margin-top: 5px;
    flex: 1;
    display: flex;
    align-items: center;

}

.nav-btn {
    flex: 3;
    display: flex;
}

.nav-links {
    flex: 2;
}

.log-sign {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.logo {
    /* color: var(--clr-light);
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 3rem; */

}

.logo span {
    font-weight: 300;
}

.btn {
    display: inline-block;
    padding: .5rem 1.3rem;
    font-size: .8rem;
    border: 2px solid var(--clr-light);
    border-radius: 2rem;
    line-height: 1;
    margin: 0 .2rem;
    transition: .3s;
    text-transform: uppercase;
}

.btn.solid,
.btn.transparent:hover {
    background-color: var(--clr-light);
    color: var(--clr-btn);
}

.btn.transparent,
.btn.solid:hover {
    background-color: transparent;
    color: var(--clr-light);
}

.nav-links>ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.nav-link {
    position: relative;
}

.nav-link>a {
    line-height: 3rem;
    color: var(--clr-light);
    padding: 0 .8rem;
    letter-spacing: 1px;
    font-size: .95rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
}

.nav-link>a>i {
    margin-left: .2rem;
}

.nav-link:hover>a {
    transform: scale(1.1);
}

.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 10rem;
    transform: translateY(10px);
    opacity: 0;
    pointer-events: none;
    transition: .5s;
}

.dropdown ul {
    position: relative;
}

.dropdown-link>a {
    display: flex;
    background-color: var(--clr-light);
    color: var(--clr-dropdown);
    padding: .5rem 1rem;
    font-size: .9rem;
    align-items: center;
    justify-content: space-between;
    transition: .3s;
    /* width: fit-content; */

}

.dropdown-link:hover>a {
    background-color: var(--clr-dropdown);
    color: var(--clr-light);
}

.dropdown-link:not(:nth-last-child(2)) {
    border-bottom: 1px solid var(--clr-light);
}

.dropdown-link i {
    transform: rotate(-90deg);
}

.arrow {
    position: absolute;
    width: 11px;
    height: 11px;
    top: -5.5px;
    left: 32px;
    background-color: var(--clr-light);
    transform: rotate(45deg);
    cursor: pointer;
    transition: .3s;
    z-index: -1;
}

.dropdown-link:first-child:hover~.arrow {
    background-color: var(--clr-dropdown);
}

.dropdown-link {
    position: relative;
}

.dropdown.second {
    top: 0;
    left: 100%;
    padding-left: .8rem;
    cursor: pointer;
    transform: translateX(10px);
}

.dropdown.second .arrow {
    top: 10px;
    left: -5.5px;
}

.nav-link:hover>.dropdown,
.dropdown-link:hover>.dropdown {
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto;
}

.hamburger-menu-container {
    flex: 1;
    display: none;
    align-items: center;
    justify-content: flex-end;
}

.hamburger-menu {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hamburger-menu div {
    width: 1.6rem;
    height: 3px;
    border-radius: 3px;
    background-color: var(--clr-light);
    position: relative;
    z-index: 1001;
    transition: .5s;
}

.hamburger-menu div:before,
.hamburger-menu div:after {
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    background-color: var(--clr-light);
    border-radius: 3px;
    transition: .5s;
}

.hamburger-menu div:before {
    transform: translateY(-7px);
}

.hamburger-menu div:after {
    transform: translateY(7px);
}

#check {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    z-index: 90000;
    cursor: pointer;
    opacity: 0;
    display: none;
}

#check:checked~.hamburger-menu-container .hamburger-menu div {
    background-color: transparent;
}

#check:checked~.hamburger-menu-container .hamburger-menu div:before {
    transform: translateY(0) rotate(-45deg);
}

#check:checked~.hamburger-menu-container .hamburger-menu div:after {
    transform: translateY(0) rotate(45deg);
}

@keyframes animation {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

@media (max-width: 1000px) {
    .hamburger-menu-container {
        display: flex;
    }

    #check {
        display: block;
    }

    .nav-btn {
        position: fixed;
        height: max-content;
        top: 3.2rem;
        left: 0;
        width: 100%;
        background-color: var(--clr-btn);
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        overflow-x: hidden;
        overflow-y: hidden;
        transform: translateX(100%);
        transition: .65s;
    }

    #check:checked~.nav-btn {
        transform: translateX(0);
    }

    #check:checked~.nav-btn .nav-link,
    #check:checked~.nav-btn .log-sign {
        animation: animation .5s ease forwards var(--i);
    }

    .nav-links {
        /* flex: 2; */
        width: 100%;
    }

    .nav-links>ul {
        flex-direction: column;
    }

    .nav-link {
        width: 100%;
        opacity: 0;
        transform: translateY(15px);
    }

    .nav-link>a {
        line-height: 1;
        padding: 1.6rem 2rem;
    }

    .nav-link:hover>a {
        transform: scale(1);
        background-color: var(--clr-nav-hover);
    }

    .dropdown,
    .dropdown.second {
        position: initial;
        top: initial;
        left: initial;
        transform: initial;
        opacity: 1;
        pointer-events: auto;
        width: 100%;
        padding: 0;
        background-color: var(--clr-dropdown-hov);
        display: none;
    }

    .nav-link:hover>.dropdown,
    .dropdown-link:hover>.dropdown {
        display: block;
    }

    .nav-link:hover>a>i,
    .dropdown-link:hover>a>i {
        transform: rotate(360deg);
    }

    .dropdown-link>a {
        background-color: transparent;
        color: var(--clr-light);
        padding: 1.2rem 2rem;
        line-height: 1;
    }

    .dropdown.second .dropdown-link>a {
        padding: 1.2rem 2rem 1.2rem 3rem;
    }

    .dropdown.second .dropdown.second .dropdown-link>a {
        padding: 1.2rem 2rem 1.2rem 4rem;
    }

    .dropdown-link:not(:nth-last-child(2)) {
        border-bottom: none;
    }

    .arrow {
        z-index: 1;
        background-color: var(--clr-btn);
        left: 10%;
        transform: scale(1.1) rotate(45deg);
        transition: .5s;
    }

    .nav-link:hover .arrow {
        background-color: var(--clr-nav-hover);
    }

    .dropdown .dropdown .arrow {
        display: none;
    }

    .dropdown-link:hover>a {
        background-color: var(--clr-dropdown-link-hov);
    }

    .dropdown-link:first-child:hover~.arrow {
        background-color: var(--clr-nav-hover);
    }

    .nav-link>a>i {
        font-size: 1.1rem;
        transform: rotate(-90deg);
        transition: .7s;
    }

    .dropdown i {
        font-size: 1rem;
        transition: .7s;
    }

    .log-sign {
        flex: initial;
        width: 100%;
        padding: 1.5rem 1.9rem;
        justify-content: flex-start;
        opacity: 0;
        transform: translateY(15px);
    }
}



/* *************************slider************************ */

@import url("https://fonts.googleapis.com/css?family=Just+Another+Hand");


.container1 {
    margin: 0 auto;
    /* margin-top: 20px; */
    position: relative;
    width: 100vw;
    height: 50vh;
   
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-image: url("images/Fields\ of\ activity.webp");
    background-position: center;
        background-size: cover;
        background-attachment: fixed;
}

.container1 input {
    display: none;
}

.container1 .slide_img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.container1 .slide_img img {
    width: inherit;
    height: inherit;
    object-fit: cover;
}

.container1 .slide_img .prev,
.container1 .slide_img .next {
    width: 5%;
    height: inherit;
    position: absolute;
    top: 0;
    /* background-color: rgba(255, 82, 82, 0.2); */
    z-index: 99;
    transition: 0.45s;
    cursor: pointer;
    text-align: center;
}

.container1 .slide_img .next {
    right: 0;
}

.container1 .slide_img .prev {
    left: 0;
}

.container1 .slide_img .prev:hover,
.container1 .slide_img .next:hover {
    transition: 0.3s;
    /* background-color: rgba(255, 82, 82, 0.8); */
}

.container1 .slide_img .prev span,
.container1 .slide_img .next span {
    position: absolute;
    width: 0px;
    height: 0px;
    border: solid 20px;
    top: 55%;
    transform: translateY(-50%);
}

.container1 .slide_img .prev span {
    border-color: transparent #fff transparent transparent;
    right: 35%;
}

.container1 .slide_img .next span {
    border-color: transparent transparent transparent #fff;
    left: 35%;
}

.container1 #nav_slide {
    width: 100%;
    bottom: 12%;
    height: 11px;
    position: absolute;
    text-align: center;
    z-index: 99;
    cursor: default;
}

.container1 #nav_slide .dots {
    top: -5px;
    width: 18px;
    height: 18px;
    margin: 0px 3px;
    position: relative;
    border-radius: 100%;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.6);
    transition: 0.4s;
    cursor: pointer;
}


#i1:checked~#one,
#i2:checked~#two,
#i3:checked~#three,
#i4:checked~#four {
    z-index: 0;
    animation: scroll 1s ease-in-out;
}

#i1:checked~#nav_slide #dot1 {
    background: #795548;
}

@media screen and (max-width: 685px) {
    .container1 {
        border: none;
        width: 100%;
        height: 0;
        padding-bottom: 55%;
    }

    .container1 .slide_img .prev,
    .container1 .slide_img .next {
        width: 15%;
    }

    .container1 .slide_img .prev span,
    .container1 .slide_img .next span {
        border: solid 12px;
    }

    .container1 .slide_img .prev span {
        border-color: transparent #fff transparent transparent;
    }

    .container1 .slide_img .next span {
        border-color: transparent transparent transparent #fff;
    }

    .container1 #nav_slide .dots {
        width: 12px;
        height: 12px;
    }
}

.yt {
    margin: 0 auto;
    margin-top: 30px;
    width: 80px;
    height: 40px;
    border-radius: 4px;
    text-align: center;
    background: #2196F3;
    box-shadow: 0 11px 22px rgba(0, 0, 0, 0.2), 0 7px 7px rgba(0, 0, 0, 0.24);
    transition: 0.4s;
    opacity: 0.4;
}

.yt a {
    position: relative;
    text-decoration: none;
    color: #fff;
    font-size: 23px;
    top: 4px;
}

.yt:hover {
    transition: 0.3s;
    box-shadow: none;
    opacity: 0.8;
}

/*# sourceMappingURL=style.css.map */



/* *************************text******************************* */



.text1-service {
    position: absolute;
    text-transform: uppercase;
    bottom: 0;
    left: 42.5%;
    transform: translate(-50%, -50%);
    color: rgb(255, 255, 255);
    font-size: 5vw;
    width: 100%;
    font-weight: bold;
    font-family: Arial,
        sans-serif;
    text-align: center;
    z-index: 0;

}


/* ******************button****************** */
.button {
    z-index: 2;
    background-color: #cc9809;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
}


.button:hover {
    background-color: #a14b04;
}





/* ***********************section field********************************** */
/* Style for the first section */
.gradient-line {
    margin: 0 0 50px 0;
    display: block;
    border: none;
    height: 2px;
    background: #f96d00;
    ;
    /* background: linear-gradient(to right, white, #f96d00, #f96d00, #f96d00, white); */
}
.full-screen-section h2
 {
    /* background: linear-gradient(to bottom, #f5f7fa, #ffffff); */
    
    padding: 20px;
    /* border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
    }

/* Adjustments for images */
.full-screen-section img {

    border-radius: 2px;
    /* Match the rounded corners for images */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    /* Add the same shadow effect */
}




.full-screen-section {
    padding-bottom: 50px;
    max-height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #f0f0f0; */
        position: relative;
       margin: 0 auto;
        overflow: hidden;
}




/* Animation for content */


.content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 70%;
    height: 57vh;

    position: relative;
    justify-content: flex-start;
    /* Align items to the top */
    padding-top: 50px;

}
.animated-content {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1s ease, transform 1s ease;
}

.animated-content.animate {
    opacity: 1;
    transform: translateY(0);
}

.content h2 {
    font-size: 2em;
        /* margin: 10px 0; */
        font-weight: 500;
        /* color: #f96d00; */
        text-align: left;
        align-self: flex-start;
        /* Change from stretch to flex-start */
        margin-top: -35px;

}


.content h2 p {
    font-size: 0.55em;
    /* margin-top: 10px; */
    width:600px;
    color: #000000;
    line-height: 35px;
    font-weight: 300;
    text-align: justify;
    /* margin: 10px 0; */
}

.content img {
    max-width: 50%;
    height: auto;
    margin: 0;
    top: 0;

    align-self: center;
}

/* Responsive adjustments */

@media screen and (min-width: 768px) {
    .content {
        
        flex-direction: row;
        justify-content: center;

    }

    .content h2 {
        margin-right: 20px;
    }
    

        
}

@media  screen and ( max-width: 767px){
    .full-screen-section{
        height: auto;
    }
    .content{
        height: auto;
    }
        .content h2 {
            font-size: 0.9em;
        
}
.content h2>p {
    font-size: 0.7em;
    margin: 5px 0px 0px 0px;
    width: fit-content;

    
}

.content img {
    max-width: 100%;
    height: auto;
    margin: 20px;
}

}
      
    


/* *****************************footer*************** */
