@charset "UTF-8";
/* CSS Document */



*{
    margin: 0;
    padding: 0;
}

body{
    background-color: white;
    font-family: "Roboto", sans-serif;
}

/*service first section*/

.sec2main3 {
    width: 100%;
    height: 80vh;
/*    border: 2px solid red;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec2main3-content {
    width: 86%;
    height: 60vh;
/*    border: 2px solid red;*/
}

.sec2main3-content1 {
    width: 100%;
    height: 15vh;
/*    border: 2px solid green;*/
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

/*this one is description & image video*/

.sec2main3-content2 {
    width: 100%;
    height: 58vh;
/*    border: 1px solid black;*/
    display: flex;
    flex-direction: row-reverse;
}

/*title what we do*/

.sec2main3-title-img {
    width: 31px;
    height: 12px;
    margin-right: 15px;
    z-index: 1;
    /*border: 2px solid red;*/
/*    border: 2px solid yellow;*/
}

.sec2main3-title-img img {
    width: 100%;
}

.sec2main3-content1 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 4.2vw;
    color: #0b4251;
    z-index: 1;
    /*color: red;*/
/*
    margin-top: 5px;
    border: 2px solid red;
*/
}

.sec2main3-content1 p{
    font-weight: 400;
    font-size: 1.2vw;
    color: #bdccd0;
    letter-spacing: 1px;
    z-index: 1;
    /*color: red;*/
}

/*selection to our services*/

.sec2main3-content22 {
    width: 45%;
    height: 60%;
/*    border: 2px solid cyan;*/
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.sec2main3-content222 {
    width: 90%;
    height: 95%;
/*    border: 2px solid yellow;*/
/*
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
*/
}

.sec2main3-content222 p {
    font-weight: 400;
    font-size: 1.2vw;
    color: #0b4251;
    text-align: right;
    z-index: 1;
    /*color: red;*/
}

.sec2main3-content3 {
    width: 100%;
    height: 32%;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    flex-direction: row;
/*    border: 2px solid violet;*/
}

.sec2main3-content33 {
    width: 33%;
    height: auto;
/*    border: 2px solid green;*/
/*
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
*/
}

.sec2main3-content33 p {
    font-weight: 400;
    font-size: 1.2vw;
    color: #bdccd0;
    text-align: right;
}

.sec2main3-content33 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 4.5vw;
    color: #0b4251;
    text-align: right;
}






/*the box*/


.sec2main3-content-img {
    width: 55%;
    height: 100%;
/*    border: 2px solid green;*/
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.sec2main3-content-img-between {
    width: 100%;
    height: 100%;
/*    border: 2px solid green;*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

/*this one is the yellow rectangle*/

.sec2main3-content-img1 {
    width: 200px;
    height: 120px;
/*    border: 2px solid red;*/
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f2c864;
    position: absolute;
    bottom: 0;
    left: 0;
/*    z-index: 1;*/
}

.sec2main3-content-img1 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 2vw;
    color: white;
}

.sec2main3-content-img2 {
    width: 380px;
    height: 440px;
/*    border: 2px solid red;*/
    margin-bottom: 40px;
    background-color: grey;
    margin-left: 60px;
}

.sec2main3-video {
    width: auto;
    height: 100%;
}

/*the main box photo here*/

.sec2main3-content-img3 {
    width: 683px;
    height: 512px;
/*    border: 2px solid red;*/
/*    margin-top: 20px;*/
/*    background-color: grey;*/
    position: absolute;
    bottom: 0;
/*    left: 0;*/
}

.sec2main3-content-img3 img {
    width: 100%;
}


/*button start here*/

.service-call-btn {
    padding: 15px 25px;
    margin-top: 18px;
    text-decoration: none;
    background-color: #f2c864;
    transition: 0.4s;
    border: none;
    outline: none;
    cursor: pointer;
    color: white;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 0.8vw;
}



.service-call-btn:hover{
    box-shadow: 0 0 5px #f2e064,
                0 0 15px #f2e064,
                0 0 30px #f2e064,
                0 0 60px #f2e064,
                0 0 120px #f2e064;
    border: 0.8px solid white;
}









/*section 2 of five service start here*/

/*design & build, should be 1425px*/

.service1-sec2-img {
    /*width: 1440px;*/
    width: 100%;
    height: 780px;
    /*border: 2px solid cyan;*/
    position: absolute;
    top: 0;
    margin-top: -160px;
/*    z-index: -1;*/
}

.service1-sec2-img img {
    width: 100%;
}

.service-sec2main3 {
    width: 100%;
    height: 94vh;
/*    border: 2px solid black;*/
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.service-sec2main3-content {
    width: 86%;
    height: 67vh;
/*    border: 2px solid red;*/
}

.service-sec2main3-content1 {
    width: 100%;
    height: 15vh;
/*    border: 2px solid green;*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.service-sec2main3-content2 {
    width: 100%;
    height: 52vh;
/*    border: 1px solid orange;*/
    display: flex;
    flex-direction: row;
}

/*title what we do*/

.service-sec2main3-title-img {
    width: 31px;
    height: 12px;
    margin-left: 15px;
    z-index: 1;
    /*border: 2px solid blue;*/
/*    border: 2px solid yellow;*/
}

.service-sec2main3-title-img img {
    width: 100%;
}

.service-sec2main3-content1 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 4.2vw;
    color: #0b4251;
    z-index: 1;
    /*color: red;*/
/*
    margin-top: 5px;
    border: 2px solid red;
*/
}

.service-sec2main3-content1 p{
    font-weight: 400;
    font-size: 1.2vw;
    color: #bdccd0;
    letter-spacing: 1px;
    z-index: 1;
    /*color: red;*/
}

/*description to our services*/

.service-sec2main3-content22 {
    width: 45%;
    height: 100%;
/*    border: 2px solid red;*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.service-sec2main3-content222 {
    width: 82%;
    height: 95%;
/*    border: 2px solid cyan;*/
}

.service-sec2main3-content222 p {
    font-weight: 400;
    font-size: 1.2vw;
    color: #0b4251;
    margin-bottom: 35px;
    z-index: 1;
    /*color: red;*/
}

.service-sec2main3-content3 {
    width: 100%;
    height: 70%;
    margin-top: 40px;
/*    border: 2px solid violet;*/
}

.service-sec2main3-content33 {
    width: 100%;
    height: 20%;
    display: flex;
    flex-direction: row;
    border-bottom: 2px solid #bdccd0;
    justify-content: flex-start;
    align-items: center;
}

.service-sec2main3-content33 a {
    text-decoration: none;
    margin-left: 46px;
}

.service-sec2main3-content33 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 2vw;
    color: #0b4251;
    transition: 0.6s;
}


