*{
    padding: 0;
    margin: 0;
}

.secA{
    width: 100%;
    height: 130vh;
    background-color: rgb(90, 90, 90);
    background-image: linear-gradient(-155deg, rgba(0, 0, 0, 0.856), #00000089) , url("../images/background3.jpg");
    /* background-image: ; */
    background-repeat: no-repeat;
    background-size: cover;
    
    
}

header
{
    height: 5%;
    width: 80%;
    position: fixed;
    background-color: #111213;
    color: white;
    padding:30px  10% ;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header img{
    width: 50px;
    height: 50px;
    margin-right: 5%;
   
}

.Brand{
    width: 30%;
    display: flex;
     align-items: center;
}


header ul{
    display: flex;
    list-style: none;
}

header i{
    font-size: 25px;
}

ul li{
    margin-right: 10%;
    font-weight: bold;
    font-size: 20px;
}

.icon ul li{
    margin-right: 40%;
    font-weight: bold;
    font-size: 20px;
}

header a{
    color: white;
    text-decoration: none;
}

.detail1{
    color: white;
    font-size: 55px; 
    text-align: center;
    margin-bottom: 50px;
    padding-top: 10%;
}

.maincontainer1a{
    height: 450px;
    width: 90%;
    display: flex;
    margin-left: 5%;
    margin-right: 5%;
}

.maincontainer2a{
    height: 200px;
    width: 90%;
    display: flex;
    margin-top: 2%;
    margin-left: 5%;
    margin-right: 5%;
}

.subcontainer1a{
    height: 100%;
    width: 31%;
    background-image: url("../images/image1.jpg");
    background-size: cover;
    background-position: center;
    border-radius: 7px;
    transition: .5s;
}

.subcontainer1a:hover{
    transform: scale(1.06);
    z-index: 2;
}

.subcontainer1b{
    height: 100%;
    width: 31%;
    background-image: url("../images/image2.jpg");
    background-size: cover;
    background-position: center;
    margin-left: 3.4%;
    border-radius: 7px;
    transition: .5s;
}

.subcontainer1b:hover{
    transform: scale(1.06);
    z-index: 2;
}

.subcontainer1c{
    height: 100%;
    width: 31%;
    background-image: url("../images/image3.jpg");
    background-size: cover;
    background-position: center;
    margin-left: 3.4%;
    border-radius: 7px;
    transition: .5s;
}

.subcontainer1c:hover{
    transform: scale(1.06);
    z-index: 2;
}

.subcontainer2a{
    height: 80%;
    width: 29%;
    padding: 20px;
}

.subcontainer2b{
    height: 80%;
    width: 29%;
    padding: 20px;
    margin-left: 3.4%;
}

.subcontainer2c{
    height: 80%;
    width: 29%;
    padding: 20px;
    margin-left: 3.4%;
}

.detail1a{
    font-size: 20px;
    color: white;
}

.detail1b{
    font-size: 20px;
    color: white;
}

.detail1c{
    font-size: 20px;
    color: white;
}

.detail2a{
    font-size: 30px;
    margin-top: 10px;
    color: white;
    font-weight: bold;
}

.detail2b{
    font-size: 30px;
    margin-top: 10px;
    color: white;
    font-weight: bold;
}

.detail2c{
    font-size: 30px;
    margin-top: 10px;
    color: white;
    font-weight: bold;
}

.secB{
    width: 100%;
    height: 100vh;
    display: flex;
}

.maincontainer3a{
    height: 90%;
    width: 50%;
    margin:70px 1.5% 0% 5%;
}

.maincontainer4a{
    height: 90%;
    width: 50%;
    margin:70px 5% 0% 1.5%;
}

.subcontainer3a{
    height: 90%;
    width: 100%;
}

.subcontainer3a img{
    width: 100%;
    height: 111%;
}

.subcontainer4a{
    height: 20px;
    width: 60px;
    text-align: center;
    color: white;
    background-color: rgb(0, 0, 231);
    border: none;
}

.detail1d{
    font-weight: bold;
    font-size: 50px;
    margin-top: 45px;
}

.detail2d{
    font-size: 20px;
    margin-top: 40px;
}

.detail3d{
    font-size: 17px;
    color: #4b4b4b;
    margin-top: 40px;
    line-height: 1.4;
}

.subcontainer4b{
    height: 40px;
    width: 190px;
    font-size: 20px;
    margin-top: 40px;
    padding-top: 20px;
    text-align: center;
    color: white;
    background-color: rgb(0, 0, 231);
    border: none;
}

.detail4d{
    font-size: 18px;
    margin-top: 40px;
    line-height: 2;
}

.secC{
    width: 100%;
    height: 110vh;
    padding-top: 20px;
}

.subcontainer3b{
    height: 10%;
    width: 100%;
    display: flex;
}

.subcontainer3b1{
    height: 70%;
    width: 20%;
    padding-top: 25px;
    margin-left: 75px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background-color: rgb(240, 240, 240);
}

.subcontainer3b2{
    height: 70%;
    width: 20%;
    padding-top: 25px;
    margin-left: 10px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background-color: rgb(240, 240, 240);
}

.detail5a{
    margin-top: 70px;
    margin-left: 80px;
    margin-bottom: 90px;
}

.maincontainer5a{
    height: 450px;
    width: 100%;
    display: flex;
    background-color: rgb(90, 90, 90);
    background-image: linear-gradient(-155deg, rgba(0, 0, 0, 0.856), #00000089) , url("../images/background3.jpg");
    /* background-image: ; */
    background-repeat: no-repeat;
    background-size: cover;
}

.subcontainer5a{
    height: 80%;
    width: 45%;
    color: white;
    padding-top: 5%;
    padding-left: 5%;
}

.subcontainer5a i{
    padding-top: 40px;
    font-size: 30px;
}

.subcontainer5b{
    height: 100%;
    width: 50%;
}

.secD{
    width: 100%;
    height: 100vh;
}

.maincontainer6a{
    width: 100%;
    height: 60%;
    display: flex;
    align-items:flex-end;
}

.subcontainer6a{
    width: 40%;
    height: 80%;
    margin-left: 15%;
    margin-right: 1%;
    background-image: url("../images/image4.jpg");
    background-size: cover;
    background-position: center;
}

.subcontainer6b{
    width: 40%;
    height: 80%;
    margin-right: 15%;
    margin-left: 1%;
    background-image: url("../images/image5.jpg");
    background-size: cover;
    background-position: center;
}

.detail6a{
    margin-left: 270px;
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.5;
}

.secE{
    width: 100%;
    height: 100vh;
    padding-top: 5%;
    background-color: rgb(90, 90, 90);
    background-image: linear-gradient(-155deg, rgba(0, 0, 0, 0.856), #00000089) , url("../images/background3.jpg");
    /* background-image: ; */
    background-repeat: no-repeat;
    background-size: cover;
}

.maincontainer7a{
    width: 90%;
    height: 60%;
    display: flex;
    margin-top: 30px;
    margin-left: 5%;
    margin-right: 5%;
}

.maincontainer8a{
    height: 200px;
    width: 90%;
    display: flex;
    margin-top: 1%;
    margin-left: 5%;
    margin-right: 5%;
}

.subcontainer7a{
    height: 100%;
    width: 31%;
    background-image: url("../images/image6.jpg");
    background-size: cover;
    background-position: center;
    transition: 0.5s;
    border-radius: 7px;
}

.subcontainer7a:hover{
    transform: scale(1.06);
    z-index: 2;
}

.subcontainer7b{
    height: 100%;
    width: 31%;
    background-image: url("../images/image7.jpg");
    background-size: cover;
    background-position: center;
    margin-left: 3.4%;
    transition: 0.5s;
    border-radius: 7px;
}

.subcontainer7b:hover{
    transform: scale(1.06);
    z-index: 2;
}

.subcontainer7c{
    height: 100%;
    width: 31%;
    background-image: url("../images/image3.jpg");
    background-size: cover;
    background-position: center;
    margin-left: 3.4%;
    transition: 0.5s;
    border-radius: 7px;
}

.subcontainer7c:hover{
    transform: scale(1.06);
    z-index: 2;
}

.subcontainer8a{
    height: 80%;
    width: 29%;
    padding: 20px;
}

.subcontainer8b{
    height: 80%;
    width: 29%;
    padding: 20px;
    margin-left: 3.4%;
}

.subcontainer8c{
    height: 80%;
    width: 29%;
    padding: 20px;
    margin-left: 3.4%;
}

.detail8a{
    font-size: 20px;
    color: white;
}

.detail8b{
    font-size: 20px;
    color: white;
}

.detail8c{
    font-size: 20px;
    color: white;
}

.detail7a{
    font-size: 30px;
    margin-top: 5px;
    color: white;
}

.detail7b{
    font-size: 30px;
    margin-top: 5px;
    color: white;
}

.detail7c{
    font-size: 30px;
    margin-top: 5px;
    color: rgb(255, 255, 255);
}

.secF{
    width: 100%;
    height: 120vh;
}

.maincontainer9a{
    width: 100%;
    height: 50%;
    display: flex;
}

.subcontainer9a{
    height: 85%;
    width: 35%;
    padding-top: 80px;
}

.subcontainer9b{
    height: 85%;
    width: 65%;
    padding-top: 80px;
}

.subcontainer9b1{
    width: 100%;
    height: 60%;
}

.subcontainer9b2{
    height: 40px;
    width: 200px;
    font-size: 20px;
    margin-top: 40px;
    padding-top: 10px;
    text-align: center;
    color: white;
    background-color: rgb(169, 169, 169);
    border: none;
}

.maincontainer9b{
    height: 40%;
    width: 100%;
    padding-top: 70px;
    background-color: rgb(90, 90, 90);
    background-image: linear-gradient(-155deg, rgba(0, 0, 0, 0.856), #00000089) , url("../images/background3.jpg");
    /* background-image: ; */
    background-repeat: no-repeat;
    background-size: cover;
}

.detail9a{
    word-spacing: 1cm;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-top: 30px;
}

.detail9b{
    word-spacing: 1cm;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-top: 50px;
}