*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-transform: capitalize;
}
.body-main{
    max-width: 100%;
    background-color: rgb(223, 227, 222);
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ;
}
.sub-main{
    max-width: 100%;
    height: auto;
    background-image:url("image/cyber.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    border-radius: 0 0 200px 0;
}
.main{
    max-width: 100%;
    background-color: rgba(71, 0, 129, 0.8);
    border-radius: 0 0 200px 0;
    color: white;
}

/*navbar-start*/
.navbar {
    max-width: 90%;
    margin: auto;
    padding: 15px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
@media (max-width:1075px){
    .navbar a{
        display: none;
    }
}
#icon-bar
{
    display: none;
    cursor: pointer;
}
@media (max-width:1075px){
    #icon-bar{
        display: block;
    }
}
.side-navbar {
    width: 55%;
    padding: 25px 45px;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: -100%;
    background-color:rgb(41, 1, 73);
    flex-direction: column;
    border-radius: 10px;
    transition: all 0.5s;
}
@media (max-width:440px)
{
    .side-navbar{
        width: 80%;
    }
}
.side-navbar a{
    padding: 20px;
    text-decoration: none;
    color: white;
    transition: all 0.5s;
    display: block;
}
#icon-bar:hover{
    color: orange;
    transform:translateY(-2px)
}
.side-navlink a:hover{
    text-decoration: underline 2px;
    color: rgb(255, 166, 0);
}
.navbar a{
    padding: 20px 30px;
    text-decoration: none;
    color: white;
    transition: all 0.5s;
    transform: rotate(120deg);
}
#close-navbar
{
    display: flex;
    justify-content: end;
    cursor: pointer;
}
#close-navbar p
{
    transition: all 0.5s;
    transform: rotate(90deg);
}
#close-navbar p:hover{
    transform: rotate(270deg);
    color: orange;
}
.navlink a{
    color: white;
}
.navlink a:hover{
    text-decoration: underline 2px;
    color: rgb(255, 166, 0);
}
/*navbar-end*/
.btn-div{
    display: flex;
    margin-top: 12px;
}
.container1{
    max-width: 90%;
    margin: auto;
    margin-top: 100px;
    padding-bottom: 80px;
}
.container1 h1{
  padding-bottom: 4rem;
}
.all-courses{
  margin-top: 2rem;
  padding-top:2rem;
  color: orange;
  padding-right: 2rem;
}
.view-courses{
    max-width: max-content;
    flex-direction: row;
    text-decoration: none;
    background-color: orange;
    color: white;
    padding: 0.7rem 1rem;
    display: flex;
    margin-top: 1.4rem;
    transition: all 0.5s;
}
.view-courses:hover{
    border-radius: 0.7rem;
    box-shadow:0px 0px 12px rgb(255, 196, 0);
}
#head{
    max-width: 75%;
    margin: auto;
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 4rem;
}  
#head h2{
    font-size: 1.8rem;
    text-decoration: underline orange;
}
#head p{
    padding-top: 2rem;
    text-align: left;
    line-height: 1.5rem;
}
#row1{
    max-width: 75%;
    margin: auto;
    display: flex;
    flex-wrap:wrap-reverse;
    margin-bottom: 3rem;
}
#left{
    flex:50%;
}
#left p{
    align-items: center;
   line-height: 3.2rem;
    justify-content: center;
    padding-left: 2rem;
    align-items:center ;
   display: inline-block;
}
@media (max-width:500px){
    #left p{
        font-size: 3.1vw;
    }
    #left i{
        font-size: 16px;
    }
}
#right{
    flex: 50%;
}
#right img{
    width: 100%;
    object-fit: contain;
    background-color: rgb(0, 0, 0);
    border-radius: 15px;
    box-shadow: 0px 3px 15px black;
}
@media (max-width:880px){
    #left,#right{
        flex: 100%;
    }
    #left{
        margin-top: 3rem;
    }
}
.footer{
    max-width: 100%;
    background: linear-gradient(rgba(71, 0, 129, 0.8),rgb(22, 5, 36));
    display: flex;
    flex-wrap: wrap;
    padding: 4rem 4rem;
    color: white;
    border-bottom: 1px dotted rgb(99, 10, 134);
}
.foot-col1{
    flex:33%;
    margin-left: 1rem;
}
.footer h2{
    text-decoration: underline;
    padding-bottom: 1.4rem;
    color: orange;
}
.foot-col2{
    flex:28%;
    margin-left: 1rem;
}
.foot-col2 a{
    text-decoration: none;
    color: white;
    display: flex;
    flex-direction:column;
    border-bottom: 1px dotted rgb(97, 53, 138);
    padding: 0.1rem 0.3rem;
}
.footer a:hover{
    color: orange;
}
.foot-col3{
    flex:33%;
    margin-left: 1rem;
}
.foot-col3 a{
    text-decoration: none;
    color: white;
    display: flex;
    flex-direction:column;
    line-height: 2.6rem;
}
.cpy-r{
    padding: 2.5rem;
    text-align: center;
    background-color: rgb(211, 208, 208);
}
@media (max-width:850px){
    .footer{
        flex-wrap: wrap-reverse;
        flex-direction: column;
        margin: auto;
    }
    .foot-col1, .foot-col2, .foot-col3{
        flex: 100%;
        margin-top: 3rem;
    }
}
/*footer-start*/
.footer{
    max-width: 100%;
    background: linear-gradient(rgba(71, 0, 129, 0.8),rgb(22, 5, 36));
    display: flex;
    flex-wrap: wrap;
    padding: 4rem 4rem;
    color: white;
    border-bottom: 1px dotted rgb(99, 10, 134);
}
.foot-col1{
    flex:33%;
    margin-left: 1rem;
}
.footer h2{
    text-decoration: underline;
    padding-bottom: 1.4rem;
    color: orange;
}
.foot-col2{
    flex:28%;
    margin-left: 1rem;
}
.icon-bar
{
    display: flex;
    gap: 2rem;
    padding-top: 2.5rem;
   
}
.icon-bar #facebook:hover{
    color: rgb(14, 123, 224);
}
.icon-bar #insta:hover{
    color: rgb(187, 9, 68);
}
.icon-bar #whatsapp:hover{
    color: rgb(9, 187, 9);
}
.icon-bar #X:hover{
    color: rgb(204, 204, 204);
}
.icon-bar i
{
    transition: all 0.5s;
    font-size: 1.7rem;
    color: orange;
    cursor: pointer;
}
.icon-bar i:hover{
    transform: rotateY(180deg);
}
.foot-col2 a{
    text-decoration: none;
    color: white;
    display: flex;
    flex-direction:column;
    border-bottom: 1px dotted rgb(97, 53, 138);
    padding: 0.3rem 0.3rem;
}
.footer a:hover{
    color: orange;
}
.foot-col3{
    flex:33%;
    margin-left: 1rem;
}
.foot-col3 a{
    text-decoration: none;
    color: white;
    display: flex;
    flex-direction:column;
    line-height: 2.6rem;
}
.cpy-r{
    padding: 2.5rem;
    text-align: center;
    background-color: rgb(211, 208, 208);
}
@media (max-width:850px){
    .footer{
        flex-wrap: wrap-reverse;
        flex-direction: column;
        margin: auto;
    }
    .foot-col1, .foot-col2, .foot-col3{
        flex: 100%;
        margin-top: 3rem;
    }
}
/*footer-end*/