.service-sec2main3-content333 {
    width: 100%;
    height: 20%;
    display: flex;
    flex-direction: row;
/*    border-bottom: 2px solid #bdccd0;*/
    justify-content: flex-start;
    align-items: center;
}

.service-sec2main3-content333 a {
    text-decoration: none;
    margin-left: 46px;
}

.service-sec2main3-content333 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 2vw;
    color: #0b4251;
    transition: 0.6s;
}


/*the one image rectangle*/


.service-sec2main3-content-img {
    width: 55%;
    height: 100%;
/*    border: 2px solid pink;*/
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.service-sec2main3-content-img-between {
    width: 100%;
    height: 100%;
/*    border: 2px solid green;*/
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
}


.service-sec2main3-content-img1 {
    width: 105px;
    height: 120px;
/*    border: 2px solid red;*/
    display: flex;
    justify-content: center;
    align-items: center;
/*    background-color: #f2c864;*/
    position: absolute;
    margin-top: -160px;
    margin-left: -120px;
/*    z-index: 1;*/
}

.service-sec2main3-content-img1 img {
    width: 100%;
}

.service-sec2main3-content-img1 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 2vw;
    color: white;
}


.service-sec2main3-content-img3 {
    width: 380px;
    height: 420px;
    /*border: 2px solid red;*/
    margin-top: 20px;
    background-color: grey;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); 
}


.service-sec2main3-content-img3 img {
    width: 100%;
}






/*connect pencil*/


.service1-sec2-connect {
    width: 100%;
    height: 15vh;
/*    border: 2px solid blue;*/
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service1-sec2-connect img {
    width: 234px;
    height: 612px;
/*    border: 2px solid black;*/
    position: absolute;
/*    transform: rotate(-25deg);*/
    margin-top: -160px;
    margin-left: 80px;
/*    z-index: -2;*/
}

/*clone pencil for media here*/

.service1-sec2-connect-clone1 {
    display: none;
}








/*here here start service 2 on right*/





/*shop / outlet, should be 1425px*/

.service2-sec2-img {
    /*width: 1440px;*/
    width: 100%;
    height: 780px;
    /*border: 2px solid red;*/
    position: absolute;
    top: 0;
    margin-top: -160px;
/*    z-index: -1;*/
}

.service2-sec2-img img {
    width: 100%;
}

.service1-sec2main3 {
    width: 100%;
    height: 94vh;
/*    border: 2px solid black;*/
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.service1-sec2main3-content {
    width: 86%;
    height: 67vh;
/*    border: 2px solid red;*/
}

.service1-sec2main3-content1 {
    width: 100%;
    height: 15vh;
/*    border: 2px solid green;*/
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.service1-sec2main3-content2 {
    width: 100%;
    height: 52vh;
/*    border: 1px solid orange;*/
    display: flex;
    flex-direction: row-reverse;
}

/*title what we do*/

.service1-sec2main3-title-img {
    width: 31px;
    height: 12px;
    margin-right: 15px;
    z-index: 1;
    /*border: 2px solid red;*/
/*    border: 2px solid yellow;*/
}

.service1-sec2main3-title-img img {
    width: 100%;
}

.service1-sec2main3-content1 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 4.2vw;
    color: #0b4251;
    z-index: 1;
    /*color: red;*/
/*
    margin-top: 5px;
    border: 2px solid red;
*/
}

.service1-sec2main3-content1 p{
    font-weight: 400;
    font-size: 1.2vw;
    color: #bdccd0;
    letter-spacing: 1px;
    z-index: 1;
    /*color: red;*/
}

/*description to our services*/

.service1-sec2main3-content22 {
    width: 45%;
    height: 100%;
/*    border: 2px solid red;*/
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.service1-sec2main3-content222 {
    width: 82%;
    height: 95%;
/*    border: 2px solid cyan;*/
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

.service1-sec2main3-content222 p {
    font-weight: 400;
    font-size: 1.2vw;
    color: #0b4251;
    margin-bottom: 35px;
    z-index: 1;
    /*color: red;*/
}

.service1-sec2main3-content3 {
    width: 100%;
    height: 70%;
    margin-top: 40px;
/*    border: 2px solid violet;*/
}

.service1-sec2main3-content33 {
    width: 100%;
    height: 20%;
    display: flex;
    flex-direction: row;
    border-bottom: 2px solid #bdccd0;
    justify-content: flex-start;
    align-items: center;
}

.service1-sec2main3-content33 a {
    text-decoration: none;
    margin-left: 46px;
}

.service1-sec2main3-content33 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 2vw;
    color: #0b4251;
    transition: 0.6s;
}


.service1-sec2main3-content333 {
    width: 100%;
    height: 20%;
    display: flex;
    flex-direction: row;
/*    border-bottom: 2px solid #bdccd0;*/
    justify-content: flex-start;
    align-items: center;
}

.service1-sec2main3-content333 a {
    text-decoration: none;
    margin-left: 46px;
}

.service1-sec2main3-content333 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 2vw;
    color: #0b4251;
    transition: 0.6s;
}


/*the one image rectangle*/


.service1-sec2main3-content-img {
    width: 55%;
    height: 100%;
/*    border: 2px solid pink;*/
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.service1-sec2main3-content-img-between {
    width: 100%;
    height: 100%;
/*    border: 2px solid green;*/
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}


.service1-sec2main3-content-img1 {
    width: 105px;
    height: 120px;
/*    border: 2px solid red;*/
    display: flex;
    justify-content: center;
    align-items: center;
/*    background-color: #f2c864;*/
    position: absolute;
    margin-top: -160px;
    margin-left: 120px;
/*    z-index: 1;*/
}

.service1-sec2main3-content-img1 img {
    width: 100%;
}

.service1-sec2main3-content-img1 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 2vw;
    color: white;
}


.service1-sec2main3-content-img3 {
    width: 380px;
    height: 420px;
/*    border: 2px solid red;*/
    margin-top: 20px;
    background-color: grey;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); 
}



.service1-sec2main3-content-img3 img {
    width: 100%;
}







/*connect skru*/


.service2-sec2-connect {
    width: 100%;
    height: 15vh;
/*    border: 2px solid blue;*/
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service2-sec2-connect img {
    width: 234px;
    height: 612px;
/*    border: 2px solid black;*/
    position: absolute;
/*    transform: rotate(-25deg);*/
    margin-top: -160px;
    margin-left: 80px;
/*    z-index: -2;*/
}

/*clone skru for media here*/

.service2-sec2-connect-clone1 {
    display: none;
}












/*try the nth child here for img*/

/*div is the connect 1 - 5*/


[data-div-position="1"] {
    z-index: -9;
/*    border: 2px solid red;*/
}

[data-div-position="2"] {
/*    border: 2px solid orange;*/
     z-index: -7;
}

[data-div-position="3"] {
/*    border: 2px solid orange;*/
     z-index: -5;
}

[data-div-position="4"] {
/*    border: 2px solid blue;*/
     z-index: -3;
}

[data-div-position="5"] {
/*    border: 2px solid red;*/
     z-index: -1;
}



/*img is the image pencil 1 - 5*/

[data-img-position="1"] img {
/*    border: 2px solid black;*/
    z-index: -8;
}

[data-img-position="2"] img {
/*    border: 2px solid black;*/
     z-index: -6;
}

[data-img-position="3"] img {
/*    border: 2px solid black;*/
     z-index: -4;
}

/*hammer*/

[data-img-position="4"] img {
/*    border: 2px solid black;*/
     z-index: -2;
     margin-top: -60px;
     margin-left: -80px;
}


















/*media 1194px start here*/

@media (max-width: 1194px){
    
    
    
.sec2main3-content1 h1 {
    font-size: 4.6vw;
    color: #0b4251;
    z-index: 1;
    /*color: red;*/
/*
    margin-top: 5px;
    border: 2px solid red;
*/
}

.sec2main3-content1 p{
    font-weight: 400;
    font-size: 1.6vw;
    color: #bdccd0;
    letter-spacing: 1px;
    z-index: 1;
    /*color: red;*/
}
    

    
.sec2main3-content222 p {
    font-weight: 400;
    font-size: 1.6vw;
    color: #0b4251;
    text-align: right;
    z-index: 1;
    /*color: blue;*/
}
    
/*introduction end here*/
    
    
/*the main box photo here*/

.sec2main3-content-img3 {
    width: 548px;
    height: 411px;
/*    border: 2px solid red;*/
    position: absolute;
    bottom: 0;
/*    left: 0;*/
}
    
    
/*section of five start here*/


.service-sec2main3-content1 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 4.6vw;
    color: #0b4251;
    z-index: 1;
    /*color: yellow;*/
/*
    margin-top: 5px;
    border: 2px solid red;
*/
}

.service-sec2main3-content1 p{
    font-weight: 400;
    font-size: 1.6vw;
    color: #bdccd0;
    letter-spacing: 1px;
    z-index: 1;
    /*color: red;*/
}
    
    
    
.service-sec2main3-content222 p {
    font-weight: 400;
    font-size: 1.6vw;
    color: #0b4251;
    margin-bottom: 35px;
    z-index: 1;
    /*color: red;*/
}
    
    
/*button here*/


.service-call-btn {
    /*color: red;*/
    letter-spacing: 2px;
    font-size: 1.2vw;
}

/*button all here*/





.service1-sec2main3-content1 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 4.6vw;
    color: #0b4251;
    z-index: 1;
    /*color: red;*/
/*
    margin-top: 5px;
    border: 2px solid red;
*/
}

.service1-sec2main3-content1 p{
    font-weight: 400;
    font-size: 1.6vw;
    color: #bdccd0;
    letter-spacing: 1px;
    z-index: 1;
    /*color: red;*/
}
    
    

.service1-sec2main3-content222 p {
    font-weight: 400;
    font-size: 1.6vw;
    color: #0b4251;
    margin-bottom: 35px;
    z-index: 1;
    /*color: aqua;*/
}
    
    
/*the image start here*/



.service-sec2main3-content-img3 {
    width: 356px;
    height: 393px;
    /*border: 2px solid blue;*/
    margin-top: 20px;
    background-color: grey;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); 
}


    
.service1-sec2main3-content-img3 {
    width: 356px;
    height: 393px;
/*    border: 2px solid red;*/
    margin-top: 20px;
    background-color: grey;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); 
}


