@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@200;300;400;500;600;700;800&family=Poppins:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Noto Sans', sans-serif;
}

html,
body {
    overflow-x: hidden;
}

h1 {
    font-size: 37px;
    font-weight: 600;
}

h2 {
    font-size: 32px;
    font-weight: 600;
}

h3 {
    font-size: 27px;
    font-weight: 600;
}

h4 {
    font-size: 21px;
    font-weight: 600;
}

h5 {
    font-size: 18px;
    font-weight: 600;
}

h6 {
    font-size: 16px;
    font-weight: 600;
}

p {
    font-size: 14px;
    font-weight: 500;
}

a {
    text-decoration: none;
    color: #000;
}

li {
    list-style: none;
}

img {
    width: 100%;
    display: block;
}

iframe {
    width: 100%;
    display: block;
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
}

.all-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.all-end {
    display: flex;
    justify-content: end;
}

.space-between {
    justify-content: space-between;
}

.space-around {
    justify-content: space-around;
}

.section {
    padding: 60px 0;
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 100px;
}

.text-center {
    text-align: center;
}

.btn {
    padding: 8px 15px;
    border-radius: 5px;
    background: rgb(240, 79, 29);
    color: #fff;
    font-size: 15px;
    transition: all .5s ease-in-out;
}

.btn:hover {
    background-color: #fff;
    color: rgb(240, 79, 29);
    border: 2px solid rgb(240, 79, 29);
}

.btn1 {
    padding: 15px 30px;
    border-radius: 5px;
    border: 2px solid rgb(240, 79, 29);
    background: rgb(240, 79, 29);
    color: #fff;
    font-size: 15px;
    transition: all .5s ease-in-out;
}

.btn1:hover {
    background-color: transparent;
    border: 2px solid rgb(240, 79, 29);
    color: rgb(240, 79, 29);
}

.btn2 {
    padding: 15px 30px;
    border-radius: 5px;
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    font-size: 15px;
    line-height: 6;
    transition: all .5s ease-in-out;
}

.btn2:hover {
    background-color: #fff;
    color: rgb(240, 79, 29);
}


.btn3 {
    padding: 15px 30px;
    border-radius: 5px;
    background: transparent;
    color: rgb(240, 79, 29);
    border: 2px solid rgb(240, 79, 29);
    font-size: 15px;
    transition: all .5s ease-in-out;
}

.btn3:hover {
    background-color: rgb(240, 79, 29);
    color: #fff;
}

.btn4 {
    margin: 10px 0px 0px 40px;
    padding: 12px 30px;
    border-radius: 5px;
    border: 2px solid rgb(240, 79, 29);
    background: rgb(240, 79, 29);
    color: #fff;
    line-height: 6;
    font-weight: 600;
    font-size: 13px;
    transition: all .5s ease-in-out;
}

.btn4:hover {
    background-color: transparent;
    border: 2px solid rgb(240, 79, 29);
    color: rgb(240, 79, 29);
}

.btn5 {
    padding: 8px 20px;
    background-color: rgb(240, 79, 29);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    transition: all .5s ease-in-out;
    position: absolute;
    top: 60%;
    left: 7%;
}

.btn5:hover {
    background-color: rgb(240, 79, 29);
    color: #fff;
}

.btn6 {
    padding: 12px 30px;
    font-size: 17px;
    font-weight: 700;
    border-radius: 5px;
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
    transition: all .5s ease-in-out;
}

.btn6:hover {
    background-color: #fff;
    color: rgb(240, 79, 29);
}

.btn7 {
    padding: 12px 20px;
    border-radius: 5px;
    border: 2px solid rgb(240, 79, 29);
    background: rgb(240, 79, 29);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    transition: all .5s ease-in-out;
}

.btn7:hover {
    background-color: transparent;
    border: 2px solid rgb(240, 79, 29);
    color: rgb(240, 79, 29);
}

.btn9 {
    width: 90%;
    margin-right: 20px;
    padding: 12px 0px;
    border-radius: 5px;
    border: 2px solid rgb(240, 79, 29);
    background: rgb(240, 79, 29);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    transition: all .5s ease-in-out;
}

