@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    --red: #8a1538;
    --black: #181818;
    --grey: #959CB2;
    --white:#ffff;
}
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-bar */

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);
  }

/* nav-bar */
/* SVG .topimage */
.custom-shape-divider-bottom-1670221530 {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
overflow: hidden;
line-height: 0;
-webkit-transform: scaleX(-1);
transform: scaleX(-1); 
}
.custom-shape-divider-bottom-1670221530 svg {
position: relative;
display: block;
width: calc(156% + 1.3px);
height: 141px;
overflow: hidden;
}
.custom-shape-divider-bottom-1670221530 .shape-fill {
fill: #FFFFFF;
}
/* SVG .topimage */
.topimage{
    min-height: 88vh;
    width: 100%;
    background-image: url(./Images/top-image-min.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); 
  
}
.heading{
    text-align: center;
    margin-bottom: 3rem;
    font-size: 1.1rem;
    color: #26304D;  
}
.container-awards{
    min-height: 500px;
    width: 1024px;
    display: grid;
    grid-template-columns: auto auto auto;
    margin: 0 auto;
    justify-content:space-between;
}
.awardimg{
    min-height: 260px;
    width: 280px;
    margin-bottom: 45px;
    border: 5px solid silver;
    box-shadow:0 ;
}
.award-con-img1{
    background-image: url(./Images/image1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.award-con-img2{
    background-image: url(./Images/image2.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
.award-con-img3{
    background-image: url(./Images/image3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.award-con-img4{
    background-image: url(./Images/image4.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.award-con-img5{
    background-image: url(./Images/image5.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.award-con-img6{
    background-image: url(./Images/image6.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.award-con-img7{
    background-image: url(./Images/image14.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.award-con-img8{
    background-image: url(./Images/image7.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.award-con-img9{
    background-image: url(./Images/image8.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.award-con-img10{
    background-image: url(./Images/image9.JPG);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.award-con-img11{
    background-image: url(./Images/image10.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.award-con-img12{
    background-image: url(./Images/image11.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.award-con-img13{
    background-image: url(./Images/image12.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.award-con-img14{
    background-image: url(./Images/image13.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.award-con-img15{
    background-image: url(./Images/image15.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;
    background-color:#26304D;
}
/* Footer */

.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;
    opacity: 65%;
    }
    .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: 5px;
    }
    /* SVG footer */
    .custom-shape-divider-top-1669964051 {
    top: 0;
    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: 238px;
    transform: rotateY(180deg);
    }
    .custom-shape-divider-top-1669964051 .shape-fill {
    fill: #FFF;
    }
    /* SVG footer */

    /* @Media-query */
    @media(max-width:1030px){
        .container-awards{
            grid-template-columns: auto auto;
            width: 600px;
        }
    }   
    @media(max-width:800px){
        .footer{
            width: 700px;
            padding-top: 220px;
        }
        .h1-head{
            font-size: 1.6rem;
            font-weight: 100;
        }
        .opacity a{
            font-size: 1rem;
        }
        .custom-shape-divider-top-1669964051 svg {
            height: 200px;
        }
        .custom-shape-divider-top-1669964051{
            height: 590px;
        }
        .container-awards{
            grid-template-columns: auto auto;
            width: 600px;
        }
    }
    
    @media(max-width: 600px){
       .footer{
            width: 100%;
            float: right;
            padding-top: 210px;
       }
       .h1-head{
            font-size: 1.2rem;
            font-weight: 100;
       }
       .opacity a{
            font-size: 12px;
       }
       .custom-shape-divider-top-1669964051 svg {
            height: 180px;
       }
       .custom-shape-divider-top-1669964051{
           height: 550px;
       }
       .custom-shape-divider-top-1669964051 hr{
           margin-top: 280px;
       }
       .custom-shape-divider-bottom-1670221530{
        display: none;
       }
       .heading{
            font-size: 1.2rem;
            padding-top: 25px;
            padding-bottom: 10px;
        }
        .container-awards{
            grid-template-columns: auto;
            width: 400px;
            justify-content: center;
        }
    }
    
    @media(max-width: 450px){
        .footer{
            display: block;
            padding-top: 0px;
            text-align: center;
        }
       .f1-icons {
            justify-content: center;
        }
        .h1-head{
            font-size: 1.4rem;
            font-weight: 100;
            padding-top: 30px;
        }
        .custom-shape-divider-top-1669964051 svg {
            height: 0;
        }
        .custom-shape-divider-top-1669964051 hr{
            margin-top: 470px;
        }
        .heading{
            font-size: 13px;
            padding-top: 25px;
            margin-bottom: 0;
            padding-bottom: 10px;
        }
       .topimage{
       
       height: 50vh;
       }
        .custom-shape-divider-bottom-1670221530{
            display: none;
        }
        .container-awards{
            grid-template-columns: auto;
            width: 200px;
        }
    }