*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
}
.headerSub h1{
    position: absolute;
    visibility: hidden;
}
.stayLoop form{
    position: relative;
}
.footerBg{
    background-color: #F0F0F0;
}
.email_subBtn{
    background-color: transparent;
    border: none;
    position: absolute;
    top: 24%;
    right: 10px;
    cursor: pointer;
}
.finlandWebMain, .finlandMainTwo{
    overflow-x: hidden !important;
}
.headerMain{
    background-color: #fff;
}
.headerSub{
    position: relative;
    z-index: 7;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    position: relative;
    width: 90%;
    margin: 0 auto;
}
#menuList, #menuListDesktop{
    width: 100%;
    display: none;
    flex-direction: column;
    position: absolute;
    top: 70px;
    left: 0;
    background: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px;
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
}

#menuList.show {
    display: flex;
    transform: translateY(0);
}
#menuList ul li, #menuListDesktop ul li{
    list-style: none;
}
#menuList ul li a, #menuListDesktop ul li a{
    cursor: pointer;
    text-decoration: none;
    font-size: 12px;
    background: linear-gradient(119.4deg, #1CB5E0 17.63%, #000046 89.87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
}
.footer a{
    cursor: pointer;
    color: #504E4E;
    text-decoration: none;
}
.logo img{
    width: 200px;
}
.menu{
    width: calc(100% - 200px);
    text-align: right;
}
.menu #hamburgerDesktop, .menu #hamburger{
    width: 25px;
    cursor: pointer;
}
#hamburgerDesktop{
    display: none;
}
.finlandWebSub, .finlandSubTwo, .contactUsSub, .expertiesMain2, .footer{
    width: 90%;
    margin: 0 auto;
}

