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

/* Add this at the very top of your CSS */
@media only screen and (max-width: 1400px) {
  html, body {
    width: 100% !important;
    overflow-x: hidden !important;
  }
}


*{
    margin: 0;
    padding: 0;
/*    box-sizing: border-box;*/
    scroll-behavior: smooth;
}

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

.main-hero {
    z-index: 10;
}





/*whatsapp button here*/

 /* WhatsApp container */
        .whatsapp-container {
            position: fixed;
            bottom: 20px;
            right: 20px;
            width: 140px;
            height: 140px;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 100;
        }
        
        /* WhatsApp button */
        .whatsapp-button {
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: #25d366;
            color: white;
            box-shadow: 0 2px 10px rgba(0,0,0,0.2);
            cursor: pointer;
            width: 80px;
            height: 80px;
            position: relative;
            z-index: 2;
            transition: transform 0.2s;
            text-decoration: none;
        }
        
        .whatsapp-button span{
            font-size: 3.6vw;
        }
        
        .whatsapp-button:hover {
            transform: scale(1.2);
        }

        /* WhatsApp icon */
        .whatsapp-icon {
            width: 60%;
            height: auto;
        }

        /* Circular text */
        .circular-text {
            position: absolute;
            width: 100%;
            height: 100%;
            animation: rotate 10s linear infinite;
        }

        .circular-text svg {
            width: 100%;
            height: 100%;
            font-family: "Bebas Neue", sans-serif;
            font-weight: 400;
            font-size: 1.2vw;
            letter-spacing: 5px;
        }

        .circular-text text {
/*            fill: #f2c864; */
            /* Changed to golden yellow color */
/*            fill: red;*/
        }

        .circular-text path {
            font-size: 11px;
            font-weight: 500;
        }

      /* Dual Text Layers */
        .text-light {
            fill: #0b4251; /* Teal for light backgrounds */
            opacity: 1;
            transition: opacity 0.5s;
        }
        
        .text-dark {
            fill: #f2c864; /* Gold for dark backgrounds */
            opacity: 0;
            transition: opacity 0.5s;
        }
        

/* Dynamic Switching - Fixed Version */
body.dark-active .text-light {
    opacity: 0;
}

body.dark-active .text-dark {
    opacity: 1;
}

        @keyframes rotate {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        /* Pause on hover */
        .whatsapp-container:hover .circular-text {
            animation-play-state: paused;
        }

/*can copy until here*/











/*blog first section*/

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

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

.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 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%;
}



/*three shapes start here*/

.sec3-about2-img1 {
    position: absolute;
    width: 260px;
    height: 200px;
/*    border: 2px solid green;*/
    top: 0;
    margin-top: -10px;
    margin-right: 260px;
}

.sec3-about2-img2 {
    position: absolute;
    width: 260px;
    height: 200px;
/*    border: 2px solid green;*/
    left: 0;
    margin-left: -60px;
}

.sec3-about2-img3 {
    position: absolute;
    width: 260px;
    height: 200px;
/*    border: 2px solid green;*/
/*    margin-right: 30px;*/
    bottom: 0;
    margin-bottom: -40px;
}

.sec3-about2-img1 img {
    width: 100%;
    animation: floating ease 8s infinite;
}

.sec3-about2-img2 img {
    width: 100%;
    animation: floating ease 11s infinite;
}

.sec3-about2-img3 img {
    width: 100%;
    animation: floating ease 10s infinite;
}











/*all keyframes here*/

@keyframes floating {
    0%{
        transform: translate(0%, 0%) rotate(360deg);
    }
    25%{
        transform: translate(5%, 15%) rotate(360deg);
    }
    50%{
        transform: translate(10%, 5%) rotate(360deg);
    }
    75%{
        transform: translate(0%, 15%) rotate(360deg);
    }
    100%{
        transform: translate(0%, 0%) rotate(360deg);
    }
    
    
}













/*blogs content all start here*/



        .blog-body {
            display: flex;
            flex-direction: column;
            min-height: 100vh;
            background-color: white;
            padding: 20px;
            line-height: 1.6;
/*            border: 2px solid aqua;*/
            position: relative;
            justify-content: center;
            align-items: center;
            margin-bottom: 80px;
        }

