@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;800&display=swap');

* {
    --black: #181818;
    --grey: #959CB2;
    --red: #8A1538;
    --white:#ffff;
    font-family: "poppins";
}
body {
    background-image: url('/gray-abstract-wireframe-technology-background_53876-101941.webp');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    z-index: 2;
    overflow-x:hidden ;
  }
nav .logo{
    margin-left: 20px;
    width: 70%;
  }
  
  .dropdown-menu li {
    position: relative;
  }
  
  .dropdown-menu .submenu {
    display: none;
    position: absolute;
    right: 101%;
    top: -5px;
    padding-left: 1rem;
  
  }
  
  .dropdown-menu>li:hover>.submenu {
    display: block;
  }
  
  #navbar-container{
    margin-bottom: 28em;
  }
  
  #nave {
    width: 100%;
    padding: auto;
    justify-content: space-around;
    margin-top: 3%;
    margin-bottom: 20px;
    display: flex;
  
  
  }
  
  #nave a {
    text-decoration: none;
    color: var(--black);
    font-family: Poppins;
    font-size: 1em;
    border-bottom: 5px solid transparent;
  }
  
  
  #nave button {
    font-family: Poppins;
    font-size: 1em;
    margin-top: -0.5%;
    color: var(--white);
    background-color: var(--red);
    border: none;
    border-radius: 5px;
    height: 40px;
    width: 160px;
    padding: 5px;
  }
  
  #hover:hover {
  
    border-bottom: 4px solid var(--red);
  
  
  }
.row {
    text-align: center;
    display: flex;
    justify-content: center;
    font-family: Popins;
    font-weight: 300;

}


.row h2{
    width: 100%;
    color: var(--grey);
    font-weight: 300;
    font-size: 25px;
}
.row h4{
    position: relative;
    top: 90px;
    text-align: center;
    font-size: 20px;
    width: 100%;
    font-weight: 300;
}
#row h3 {
    position: relative;
    top: 90px;
    text-align: center;
    font-size: 25px;
    color: black;
    width: 100%;
}

#row {
    position: absolute;
    left: 25%;
    width: 50%;
    color: var(--grey);
    justify-content: center;
}

.custom-shape-divider-bottom-1670062286 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-top-1670062821 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-top-1670062821 svg {
    position: relative;
    display: block;
    width: calc(153% + 1.3px);
    height: 110px;
}

.custom-shape-divider-top-1670062821 .shape-fill {
fill: #fff;
}

.custom-shape-divider-bottom-1670062286 svg {
    position: relative;
    display: block;
    width: calc(143% + 1.3px);
    height: 150px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1670062286 .shape-fill {
    fill:#ffff;
}

.txt p {
    position: absolute;
    width: 50%;
    top: 25%;
    margin: 20px;
    text-align: justify;
}

.txt {
    background-color: var(--red);
    height: 100vh;
    width: 100%;
    position: relative;
    top: 250px;
    color: #FFFFFF;

}

.im img {
    height: 470px;
    width: 470px;
    border-radius: 50%;
    position: absolute;
    left: 55%;
    top: 18%;

}

.text1 {
    /* display: block;
    align-content: center; */
    width: 100%;
    padding: 1rem;
    position: relative;
    background-color: rgba(128, 128, 128, 0.274);
    color: var(--red);
    top: 320px;
    text-align: center;
    padding: 1rem;
}

#text1 {
   
    position: relative;
    top: 350px;
    text-align: justify;
}

#text1 h2 {
    display: flex;
    justify-content: center;
    padding: 1rem;
}

.box {
    display: flex;
    width: 35%;
    justify-content: center;
}

.box span {
    color: var(--red);
}

.box h3 {
    font-size: 22px;
    padding: 1rem;
    width: 35%;
    text-align: center;
    border-radius: 30px;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.158);
}


@media screen and (max-width:1000px) {

    .custom-shape-divider-top-1670062821 {
        display: none;
    }

    .custom-shape-divider-bottom-1670062286 {
        display: none;
    }

    .txt p {
        margin-top: 20%;
        position: relative;
        top: 10%;
        text-align: justify;
    }

    .txt img {
        display: block;
        justify-content: center;
        align-items: center;
        top: 5%;
        border-radius: 50%;
        height: 350px;
        width: 350px;

    }
}
@media screen and (max-width:850px) {
    .txt img {
        display: block;
        justify-content: center;
        align-items: center;
        top: 20%;
        border-radius: 50%;
        height: 270px;
        width: 270px;
    }
}

@media screen and (max-width:575px) {

    .custom-shape-divider-top-1670062821 {
        display: none;
    }

    .custom-shape-divider-bottom-1670062286 {
        display: none;
    }
    .row h2{
        font-size: 15px;
        margin: auto;
    }
    .row h4{
        font-size: 15px;
        margin: auto;
        width: 500px;
        text-align: justify;
    }

    .txt p {
        /* margin-top: 20%; */
        position: relative;
        top: 60%;
        left: 15%;
        padding:10px ;
        text-align: justify;
        font-size: 10px;
        width: 355px;
    }

    .txt img {
        display: block;
        justify-content: center;
        align-items: center;
        top: 1%;
        left: 15%;
        border-radius: 0%;
        height: 400px;
        width: 400px;
    
        

    }
    .row h4{
        font-size: 15px;
        text-align: justify;
    }
}