.service-sec2main3-content-img1 {
    width: 93px;
    height: 107px;
/*    border: 2px solid red;*/
    display: flex;
    justify-content: center;
    align-items: center;
/*    background-color: #f2c864;*/
    position: absolute;
    margin-top: -160px;
    margin-left: -160px;
/*    z-index: 1;*/
}
    
    
    
.service1-sec2main3-content-img1 {
    width: 93px;
    height: 107px;
    /*border: 2px solid red;*/
    display: flex;
    justify-content: center;
    align-items: center;
/*    background-color: #f2c864;*/
    position: absolute;
    margin-top: -160px;
    margin-left: 160px;
/*    z-index: 1;*/
}
    
    
    
/*hammer*/

[data-img-position="4"] img {
    /*border: 2px solid black;*/
     z-index: -2;
     margin-top: 110px;
     margin-left: -50px;
}
    

/*/skru/*/
    
    
[data-img-position="2"] img {
    /*border: 2px solid black;*/
     z-index: -6;
     margin-left: -60px;
}
    
    
    
    
    
    
    
    
    
    
}

/*media 1194px end here*/




/*media 920px start here*/

@media (max-width: 920px){
    
/*the height of the sections*/


/*service first section*/

.sec2main3 {
    width: 100%;
    /*height: 80vh;*/
    height: 500px;
    /*border: 2px solid red;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec2main3-content {
    width: 86%;
    /*height: 60vh;*/
    height: 450px;
    /*border: 2px solid pink;*/
}


/*// five section*/


.service-sec2main3 {
    width: 100%;
    /*height: 94vh;*/
    height: 580px;
    /*border: 2px solid black;*/
}

.service-sec2main3-content {
    width: 86%;
    /*height: 67vh;*/
    height: 510px;
/*    border: 2px solid red;*/
}



.service1-sec2main3 {
    width: 100%;
    /*height: 94vh;*/
    height: 580px;
/*    border: 2px solid black;*/
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.service1-sec2main3-content {
    width: 86%;
    /*height: 67vh;*/
    height: 510px;
/*    border: 2px solid red;*/
}


.service1-sec2-img {
    /*width: 1440px;*/
    width: 100%;
    height: 780px;
    /*border: 2px solid cyan;*/
    position: absolute;
    top: 0;
    margin-top: -80px;
/*    z-index: -1;*/
}


.service2-sec2-img {
    /*width: 1440px;*/
    width: 100%;
    height: 780px;
    /*border: 2px solid red;*/
    position: absolute;
    top: 0;
    margin-top: -80px;
/*    z-index: -1;*/
}











    
    
/*the main box photo here*/


.sec2main3-content2 {
    width: 100%;
    /*height: 58vh;*/
    height: 380px;
    /*border: 1px solid yellow;*/
    display: flex;
    flex-direction: row-reverse;
}

.sec2main3-content-img3 {
    width: 470px;
    height: 353px;
    /*border: 2px solid red;*/
    position: absolute;
    bottom: 0;
/*    left: 0;*/
}



/*the image start here*/



.service-sec2main3-content-img3 {
    width: 326px;
    height: 360px;
    /*border: 2px solid blue;*/
    margin-top: -5px;
    background-color: grey;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); 
}


    
.service1-sec2main3-content-img3 {
    width: 326px;
    height: 360px;
/*    border: 2px solid red;*/
    margin-top: -5px;
    background-color: grey;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); 
}

    
    