.blog-body-border {
    width: 86%;
    height: 10%;
    background-color: white;
    border-top: 2px solid #bdccd0;
    position: absolute;
    top: 0;
}
        
        .container-blog {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            width: 88%;
            margin: 40px 0;
            /*border-top: 2px solid orange;*/
            z-index: 1;
/*            border: 2px solid aqua;*/
        }
        
        .main-content {
            flex: 2;
            min-width: 300px;
            display: grid;
            /*border: 2px solid aqua;*/
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
/*            grid-template-columns: repeat;*/
            gap: 20px;
        }
        
        .sidebar {
            flex: 1;
            min-width: 250px;
            background: white;
            padding: 20px;
/*            border-left: 2px solid #bdccd0;*/
/*            border-radius: 8px;*/
            box-shadow: -2px 0 5px rgba(0,0,0,0.1);
            height: fit-content;
        }
        
        .blog-card {
            background: white;
            height: fit-content;
/*            border-radius: 8px;*/
/*            border: 2px solid aqua;*/
            overflow: hidden;
            transition: transform 0.3s;
            box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        }
        
        .blog-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        .blog-image {
            width: 100%;
            height: 200px;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }
        
        .blog-content {
            padding: 20px;
            border: 2px solid #bdccd0;
/*            border: 2px solid red;*/
        }
        
        .blog-content h3 {
            margin-bottom: 10px;
            font-family: "Bebas Neue", sans-serif;
            font-weight: 400;
            font-size: 2vw;
            line-height: 30px;
            color: #0b4251;
/*            color: red;*/
        }
        
        .blog-content p {
            color: #0b4251;
            font-weight: 500;
            margin-bottom: 15px;
        }
        
        .blog-content a {
            color: #0b4251;
            text-decoration: underline;
            font-weight: 600;
/*
            display: inline-flex;
            justify-content: flex-end;
*/
            margin-top: 10px;
            margin-left: 220px;
        }
        
        .blog-content a:hover {
            text-decoration: underline;
            color: #f2c864;
        }
        
        .recent-post {
            padding: 12px 0;
/*            border-bottom: 1px solid #bdccd0;*/
        }
        
        .recent-post a {
            text-decoration: none;
            color: #0b4251;
/*            border: 2px solid red;*/
            display: block;
            margin-bottom: 5px;
            transition: color 0.2s;
        }
        
        .recent-post a:hover {
            color: #f2c864;
        }
        
        .year-badge {
            background-color: #bdccd0;
            padding: 3px 8px;
/*            border-radius: 12px;*/
            font-size: 1vw;
            color: white;
            display: inline-block;
/*            letter-spacing: 2px;*/
        }
        
        h2 {
            margin-bottom: 20px;
            padding-bottom: -5px;
            border-bottom: 2px solid #bdccd0;
            font-family: "Bebas Neue", sans-serif;
            font-weight: 400;
            font-size: 2.4vw;
            color: #f2c864;
        }






/*animation start here*/


.whatsapp-container {
    transition: 2s;
    transition-delay: 6s;
}

.whatsapp-container {
    transform: translateX(60%);
    opacity: 0;
}

.show-animate .whatsapp-container {
    transform: translateX(0);
    opacity: 1;
}




/*description start here*/


.sec2main3-content222 {
    transition: 2s;
    transition-delay: 1s;
}

.sec2main3-content222 {
    transform: translateX(20%);
    opacity: 0;
}

.show-animate .sec2main3-content222 {
    transform: translateX(0);
    opacity: 1;
}




/*side bar start here*/



.sidebar {
    transition: 2s;
    transition-delay: 1s;
}

.sidebar {
    transform: translateY(20%);
    opacity: 0;
}

.show-animate .sidebar {
    transform: translateY(0);
    opacity: 1;
}









/*media 1194px start here*/



@media (max-width: 1194px) {
    
    
/*media whatsapp copy here*/
    
     .whatsapp-container {
            bottom: 15px;
            right: 10px;
        }
    
    .whatsapp-button {
            width: 65px;
            height: 65px;
        }
    
     .circular-text {
            position: absolute;
            width: 85%;
            height: 85%;
        }
    
    .circular-text svg {
            font-size: 1.5vw;
        }
    
     .whatsapp-button span{
            font-size: 3.8vw;
            /*color: red;*/
        }
    
    
/*copy until here*/
    
    
    
.sec2main3-content1 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 4.6vw;
    color: #0b4251;
    z-index: 1;
    /*color: red;*/

}