.btn9:hover {
    background-color: transparent;
    border: 2px solid rgb(240, 79, 29);
    color: rgb(240, 79, 29);
}

/*argent opacity*/
.image1 .col .opacity:nth-of-type(1) {
    position: relative;
}

.image1 .col .opacity:nth-of-type(1)::after {
    transform: translate(-50%, -50%) scaleY(0);
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform-origin: top;
    background: #0000009e;
    transition: all 0.5s ease-in-out;
}

.image1 .col .opacity:nth-of-type(1):hover::after {
    transform: translate(-50%, -50%) scaleY(1);
}

.image1 .col .opacity:nth-of-type(1) .btn3 {
    position: absolute;
    top: 40%;
    left: 25%;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.image1 .col .opacity:nth-of-type(1):hover .btn3 {
    visibility: visible;
    opacity: 1;
}

/*meet1*/
.meet-detail .col .meet1:nth-of-type(1) {
    position: relative;
}

.meet-detail .col .meet1:nth-of-type(1)::after {
    transform: translate(-50%, -50%) scaleY(0);
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform-origin: top;
    background: #0000009e;
    transition: all 0.5s ease-in-out;
}

.meet-detail .col .meet1:nth-of-type(1):hover::after {
    transform: translate(-50%, -50%) scaleY(1);
}

.meet-detail .col .meet1:nth-of-type(1) .flex-row {
    position: absolute;
    top: 40%;
    left: 10%;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.meet-detail .col .meet1:nth-of-type(1):hover .flex-row {
    visibility: visible;
    opacity: 1;
}


/*latest*/
.image-slider .box .opacity:nth-of-type(1) {
    position: relative;
}

.image-slider .box .opacity:nth-of-type(1)::after {
    transform: translate(-50%, -50%) scaleY(0);
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 92%;
    height: 100%;
    transform-origin: top;
    background: #0000009e;
    transition: all 0.5s ease-in-out;
}

.image-slider .box .opacity:nth-of-type(1):hover::after {
    transform: translate(-50%, -50%) scaleY(1);
}

.image-slider .box .opacity:nth-of-type(1) .btn7 {
    position: absolute;
    top: 40%;
    left: 25%;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.image-slider .box .opacity:nth-of-type(1):hover .btn7 {
    visibility: visible;
    opacity: 1;
}

.image-slider .box .opacity:nth-of-type(1) .heading {
    position: absolute;
    top: 75%;
    color: #fff;
    z-index: 111;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.image-slider .box .opacity:nth-of-type(1):hover .heading {
    visibility: visible;
    opacity: 1;
}


/*new*/
.new .col .opacity:nth-of-type(1) {
    position: relative;
}

.new .col .opacity:nth-of-type(1)::after {
    transform: translate(-50%, -50%) scaleY(0);
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 95%;
    height: 100%;
    transform-origin: bottom;
    background: #0000006e;
    transition: all 0.5s ease-in-out;
}

.new .col .opacity:nth-of-type(1):hover::after {
    transform: translate(-50%, -50%) scaleY(1);
}

/*meat details*/
.meat-detail .col .meet1:nth-of-type(1) {
    position: relative;
}

.meat-detail .col .meet1:nth-of-type(1)::after {
    transform: translate(-50%, -50%) scaleY(0);
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 50%;
    height: 100%;
    border-radius: 50%;
    background: #0000009e;
    transition: all 0.5s ease-in-out;
}

.meat-detail .col .meet1:nth-of-type(1):hover::after {
    transform: translate(-50%, -50%) scaleY(1);
}

.meat-detail .col .meet1:nth-of-type(1) .flex-row {
    position: absolute;
    top: 40%;
    left: 27%;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.meat-detail .col .meet1:nth-of-type(1):hover .flex-row {
    visibility: visible;
    opacity: 1;
}

@keyframes moveUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.donate-float-btn {
    position: fixed;
    top: 50%;
    left: 0%;
    z-index:99999999;
    animation: moveUpDown 2s infinite;  
    a{
        color: white;
    }
    
    a:hover{
        color: rgb(65, 65, 65);
    }
}
.donate-float-btn:hover {
  
    
    a{
        color: rgb(65, 65, 65);
    }
}