.service-sec2main3-content-img1 {
    width: 81px;
    height: 93px;
/*    border: 2px solid red;*/
    display: flex;
    justify-content: center;
    align-items: center;
/*    background-color: #f2c864;*/
    position: absolute;
    margin-top: -185px;
    margin-left: -230px;
/*    z-index: 1;*/
}
    
    
    
.service1-sec2main3-content-img1 {
    width: 81px;
    height: 93px;
    /*border: 2px solid red;*/
    display: flex;
    justify-content: center;
    align-items: center;
/*    background-color: #f2c864;*/
    position: absolute;
    margin-top: -185px;
    margin-left: 230px;
/*    z-index: 1;*/
}
    
    
    
    
/*those tools start here*/


.service1-sec2-connect img {
    width: 208px;
    height: 544px;
    /*border: 2px solid red;*/
    position: absolute;
/*    transform: rotate(-25deg);*/
    margin-top: 90px;
    margin-left: -65px;
/*    z-index: -2;*/
}
    
    
.service2-sec2-connect img {
    width: 208px;
    height: 544px;
    /*border: 2px solid black;*/
    position: absolute;
/*    transform: rotate(-25deg);*/
    margin-top: 90px;
    margin-left: 65px;
/*    z-index: -2;*/
}
    
    
    
    
/*hammer*/

[data-img-position="4"] img {
    /*border: 2px solid black;*/
     z-index: -2;
     margin-top: 310px;
     margin-left: 5px;
}



/*[data-div-position="5"] {*/
/*    border: 2px solid red;*/
/*     z-index: -1;*/
/*}*/

    
    
    
/*all sub tag start here*/
    
    
.sec2main3-title-img {
    width: 25px;
    height: 10px;
    margin-right: 15px;
    z-index: 1;
    /*border: 2px solid red;*/
/*    border: 2px solid yellow;*/
}



.service-sec2main3-title-img {
    width: 25px;
    height: 10px;
    margin-left: 15px;
    z-index: 1;
    /*border: 2px solid blue;*/
    /*border: 2px solid yellow;*/
}

    
    

.service1-sec2main3-title-img {
    width: 25px;
    height: 10px;
    margin-right: 15px;
    z-index: 1;
    /*border: 2px solid red;*/
/*    border: 2px solid yellow;*/
}


/*to adjust only section bottom is okay to set 1 data div*/


[data-div2-position="1"] {
/*    border: 2px solid orange;*/
    margin-bottom: 110px;
}

    
    
    
    
    
    
    
    
}

/*media 920px end here*/








/*//*/

/*media start here*/

@media (max-width: 600px){
    
    
body {
        overflow-x: hidden;
        
    }
    
/*button here*/
    
.service-call-btn {
    padding: 10px 20px;
    margin-top: 15px;
    text-decoration: none;
    background-color: #f2c864;
    transition: 0.4s;
    border: none;
    outline: none;
    cursor: pointer;
    color: white;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 2.2vw;
}
    
    
    
    
    
/*    the whole section 2 service start here*/
    
.sec2main3 {
    width: 100%;
    /*height: 95vh;*/
    height: 780px;
    margin-top: 10px;
    /*border: 2px solid red;*/
    
}

.sec2main3-content {
    width: 86%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
}

.sec2main3-content1 {
    width: 100%;
    /*height: 15vh;*/
    /*height: 112.5px;*/
    height: auto;
    margin-bottom: 10px;
    /*border: 2px solid green;*/
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.sec2main3-content2 {
    width: 100%;
    /*height: 118vh;*/
    height: 750px;
    /*border: 1px solid yellow;*/
    display: flex;
    flex-direction: column;
}

    
    /*title what we do*/

.sec2main3-title-img {
    width: 18px;
    height: 7px;
    margin-right: 15px;
/*    border: 2px solid yellow;*/
}

.sec2main3-content1 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 6.5vw;
    color: #0b4251;
/*
    margin-top: 5px;
    border: 2px solid red;
*/
}

.sec2main3-content1 p{
    font-weight: 400;
    font-size: 2.6vw;
    color: #bdccd0;
    letter-spacing: 1px;
}
    
    
    
    
/*section 2 of about start here*/
    
    .sec2main3-content22 {
    width: 100%;
    height: 45%;
    /*border: 2px solid orange;*/
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 0px;
}

.sec2main3-content222 {
    width: 85%;
    height: 95%;
    /*border: 2px solid cyan;*/
}

.sec2main3-content222 p {
    font-weight: 400;
    font-size: 3vw;
    color: #0b4251;
}

/*
.sec2main3-content3 {
    margin-top: 40px;
    border: 2px solid violet;
    width: 100%;
    height: 30%;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.sec2main3-content33 {
    width: 100%;
    height: 20%;
    display: flex;
    flex-direction: row;
    border-bottom: 2px solid #bdccd0;
    justify-content: flex-start;
    align-items: center;
}

.sec2main3-content33 a {
    text-decoration: none;
    margin-left: 46px;
}

.sec2main3-content33 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 5vw;
    color: #0b4251;
    transition: 0.6s;
}
*/

/*
.sec2main3-content3 {
    width: 100%;
    height: 30%;
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    border: 2px solid violet;
}
*/

.sec2main3-content33 {
    width: 25%;
    height: auto;
    /*border: 2px solid green;*/
/*
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
*/
}

.sec2main3-content33 p {
    font-weight: 400;
    font-size: 3vw;
    color: #bdccd0;
}

.sec2main3-content33 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 7.4vw;
    color: #0b4251;
}


/*the two image rectangle*/


.sec2main3-content-img {
    width: 100%;
    height: 55%;
    /*border: 2px solid blue;*/
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
/*    margin-top: 30px;*/
/*    display: none;*/
/*    overflow: hidden;*/
/*    display: none;*/
}
    
.sec2main3-content-img-between {
    width: 100%;
    height: 80%;
    /*border: 2px solid green;*/
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
}


/*
.sec2main3-content-img1 {
    width: 175px;
    height: 105px;
    border: 2px solid red;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f2c864;
    position: absolute;
    z-index: 1;
}
*/

.sec2main3-content-img1 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 5vw;
    color: white;
}
    
/*box here*/

.sec2main3-content-img3 {
    width: 431px;
    height: 323px;
    /*border: 2px solid pink;*/
    margin-top: 0px;
/*    background-color: pink;*/
    margin-bottom: 0px;
    z-index: 1;
    margin-left: -20px;
    position: static;
    bottom: auto;
}

