@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

.bold{
    font-weight: 600;
}
.sub-head {
    text-align: center;
    width: 70%;
    max-width: 1200px;
    margin: 0 auto;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}
.heading{
    font-size: 35px;
}

@media screen and (max-width:950px) {
    .sub-head {
        width: 85%;
    }
}

.mr1 {
    margin-right: 5px;
}

.nav-scrolled {
    background: #ffffff;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
    top: 0;
    position: fixed;
    top: 0;
}

.user {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}

.user a {
    text-decoration: none;
    color: #ffffff;
}

@media screen and (max-width:1100px) {
    #form{
        width: 50%;
    }
}
@media screen and (max-width:850px) {
    #form{
        left: 0;
        transform: translate(0, 50%);
    }
}
@media screen and (max-width:768px) {
    .topp3 {
        display: none;
    }
    
    #form{
        width: 75%;
    }
}

.logo {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-right: 20px;
}

.logo img {
    width: 135px;
}

.sidenav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 80%;
}

.mid-nav {
    width: 30vw;
}

.search-box {
    width: fit-content;
    height: fit-content;
    display: inline-block;
    position: relative;
}

.search-box1 {
    width: fit-content;
    height: fit-content;
    display: inline-block;
    position: relative;
    display: none;
}

.a1 {
    color: #13294a;
    text-decoration: none;
    margin: 0 25px;
}

.a1:hover {
    color: #2272FF;
}

