@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
    font-family: 'Poppins', sans-serif;
}
body {
    background-color: rgba(0, 0, 0, 0.933);
    color: #fff;
    font-family: 'Poppins', sans-serif;
}
.logo {
    margin: 20px 10px ;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    
}
.hero-section{
    width: 100%;
    display: flex;
    margin: 60px 10px;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    object-fit: contain;
    height: 100%;
    background-repeat: no-repeat;
}
.hero-section img {
    border-radius: 100%;
    width: 40%;
    height: 100%;
}
i.fa::before{
    color: #fff;
    width: 500px;
    font-size: 30px;
    margin: 0px 5px;
    height: 500px;
}
i.fab{
    color: #fff;
    font-size: 30px;
    margin: 0px 5px;
}

/* About section */
.about-section {
    width: 100%;
    display: flex;
    height: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 60px 0px;
}

.about-section p {
    line-height: 1.6;
}
mark{
    font-size: 30px;
    margin-right:11px;
    line-height: 2;
    color: #fff;
        object-fit: cover;
    background-size: cover;
    background-image: url("https://media3.giphy.com/media/XfzJ9jQoJlbqOIDEUP/giphy.webp?cid=ecf05e47cmhhcpmcnhian5bg2vnta6yfmver1aosocfokfwg&rid=giphy.webp&ct=g");
}

.about-para2 {
 padding: 20px 10px ;
 margin: 30px 10px;
}

.para-highlight {
    display: flex;
    justify-content: center;
    align-items: center;
}
.para-list {
    list-style-type: number;
    line-height: 1.6;
    text-align: left;
}
.para-list li {
 margin: 10px 0;
}
.about-high {
    margin: 10px 10px;
    padding: 20px;
    background-image: url("https://media3.giphy.com/media/XfzJ9jQoJlbqOIDEUP/giphy.webp?cid=ecf05e47cmhhcpmcnhian5bg2vnta6yfmver1aosocfokfwg&rid=giphy.webp&ct=g");
}
.text-rotate {
    transform: rotate(-90deg);
    height: 100%;
    width: 100%;
    font-size: 30px;
    object-fit: cover;
    background-size: cover;
    background-image: url("https://media3.giphy.com/media/XfzJ9jQoJlbqOIDEUP/giphy.webp?cid=ecf05e47cmhhcpmcnhian5bg2vnta6yfmver1aosocfokfwg&rid=giphy.webp&ct=g");
}
.sample-text {
    font-size: 15px;
    text-align: center;
    line-height: 2;
    font-weight: 300;
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 1px;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 20px 1px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  
  }
.gallery img {
    width: 80%;
    margin: 10px;
  }
@media only screen and (max-width: 700px) {
    .hero-section{
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .hero-section img {
        width: 90%;
        height: 100%;
        margin: 20px 0px;
    }
    .home-texts {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .about-high {
        width: 100%;
    }
    mark {
        margin: 20px 0;
        width: 100%;
        text-align: center;
    }
    .text-rotate{
      display: none;
    }
  }
  