.sec2main3-content-img3 img {
    width: 100%;
}
    
    
    
    

/*service 1 with pencil right!*/
    
/*section of five start here*/
    
/*here is the connector only*/

.service1-sec2-img {
    width: 1425px;
    height: 780px;
    /*border: 2px solid black;*/
    position: absolute;
    top: 0;
    margin-top: -250px;
    z-index: -1;
}
    

.service-sec2main3 {
    width: 100%;
    /*height: 120vh;*/
    /*height: 900px;*/
    height: 927.5px;
    margin-bottom: 140px;
    /*border: 2px solid yellow;*/
    
}

.service-sec2main3-content {
    width: 86%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
}

.service-sec2main3-content1 {
    width: 100%;
    /*height: 15vh;*/
    /*height: 112.5px;*/
    height: auto;
    margin-bottom: 10px;
    /*border: 2px solid green;*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.service-sec2main3-content2 {
    width: 100%;
    /*height: 125vh;*/
    height: 900px;
    /*border: 1px solid aqua;*/
    display: flex;
    flex-direction: column;
}

/*title what we do*/

.service-sec2main3-title-img {
    width: 18px;
    height: 7px;
    margin-left: 15px;
/*    border: 2px solid yellow;*/
}

.service-sec2main3-content1 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 6.5vw;
    color: #0b4251;
/*
    margin-top: 5px;
    border: 2px solid red;
*/
}

.service-sec2main3-content1 p{
    font-weight: 400;
    font-size: 2.6vw;
    color: #bdccd0;
    letter-spacing: 1px;
}

    
    

/*selection to our services    big selection here*/

.service-sec2main3-content22 {
    width: 100%;
    height: 47%;
/*    border: 2px solid orange;*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.service-sec2main3-content222 {
    width: 85%;
    height: 95%;
/*    border: 2px solid cyan;*/
}

.service-sec2main3-content222 p {
    font-weight: 400;
    font-size: 3vw;
    color: #0b4251;
}

/*
.service-sec2main3-content3 {
    width: 100%;
    height: 65%;
    margin-top: 40px;
    border: 2px solid violet;
}
*/

.service-sec2main3-content33 {
    width: 100%;
    height: 20%;
    display: flex;
    flex-direction: row;
    /*border-bottom: 2px solid red;*/
    justify-content: flex-start;
    align-items: center;
}

.service-sec2main3-content33 a {
    text-decoration: none;
    margin-left: 46px;
}

.service-sec2main3-content33 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 5vw;
    color: #0b4251;
    transition: 0.6s;
}


/*
.service-sec2main3-content333 {
    width: 100%;
    height: 20%;
    display: flex;
    flex-direction: row;
    border-bottom: 2px solid #bdccd0;
    justify-content: flex-start;
    align-items: center;
}

.service-sec2main3-content333 a {
    text-decoration: none;
    margin-left: 46px;
}

.service-sec2main3-content333 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 5vw;
    color: #0b4251;
    transition: 0.6s;
}
*/


/*the one image rectangle*/


.service-sec2main3-content-img {
    width: 100%;
    height: 53%;
/*    border: 2px solid orange;*/
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
/*    overflow: hidden;*/
/*    display: none;*/
}
    
.service-sec2main3-content-img-between {
    width: 100%;
    height: 100%;
/*    border: 2px solid green;*/
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
}


.service-sec2main3-content-img1 {
    width: 105px;
    height: 120px;
/*    border: 2px solid red;*/
    display: flex;
    justify-content: center;
    align-items: center;
/*    background-color: red;*/
    position: absolute;
    margin-top: -220px;
    margin-left: -260px;
/*    z-index: 1;*/
}

.service-sec2main3-content-img1 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 5vw;
    color: white;
}

.service-sec2main3-content-img3 {
    width: 346px;
    height: 382px;
    /*border: 2px solid red;*/
    margin-top: 0px;
    background-color: grey;
}
 
    
    
    
/*service 1 pencil*/
    
    
.service1-sec2-connect {
    display: none;
}
    
/*pencil clone media*/
    
.service1-sec2-connect-clone1 {
    width: 100%;
    /*height: 2vh;*/
    height: 15px;
/*    border: 2px solid blue;*/
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service1-sec2-connect-clone1 img {
    width: 196px;
    height: 513px;
    /*border: 2px solid black;*/
    position: absolute;
    transform: rotate(-85deg);
    margin-top: -40px;
    margin-left: 380px;
}
    
    
    
    
    
    
    
    
    
    
    

    
    
    
/*skru section start service 2*/

.service2-sec2-img {
    width: 1425px;
    height: 780px;
    /*border: 2px solid cyan;*/
    position: absolute;
    top: 0;
    margin-top: -250px;
    z-index: -1;
}
    

.service1-sec2main3 {
    width: 100%;
    /*height: 120vh;*/
    height: 927.5px;
    margin-bottom: 140px;
    /*border: 2px solid orange;*/
    
}

.service1-sec2main3-content {
    width: 86%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
}

.service1-sec2main3-content1 {
    width: 100%;
    /*height: 15vh;*/
    /*height: 112.5px;*/
    height: auto;
    margin-bottom: 10px;
    /*border: 2px solid pink;*/
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.service1-sec2main3-content2 {
    width: 100%;
    /*height: 125vh;*/
    height: 900px;
    /*border: 1px solid black;*/
    display: flex;
    flex-direction: column;
}

/*title what we do*/

.service1-sec2main3-title-img {
    width: 18px;
    height: 7px;
    margin-left: 15px;
/*    border: 2px solid yellow;*/
}

.service1-sec2main3-content1 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 6.5vw;
    color: #0b4251;
/*
    margin-top: 5px;
    border: 2px solid red;
*/
}

.service1-sec2main3-content1 p{
    font-weight: 400;
    font-size: 2.6vw;
    color: #bdccd0;
    letter-spacing: 1px;
}

    
    

/*selection to our services    big selection here*/

.service1-sec2main3-content22 {
    width: 100%;
    height: 47%;
/*    border: 2px solid orange;*/
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.service1-sec2main3-content222 {
    width: 85%;
    height: 95%;
/*    border: 2px solid cyan;*/
}

.service1-sec2main3-content222 p {
    font-weight: 400;
    font-size: 3vw;
    color: #0b4251;
}

/*
.service-sec2main3-content3 {
    width: 100%;
    height: 65%;
    margin-top: 40px;
    border: 2px solid violet;
}
*/

.service1-sec2main3-content33 {
    width: 100%;
    height: 20%;
    display: flex;
    flex-direction: row;
/*    border-bottom: 2px solid red;*/
    justify-content: flex-start;
    align-items: center;
}

.service1-sec2main3-content33 a {
    text-decoration: none;
    margin-left: 46px;
}

.service1-sec2main3-content33 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 5vw;
    color: #0b4251;
    transition: 0.6s;
}


/*
.service-sec2main3-content333 {
    width: 100%;
    height: 20%;
    display: flex;
    flex-direction: row;
    border-bottom: 2px solid #bdccd0;
    justify-content: flex-start;
    align-items: center;
}

.service-sec2main3-content333 a {
    text-decoration: none;
    margin-left: 46px;
}

.service-sec2main3-content333 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 5vw;
    color: #0b4251;
    transition: 0.6s;
}
*/


/*the one image rectangle*/


.service1-sec2main3-content-img {
    width: 100%;
    height: 53%;
/*    border: 2px solid orange;*/
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
/*    overflow: hidden;*/
/*    display: none;*/
}
    
.service1-sec2main3-content-img-between {
    width: 100%;
    height: 100%;
/*    border: 2px solid green;*/
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}


.service1-sec2main3-content-img1 {
    width: 105px;
    height: 120px;
/*    border: 2px solid red;*/
    display: flex;
    justify-content: center;
    align-items: center;
/*    background-color: red;*/
    position: absolute;
    margin-top: -220px;
    margin-left: 260px;
/*    z-index: 1;*/
}

.service1-sec2main3-content-img1 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 5vw;
    color: white;
}