@media screen and (max-width:375px) {

    .custom-shape-divider-top-1670062821 {
        display: none;
    }

    .custom-shape-divider-bottom-1670062286 {
        display: none;
    }

.txt{
    width: 375px;
}
.row h2{
    width: 375px;
    font-size: 15px;
    width: 250px;
    text-align: center;
}
.row h3{
    top: 0%;
    /* width: 375px; */
    font-size: 15px;
}
.row h4{
    /* width: 375px; */
    font-size: 15px;
    text-align: justify;
}
    .txt p {
        /* margin-top: 20%; */
        position: relative;
        top: 55%;
        left: 0px;
        margin: auto;
        text-align: justify;
        font-size: 10px;
        width: 355px;
    }

    .txt img {
        display: block;
        justify-content: center;
        align-items: center;
        top: 0%;
        left: 0%;
        border-radius: 0%;
        height: 370px;
        width: 370px;
        

    }
.row {
margin: auto;
}
.row h3{
    font-size: 15px;
    margin:auto ;
}
    .box h3{
        width: 375px;
        font-size: 15px;
    }
}


/* footer */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
    .mainfooter{
    color: white;
    display: flex;
    justify-content: space-around;
    position: relative;
    width: 100%;
  }
    .footer{
    color: white;
    display: flex;
    padding-top: 270px;
    justify-content: space-around;
    position: relative;
    width: 1200px;
    }
    .h1-head{
        font-weight: 500;
        color: #ffffff8c;
        font-size: 25px;
      }
    .foot1 a{
    display: block;
    }
    .f1-icons{
    display: flex;
    padding-top: 5px;
    }
    .f1-icons a{
    margin-right: 10px;
    }
    .mainfooter hr{
    margin-top: 310px;
    }
    .mainfooter p{
    text-align: center;
    color: white;
    padding-top: 35px;
    }
    .footer a {
        text-decoration: none;
        color: rgba(255, 255, 255, 0.313);
    }
    
    .footer a:hover {
        text-decoration: none;
        color: #ffffff;
    }   
    .opacity{
    opacity: 50%;
    padding-top: 10px;
    }
    /* SVG footer */
    .custom-shape-divider-top-1669964051 {
    top: 30px;
    left: 0;
    height: 630px;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    background-color:var(--red);
    position: absolute;
    }
    .custom-shape-divider-top-1669964051 svg {
    width: calc(145% + 1.3px);
    height: 180px;
    transform: rotateY(180deg);
    }
    .custom-shape-divider-top-1669964051 .shape-fill {
    fill: #FFFF;
    }
    /* SVG footer */
    
    @media(max-width: 1020px){
        .con-para{
            width: 512px;
        }
    }
    @media(max-width:800px){
        .footer{
            width: 900px;
        }
        .con-image{
            width: 100%;
           }
        .con-data-image{
            height: 350px;
            width: 60%;
        }
        .footer{
            width: 700px;
            padding-top: 220px;
          }
        .h1-head{
            font-size: 1.6rem;
            font-weight: 100;
          }
        .opacity a{
            font-size: 1rem;
          }
        .para-copy{
            font-size: 13px;
          }
        .custom-shape-divider-top-1669964051 svg {
            height: 200px;
          }
        .custom-shape-divider-top-1669964051{
            height: 590px;
          }
          .box h3{
            width: 450px;
           }
    }
    
    @media(max-width: 600px){
        .con-image{
            width: 100%;
        }
        .con-data-image{
            height: 300px;
            width: 55%;
        }
        .con-para{
            width: 300px;
        }
        .footer{
            width: 100%;
            float: right;
            padding-top: 70px;
       }
       .h1-head{
            font-size: 1.2rem;
            font-weight: 100;
       }
       .opacity a{
            font-size: 12px;
       }
       .para-copy{
            font-size: 10px;
       }
       .custom-shape-divider-top-1669964051 svg {
            height: 0px;
       }
         .custom-shape-divider-top-1669964051{
           height: 470px;
       }
         .custom-shape-divider-top-1669964051 hr{
           margin-top: 280px;
       }
       .box h3{
        width: 450px;
       }

       .row h4{
        position: relative;
        top: 50px;
        text-align: center;
        font-size: 15px;
        width: 300px;
        left: -30px;
    }
    #row h3 {
        position: relative;
        top: 50px;
        text-align: center;
        font-size: 20px;
        color: black;
        width: 300px;
        left: -30px;
    }
    }
    
    @media(max-width: 450px){
        .con-image{
            width: 100%;
           }
        .con-data-image{
            height: 250px;
            width: 65%;
        }
        .footer{
            display: block;
            padding-top: 0px;
            text-align: center;
            height: 400px;
       }
       .f1-icons {
            justify-content: center;
       }
        .custom-shape-divider-top-1669964051 svg {
            height: 0;
       }
        .h1-head{
            font-size: 1.4rem;
            font-weight: 100;
            padding-top: 30px;
       }
        .custom-shape-divider-top-1669964051 hr{
            margin-top: 470px;
       }

       .row h4{
        position: relative;
        top: 50px;
        text-align: center;
        font-size: 15px;
        width: 300px;
        left: -30px;
    }
    #row h3 {
        position: relative;
        top: 50px;
        text-align: center;
        font-size: 20px;
        color: black;
        width: 300px;
        left: -30px;
    }
    /* p{
        margin: auto;
    } */
    }
    