.closebtn {
    display: none;
}
@media screen and (min-width:1250px) and (max-width:1410px){
    .a1 {
        margin: 0 20px;
    }
}
@media screen and (min-width:1250px) and (max-width:1340px){
    .a1 {
        margin: 0 15px;
    }
}
@media screen and (min-width:1180px) and (max-width:1270px){
    .a1 {
        margin: 0 9px;
    }
}
@media screen and (max-width:1180px) {
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        display: block;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #111;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }

    .logo a div {
        display: none;
    }

    .sidenav a {
        padding: 8px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        border-left: 2px solid transparent;
    }

    .a1:hover {
        color: #f1f1f1;
        border-left: 2px solid red;
    }

    .a1 {
        margin: 0;
        border-bottom: 1px solid #5b5b5b;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

    .sidenav .closebtn:hover {
        color: white;
    }

    .search-box{
        display: none;
    }
    .open-search{
        display: flex;
        gap: 20px;
    }
    .search-box1{
        display: block;
    }
}
@media screen and (max-width:950px){
    .topp3{
        display: none;
    }
}
@media screen and (max-width:600px){
    
    .logo img{
        width: 120px;
    }
}
/* header end here */

.container {
    position: relative;
    padding: 5% 0 6% 0;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    background-color: #efefef;
}

.container h2 {
    width: 80%;
    margin: 0 auto;
    font-size: 35px;
    text-align: center;
}


.sect {
    max-width: 1208px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2px;
    margin-top: 3%;
}

.w-tech{
    width: calc(50% - 2px);
    margin-right: 2px;
}

.box-inner {
    width: 100%;
    height: 200px;
    background-color: transparent;
    margin-right: 2px;
}

.box {
    position: relative;
}

.box1 {
    position: absolute;
    background-color: #ffffff;
    color: #000000;
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.box1 img {
    width: 75px;
    margin-bottom: 10px;
}

.box2 {
    position: absolute;
    background-color: #5a86f7;
    color: #ffffff;
    width: 100%;
    height: 200px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    transition-delay: 0.2s;
    padding: 20px;
}

.box2 p {
    margin-top: 10px;
    font-size: 15px;
}

.arrow {
    font-weight: bold;
    position: relative;
}

.arrow:after {
    content: ' ';
    position: absolute;
    border: 1px solid rgb(255, 255, 255);
    border-width: 0 1px 1px 0;
    transform: rotate(315deg);
    width: 8px;
    height: 8px;
    top: 5px;
}

.box:hover .box2 {
    opacity: 1;
}
@media screen and (min-width:900px) and (max-width:1210px){
    .sect {
        width: 75%;
    }
    .sect1 {
        width: 75%;
    }
}
@media screen and (max-width:700px){
    .container h2{
        font-size: 30px;
    }
}
@media screen and (max-width:500px){
    .w-tech{
        width: calc(80% - 2px);
    }
    .sect {
        flex-direction: column;
        align-items: center;
    }
}

/* banner ends here */
main{
    font-family: Verdana,Arial,Helvetica,sans-serif;
}
.mult{
    margin: 0 auto;
    padding-top: 2%;
    padding-bottom: 2%;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}
.mult h3{
    font-size: 35px;
    text-align: center;
    font-weight: normal;
}
.mult p{
    text-align: center;
    color: #13294a;
    padding-inline: 5%;
    font-size: 18px;
}
.ma1{
    display: flex;
    margin-top: 3%;
    color: #ffffff;
}

.ma1 > *, .ma2 > * {
    color: #333;
    background-color: #f7f7f7;
    border-radius: 28px;
    position: relative;
    overflow: hidden;
    border: 1px solid #eee;
}

.tech{
    display: flex;
    align-items: center;
    margin-bottom: 28px;
}

.tech-img {
    margin-right: 16px;
    background:#eee;
    padding: 20px 12px 12px 20px;
    border-radius: 100vw;
    position: absolute;
    left: -2px;
    top: -7px;
    transition: 0.05s ease-in;
}

.ma1 > *:hover .tech-img, .ma2 > *:hover .tech-img {
    background-color: #f4f8ff;
    outline: 2px solid #2272ff;
}
.tech img{
    width: 40px;
    height: auto;
}
.ma1 h4, .ma2 h4{
    font-size: 18px;
    margin-left: 56px;
}
.ma1 ul li, .ma2 ul li {
    display: inline-block;
    list-style: none;
    border: 1px solid;
    padding: 6px 12px;
    border-radius: 100vw;
    margin-bottom: 12px;
    background-color: #eee;
    border: 1px solid #ddd;
    font-size: 14px;
}
.ma1-item1{
    flex: 50%;
    padding: 25px 30px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.ma1-item2{
    flex: 50%;
    padding: 25px 30px;
    margin-bottom: 20px;
    margin-right: 20px;
}
.ma2 {
    display: flex;
}

.ma1, .ma2 {
    width: 80%;
    margin-inline: auto;
}

.ma2-item1{
    flex: 33.33%;
    padding: 25px 30px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.ma2-item2{
    flex: 33.33%;
    padding: 25px 30px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.ma2-item3{
    flex: 33.33%;
    padding: 25px 30px 25px 30px;
    margin-right: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width:1150px){
    .ma1,.ma2{
        flex-direction: column;
    }
    .ma1-item1, .ma1-item2, .ma2-item1, .ma2-item2, .ma2-item3 {
        margin-right: 0;
    }
}
/* mult ends here */


.why-us {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    padding: 0 0 20px 0;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.why-us::after {
    content: '';
    position: absolute;
    height: 65%;
    width: 94%;
    bottom: 0%;
    left: 50%;
    background-color: #f1f1f1;
    z-index: -1;
    border-radius: 10vw 10vw 0 0;
    transform: translateX(-50%);
    transition: 3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.why-us h3 {
    font-size: 35px;
    text-align: center;
    font-weight: normal;
}

.flip {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: auto;
    max-width: 1350px;
    margin-bottom: 20px;
}

.flipcard {
    background-color: transparent;
    width: 300px;
    height: 200px;
    perspective: 500px;
}

.flipcard-inner {
    position: relative;
    width: 100%;
    height: 100%;
    /* text-align: center; */
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flipcard:hover .flipcard-inner {
    transform: rotateY(180deg);
}

.front,
.back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 36px;
    text-align: center;
}

.front {
    background-color: #2272FF;
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    border: 4px solid #ffffff24;
}

.front h2 {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 20px;
}

.front img:first-child {
    width: 100px;
}

.front img:last-child {
    width: 32px;
    background: #ffffff24;
    padding: 8px 8px 20px 8px;
    border-radius: 12px;
    position: absolute;
    bottom: -7%;
    opacity: 1;
}

.back {
    background-color: #2D25A7;
    color: #ffffff;
    transform: rotateY(180deg);
    padding: 20px;
    font-size: 12px;
    text-align: center;
    align-content: center;
}

@media screen and (max-width:700px){
    .why-us{
        width: 100%;
    }
    .why-us h3{
        font-size: 35px;
    }
}
/* why us ends here */

.i {
    font-size: 20px;
    color: #ffffff;
    padding: 0 10px;
}

.i:hover {
    font-size: 20px;
    color: #1476f2;
    padding: 0 10px;
}

.copy p {
    color: #ffffff;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

@media screen and (max-width:950px) {
    .share {
        flex-direction: column;
        padding: 45px 10px 30px 10px;
    }
    .second{
        padding: 0 10px;
    }
    .third{
        padding: 0 10px;
    }
    .fourth{
        padding: 0 10px;
    }
}
@media screen and (max-width:500px) {
    .icon{
        margin-bottom: 5px;
    }
    .i {
        padding: 0 15px 0 0;
    }    
    .ma1 {
        margin-top: 7%;
    }
}

@media screen and (min-width:2880px) {
    .technology-banner{
        height: 48vh;
    }
}

@media screen and (min-width:4320px) {
    .technology-banner{
        height: 32vh;
    }
}

@media screen and (min-width:5760px) {
    .technology-banner{
        height: 24vh;
    }
}