.service1-sec2main3-content-img3 {
    width: 346px;
    height: 382px;
/*    border: 2px solid red;*/
    margin-top: 0px;
    background-color: grey;
}
 
    
    
    
/*service 1 skru*/
    
    
.service2-sec2-connect {
    display: none;
}
    
/*skru clone media*/
    
.service2-sec2-connect-clone1 {
    width: 100%;
    /*height: 2vh;*/
    height: 15px;
    /*border: 2px solid red;*/
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service2-sec2-connect-clone1 img {
    width: 196px;
    height: 513px;
    /*border: 2px solid red;*/
    position: absolute;
    transform: rotate(85deg);
    margin-top: -40px;
    margin-left: -380px;
}
    
    

/*clone pencil - hammer*/
    
    
[data-div1-position="1"] img {
/*    border: 2px solid red;*/
}

[data-div1-position="2"] img {
/*    border: 2px solid orange;*/
}

[data-div1-position="3"] img {
/*    border: 2px solid orange;*/
    margin-top: -60px;
    width: 187px;
    height: 489px;
    transform: rotate(-82deg);
}

[data-div1-position="4"] img {
    /*border: 2px solid blue;*/
    width: 158px;
    height: 412px;
    margin-left: -605px;
    margin-top: -80px;
    transform: rotate(75deg);
}
    

/*for the last section to adjust the bottom margin*/

    
[data-div2-position="1"] {
/*    border: 2px solid orange;*/
    margin-bottom: 60px;
}

    
    
    
    
    

}

/*media 600px end here*/








@media (max-width: 475px){
    
    
/*the first big sections    */
    
.sec2main3 {
    height: 650px;
    margin-top: 20px;
    /*border: 2px solid grey;*/
    
}


.sec2main3-content2 {

    height: 620px;
    /*border: 2px solid red;*/
}



/*this is the pencil*/


.service-sec2main3 {
    width: 100%;
    height: 880px;
    margin-bottom: 140px;
    /*border: 2px solid yellow;*/
    
}


.service-sec2main3-content2 {
    width: 100%;
    /*height: 125vh;*/
    height: 850px;
    /*border: 1px solid aqua;*/
    display: flex;
    flex-direction: column;
}



[data-div2-position="1"] {
    /*border: 2px solid orange;*/
    margin-bottom: 60px;
}


/*the skru start here*/


.service1-sec2main3 {
    width: 100%;
    height: 880px;
    margin-bottom: 140px;
    /*border: 2px solid red;*/
    
}


.service1-sec2main3-content2 {
    width: 100%;
    /*height: 125vh;*/
    height: 850px;
    /*border: 1px solid grey;*/
    display: flex;
    flex-direction: column;
}






}

/*media 475px end here*/








/*media start here*/

@media (max-width: 428px){
    
    
body {
        overflow-x: hidden;
        
    }
    
/*button here*/
    
.service-call-btn {
    padding: 10px 20px;
    margin-top: 15px;
    text-decoration: none;
    background-color: #f2c864;
    transition: 0.4s;
    border: none;
    outline: none;
    cursor: pointer;
    color: white;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 2.2vw;
}
    
    
    
    
    
/*    the whole section 2 service start here*/
    
.sec2main3 {
    width: 100%;
    /*height: 95vh;*/
    height: 580px;
    /*border: 2px solid blue;*/
    
}

.sec2main3-content {
    width: 86%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
}

.sec2main3-content1 {
    width: 100%;
    /*height: 15vh;*/
    /*height: 117px;*/
    height: auto;
    margin-bottom: 10px;
    /*border: 2px solid green;*/
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.sec2main3-content2 {
    width: 100%;
    /*height: 118vh;*/
    height: 525px;
    /*border: 1px solid red;*/
    display: flex;
    flex-direction: column;
}

    
    /*title what we do*/

.sec2main3-title-img {
    width: 18px;
    height: 7px;
    margin-right: 15px;
/*    border: 2px solid yellow;*/
}

.sec2main3-content1 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 7vw;
    color: #0b4251;
    /*color: red;*/
/*
    margin-top: 5px;
    border: 2px solid red;
*/
}

.sec2main3-content1 p{
    font-weight: 400;
    font-size: 3vw;
    color: #bdccd0;
    /*color: red;*/
    letter-spacing: 1px;
}
    
    
    
    
/*section 2 of about start here*/
    
    .sec2main3-content22 {
    width: 100%;
    height: 45%;
/*    border: 2px solid orange;*/
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 0px;
}

.sec2main3-content222 {
    width: 85%;
    height: 95%;
/*    border: 2px solid cyan;*/
}

.sec2main3-content222 p {
    font-weight: 400;
    font-size: 3.2vw;
    color: #0b4251;
    /*color: red;*/
}

/*
.sec2main3-content3 {
    margin-top: 40px;
    border: 2px solid violet;
    width: 100%;
    height: 30%;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.sec2main3-content33 {
    width: 100%;
    height: 20%;
    display: flex;
    flex-direction: row;
    border-bottom: 2px solid #bdccd0;
    justify-content: flex-start;
    align-items: center;
}

.sec2main3-content33 a {
    text-decoration: none;
    margin-left: 46px;
}

.sec2main3-content33 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 5vw;
    color: #0b4251;
    transition: 0.6s;
}
*/

/*
.sec2main3-content3 {
    width: 100%;
    height: 30%;
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    border: 2px solid violet;
}
*/

.sec2main3-content33 {
    width: 25%;
    height: auto;
/*    border: 2px solid green;*/
/*
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
*/
}

.sec2main3-content33 p {
    font-weight: 400;
    font-size: 3vw;
    color: #bdccd0;
    /*color: red;*/
}

.sec2main3-content33 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 7.4vw;
    color: #0b4251;
}


