@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;800&display=swap');

*{
    padding: 0;
    margin: 0;
   --red :	#8A1538;
   --black: #181818;
   --white:white;
   --grey:#959CB2 ;
   --green:#008c87;
   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 ;
  }
.dropdown-menu li{
   position: relative;
}
.dropdown-menu .submenu{
   display: none;
   position: absolute;
   right:101%;
   top:-5px;
   /* width: 100%; */
   padding-left: 1rem;

}
.dropdown-menu>li:hover>.submenu{
   display: block;

}

body{
   margin: 0;
   padding: 0;
   background-color:var(--white);
}
/* .logo{
   position: absolute;
   left: 10px;
   margin-top: 1%;
   margin-left: 0;
   padding-left: 0;
} */

#nave{
   width: 100%;
   padding: auto;
   justify-content: space-evenly;
   margin-top: 1%;
   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);
}

.first_img{
    padding: 0;
    margin-left:0;
    height: 83vh;
    width: 100%;
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat;
    background-image: url(./ai-nuclear-energy-background-future-innovation-disruptive-technology.jpg);
    color: var(--white);
}
#h2 h2{
margin-left: 25px;
position: relative;
top: 250px;

}
#top_txt1{
    padding: 5%;
}
#top_txt1 h2,p{

    font-weight: 300;
    text-align: center;
}

.p p{
    text-align: justify;
    padding: 10px;
    color: var(--grey);
}

.grey-background{
    height: 150px;
    margin: auto;
    width: 100%;
    background-color: var(--grey);
}
.grey-background img{
    height: 150px;
    display: flex;
    justify-content: center;
    margin: auto;
}

iframe{
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.235);
    margin: 0;
    padding: 0;
}

.cir0 {
    height:250px;
    width: 100%;
    padding-top: 5em;
    margin-top:1em;
    display: flex;
    justify-content: center;
    text-align: center;
}
.cir1{
    border-radius: 50%;
    background-color: var(--green);
    height: 200px;
    width: 200px;
    color: #ffff;
    padding: 4em;
    margin: auto;
}
.cir1 h2,p{
    color: var(--white);
    font-weight: 300;
    text-align: center;
    padding: 0;
}

.circle{
    margin-top: 5%;
    display: flex;
    background-color: var(--grey);
}
.content1 {
    
padding-top: 3%;
height: 170px;
}
.content1 h3{
    margin-left: 3%;
}
.content1 p{
    color: var(--black);
    float: left;
    margin-left: 3%;
    width: 100%;
}
.cir{
    border-radius: 50%;
    background-color: var(--green);
    height: 150px;
    width: 150px;
    color: #ffff;
    position: relative;
    top: 10px;
    right: -350px;
}
.cir a{
    text-align: center;
    position: relative;
    top: 50px;
   display: block;
   text-decoration: none;
   color: var(--white);
}
.p1 p{
    color: var(--grey);
    text-align: justify;
    /* margin-top: 50px; */
    /* padding-top: 50px; */
    font-weight: 300;
    display: flex;
    justify-content: center;
    font-size: 15px;
    color: var(--red);
}
.p1 h2{
    font-weight: 300;
    text-align: center;
    font-size: 20px;
}
.p1 h3{
    padding-bottom: 10px;
    font-size: 15px;
   font-weight: 300;
    text-align: center;
}
.p1{
    /* margin: 50px; */
    /* margin: 20px 0 0 20px; */
    box-shadow: 0 6px 6px  rgba(0, 0, 0, 0.247);
    padding: 3%;
    

}

.boxs0{
    padding-top: 20px;
}
.boxs1{
    padding-top:70px ;
    padding-bottom: 70px;

}

.ui h2{
    padding-top: 10%;
    margin: auto;
    padding-bottom: 10%;
}
.box1,.box2,.box3,.box4,.box5,.box6{
    margin-top: 30px;
    margin-bottom: 30px;
    width: 250px;
    height: 230px;
    /* background-color: #800606 */
}


.containers {
    position: relative;
    width: 50%;
  }
  
  .image {
    display: block;
    width: 250px;
    height: 230px;
  }
  
  .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 250px;
    height: 230px;
    opacity: 0;
    transition: .5s ease;
    background-color: var(--green);
  }
  
  .containers:hover .overlay {
    opacity: 1;

  }
  .containers:hover{
    scale: 1.05;
    transition: 3s; 
  }
  .text {
    color:var(--white);
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .black{
    padding:5%;
    margin: 5%;
  }
  .black1 h2{
text-align: center

  }
  .black1 p{
    text-align: center;
    color: var(--grey);
    margin-bottom: 3%;
  }

  .background_img{
    background-image: url(./business-success-teamwork-concept-with-wooden-figures-people-side-view.jpg);
    /* height: 100vh; */
    background-size: cover;
    
    /* border-top:4px solid black ; */
    opacity: 0.7;
    z-index: -1;
    /* background-repeat: no-repeat; */
  }
.p2{
    opacity: 1;
    color: var(--red);
    font-weight: 700;
    background-color: var(--white);
    margin-top: 100px;
    padding-top:10px ;
    margin: 50px;
}
.dot img{
    /* transform: translate(50px,-10px); */
    position: absolute;
    height: 320px;
    left:15px;
    top: 2350px;
    opacity: 0.8;
}
.dot1 img{
    position: absolute;
    height: 320px;
    left:425px;
    top: 2350px;
    opacity: 0.8;
}
.dot2 img{
    position: absolute;
    height: 320px;
    left:830px;
    top: 2350px;
    opacity: 0.8;
}
.dot3 img{

    position: absolute;
    height: 320px;
    left:15px;
    top: 2700px;
    opacity: 0.8;
}
.dot4 img{
    position: absolute;
    height: 320px;
    left:425px;
    top: 2700px;
    opacity: 0.8;

}

.dot5 img{
    position: absolute;
    height: 320px;
    left:830px;
    top: 2700px;
    opacity: 0.8;

}


@media screen and (max-width:1050px) {
    .cir{
        right: -150px;
    }

    .cir1{
        height: 150px;
        width: 150px;
    }


    .cir1 h3,p{
        padding-top: 0;
        margin-top:0;
        top: 0%;
        margin: 0%;
        font-size: 10px;
    }

}


@media screen and (max-width:750px) {
    .cir{
        right: -50px;
    }
.cir1{
    height: 100px;
    width: 100px;
    padding-top: 1em;
    margin-top:1em;
}
    .cir1 h3,p{
        top: 0%;
        margin: 0%;
        font-size: 12px;
    }
}

@media screen and (max-width:750px) {
/* .black1{
  transform: translateX(25%);
} */
}



/* 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: #FFFFFF;
    }
    /* 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;
          }
    }
    
    @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: 550px;
       }
         .custom-shape-divider-top-1669964051 hr{
           margin-top: 280px;
       }
       .cir{
        right: 0px;
        
    }
    .hello{
        display: block;
    
      justify-content: center;
      margin-left: 30%;
    }
    }
    
    @media(max-width: 450px){
        .con-image{
            width: 100%;
           }
        .con-data-image{
            height: 250px;
            width: 65%;
        }
        .footer{
            display: block;
            padding-top: 20px;
            text-align: center;
       }
       .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;
       }
       .grey-background img{
width: 300px;
        display: flex;
        justify-content: center;
        margin: auto;
    }
    .custom-shape-divider-top-1669964051{
        height: 550px;
    }

    iframe{

       width: 370px;
    }
.cir{
    right: 0px;
}
.hello{
    display: block;

  justify-content: center;
  margin: 22%;
}
    }
    