.heroHeading{
    width: 100%;
    margin-bottom: 2rem;
}
.heroHeading h1{
    font-size: 32px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    color: #666666;
}
.heroImg{
    width: 100%;
    position: relative;
    text-align: center;
}
.heroImg .herobgimg{
    width: 65%;
    position: relative;
    z-index: 99;
}
.Cyber-gif, .Gen-gif, .RPA-gif, .Gen-gifText p, .RPA-gifText p, .Cyber-gifText p{
    position: absolute;
}
.Cyber-gif{
    bottom: -30%;
    right: 57px;
    width: 22% !important;
}
.Gen-gif{
    bottom: 42%;
    left: -7px;
    z-index: 9;
    width: 31% !important;
}
.RPA-gif{
    bottom: 20%;
    right: 34px;
    width: 18%;
}
.knowMore, .contactUs{
    padding: 7px 40px 7px 20px  ;
    border-radius: 15px;
    position: relative;
    cursor: pointer;
}
.knowMore{
    color: #fff;
    background: linear-gradient(90deg, #021B79 0%, #0575E6 100%);
    border: none;
}
.contactUs{
    background-color: transparent;
    color: #B2B2B2;
    border: 1px solid #B2B2B2;
}
.headingAnimateText{
        background: linear-gradient(to right, #338aff, #9b5cf6);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: bold;
}
.animateCircle{
    width: 100%;
    text-align: center;
    margin: 2rem 0;
}
.animateCircle img{
    width: 50%;
}
.whoWeAre{
    background-image: url("../assets/images/whoWeArebg.png");
    background-position: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 1rem 0;
    border-radius: 5px;
}
.whoWeAre .whoWeAreContent{
    padding: 1rem;
    width: 90%;
    margin:  0 auto;
    background-color: #fff;
    border-radius: 5px;
}
.whoWeAre .whoWeAreContent h2{
    font-size: 24px; 
    font-weight: bold;
}
.heroSectionMain{
    margin-top: 10px;
}
.headingBtn{
    margin: 1rem 0;
}
.finlandMainTwo{
    position: relative;
    z-index: 10;
}
.finlandMainTwo{
    width: 100%;
    background-color: #fff;
    padding-top: 2rem;
}
.rotateBg{
    display: none;
    opacity: 0.7;
}
 /* Carousel css start  */
.swiper {
    width: 100%;
    box-shadow: 0px 0px 18px 4px #00000024;
    border-radius: 15px;
}
textarea{
    resize: vertical;
}
.swiper-slide {
    background: #fff;
    border-radius: 10px;
    padding: 0 0 20px 0;
    display: flex;
    align-items: center;
    gap: 20px;
}
.event-image img {
    width: 100%;
    height: 150px;
}
.event-content {
    flex: 1;
    padding: 0 10px;
}
.event-content h3 {
    font-size: 13px;
    color: #336CBD;
    font-weight: 550;
}
.register-btn, .enquireBtn, .contactSubmitBtn, .viewAllBtn button {
    display: inline-block;
    padding: 7px 40px 7px 20px;
    border-radius: 15px;
    color: #fff;
    background: linear-gradient(90deg, #021B79 0%, #0575E6 100%);
    border: none;
    text-decoration: none;
    font-size: 12px;
    position: relative;
    cursor: pointer;
}
.viewAllBtn{
    text-align: center;
    margin: 1rem 0;
}
/* .viewAllBtn button{
    cursor: pointer;
    padding:  10px;
    color: #30B0C7;
    background-color: transparent;
    border: 1px solid #30B0C7;
    border-radius: 10px;
} */
.register-btn::after, .knowMore::after, .enquireBtn::after, .contactSubmitBtn::after, .contactUs::after, .viewAllBtn button::after{
    content: url("../assets/images/btnarrow.png"); /* Arrow image */
    position: absolute;
    top: 40%;
    right: 20px;
    transform: translateY(-50%);
    width: 7px;
    height: 10px;
}
.contactUs::after{
    content: url("../assets/images/btngrayArrow.png");
}
.blogCard button::after{
    content: url("../assets/images/grayknowArr.svg");
    width: 5px;
    position: absolute;
    top: 6px;
    right: 15px;    
}
.register-btn{
    display: inline-block;
}
.completedEvent::after{
    content: "" !important;
}
.completedEvent{
    padding: 7px 20px 7px 20px !important;
}
/* Optional: Change arrow on hover */
.register-btn:hover::after, .knowMore:hover::after, .enquireBtn:hover::after, .contactSubmitBtn:hover::after , .viewAllBtn button:hover::after{
    content: url("../assets/images/hoverarrow.png");
    right: 25px;
}
.contactUs:hover::after{
    content: url("../assets/images/contacthoverarrow.png");
}
.blogCard button:hover::after{
    content: url("../assets/images/knowmorebluearr.png");
}
.register-btn:hover, .knowMore:hover, .enquireBtn:hover, .contactSubmitBtn:hover{
    background: linear-gradient(90deg, #0062FF 0%, #3A85FF 100%);
}
.contactUs:hover{
    background: linear-gradient(119.4deg, #1CB5E0 17.63%, #000046 89.87%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    border: 1px solid #0575E6;
}
.formBtnDiv{
    text-align: right;
}
.swiper-pagination{
    position: static !important;
    width: calc(100% - 100px) !important;
}
.paginationSwiper{
    display: flex;
    align-items: center;
}
.swiper-button-prev, .swiper-button-next {
    width: 40px;
    height: 40px;
    background: white;
    border: 1.5px dashed #474747;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
    border: 1.5px solid #474747;
}
.swiper-button-prev::after, .swiper-button-next::after {
    font-size: 10px !important;
    color: #474747 !important;
    font-weight: bold;
}
.swiperBtnsarrow{
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.swiper-button-next, .swiper-button-prev{
    position: static !important;
    width: 30px !important; 
    height: 30px !important;
    margin-top: 1rem !important;
}
.eventDigitalSub, .eventDigital{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.eventDigitalSub img{
    width: 20px;
    margin-right: 8px;
}
.carousel-container{
    margin: 2rem 0;
}
.carousel-container h2{
    margin-bottom: 10px;
}
.textGradient{
    background: linear-gradient(119.4deg, #1CB5E0 17.63%, #000046 89.87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 550;
    font-size: 22px;
}
.textGradient1{
    font-size: 16px !important;
    background: linear-gradient(90deg, #0575E6 0%, #021B79 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    font-weight: 550;
}
.exploreEventHeading{
    font-weight: 500;
    margin: 5px 0;
    color: #000 !important;
}
.exploreEventSections{
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 0px 12px 0px #00000024;
    padding: 10px 20px; 
    margin: 1rem 0;
}
.contactUsMain{
    background-color: #336CBD;
}
.contactUsSub{
    padding: 1.5rem 0rem 1.5rem 0;
}
.contactContent{
    color: #fff;
    padding: 1rem 0;
}
.contactContent h2{
    margin-bottom: 1rem;
}
.contactContent p{
    line-height: 23px;
}
.contactForm .formInput{
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.formInput span{
    color: red;
    font-size: 9px;
}
.contactForm .formInput label{
    color: #3C3C4399;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 2px;
}
.contactForm .formInput input, .contactForm .formInput textarea{
    padding: 7px;
    background-color: #ffffff;
    border: none;
    border-radius: 5px;
}   
input::placeholder,
textarea::placeholder {
    color: gray;
    font-size: 10px;
    opacity: 1; /* Ensure visibility */
}
.blogsMain{
    padding: 1rem 0;
    background-color: #fff;
}
.blogHeading{
    text-align: center;
}
.blogHeading h3{
    font-weight: 500;
    color: #AAAAAA;
}
.blogHeading p{
    color: #3C3C4399;
    font-size: 12px;
}
.blogCard1{
    background-image: url("../assets/images/blogbg1.png");
}
.blogCard2{
    background-image: url("../assets/images/blogbg3.png");
}
.blogCard3{
    background-image: url("../assets/images/blogbg2.png");
}
.blogCardMain{
    margin-top: 1rem;
}
.blogCard{
    padding: 10px;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 100% 100%;
    margin-bottom: 1rem;
}
.blogContent{
    width: 60%;
}
.blogCard h4{
    color: #202020;
    font-size: 14px;
}
.blogCard p{
    margin: 8px 0;
}
.blogCard button{
    border: 1px solid #B2B2B2;
    border-radius: 15px;
    color: #B2B2B2;
    padding: 5px 25px 5px 10px;
    font-size: 12px;
    cursor: pointer;
    position: relative;
}
.blogCard button img{
    width: 10px;
    margin-left: 3px;
    display: none;
}
.blogCard button:hover{
    background: linear-gradient(119.4deg, #1CB5E0 17.63%, #000046 89.87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    border-color: #1CB5E0;
}
/* .blogCard button:hover img {
    display: inline;
} */
.expertiesCard{
    margin-bottom: 1rem;
}
.expertiesCard .headingCard {
    display: flex;
    align-items: center;
}
.expertiesCard .headingCard img{
    width: 25px;
}
.expertiesCard p{
    margin: 10px 0;
}
.expertiesCard p, .whoWeAreContent p, .exploreEvents p, .heroContent p, .contactContent p, .event-content p, .blogCard p, ul li{
    font-size: 14px;
    color: #5C5C5C;
    line-height: 25px;
}
.contactContent p{
    color: #fff;
}
.expertiesMain{
    background-color: #F3F3F3;
    padding: 1rem 0;
}
.expertiesImage{
    display: none;
}
.location{
    width: 100%;
}
.location .footerLogo{
    width: 180px;
}
.locationimg, .finland{
    display: flex;
    align-items: center;
    margin: 0.3rem 1.5rem 0.3rem 0;
}
.footer{
    padding-top: 2rem ;
}
.footerText{
    margin-top: 1.5rem;
}
 .footer ul li{
    list-style: none;
    margin-bottom: 3px;
 }
.footer p, .footer ul li{
    font-size: 11px;
    color: #504E4E;
}
.footer ul{
    margin-top: 0.5rem;
}
.servicesList, .relatedLinks, .location, .stayLoop{
    margin-bottom: 0.8rem;
}
.servicesList p, .relatedLinks p{
    font-weight: 500;
}
.finland img{
    width: 15px;
}
.stayLoop input{
    width: 100%;
    border: 1px solid #1CB5E0;
    border-radius: 5px;
    padding: 5px;
}
/* Start dynamic panel  */
.exploreHeading ul li{
    list-style: none;
    font-weight: 500;
    border-bottom: 1px solid gray;
    padding: 10px;    ;
    position: relative;
    cursor: pointer;
    font-weight: 550;
    background: linear-gradient(119.4deg, #1CB5E0 17.63%, #000046 89.87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.exploreHeading ul li::before{
    content: "";
    position: absolute;
    left: 3px;
    top: 12px;
    height: 50%;
    background: linear-gradient(119.4deg, #1CB5E0 17.63%, #000046 89.87%);
    transition: width 0.3s ease;
    width: 2px; 
}

.exploreHeading ul li::after {
    content:"";
    position: absolute;
    right: 10px;
    top: 30%;
}
.exploreHeading ul li:hover::after{
    content: url("../assets/images/contacthoverarrow.png");
}
#details{
    padding-left: 1rem;
}
#title{
    margin: 10px 0;
}
#description p{
    margin-bottom: 0.7rem;
}
.exploreEventContent{
    border: 1px solid #EBEBEB;
    border-radius: 10px;
}
.exploreContentScroll{
    padding: 5px 15px;
}
.exploreEventContent h5{
    font-weight: 500;
    font-size: 13px;
}
#title{
    margin: 0;
    padding: 10px;
    box-shadow: 0px 1px 8px 0px #0000001A;
}
.exploreEnqBtn{
    text-align: right;
    padding: 0 22px;
}
.carouselBtns{
    margin: 15px 0 5px 0;
}
#extraText{
    margin-bottom: 10px;
}
.expertiesMain2 h2{
    margin-bottom: 15px;
}
.expertiesMain{
    background-image: url("../assets/images/hexagonContact.png");
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 157px 42px;
}
.contactFormMain{
    padding: 20px;
    background-image: url("../assets/images/contactdownbg.png");
    background-repeat: no-repeat;
    background-position: 4% 100%;
    background-size: 150px 43px;
}
.contactForm{
    background-color: #F5F5F5;
    border-radius: 20px;
    background-image: url("../assets/images/contactupbg.png");
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 150px 43px;
}
.footerCopy{
    border-top: 1px solid #504E4E;
    padding: 0.5rem 0;
}
.socialMedia{
    position: fixed; /* Keeps it in place */
    right: 10px; /* Adjust based on your layout */
    bottom: 150px;
    background: #d1e2ff; /* Adjust background as needed */
    padding: 10px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    animation: float 3s ease-in-out infinite;
    z-index: 1;
}
@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); } /* Moves up */
    100% { transform: translateY(0px); } /* Moves back */
}
.socialMedia ul li, .socialMediaDesctop ul li{
    list-style: none;
}
.copyRight{
    text-align: center;
}
.socialMediaDesctop{
    display: none;
}
.socialMedia ul li a img, .socialMediaDesctop ul li a img{
    width: 15px;
}
.Gen-gifText p, .RPA-gifText p, .Cyber-gifText p{
    /* display: none; */
    background: linear-gradient(119.4deg, #1CB5E0 17.63%, #000046 89.87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-size: 12px;
}
.Gen-gifText p{
    top: 57%;
}
.Cyber-gifText p{
    bottom: -36%;
    right: -11px;
}
.RPA-gifText p{
    top: 71%;
    right: 0;
}

@media(min-width: 450px){
    .Cyber-gifText p {
        bottom: -18%;
        right: 0;
    }
    .Cyber-gif {
        bottom: -20%;
        right: 96px;
        width: 16% !important;
    }
    .RPA-gif {
        right: 45px;
    }
    .blogCard h4{
        font-size: 15px;
    }
    .blogCard p{
        font-size: 14px;
    }
}
@media(min-width: 500px){
    .Cyber-gifText p{
        right: 25px;
    }
    .RPA-gifText p{
        right: 25px;
    }
   .heroImg .herobgimg{
        width: 70%;
    }
    .blogContent{
        width: 55%;
        padding: 1.5rem 0;
    }
    .blogCard h4{
        font-size: 15px;
    }
   
}
@media(min-width: 550px){
    .Gen-gif {
    }
    .Cyber-gif {
        right: 116px;
    }
    .RPA-gif {
        right: 51px;
    }
}
@media(min-width: 600px){
   
    .heroImg .herobgimg{
        width: 72%;
    }
    .swiper-slide{
        display: flex !important;
        padding: 0 10px 0 0;
    }
    .carouselBtns{
        display: flex;
        align-items: end;
        justify-content: space-between;
    }
    .eventDigitalSub{
        margin-right: 10px;
    }
    .eventDigitalSub img{
        margin-right: 5px;
    }
    .event-content h3{
        font-size: 16px;
    }
    .blogContent{
        padding: 2rem 0;
    }
    .footer p, .footer ul li{
        font-size: 12px;
    }
    .location{
        padding-right: 10px;
    }
    .servicesList, .relatedLinks, .location,  .stayLoop{
       width:45%;
    }
    .footerMain {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .expertiesMain{
        background-size: 40% 10%;
    }
}
@media(min-width: 650px){
    .RPA-gif{
        bottom: 23%;
    }
    .Cyber-gif{
        bottom: -17%;
    }
    .Cyber-gifText p {
        bottom: -13%;
    }
    .RPA-gifText p{
        top: 70%;
    }
}
@media(min-width: 768px){
    .heroHeading{
        margin-bottom: 0;
    }
    .heroHeading h1 {
        font-size: 32px;
    }
    .animationOne{
        display: flex;
        justify-content: space-between;
        margin-bottom: 1rem;
    }
    .heroHeading{
        width: 50%;
    }
    .heroImg{
        width: 50%;
        text-align: right;
        margin-right: 60px;
    }
    .heroImg .herobgimg{
        width: 70%;
    }
    .Gen-gif{
        bottom: 49%;
        left: 26px;
    }
    .RPA-gif{
        right: -20px;
        bottom: 30%;
    }
    .Cyber-gif{
        right: 25px;
        bottom: -5%;
    }
    .animationTwo{
        display: flex;
        position: relative;
        z-index: 5;
        margin-top: 3rem;
    }
    .animationOne{
        position: relative;
        z-index: 5;
    }
    .heroContent{
        width: 70%;
        border: 1px dashed gray;
        padding: 10px;
        border-radius: 10px;
    }
    .animateCircle{
        width: 300px;
        margin: 0;
    }
    .whoWeAre{
        padding: 3rem 2rem ;
    }
    .whoWeAre .whoWeAreContent{
        width: 97%;
        padding: 1rem 2rem 1rem 2rem;
    }
    .finlandWebMain{
        background-image: url("../assets/images/hexagonalbg.png");
        background-size: 80% 100%;
        background-position: 100% 100%;
        position: relative;
        z-index: 20;
        overflow: hidden;
    }
   .rotateBg{
    display: block;
    position: absolute;
    top: -40%;
    left: -100%;
    z-index: 1;
    overflow: hidden;
   }
   .rotateBg img{
    width: 100%;
    animation: clockRotate 40s linear infinite;
    transform-origin: center;
       }
 
.contactUsSub{
    display: flex;
    justify-content: space-between;
}
.contactContent{
    width: calc(100% - 350px);
    display: flex;
        flex-direction: column;
        justify-content: center;
}
.contactForm{
    width: 320px;
}
.blogCardMain{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.blogCardMain2{
    display: flex;
    justify-content: center;
}
.blogCard{
    width: 49%;
    margin-bottom: 15px;
}
.blogContent{
    padding: 0.8rem 0;
}
.contactContent p{
    color: #ffffff;
}
.expertiesSub{
    display: flex;
}
.expertiesContent{
    width: 60%;
}
.expertiesImage{
    display: block;
    width: 40%;
    position: relative;
    z-index: 9;
}
.expertiesImage img{
    width: 125%;
    position: absolute;
    bottom: -65px;
    right: -115px;
    animation: rotateImage 40s linear infinite;
}
.exploreEventSections{
    display: flex;
    margin-bottom: 2rem;
}
.exploreHeading{
    width: 315px;
    padding-right: 1.5rem;
}
.exploreEventContent{
    width: calc(100% - 280px);
    height: 330px;
}
.exploreHeading ul li{
    font-size: 14px;
}
.exploreContentScroll{
    height: 240px;
    overflow-y: auto;
}
.socialMedia{
    display: none;
}
.copyRight{
    text-align: left;
    margin-top: 0.5rem;
}
.socialMediaDesctop{
    display: block;
    width: 100px;
}
.socialMediaDesctop ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footerCopy{
    display: flex;
    justify-content: space-between;
}
.Gen-gifText p {
    top: 42%;
    left: -15px;
}
.Cyber-gifText p {
    right: -63px;
    bottom: -3%;
}
.RPA-gifText p {
    right: 9px;
    top: 62%;
}
.blogContent{
    width: 63%;
}
}
@keyframes clockRotate {
    0% {
        transform: rotate(0deg); 
    }
    100% {
        transform: rotate(360deg); 
    }
}
@keyframes rotateImage {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
@media(min-width: 850px){
    .heroHeading h1 {
        font-size: 37px;
    }
    .event-content h3{
        font-size: 18px;
    }
    .expertiesMain {
        background-size: 40% 12%;
    }
    .Gen-gif{
        left: 40px;
    }
        .Cyber-gif{
            bottom: -3%;
        }
    }
    @media(min-width: 900px){
        .Cyber-gif {
            bottom: -11%;
        }
        .RPA-gif {
            bottom: 25%;
        }
    }
@media(min-width: 992px){
    #menuListDesktop ul li a{
        font-size: 13.5px;
    }
    .finlandWebSub, .finlandSubTwo, .contactUsSub, .expertiesMain2, .footer, .headerSub{
        width: 80%;
    }
    .Cyber-gif {
        right: 30px;
        bottom: -7%;
    }
    .RPA-gif {
        bottom: 29%;
    }
    .expertiesImage img{
        right: -182px;
    }
    #hamburger{
        display: none;
    }
    #hamburgerDesktop{
        display: inline;
    }
    #menuListDesktop{
        left: auto;
        top: 60px;
        right: -250px; /* Start hidden off-screen */
        width: 55%;
        background: transparent;
        box-shadow: none;
        transition: right 0.3s ease-in-out; /* Slide animation */
    }
    #menuListDesktop.showList{
        display: inline;
        right: 35px;
    }
    #menuListDesktop ul{
        display: flex;
        justify-content: space-between;
    }
    .location{
        width: 40%;
        padding-right: 4rem;
    }
    .servicesList, .relatedLinks, .stayLoop{
        width:20%;
     }
     .exploreEventContent h5{
        font-size: 15px;
     }
     .footer ul li{
        margin-bottom: 0px;
     }
     .expertiesMain{
        background-size: 45% 15%;
     }
}
@media(min-width: 1024px){
    .heroHeading h1 {
        font-size: 40px;
    }
    .contactContent{
        width: 50%;
    }
    .contactForm{
        width: 340px;
    }
    .expertiesCard p, .whoWeAreContent p, .exploreEvents p, .heroContent p, .contactContent p, .event-content p, .blogCard p, ul li{
        font-size: 15px;
    }
    .Gen-gifText p, .RPA-gifText p, .Cyber-gifText p{
        font-size: 14px;
    }
    .Gen-gifText p{
        bottom: 47%;
        left: -15px;
    }
    .Cyber-gifText p{
        bottom: -5%;
        right: -73px;
    }
    .RPA-gifText p{
        bottom: 23.5%;
        right: 18px;
    }
}
@media(min-width: 1130px){
    .heroHeading h1 {
        font-size: 40px;
        width: 350px;
    }
    .Cyber-gif {
        bottom: -17%;
    }
    .Gen-gif {
        bottom: 44%;
    }
    .RPA-gif {
        bottom: 22%;
    }
    .blogCard h4 {
        font-size: 17px;
    }
    .Gen-gifText p{
        top: 47%;
        left: -15px;
    }
    .Cyber-gifText p{
        bottom: -14%;
        right: -73px;
    }
    .RPA-gifText p{
        top: 69%;
        right: 18px;
    }
}
@media(min-width: 1200px){
    .blogContent{
        width: 60%;
        padding: 1rem 0;
        padding-left: 12px;
    }
    .expertiesCard p, .whoWeAreContent p, .exploreEvents p, .heroContent p, .contactContent p, .event-content p, .blogCard p {
        font-size: 16px;
    }
    .textGradient{
        font-size: 24px;
    }
    .whoWeAreContent p{
        margin-top: 5px;
    }
    .expertiesImage img {
        right: -280px;
    }
    .whoWeAre .whoWeAreContent{
        padding: 2rem;
    }
    .textGradient1{
        font-size: 18px;
    }
    .expertiesCard .headingCard img {
        width: 30px;
    }
    .expertiesMain {
        background-size: 43% 18%;
    }
    .animationTwo{
        margin-top: 5rem;
    }
    .Cyber-gif {
        right: 44px;
        bottom: -18%;
    }
    .RPA-gif {
        bottom: 21%;
    }
    .Cyber-gifText p {
        right: 87px;
    }
}
@media(min-width: 1280px){
    .heroHeading h1 {
        font-size: 45px;
        width: 362px;
    }
    .event-content h3{
        font-size: 21px;
    }
    .expertiesMain {
        background-size: 41% 20%;
    }
}
@media(min-width: 1440px){
    .heroHeading h1 {
        font-size: 55px;
        width: 450px;
    }
    .expertiesImage img {
        right: -342px;
    }
    h2{
        font-size: 25px;
    }
    .expertiesCard p, .whoWeAreContent p, .exploreEvents p, .heroContent p, .contactContent p, .event-content p, .blogCard p {
        font-size: 17px;
    }
    .expertiesMain {
        background-size: 43% 24%;
    }
}
@media(min-width: 1650px){
    .heroHeading h1 {
        font-size: 60px;
        width: 500px;

    }
}