.sec2main3-content1 p{
    font-weight: 400;
    font-size: 1.6vw;
    color: #bdccd0;
    letter-spacing: 1px;
    z-index: 1;
    /*color: aqua;*/
}
    
    
    
.sec2main3-content222 p {
    font-weight: 400;
    font-size: 1.6vw;
    color: #0b4251;
    text-align: right;
    z-index: 1;
    /*color: red;*/
}
    
    
/*blog card content start here*/



        .blog-content h3 {
            margin-bottom: 10px;
            font-family: "Bebas Neue", sans-serif;
            font-weight: 400;
            font-size: 2.6vw;
            line-height: 30px;
            color: #0b4251;
            /*color: red;*/
        }
        
        .blog-content p {
            color: #0b4251;
            font-weight: 500;
            margin-bottom: 15px;
            font-size: 1.6vw;
            /*color: aqua;*/
        }
        
        .blog-content a {
            color: #0b4251;
            text-decoration: underline;
            font-weight: 600;
/*
            display: inline-flex;
            justify-content: flex-end;
*/
            margin-top: 10px;
            margin-left: 135px;
        }
    
    
/*recent blog post*/


        .recent-post a {
            text-decoration: none;
            color: #0b4251;
            /*color: aqua;*/
            font-size: 1.2vw;
/*            border: 2px solid red;*/
            display: block;
            margin-bottom: 5px;
            transition: color 0.2s;
        }
        
        .recent-post a:hover {
            color: #f2c864;
        }
        
        .year-badge {
            background-color: #bdccd0;
            padding: 3px 8px;
/*            border-radius: 12px;*/
            font-size: 1.2vw;
            color: white;
            display: inline-block;
/*            letter-spacing: 2px;*/
        }
        
        h2 {
            margin-bottom: 20px;
            padding-bottom: -5px;
            border-bottom: 2px solid #bdccd0;
            font-family: "Bebas Neue", sans-serif;
            font-weight: 400;
            font-size: 2.6vw;
            color: #f2c864;
            /*color: red;*/
        }


        .main-content {
            flex: 2;
            min-width: 300px;
            display: grid;
            /*border: 2px solid aqua;*/
            grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
/*            grid-template-columns: repeat;*/
            gap: 15px;
        }
    
    
    
    
    
    
    
    
    
}


/*media 1194px ends here*/







/*media 920px start here*/



@media (max-width: 920px) {
    
    
/*media whatsapp copy here*/
    
     .whatsapp-container {
            bottom: 15px;
            right: 10px;
        }
    
    .whatsapp-button {
            width: 65px;
            height: 65px;
        }
    
     .circular-text {
            position: absolute;
            width: 85%;
            height: 85%;
        }
    
    .circular-text svg {
            font-size: 2vw;
        }
    
     .whatsapp-button span{
            font-size: 5vw;
            /*color: red;*/
        }
    
    
/*copy until here*/
    
    
.sec2main3-title-img {
    width: 25px;
    height: 10px;
    margin-right: 15px;
    z-index: 1;
    /*border: 2px solid yellow;*/
}
    
    
    
 .blog-content a {
            /*border: 2px solid red;*/
            margin-top: 10px;
            margin-left: 200px;
        }
    

.sec2main3 {
    width: 100%;
    /*height: 50vh;*/
    height: 340px;
    /*border: 2px solid yellow;*/
}
    
    
    
    
    
    
    
    
}


/*media 920px ends here*/


















/*media start here*/

@media (max-width: 600px){
    
    
    


/*    the whole section 2 blog start here*/
    
.sec2main3 {
    width: 100%;
    /*height: 45vh;*/
    height: 337.5px;
/*    border: 2px solid blue;*/
    
}

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

.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: 240px;
    /*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: 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: 55%;
/*    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-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: 45%;
/*    border: 2px solid blue;*/
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
/*    margin-top: 30px;*/
/*    display: none;*/
/*    overflow: hidden;*/
/*    display: none;*/
}
    
.sec2main3-content-img-between {
    width: 100%;
    height: 100%;
/*    border: 2px solid green;*/
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}