/*the two image rectangle*/


.sec2main3-content-img {
    width: 100%;
    height: 55%;
/*    border: 2px solid blue;*/
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
/*    margin-top: 30px;*/
/*    display: none;*/
/*    overflow: hidden;*/
/*    display: none;*/
}
    
.sec2main3-content-img-between {
    width: 100%;
    height: 80%;
    /*border: 2px solid green;*/
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
}


/*
.sec2main3-content-img1 {
    width: 175px;
    height: 105px;
    border: 2px solid red;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f2c864;
    position: absolute;
    z-index: 1;
}
*/

.sec2main3-content-img1 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 5vw;
    /*color: white;*/
    color: red;
}
    
/*box here*/

.sec2main3-content-img3 {
    width: 376px;
    height: 282px;
    /*border: 2px solid pink;*/
    margin-top: 0px;
/*    background-color: pink;*/
    margin-bottom: 0px;
    z-index: 1;
    margin-left: -20px;
    position: static;
    bottom: auto;
}

.sec2main3-content-img3 img {
    width: 100%;
}
    
    











    

/*service 1 with pencil right!*/
    
/*section of five start here*/
    

.service1-sec2-img {
    width: 1425px;
    height: 780px;
/*    border: 2px solid cyan;*/
    position: absolute;
    top: 0;
    margin-top: -250px;
    z-index: -1;
}
    

.service-sec2main3 {
    width: 100%;
    /*height: 120vh;*/
    height: 780px;
    margin-bottom: 140px;
    /*border: 2px solid yellow;*/
    
}

.service-sec2main3-content {
    width: 86%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
}

.service-sec2main3-content1 {
    width: 100%;
    /*height: 15vh;*/
    /*height: 117px;*/
    height: auto;
    margin-bottom: 10px;
    /*border: 2px solid green;*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.service-sec2main3-content2 {
    width: 100%;
    /*height: 125vh;*/
    height: 750px;
    /*border: 1px solid aqua;*/
    display: flex;
    flex-direction: column;
}

/*title what we do*/

.service-sec2main3-title-img {
    width: 18px;
    height: 7px;
    margin-left: 15px;
/*    border: 2px solid yellow;*/
}

.service-sec2main3-content1 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 7vw;
    color: #0b4251;
    /*color: yellow;*/
/*
    margin-top: 5px;
    border: 2px solid red;
*/
}

.service-sec2main3-content1 p{
    font-weight: 400;
    font-size: 3vw;
    color: #bdccd0;
    /*color: red;*/
    letter-spacing: 1px;
}

    
    

/*selection to our services    big selection here*/

.service-sec2main3-content22 {
    width: 100%;
    height: 47%;
/*    border: 2px solid orange;*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.service-sec2main3-content222 {
    width: 85%;
    height: 95%;
/*    border: 2px solid cyan;*/
}

.service-sec2main3-content222 p {
    font-weight: 400;
    font-size: 3.2vw;
    color: #0b4251;
    /*color: aqua;*/
}

/*
.service-sec2main3-content3 {
    width: 100%;
    height: 65%;
    margin-top: 40px;
    border: 2px solid violet;
}
*/

.service-sec2main3-content33 {
    width: 100%;
    height: 20%;
    display: flex;
    flex-direction: row;
    /*border-bottom: 2px solid red;*/
    justify-content: flex-start;
    align-items: center;
}

.service-sec2main3-content33 a {
    text-decoration: none;
    margin-left: 46px;
}

.service-sec2main3-content33 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 5vw;
    color: #0b4251;
    transition: 0.6s;
}


/*
.service-sec2main3-content333 {
    width: 100%;
    height: 20%;
    display: flex;
    flex-direction: row;
    border-bottom: 2px solid #bdccd0;
    justify-content: flex-start;
    align-items: center;
}

.service-sec2main3-content333 a {
    text-decoration: none;
    margin-left: 46px;
}

.service-sec2main3-content333 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 5vw;
    color: #0b4251;
    transition: 0.6s;
}
*/


/*the one image rectangle*/


.service-sec2main3-content-img {
    width: 100%;
    height: 53%;
/*    border: 2px solid orange;*/
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
/*    overflow: hidden;*/
/*    display: none;*/
}
    
.service-sec2main3-content-img-between {
    width: 100%;
    height: 100%;
/*    border: 2px solid green;*/
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
}

/*number box here*/

.service-sec2main3-content-img1 {
    width: 79px;
    height: 91px;
/*    border: 2px solid red;*/
    display: flex;
    justify-content: center;
    align-items: center;
/*    background-color: red;*/
    position: absolute;
    margin-top: -180px;
    margin-left: -240px;
/*    z-index: 1;*/
}



.service-sec2main3-content-img1 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 5vw;
    color: white;
    /*color: orange;*/
}

.service-sec2main3-content-img3 {
    width: 295px;
    height: 326px;
/*    border: 2px solid red;*/
    margin-top: 0px;
    /*background-color: grey;*/
    overflow: hidden;
}
 
.service-sec2main3-content-img3 img {
    width: auto;
    height: 100%;
    object-fit: cover;
    /*border: 2px solid red;*/
}
    
    
    
/*service 1 pencil*/
    
    
.service1-sec2-connect {
    display: none;
}
    
/*pencil clone media*/
    
