.gallery-section-one{
    padding: 30px 50px;
}

.gallery-section-one h1{
   font-size: 100px;
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    line-height: 68px;
    font-style: normal;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 44px;
    text-transform: capitalize;
}

.gallery-section-one p{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: center;
    font-size: 22px;
    padding: 18px 145px;
    margin-bottom: 40px;
    color: #000;
    text-transform: capitalize;
}

.gallerymainimg{
    margin-left: 50px;
    width: 1300px;
    margin-top: -125px;
    margin-bottom: 20px;
}

.gallery-section-second{
    padding: 30px 100px;
}

.gallery-section-second h2{
   font-size: 50px;
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    line-height: 68px;
    font-style: normal;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.gallery-section-second p{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: justify;
    font-size: 22px;
    color: #000;
    text-transform: capitalize;
}

.gallery-section-thrid{
    padding: 30px 100px;
}

.gallery-section-thrid h3{
   font-size: 38px;
    margin-top: 20px;
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    line-height: 40px;
    font-style: normal;
    text-align: justify;
    margin-bottom: 10px;
    text-transform: capitalize;
    position: relative;
}
.gallery-section-thrid h3:before {
    position: absolute;
    content: '';
    left: 110px;
    bottom: -13px;
    width: 67px;
    height: 11px;
    background-color: #7cc53b;
}
.gallery-section-thrid p{
       font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: justify;
    font-size: 22px;
    margin-top: 35px;
    color: #000;
    text-transform: capitalize;
}

.gallery-section-thrid h3 span{
    font-size: 65px;
    color: #7cc53b;
}

.gallery-section-thrid p b{
     color: #7cc53b;
}

.higs-gallerylogo {
 width: 250px;
    height: 250px;
        background-color: #e4f8d2;
    border: 40px solid #abda81;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 0px auto;
}

.higs-gallerylogo h5{
    animation: animName 15s linear infinite;
    font-size: 70px;
    font-family: 'Oswald';
    font-weight: 900;

}
@keyframes animName {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}

.higs-galleryimage{
       width: 342px;
    height: 342px;
    background-color: #abda81;
    border-radius: 50%;
    margin-top: -50px;
    display: flex;
}


.higs-galleryimage img{
    width: 250px;
    height: 207px;
    border-radius: 50px;
    margin-top: 70px;
    margin-left: 50px;
}

.higs-galleryimage:hover img, .higs-galleryimage:focus img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 1;
    -webkit-box-shadow: 0px 0px 46px 1px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0px 0px 46px 1px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 0px 46px 1px rgba(0, 0, 0, 0.28);
}
.gallery-section-last{

padding: 30px 50px;

}
.gallery-section-last h6 {
      font-family: 'Oswald';
    font-optical-sizing: auto;
    font-style: normal;
    line-height: 55px;
    text-align: justify;
    font-size: 28px;
    margin-bottom: 40px;
    color: #000;
    text-transform: capitalize;
}
.gallery-section-last h6 a {
    color: #7cc53b;
    font-weight: 600;
}
.hr-line {
    
    background: linear-gradient(45deg, rgba(162, 172, 73, 0), #7cc53b, rgba(162, 172, 73, 0)) !important;
    border: 0;
    height: 5px !important;
    margin: 20px auto 20px auto;
    opacity: 1;
    position: relative;
    width: 30%;
}


@media (min-width: 321px) and (max-width: 375px){

.gallery-section-one {
    padding: 10px 10px;
}
.gallery-section-second {
    padding: 10px 10px;
}
.gallery-section-thrid {
    padding: 10px 10px;
}
.gallery-section-last {
    padding: 10px 10px;
}
.gallery-section-one h1 {
    font-size: 55px;
        margin-top: -130px;
}
.gallery-section-one p {
font-size: 17px;
    padding: 5px 5px;
}
.higs-gallerylogo h5 {
    animation: animName 15s 
linear infinite;
    font-size: 43px;
}
.gallerymainimg {
    margin-left: 20px;
    width: 300px;
    margin-top: 25px;
    margin-bottom: 20px;
}
.gallery-section-second h2 {
    font-size: 30px;
    line-height: 45px;
}
.gallery-section-second p {
    font-size: 18px;
}

.gallery-section-thrid h3 span {
    font-size: 30px;
}
.gallery-section-thrid h3 {
    font-size: 30px;
}
.gallery-section-thrid p {
    font-size: 18px;
}

.higs-galleryimage {
    width: 242px;
    height: 242px;
    margin-left: 50px;
    margin-top: 20px;
    display: flex;
}
.higs-galleryimage img {
    width: 185px;
    height: 152px;
    border-radius: 50px;
    margin-top: 47px;
    margin-left: 25px;
}
.gallery-section-thrid h3:before {
    left: 50px;
}
.gallery-section-last h6 {
    line-height: 40px;
    font-size: 16px;
}


}



@media (min-width: 376px) and (max-width: 425px){

.gallery-section-one {
    padding: 10px 10px;
}
.gallery-section-second {
    padding: 10px 10px;
}
.gallery-section-thrid {
    padding: 10px 10px;
}
.gallery-section-last {
    padding: 10px 10px;
}
.gallery-section-one h1 {
    font-size: 55px;
        margin-top: -130px;
}
.gallery-section-one p {
font-size: 17px;
    padding: 5px 5px;
}
.higs-gallerylogo h5 {
    animation: animName 15s 
linear infinite;
    font-size: 43px;
}
.gallerymainimg {
    margin-left: 20px;
    width: 300px;
    margin-top: 25px;
    margin-bottom: 20px;
}
.gallery-section-second h2 {
    font-size: 30px;
    line-height: 45px;
}
.gallery-section-second p {
    font-size: 18px;
}

.gallery-section-thrid h3 span {
    font-size: 30px;
}
.gallery-section-thrid h3 {
    font-size: 30px;
}
.gallery-section-thrid p {
    font-size: 18px;
}

.higs-galleryimage {
    width: 242px;
    height: 242px;
    margin-left: 50px;
    margin-top: 20px;
    display: flex;
}
.higs-galleryimage img {
    width: 185px;
    height: 152px;
    border-radius: 50px;
    margin-top: 47px;
    margin-left: 25px;
}
.gallery-section-thrid h3:before {
    left: 50px;
}
.gallery-section-last h6 {
    line-height: 40px;
    font-size: 16px;
}





}

@media (min-width: 426px) and (max-width: 576px){

.gallery-section-one {
    padding: 10px 10px;
}
.gallery-section-second {
    padding: 10px 10px;
}
.gallery-section-thrid {
    padding: 10px 10px;
}
.gallery-section-last {
    padding: 10px 10px;
}
.gallery-section-one h1 {
        font-size: 55px;
        margin-top: -100px;
    }  
.gallery-section-one p {
font-size: 17px;
    padding: 5px 5px;
}
.higs-gallerylogo h5 {
    animation: animName 15s 
linear infinite;
    font-size: 43px;
}
.gallerymainimg {
    margin-left: 20px;
    width: 300px;
    margin-top: 25px;
    margin-bottom: 20px;
}
.gallery-section-second h2 {
    font-size: 30px;
    line-height: 45px;
}
.gallery-section-second p {
    font-size: 18px;
}

.gallery-section-thrid h3 span {
    font-size: 30px;
}
.gallery-section-thrid h3 {
    font-size: 30px;
}
.gallery-section-thrid p {
    font-size: 18px;
}

    .higs-galleryimage {
        width: 242px;
        height: 242px;
        margin-left: 145px;
        margin-top: 20px;
        display: flex;
    }
.higs-galleryimage img {
    width: 185px;
    height: 152px;
    border-radius: 50px;
    margin-top: 47px;
    margin-left: 25px;
}
.gallery-section-thrid h3:before {
    left: 50px;
}
.gallery-section-last h6 {
    line-height: 40px;
    font-size: 16px;
}


}


@media (min-width: 577px) and (max-width: 991px){
  
  
 .gallery-section-one {
    padding: 10px 10px;
}
.gallery-section-second {
    padding: 10px 10px;
}
.gallery-section-thrid {
    padding: 10px 10px;
}
.gallery-section-last {
    padding: 10px 10px;
}
.gallery-section-one h1 {
              font-size: 55px;
        margin-top: 40px;
    }  
.gallery-section-one p {
font-size: 17px;
    padding: 5px 5px;
}
.higs-gallerylogo h5 {
    animation: animName 15s 
linear infinite;
    font-size: 43px;
}
.gallerymainimg {
    margin-left: 130px;
        width: 725px;
        margin-top: 25px;
        margin-bottom: 20px;
}
.gallery-section-second h2 {
    font-size: 30px;
    line-height: 45px;
}
.gallery-section-second p {
    font-size: 18px;
}

.gallery-section-thrid h3 span {
    font-size: 30px;
}
.gallery-section-thrid h3 {
    font-size: 30px;
}
.gallery-section-thrid p {
    font-size: 18px;
}

    .higs-galleryimage {
               width: 242px;
        height: 242px;
        margin-left: 345px;
        margin-top: 20px;
        display: flex;
    }
.higs-galleryimage img {
    width: 185px;
    height: 152px;
    border-radius: 50px;
    margin-top: 47px;
    margin-left: 25px;
}
.gallery-section-thrid h3:before {
    left: 50px;
}
.gallery-section-last h6 {
    line-height: 40px;
    font-size: 16px;
}

 
    
    
    
}

@media (min-width: 1000px) and (max-width: 1280px){
    
 .gallerymainimg {
    margin-left: 50px;
    width: 1080px;
    margin-top: -125px;
    margin-bottom: 20px;
}
.gallery-section-thrid p {

    font-size: 20px;
    margin-top: 35px;
}

.higs-galleryimage {

    margin-top: -34px;
}

    
}

@media (min-width: 1300px) and (max-width: 1440px){
    
    
}


@media (min-width: 1920px){

.gallery-section-one {
    padding: 30px 250px;
}
.gallery-section-second {
    padding: 30px 250px;
}
.gallery-section-thrid {
    padding: 30px 250px;
}
.gallery-section-last {
    padding: 30px 150px;
}

}