/*
.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: 20px;
/*    background-color: pink;*/
    margin-bottom: 20px;
    z-index: 1;
    position: absolute;
    margin-left: -20px;
}

.sec2main3-content-img3 img {
    width: 100%;
}
    
    
    
    
    
    
    
    
/*three shapes start here*/

.sec3-about2-img1 {
    position: absolute;
    width: 211px;
    height: 162px;
    /*border: 2px solid green;*/
    top: 0;
    margin-top: -25px;
    margin-right: 440px;
    z-index: -1;
}

.sec3-about2-img2 {
    position: absolute;
    width: 211px;
    height: 162px;
/*    border: 2px solid green;*/
    left: 0;
    bottom: 0;
    margin-left: 30px;
    margin-bottom: 20px;
    z-index: -1;
}

.sec3-about2-img3 {
    position: absolute;
    width: 211px;
    height: 162px;
/*    border: 2px solid green;*/
    margin-right: -40px;
    right: 0;
    z-index: -1;
}
    
    
    
/*all content blog start here*/
    
            .blog-body {
                margin-bottom: 40px;
            }
    
    
            .container-blog {
                flex-direction: column-reverse;
                width: 92%;
                /*border: 2px solid aqua;*/
            }
            
            .main-content {
            flex: 2;
            min-width: 300px;
            display: grid;
            /*border: 2px solid aqua;*/
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
/*            grid-template-columns: repeat;*/
            gap: 20px;
            }
        
            
            
            
            
            
/*recent blog start here*/
            
            h2 {
                font-size: 6vw;
            }
            
            .year-badge {
                font-size: 2.8vw;
            }
            
            .recent-post a {
                font-size: 3vw;
            }
            
        .blog-content h3 {
            margin-bottom: 10px;
            font-size: 5.5vw;
        }
        
        .blog-content p {
            font-size: 3vw;
        }
         
        .blog-content a {
            font-size: 3vw;
            margin-left: 300px;
            /*supposed 240px*/
            /*color: red;*/
        }
    
    
   
/*media whatsapp copy here*/
    
     .whatsapp-container {
            bottom: 15px;
            right: 10px;
        }
    
    .whatsapp-button {
            width: 65px;
            height: 65px;
        }
    
     .circular-text {
            position: absolute;
            width: 85%;
            height: 85%;
        }
    
    .circular-text svg {
            font-size: 2.8vw;
        }
    
     .whatsapp-button span{
            font-size: 7vw;
        }
    
    
/*copy until here*/
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}

/*media 600px ends here*/




@media (max-width: 545px){
    
    
/*whatsapp again*/
    
    
.circular-text svg {
            font-size: 3.2vw;
        }
    
.whatsapp-button span {
            font-size: 7vw;
            /*color: red;*/
        }
    
    
    
    
    
    
}











@media (max-width: 520px){
    
    
        .blog-content a {
            font-size: 3vw;
            margin-left: 250px;
            /*supposed 240px*/
            /*color: blue;*/
        }
    
    
    
    
    
}




/*//*/




@media (max-width: 495px){
    
    
/*whatsapp again*/
    
    
.circular-text svg {
            font-size: 3.5vw;
        }
    
.whatsapp-button span {
            font-size: 8vw;
            /*color: red;*/
        }
    
    
    
    
    
    
}














@media (max-width: 455px){
    
    
        .blog-content a {
            font-size: 3vw;
            margin-left: 220px;
            /*supposed 240px*/
            /*color: blue;*/
        }
    
    
    
    
    
}





@media (max-width: 445px){
    
    
/*whatsapp again*/
    
    
.circular-text svg {
            font-size: 4vw;
        }
    
.whatsapp-button span {
            font-size: 9vw;
            /*color: red;*/
        }
    
    
    
    
    
    
}









/*media start here*/

@media (max-width: 428px){
    
    
    


/*    the whole section 2 blog start here*/
    
.sec2main3 {
    width: 100%;
    /*height: 45vh;*/
    height: 320px;
    /*border: 2px solid cyan;*/
    
}

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

.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: 150px;
    /*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: 7vw;
    color: #0b4251;

    /*border: 2px solid red;*/

}