.service1-sec2-connect-clone1 {
    width: 100%;
    /*height: 2vh;*/
    height: 15.6px;
/*    border: 2px solid blue;*/
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service1-sec2-connect-clone1 img {
    width: 196px;
    height: 513px;
/*    border: 2px solid black;*/
    position: absolute;
    transform: rotate(-85deg);
    margin-top: -40px;
    margin-left: 360px;
}
    
    
    
    
    
    
    
    
    
    
    

    
    
    
    
    
    
    
    
/*skru section start service 2*/

.service2-sec2-img {
    width: 1425px;
    height: 780px;
/*    border: 2px solid cyan;*/
    position: absolute;
    top: 0;
    margin-top: -250px;
    z-index: -1;
}
    

.service1-sec2main3 {
    width: 100%;
    /*height: 120vh;*/
    height: 780px;
    margin-bottom: 140px;
    /*border: 2px solid blue;*/
    
}

.service1-sec2main3-content {
    width: 86%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
}

.service1-sec2main3-content1 {
    width: 100%;
    /*height: 15vh;*/
    /*height: 117px;*/
    height: auto;
    margin-bottom: 10px;
    /*border: 2px solid red;*/
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.service1-sec2main3-content2 {
    width: 100%;
    /*height: 125vh;*/
    height: 750px;
    /*border: 1px solid aqua;*/
    display: flex;
    flex-direction: column;
}

/*title what we do*/

.service1-sec2main3-title-img {
    width: 18px;
    height: 7px;
    margin-left: 15px;
/*    border: 2px solid yellow;*/
}

.service1-sec2main3-content1 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 7vw;
    color: #0b4251;
    /*color: red;*/
/*
    margin-top: 5px;
    border: 2px solid red;
*/
}

.service1-sec2main3-content1 p{
    font-weight: 400;
    font-size: 3vw;
    /*color: red;*/
    color: #bdccd0;
    letter-spacing: 1px;
}

    
    

/*selection to our services    big selection here*/

.service1-sec2main3-content22 {
    width: 100%;
    height: 47%;
/*    border: 2px solid orange;*/
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.service1-sec2main3-content222 {
    width: 85%;
    height: 95%;
/*    border: 2px solid cyan;*/
}

.service1-sec2main3-content222 p {
    font-weight: 400;
    font-size: 3.2vw;
    color: #0b4251;
    /*color: yellow;*/
}

/*
.service-sec2main3-content3 {
    width: 100%;
    height: 65%;
    margin-top: 40px;
    border: 2px solid violet;
}
*/

.service1-sec2main3-content33 {
    width: 100%;
    height: 20%;
    display: flex;
    flex-direction: row;
/*    border-bottom: 2px solid red;*/
    justify-content: flex-start;
    align-items: center;
}

.service1-sec2main3-content33 a {
    text-decoration: none;
    margin-left: 46px;
}

.service1-sec2main3-content33 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 5vw;
    color: #0b4251;
    transition: 0.6s;
}


/*
.service-sec2main3-content333 {
    width: 100%;
    height: 20%;
    display: flex;
    flex-direction: row;
    border-bottom: 2px solid #bdccd0;
    justify-content: flex-start;
    align-items: center;
}

.service-sec2main3-content333 a {
    text-decoration: none;
    margin-left: 46px;
}

.service-sec2main3-content333 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 5vw;
    color: #0b4251;
    transition: 0.6s;
}
*/


/*the one image rectangle*/


.service1-sec2main3-content-img {
    width: 100%;
    height: 53%;
/*    border: 2px solid orange;*/
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
/*    overflow: hidden;*/
/*    display: none;*/
}
    
.service1-sec2main3-content-img-between {
    width: 100%;
    height: 100%;
/*    border: 2px solid green;*/
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}


.service1-sec2main3-content-img1 {
    width: 79px;
    height: 91px;
/*    border: 2px solid red;*/
    display: flex;
    justify-content: center;
    align-items: center;
/*    background-color: red;*/
    position: absolute;
    margin-top: -180px;
    margin-left: 240px;
/*    z-index: 1;*/
}

.service1-sec2main3-content-img1 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 5vw;
    color: white;
}


.service1-sec2main3-content-img3 {
    width: 295px;
    height: 326px;
/*    border: 2px solid red;*/
    margin-top: 0px;
    /*background-color: grey;*/
    overflow: hidden;
}
 
.service1-sec2main3-content-img3 img {
    width: auto;
    height: 100%;
    object-fit: cover;
    /*border: 2px solid red;*/
}
    
 
    
    
    
/*service 1 skru*/
    
    
.service2-sec2-connect {
    display: none;
}
    
/*skru clone media*/
    
.service2-sec2-connect-clone1 {
    width: 100%;
    /*height: 2vh;*/
    height: 15.6px;
/*    border: 2px solid blue;*/
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service2-sec2-connect-clone1 img {
    width: 196px;
    height: 513px;
/*    border: 2px solid black;*/
    position: absolute;
    transform: rotate(85deg);
    margin-top: -40px;
    margin-left: -360px;
}
    
    

/*clone pencil - hammer*/
    
    
[data-div1-position="1"] img {
/*    border: 2px solid red;*/
}

[data-div1-position="2"] img {
    /*border: 2px solid orange;*/
    margin-left: -270px;
    margin-top: 10px;
}

[data-div1-position="3"] img {
    /*border: 2px solid red;*/
    margin-top: -20px;
    margin-left: 400px;
    width: 187px;
    height: 489px;
    transform: rotate(-82deg);
}

[data-div1-position="4"] img {
    /*border: 2px solid red;*/
    width: 158px;
    height: 412px;
    margin-left: -525px;
    margin-top: -15px;
    transform: rotate(75deg);
}
    

/*for the last section to adjust the bottom margin*/

    
[data-div2-position="1"] {
/*    border: 2px solid orange;*/
    margin-bottom: 60px;
}

    
    
    
    
    

}

/*media 428px end here*/






/*media desktop start here*/

@media (min-width: 1600px){
    
    
.sec2main3-content-img3 {
    width: 756px;
    height: 567px;
    /*border: 2px solid red;*/
}
    
    
/*image of service*/
    
.service-sec2main3-content-img3 {
    width: 551px;
    height: 609px;
    /*border: 2px solid red;*/
}


.service1-sec2main3-content-img3 {
    width: 551px;
    height: 609px;
    /*border: 2px solid aqua;*/
}
    
    
/*image of the number*/


.service-sec2main3-content-img1 {
    width: 105px;
    height: 120px;
    /*border: 2px solid red;*/
    position: absolute;
    margin-top: -290px;
    margin-left: -180px;
/*    z-index: 1;*/
}


.service1-sec2main3-content-img1 {
    width: 105px;
    height: 120px;
    /*border: 2px solid aqua;*/
    position: absolute;
    margin-top: -290px;
    margin-left: 180px;
/*    z-index: 1;*/
}
    
    
[data-img-position="3"] img {
    /*border: 2px solid black;*/
    margin-top: -80px;
}
    
    
    
    
}

/*media desktop ends here*/



/*media gaming laptop start here*/

@media (min-width: 1445px) and (min-height: 864px) and (max-width: 1599px){
    


.service1-sec2main3-content-img1 {
    /*border: 2px solid red;*/
    margin-top: -160px;
    margin-left: 150px;
/*    z-index: 1;*/
}

.service-sec2main3-content-img1 {
    /*border: 2px solid aqua;*/
    margin-top: -160px;
    margin-left: -150px;
/*    z-index: 1;*/
}



.service-sec2main3-content-img3 {
    width: 435px;
    height: 481px;
    /*border: 2px solid red;*/
}
    

.service1-sec2main3-content-img3 {
    width: 435px;
    height: 481px;
    /*border: 2px solid orange;*/
}
    
    
    
    
}


/*media gaming laptop end here*/


