*{
    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);
    margin: auto;
}
.sub-main{
    width: 100%;
    height: auto;
    margin: auto;
    background-image: url("image/about.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;
    margin: auto;
}

/*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*/
.logo img
{
    border-radius: 4px;
}
.btn-div{
    display: flex;
    margin-top: 12px;
}
.container1{
    max-width: 90%;
    margin: auto;
    margin-top: 100px;
    padding-bottom: 80px;
}
#cp1{
    font-size: 30px;
    padding-bottom: 2rem;
}
.container1 h1{
    font-size: 50px;
    padding-bottom: 35px;
}
@media(max-width:500px) {
    .container1 h1{
        font-size: 40px;
    }
}
@media(max-width:400px) {
    .container1 h1 , #cp1{
        font-size: 30px;
    }
}
#chat{
    display:flex ;
}
#chat i{
    font-size: 45px;
    margin-left: 0.7rem;
    transition: 0.4s;
    border-radius: 1rem;  
    position: fixed;  
}
#chat i:hover{
    transform: translateY(-5px);
}
.btn{
    background-image: linear-gradient(135deg, #ff2f52 0%, #f8b550  61%, #ff2f2f  100%);    padding: 12px;
    color: white;
    text-decoration: none;
    transition: all 0.6s;
    touch-action: manipulation;
    background-size: 200% auto;
    border-radius: 8px;
}
.btn:hover{
    color: rgb(0, 0, 0);
    background-position: right center;
    border-radius: 0px;
    transform: translateY(-5px);  
}
/*Form*/
#form-con{
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(rgba(225, 216, 231, 0.623),rgb(22, 5, 36));
    padding: 15px;
}

.box {
    width: 100%;
    max-width: 420px;
    background: white;
    padding: 20px;
    border-radius: 10px;
}

.box h2{
    text-align: center;
    margin-bottom: 15px;
}

label {
    font-weight: bold;
    font-size: 14px;
}

input, select {
    width: 100%;
    padding: 10px;
    margin: 6px 0 12px 0;
    font-size: 14px;
    border: none;
    border-bottom:1px solid black ;
}

.gender {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 12px;
}

button {
    width: 100%;
    padding: 12px;
    color: white;
    border: none;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

#contact{
    display: flex;
    flex-wrap: wrap;
    max-width: 90%;
    margin: auto;
    box-shadow: 0px 3px 15px black;
    margin-top: 3rem;
    margin-bottom: 3rem;
    border-radius: 15px;
}
#map-col{
    flex:50%;
}
#map-col iframe{
    width: 100%;
}
table{
    color: white;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}

th{
    padding: 1.3rem 2rem;
}
td{
    padding-top: 2.1rem;
}
table i{
    color: orange;
    padding-bottom: 1rem;
    font-size: 20px;
    transition: all 0.2s;
}
table i:hover{
    transform: translateY(-4px);
}
table a{
    text-decoration: none;
    color: white;
}
#table-col{
    flex: 45%;
    background-color:rgb(62, 12, 102);
    border-radius: 15px;
}
@media (max-width:850px){
    #map-col,#table-col{
        flex: 90%;
    }
}


/*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*/