.sec2main3-content1 p{
    font-weight: 400;
    font-size: 3vw;
    color: #bdccd0;
    letter-spacing: 1px;
    /*border: 2px solid red;*/
}
    
    
    
    
/*section 2 of about start here*/
    
    .sec2main3-content22 {
    width: 100%;
    height: 55%;
/*    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-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;
    color: aqua;
}


/*the two image rectangle*/


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


/*
.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: 431px;
    height: 323px;
/*    border: 2px solid pink;*/
    margin-top: 20px;
/*    background-color: pink;*/
    margin-bottom: 20px;
    z-index: 1;
    position: absolute;
    margin-left: -20px;
}

.sec2main3-content-img3 img {
    width: 100%;
}
    
    
    
/*three shapes start here*/

.sec3-about2-img1 {
    position: absolute;
    width: 211px;
    height: 162px;
    /*border: 2px solid green;*/
    top: 0;
    margin-top: -25px;
    margin-right: 400px;
    z-index: -1;
}

.sec3-about2-img2 {
    position: absolute;
    width: 211px;
    height: 162px;
/*    border: 2px solid green;*/
    left: 0;
    bottom: 0;
    margin-left: 15px;
    margin-bottom: 20px;
    z-index: -1;
}

.sec3-about2-img3 {
    position: absolute;
    width: 211px;
    height: 162px;
    /*border: 2px solid green;*/
    margin-right: -40px;
    right: 0;
    z-index: -1;
}
    
    
    
/*all content blog start here*/
    
            .blog-body {
                margin-bottom: 40px;
            }
    
    
            .container-blog {
                flex-direction: column-reverse;
                width: 94%;
                /*border: 2px solid red;*/
            }
            
            
/*recent blog start here*/
            
            h2 {
                font-size: 5.5vw;
                /*color: red;*/
            }
            
            .year-badge {
                font-size: 3vw;
                /*color: aqua;*/
            }
            
            .recent-post a {
                font-size: 3.2vw;
                /*color: yellow;*/
            }
            
            
/*below recent blog box start here*/
            
            
        .blog-content h3 {
            margin-bottom: 10px;
            font-size: 5.5vw;
        }
        
        .blog-content p {
            font-size: 3.2vw;
            /*color: red;*/
        }
         
        .blog-content a {
            font-size: 3.2vw;
            margin-left: 195px;
            /*border: 2px solid red;*/
        }
    
    
   
/*media whatsapp copy here*/
    
     .whatsapp-container {
            bottom: 15px;
            right: 10px;
        }
    
    .whatsapp-button {
            width: 65px;
            height: 65px;
        }
    
     .circular-text {
            position: absolute;
            width: 85%;
            height: 85%;
        }
    
    .circular-text svg {
            font-size: 4.2vw;
        }
    
     .whatsapp-button span{
            font-size: 10vw;
        }
    
    
/*copy until here*/
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}

/*media 428px ends here*/






/*media desktop start here*/

@media (min-width: 1600px){
    
    
    
    .circular-text svg {
            font-size: 0.9vw;
        }
    
    .whatsapp-button span{
            font-size: 2.6vw;
            /*color: red;*/
        }
        

    
    
.sec3-about2-img1 {
    position: absolute;
    width: 352px;
    height: 271px;
/*    border: 2px solid green;*/
}

.sec3-about2-img2 {
    position: absolute;
    width: 352px;
    height: 271px;
/*    border: 2px solid green;*/
}

.sec3-about2-img3 {
    position: absolute;
    width: 352px;
    height: 271px;
/*    border: 2px solid green;*/
}



.main-content {
            flex: 1;
            min-width: 1000px;
            display: grid;
            /*border: 2px solid aqua;*/
            grid-template-columns: repeat(auto-fill, minmax(380px, 2fr));
/*            grid-template-columns: repeat;*/
            gap: 20px;
        }
    

.blog-content h3 {
            line-height: 40px;
            color: #0b4251;
            /*color: red;*/
        }
        
        .blog-content a {
            margin-left: 280px;
        }
    
    
    
    
}

/*media desktop ends here*/








/*media gaming laptop start here*/

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

    .circular-text svg {
            font-size: 1.1vw;
        }
    
    .whatsapp-button span{
            font-size: 3.5vw;
            /*color: red;*/
        }
        
        
    .blog-content a {
            margin-left: 250px;
            /*color: red;*/
        }
        

    
    
    
    
}


/*media gaming laptop end here*/














