@import url(../css/animate.css);
@import url(../css/swiper.min.css);
@import url(../css/default.css);
@import url(../css/jquery.exzoom.css);
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700;800&display=swap');
body {
    overscroll-behavior: none;
}
:root {
    --font-family-Sora: 'Sora', sans-serif;
    /* Colors               : */
    --color-9c9c9c: #9c9c9c;
    --color-a1a1a1: #a1a1a1;
    --color-5c5c5d: #5c5c5d;
    --color-333333: #333333;
    --color-242424: #242424;
    --color-161617: #161617;
    --color-000000: #000000;
    --color-861717: #861717;
    --color-ffc52c: #ffc52c;
    --color-ffffff: #ffffff;
    --font-size-14: 14px;
    --font-size-16: 16px;
    --font-size-18: 18px;
    --font-size-19: 19px;
    --font-size-20: 20px;
    --font-size-22: 22px;
    --font-size-25: 25px;
    --font-size-27: 27px;
    --font-size-40: 40px;
    --line-height-inherit: inherit;
    --line-height-20: 20px;
    --line-height-22: 22px;
    --line-height-24: 24px;
    --line-height-25: 25px;
    --line-height-27: 27px;
    --line-height-30: 30px;
    --line-height-32: 32px;
    --line-height-35: 35px;
    --line-height-37: 37px;
    --line-height-50: 50px;
    --font-weight-Thin: 100;
    --font-weight-ExtraLight: 200;
    --font-weight-Light: 300;
    --font-weight-Regular: 400;
    --font-weight-Medium: 500;
    --font-weight-SemiBold: 600;
    --font-weight-Bold: 700;
    --font-weight-ExtraBold: 800;
    --font-weight-Black: 900;
    --font-weight-normal: normal;
}
* {
    outline: 0;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: var(--font-family-Sora);
    font-style: var(--font-style-normal);
    font-size: var(--font-size-19);
    line-height: var(--line-height-24);
    color: var(--color-ffffff);
    font-weight: var(--font-weight-Regular);
    margin: 0;
    padding: 0;
    background-color: var(--color-000000);
}
.clr {
    width: 100%;
    float: left;
}
.img {
    width: 100%;
}
a,
.btn,
button {
    color: var(--color-000000);
    outline: none;
    cursor: pointer;
    outline: 0;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
a:focus,
.btn:focus,
button:focus,
.custom-select:focus,
.form-control:focus {
    outline: none;
    box-shadow: none;
}
.btn:hover,
a:hover,
button:hover {
    color: var(--color-ffc52c);
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-ffffff);
    text-transform: normal;
    margin-bottom: 15px;
}
ul,
ol {
    margin: 0px;
    padding: 0px;
}
li {
    list-style: none;
}
header,
footer,
section {
    width: 100%;
    float: left;
}
hr {
    border-bottom: 1px solid #646464;
    border-top: 0 none;
    margin: 50px 0;
    padding: 0;
    opacity: 1;
  }
p {
    font-size: var(--font-size-19);
    line-height: var(--line-height-25);
    font-weight: var(--font-weight-Regular);
    color: var(--color-ffffff);
    margin-bottom: 20px;
}
.p-content {
    font-size: var(--font-size-19);
    line-height: var(--line-height-25);
    font-weight: var(--font-weight-Regular);
    color: var(--color-ffffff);
    margin-bottom: 20px;
}
.small-text {
    font-size: var(--font-size-16);
    line-height: var(--line-height-22);
    font-weight: var(--font-weight-Regular);
    color: var(--color-ffffff);
    margin-bottom: 20px;
    text-align: justify;
}
.text {
    font-size: var(--font-size-22);
    line-height: var(--line-height-32);
    color: var(--color-ffffff);
    margin-bottom: 20px;
}
.section-title {
    font-size: var(--font-size-40);
    line-height: var(--line-height-50);
    color: var(--color-ffffff);
    font-weight: var(--font-weight-Regular);
    margin-bottom: 20px;
}
.title {
    font-size: var(--font-size-25);
    line-height: var(--line-height-36);
    color: var(--color-ffffff);
    font-weight: var(--font-weight-Medium);
    margin-bottom: 20px;
}
.div-title {
    font-size: var(--font-size-27);
    line-height: var(--line-height-37);
    color: var(--color-a1a1a1);
    font-weight: var(--font-weight-Regular);
    margin-bottom: 20px;
}
.div-sub-title {
    font-size: var(--font-size-25);
    line-height: var(--line-height-36);
    color: var(--color-ffffff);
    font-weight: var(--font-weight-Regular);
    margin-bottom: 20px;
}
.sub-title {
    font-size: var(--font-size-20);
    line-height: var(--line-height-30);
    color: var(--color-ffffff);
    font-weight: var(--font-weight-Medium);
    margin-bottom: 15px;
}
.weight-Light {
    font-weight: var(--font-weight-Light);
}
.weight-Regular {
    font-weight: var(--font-weight-Regular);
}
.weight-Medium {
    font-weight: var(--font-weight-Medium);
}
.weight-SemiBold {
    font-weight: var(--font-weight-SemiBold);
}
.weight-Bold {
    font-weight: var(--font-weight-Bold) !important;
}
.weight-ExtraBold {
    font-weight: var(--font-weight-ExtraBold);
}
.weight-Black {
    font-weight: var(--font-weight-Black);
}
.height-100 {
    height: 100vh;
}
.pr-100 {
    padding-right: 100px;
}
.pl-100 {
    padding-left: 100px;
}
.color-861717 {
    color: var(--color-861717) !important;
}
.color-ffc52c {
    color: var(--color-ffc52c) !important;
}
.color-000000 {
    color: var(--color-000000) !important;
}
.view-more-text {
    display: inline-block;
}
.view-more-text-btn {
    font-size: var(--font-size-25);
    line-height: var(--line-height-inherit);
    color: var(--color-861717);
    font-weight: var(--font-weight-SemiBold);
    display: inline-block;
    background: transparent;
    position: relative;
    z-index: 2;
    padding: 0;
    outline: none;
    border: none;
    border-radius: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.view-more-text-btn:hover {
    color: var(--color-ffc52c);
    letter-spacing: 1px;
}
.view-more-btn-img .arrow {
    width: 50px;
    height: 20px;
    object-fit: contain;
    object-position: left center;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.view-more-btn-img:hover .arrow {
    transform: translateX(10px);
}
.view-more {
    display: inline-block;
}
.view-more-btn {
    font-size: var(--font-size-22);
    line-height: var(--line-height-22);
    color: var(--color-000000);
    font-weight: var(--font-weight-ExtraBold);
    display: inline-block;
    background: var(--color-ffffff);
    padding: 10px 30px;
    position: relative;
    outline: none;
    border: none;
    border-radius: 10px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.view-more-btn:hover {
    background: var(--color-861717);
    color: var(--color-ffffff);
}
.img-zoom {
    overflow: hidden;
}
.img-zoom .zoom {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 2.5s ease-out 0s;
    -moz-transition: all 2.5s ease-out 0s;
    -ms-transition: all 2.5s ease-out 0s;
    -o-transition: all 2.5s ease-out 0s;
    transition: all 2.5s ease-out 0s;
}
.img-zoom:hover .zoom {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.g_header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: transparent;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.main-header.g_shrink {
    padding: 0;
    position: fixed;
    background-color: #000000d7;
    backdrop-filter: blur(3em);
    box-shadow: 3px 3px 3px #0000001a;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    z-index: 999;
}
/* loader css*/
/* loader css */
/* main-header */
.main-nav {
    padding: 20px 0 20px;
    position: relative;
    z-index: 99;
}
.main-nav .navbar {
    width: 100%;
    float: left;
    padding: 0;
}
.main-nav .navbar-light .navbar-brand {
    padding: 0;
    margin-right: 10px;
}
.main-nav .navbar-light .navbar-brand img {
    width: 160px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.main-nav .navbar-light .navbar-nav .nav-item .nav-link {
    position: relative;
    display: block;
    font-size: var(--font-size-22);
    line-height: var(--line-height-24);
    color: var(--color-9c9c9c);
    padding: 15px 10px;
    font-weight: var(--font-weight-Regular);
}
.main-nav .navbar-light .navbar-nav .nav-item {
    padding-right: 50px;
}
.main-nav .navbar-light .navbar-nav .nav-item:last-child {
    padding-right: 0px;
}
.main-nav .navbar-light .navbar-nav .nav-item .nav-link:focus,
.main-nav .navbar-light .navbar-nav .nav-item .nav-link.active,
.main-nav .navbar-light .navbar-nav .nav-item .nav-link:hover {
    color: var(--color-ffc52c);
}
.main-nav .navbar-light .navbar-nav .nav-item .nav-link.show,
.main-nav .navbar-light .navbar-nav .nav-item .show>.nav-link {
    color: var(--color-ffc52c);
}
/* dropdown-menu */
/* .navbar-light .navbar-nav .dropdown .dropdown-menu {
min-width: 200px;
margin: 0;
top: 80%;
padding: 0px 0px;
background-color: var(--color-ffffff);
border: none;
box-shadow: 0px 0px 11px -4px #989898ba;
z-index: 9;
}
.navbar-light .navbar-nav .dropdown .dropdown-menu .dropdown-item {
width: 100%;
float: left;
font-size: var(--font-size-17);
color: var(--color-000000);
padding: 12px 10px;
border-bottom: solid 0.5px var(--color-f04a23);
-webkit-transition: 0.5s linear;
-moz-transition: 0.5s linear;
-ms-transition: 0.5s linear;
-o-transition: 0.5s linear;
transition: 0.5s linear;
}
.navbar-light .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
color: #fff;
background: var(--color-f04a23);
} */
/* dropdown-menu */
/* main-header */
/* banner section */
.youtube-img {
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 30px;
    width: 100%;
}
.youtube-img img {
    overflow: hidden;
    transition: ease all 0.5s;
    height: 350px;
    object-fit: cover;
    width: 100%;
}
/* banner section */
/* team-section */
.team-section {
    background: var(--color-161617);
}
.team-box .team-img {
    width: 40%;
    float: left;
}
.team-img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    position: relative;
    z-index: 2;
}
.team-text {
    width: 50%;
    float: left;
    padding-left: 30px;
    margin-top: 150px;
}
.team-text p{
    margin-bottom: 0;
}
.team-text .moreless-button {
   color: var(--color-ffc52c);
}
.team-text .section-title {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.team-text .section-title span {
    position: absolute;
    left: -45px;
    top: -10px;
    width: 106%;
    height: 70px;
    background: var(--color-5c5c5d);
    border-radius: 0 20px 20px 0;
    z-index: -1;
}
/* team-section */
/* reels-section */
.reel-box-left {
    padding-right: 20px;
}
.reel-box-right {
    padding-left: 100px;
}
.reel-box-right .reel-text {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.reel-box {
    border-radius: 25px;
    border: solid 2px var(--color-ffffff);
    padding: 20px 20px;
    background: var(--color-333333);
    height: 100%;
    transition: ease all 0.5s;
}
.reel-img img {
    border-radius: 20px;
    border: solid 2px var(--color-5c5c5d);
}
.reel-img h4 {
    margin-top: 20px;
    font-weight: var(--font-weight-SemiBold);
}
.reels-padding {
    padding: 0 100px;
}
.reel-text {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.reel-box-left .reel-box,
.reel-box-right .col-12 {
    margin-bottom: 30px;
}
.reel-box-left .reel-box,
.reel-box-right .col-12:last-child {
    margin-bottom: 0px;
}
.reel-box-right .reel-img img {
    height: 168px;
    object-fit: cover;
    object-position: center;
}
.reel-box:hover {
    transform: scale(1.01);
}
.reel-box-left .reel-img img {
    height: 328px;
    object-fit: cover;
    object-position: center;
}
/* reels-section */
/* project-section */
.project-section{
    background: var(--color-161617);
}
.project-img {
    margin-bottom: 25px;
    overflow: hidden;
}
.project-img img {
    height: 300px;
    object-fit: cover;
    object-position: center;
    transition: ease all 0.5s;
}
.project-img img:hover {
    transform: scale(1.05);
}
.project-box-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    flex-direction: column;
}
.theone-button {
    text-align: center;
}
.theone-button a {
    margin: 50px 0;
    font-size: 26px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.theone-button a img {
    margin: 0px 15px;
    transition: ease all 0.5s;
}
.theone-button a:hover img {
    margin: 0px 5px;
}
.theone-button a:hover {
    color: #ffc52c;
}
/* project-section */
.container {
    max-width: 100%;
    padding: 0 70px;
}
/* gratitude-section */
.gratitude-section .logo-box {
    display: inline-flex;
    flex-wrap: wrap;
}
.gratitude-section .logo-img {
    width: 12%;
    height: 14%;
    padding: 45px;
    margin: 2px;
    overflow: hidden;
    background-color: #242424;
}
.gratitude-section .logo-img img {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: aliceblue;
}
/* givingback-section */
.givingback-section{
    background: var(--color-161617);

}
.givingback-box {
    border-radius: 40px;
    padding: 30px 50px;
    overflow: hidden;
    margin: 0px 50px;
}
.givingback-box.animal-matter {
    background-color: #ffc52c;
}
.givingback-box.loksadhana {
    background-color: #861717;
}
.givingback-box .content-img {
    overflow: hidden;
    border-radius: 35px;
    margin: 50px 0;
}
.givingback-box .content-img img {
    height: 300px;
    width: 100%;
    transition: ease all 0.5s;
    object-fit: cover;
}
.givingback-box .content-img img:hover {
    transform: scale(1.05);
}
.givingback-box.animal-matter p {
    color: #000000;
}
.givingback-box a {
    font-size: 26px;
    font-weight: 700;
}
.givingback-box.loksadhana a {
    color: #f5a623;
}
.givingback-box.animal-matter a {
    color: #861717;
}
.givingback-box.loksadhana a:hover {
    color: #000000;
}
.givingback-box.animal-matter a:hover {
    color: #000000;
}
.givingback-box a:hover img {
    filter: contrast(1);
}
.givingback-box a img {
    width: 50px;
}
.givingback-box a .logo-img {
    width: 50px;
}
.givingback-box .logo-img {
    height: 130px;
    display: flex;
    align-items: flex-end;
    /* justify-content: center; */
}
/* contact section */
.form-fields {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
label {
    font-size: 1.1rem;
}
.form-fields input {
    height: 65px;
    width: 100%;
    font-size: 16px;
    outline: none;
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #d8d8d8;
    margin-bottom: 30px;
    background-color: black;
    color: #ffffff;
}
.form-fields textarea {
    width: 100%;
    font-size: 16px;
    outline: none;
    border-radius: 20px;
    padding: 15px;
    border: 1px solid #d8d8d8;
    margin-bottom: 30px;
    background-color: black;
    color: #ffffff;
}
.form-fields input:hover,
input:focus {
    border: 1px solid rgb(255, 255, 255);
}
.form-box button {
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: 900;
    border: transparent;
    border-radius: 5px;
    font-size: 24px;
}
.form-box button:hover {
    background-color: #ffc52c;
    color: #000000;
}
#pass-field-container {
    position: relative;
}
#pass {
    padding-right: 35px;
}
input[type="checkbox"] {
    position: absolute;
    right: 10px;
    top: 13px;
    accent-color: rgb(204, 0, 255);
    height: 15px;
    width: 15px;
    padding: 5px;
    cursor: pointer;
}
.form-fields input[type="submit"] {
    height: 40px;
    font-size: 1rem;
    background-color: rgb(204, 0, 255);
    outline: none;
    border: none;
    color: white;
    font-weight: bold;
    cursor: pointer;
}
.form-box {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
}
.contact-img {
    border-radius: 15px;
    overflow: hidden;
    height: 200px;
    margin-bottom: 30px;
    transition: ease all 0.5s;
}
.contact-img img {
    transition: ease all 0.5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-img img:hover {
    transform: scale(1.05);
}
.social-links {
    padding: 50px 0;
    width: 100%;
}
.social-links img {
    height: 50px;
    margin-right: 20px;
}
.copyright-text {
    font-size: 16px;
}
.copyright-text a {
    color: #ccc;
}
.copyright-text a:hover {
    color: #ffc52c;
}
.mobile-button {
    display: none;
}
.reel-text-mob {
    display: none;
}
.contact-slider {
    display: none;
}
.logo-slider {
    display: none;
}
.hide {
    display: none;
  }
  .read-more-show,.read-more-hide{
    color: var(--color-ffc52c);
    margin-top: 10px;
  }

.back-to-top {
    background-color: #000000;
    text-decoration: none;
    cursor: pointer;
    width: 50px;
    height: 50px;
    z-index: 999;
    position: fixed;
    right:30px;
    bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 4px 16px 0 rgba(black,0.4);
    border: 2px solid #fff;
}
  .back-to-top:hover {
   background-color: var(--color-861717);
  }
  
  .back-to-top:active {
    box-shadow: none;
    background-color: var(--color-861717);
  }
  .icon__arrow-up {
    fill:var(--color-ffffff);
    width: 32px;
    height: 32px;
  }


/* responsive css */
/* responsive css */
@media only screen and (min-width: 1921px) {}
@media (max-width: 1800px) {
    :root {
        --font-size-14: 14px;
        --font-size-16: 15px;
        --font-size-18: 17px;
        --font-size-19: 18px;
        --font-size-20: 19px;
        --font-size-22: 20px;
        --font-size-25: 22px;
        --font-size-27: 25px;
        --font-size-40: 35px;
        --line-height-20: 18px;
        --line-height-22: 20px;
        --line-height-24: 22px;
        --line-height-25: 24px;
        --line-height-27: 26px;
        --line-height-30: 28px;
        --line-height-32: 30px;
        --line-height-35: 32px;
        --line-height-37: 34px;
        --line-height-50: 45px;
    }
    .gratitude-section .logo-img {
        padding: 35px;
    }
    .copyright-text {
        text-align: center;
    }
}
@media (max-width: 1600px) {
    .gratitude-section .logo-img {
        padding: 30px;
    }
    .send img {
        margin-bottom: 10px;
        width: 200px;
    }
    .form-box button {
        padding: 15px 20px;
        text-transform: uppercase;
        font-weight: 900;
        border: transparent;
        border-radius: 5px;
        font-size: 20px;
        height: 50px;
    }
    .copyright-text {
        text-align: center;
    }
    .team-text {
        margin-top: 100px;
    }
}
@media (max-width: 1560px) {}
@media (max-width: 1480px) {
    .gratitude-section .logo-img {
        width: 12%;
    }
    :root {
        --font-size-14: 14px;
        --font-size-16: 15px;
        --font-size-18: 16px;
        --font-size-19: 17px;
        --font-size-20: 18px;
        --font-size-22: 19px;
        --font-size-25: 20px;
        --font-size-27: 22px;
        --font-size-40: 30px;
        --line-height-20: 20px;
        --line-height-22: 22px;
        --line-height-24: 24px;
        --line-height-25: 22px;
        --line-height-27: 24px;
        --line-height-30: 26px;
        --line-height-32: 28px;
        --line-height-35: 26px;
        --line-height-37: 26px;
        --line-height-50: 28px;
    }
    .reel-box-right {
        padding-left: 0;
    }
    .reel-box-left .reel-img img {
        height: 223px;
    }
    .reel-box-right .reel-img img {
        height: 110px;
    }
    .reel-box {
        padding: 10px;
    }
    .pb-100 {
        padding-bottom: 80px;
    }
    .pt-100 {
        padding-top: 80px;
    }
    .reel-img h4 {
        margin-top: 10px;
    }
    .youtube-img img {
        height: 250px;
    }
    .givingback-box {
        padding: 30px 30px;
        margin: 0px 30px;
    }
    .pr-100 {
        padding-right: 50px;
    }
    .main-nav {
        padding: 10px 0 10px;
    }
    .gratitude-section .logo-img {
        padding: 20px;
    }
    .send img {
        margin-bottom: 10px;
        width: 200px;
    }
    .form-box button {
        padding: 15px 20px;
        text-transform: uppercase;
        font-weight: 900;
        border: transparent;
        border-radius: 5px;
        font-size: 20px;
        height: 50px;
    }
    .team-text .section-title span {
        top: -15px;
        height: 60px;
        left: -40px;
    }
    .team-text {
        width: 60%;
    }
}
@media (max-width: 1366px) {
    .send img {
        margin-bottom: 10px;
        width: 200px;
    }
    .form-box button {
        padding: 15px 20px;
        text-transform: uppercase;
        font-weight: 900;
        border: transparent;
        border-radius: 5px;
        font-size: 20px;
        height: 50px;
    }
    .givingback-box {
        padding: 30px 30px;
        margin: 0px 20px;
    }
    .copyright-text {
        text-align: center;
    }
}
@media (max-width: 1280px) {
    .send {
        display: flex;
        flex-direction: column;
    }
    .send img {
        margin-bottom: 10px;
    }
    .social-links {
        padding: 20px 0;
    }
    .givingback-box {
        padding: 30px 30px;
        margin: 0 20px 0 0;
    }
    .copyright-text {
        font-size: 16px;
        text-align: center;
    }
    .project-img {
        margin-bottom: 25px;
    }
    .project-img img {
        height: 200px;
    }
    .form-fields input {
        height: 50px;
        font-size: 16px;
        padding: 10px;
        margin-bottom: 20px;
    }
    .team-text {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }
    .team-text .section-title span {
        top: -15px;
        height: 60px;
        left: 0;
        width: 100%;
        border-radius: 20px;
    }
    .team-text .section-title span {
        display: none;
    }
    .team-text .section-title {
        position: relative;
        z-index: 1;
        margin-bottom: 20px;
    }
    .reel-box-left {
        padding-right: 0;
    }
}
@media (max-width: 1199.98px) {
    .gratitude-section .logo-img {
        padding: 10px;
    }
    .givingback-box {
        padding: 30px 30px;
        margin: 0 20px 0 0;
    }
    .send {
        display: flex;
        flex-direction: column;
    }
    .send img {
        margin-bottom: 10px;
    }
    .social-links {
        padding: 20px 0;
    }
    .pr-100 {
        padding-right: 30px;
    }
}
@media (max-width: 1024px) {
    :root {
        --font-size-40: 22px;
    }
    .main-nav .navbar-light .navbar-nav .nav-item {
        padding-right: 20px;
    }
    .theone-logo img {
        width: 200px;
    }
    .givingback-box {
        padding: 30px 30px;
        margin: 0 10px 0 0;
    }
    .pr-100 {
        padding-right: 15px;
    }
    .send {
        display: flex;
        flex-direction: column;
    }
    .send img {
        margin-bottom: 10px;
    }
    .social-links {
        padding: 20px 0;
    }
    .project-img img {
        height: 150px;
    }
    .givingback-box a {
        font-size: 20px;
    }
    .givingback-box a img {
        width: 30px;
    }
}
@media (max-width: 991.98px) {
    .gratitude-section .logo-img {
        width: 16%;
       
    }
    .navbar-collapse {
        position: absolute;
        top: 100%;
        background: #f7fff7;
        width: 100%;
        padding: 10px;
    }
    .navbar-light .navbar-toggler {
        color: #000000;
        border-color: #000000;
    }
       .navbar-light .navbar-toggler:hover {
           background-color: var(--color-ffc52c);
    }
    .navbar-toggler {
        padding: 4px 8px;
        font-size: 20px;
        background-color: transparent;
        background-color: var(--color-ffffff);
        border-radius: 0;
    }
    .reel-box-left {
        padding-right: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .prop-rental-direction {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        padding-bottom: 0;
    }
    .theone-button {
        display: none;
    }
    .social-links {
        padding: 20px 0;
        width: 30%;
    }
    .pr-100 {
        padding-right: 0;
    }
    .team-box .team-img {
        width: 40%;
    }
    .mobile-button {
        display: block;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .project-box-right {
        padding-bottom: 50px;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .reel-box-left .reel-box {
        margin-bottom: 30px;
        width: 49%;
    }
    .givingback-box {
        margin-bottom: 30px;
    }
    .givingback-box .content-img {
        overflow: hidden;
        border-radius: 35px;
        margin: 30px 0;
    }
    .social-links img {
        height: 40px;
    }
    .form-box button {
        padding: 10px 25px;
        text-transform: uppercase;
        font-weight: 900;
        border: transparent;
        border-radius: 5px;
        font-size: 18px;
        line-height: 6px;
    }
    .pt-100 {
        padding-top: 50px;
    }
    .pb-100 {
        padding-bottom: 50px;
    }
    .theone-button a {
        margin: 20px 0;
        font-size: 26px;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .theone-logo img {
        width: 100%;
    }
    .send {
        display: flex;
        flex-direction: row;
    }
    .project-img img {
        height: 150px;
    }
   
}
@media (max-width: 800px) {
    .youtube-img {
        margin-bottom: 30px;
        overflow: hidden;
        border-radius: 15px;
        width: 100%;
    }
    .prop-rental-direction {
        padding-bottom: 0;
    }
    .pb-5 {
        padding-bottom: 2rem !important;
    }
    .pt-5 {
        padding-top: 1rem !important;
    }
    .form-fields input {
        height: 50px;
        font-size: 14px;
        padding: 8px;
        margin-bottom: 20px;
    }
    .form-fields textarea {
       
        font-size: 14px;
        padding: 8px;
        
    }
}
@media (max-width: 767.98px) {
    .team-box {
        margin-bottom: 50px;
        display: inline-block;
    }
    .container {
        max-width: 100%;
        padding: 0 30px;
    }
    .reel-text-mob {
        display: block;
        text-align: center;
    }
    .reel-box-right .reel-text {
        display: none;
    }
    .theone-button a {
        margin: 50px 0;
        margin-bottom: 0;

    }
    .gratitude-section .logo-img {
        padding: 10px;
        width: 24%;
    }
    .gratitude-section .logo-box {
        display: flex;
        flex-wrap: wrap;
    }
    .prop-rental-direction {
        padding-bottom: 0;
    }
    .team-box .team-img {
        width: 150px;
    }
    .team-text .section-title {
        position: absolute;
        top: 55px;
        left: 180px;
    }
    .reel-box-right .reel-img img {
        height: 100%;
    }
    .project-img img {
        height: 100%;
    }
    .main-header.g_shrink .main-nav .navbar-light .navbar-brand img {
        width: 130px;
        -webkit-transition: all 0.5s ease-out 0s;
        -moz-transition: all 0.5s ease-out 0s;
        -ms-transition: all 0.5s ease-out 0s;
        -o-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
    }

}
@media (max-width: 576.98px) {
    .gratitude-section .logo-img {
        padding: 10px;
        width: 32%;
    }
    .reel-img h4 {
        text-align: center;
    }

    .givingback-box {
    margin: 0 0 30px 0;
}
 
    .theone-button a {
        margin: 0;
        margin-bottom: 30px;
        font-size: 20px;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
 
    .row.pb-100.prop-rental-direction {
        padding-bottom: 0;
    }
    .theone-button a img {
        margin: 0px 14px;
        transition: ease all 0.5s;
        width: 20px;
    }
    .givingback-box a {
        font-size: 20px;
        font-weight: 700;
    }
    .givingback-box a img {
        width: 30px;
    }
    :root {
        --font-size-19: 15px;
    }
 
    .swiper-pagination-bullet {
        width: 0;
    }
    .contact-img {
        display: none;
    }
    .social-links {
        padding: 32px 0;
        width: 200px;
        margin: auto;
        justify-content: space-between;
    }
    .pb-5 {
        padding-bottom: 1rem !important;
    }
    .pt-5,
    .py-5 {
        padding-top: 1rem !important;
    }
    .reel-text-mob {
        display: block;
        text-align: center;
        padding-top: 50px;
    }
    .reel-text-mob .text.weight-Medium {
        font-size: var(--font-size-27);
        line-height: var(--line-height-37);
    }
    .reel-text {
        display: none !important;
    }
    .reel-box-left .reel-box {
        width: 100%;
    }
    .reel-box-left {
        padding-right: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        width: 100%;
    }
    .copyright-text {
        font-size: 12px;
        text-align: center;
    }
    .contact-slider {
        display: block;
        margin-bottom: 30px;
    }
    .logo-slider {
        display: block;
    }
    .contact-slider .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
    }

    .youtube-img img {
        height: 100%;
    }
    .contact-slider .swiper-container-horizontal>.swiper-pagination-bullets, 
    .contact-slider .swiper-pagination-custom, .contact-slider .swiper-pagination-fraction {
        bottom: -5px;
    }
    .contact-slider .swiper-pagination {
        position: relative;
    }
    .givingback-box {
        border-radius: 20px;
    }
    .project-img img {
        height: 250px;
    }
    .project-box-left  {
        display: none;
    }
    .mobile-button {
        display: block;
        display: block;
    }
    .project-box-right {
        flex-direction: column;
        margin-top: 20px;
    }
    .form-box{
        margin-top:50px;
    }
}
@media (max-width: 480px) {
    .container {
        max-width: 100%;
        padding: 0 20px;
    }
  
    .theone-logo img {
        width: 180px;
    }
    .form-box {
        padding-top: 0;
    }
  

}
@media (max-width: 390px) {
    :root {
        --font-size-40: 20px;
    }
    .youtube-img img {
        height: 180px;
    }
    .youtube-img {
        border-radius: 10px;
    }
    .pb-100 {
        padding-bottom: 40px;
    }
    .pt-100 {
        padding-top: 40px;
    }
    .theone-logo img {
        width: 200px;
    }
    .send img {
        margin-bottom: 10px;
    }
    .send button {
        padding: 20px;
    }
    .project-box-right {
        padding-bottom: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .mobile-button {
        display: block;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
    }
    .logo-img img {
        width: 200px;
        height: 100%;
        object-fit: contain;
    }
    .givingback-box {
        padding: 20px;
        margin: 0 0 10px 0;
    }
    .team-box .team-img {
        width: 120px;
    }
    .team-text .section-title {
        top: 45px;
        left: 150px;
    }
}
@media (max-width: 320px) {
    :root {
        --font-size-40: 18px;
    }
    .main-nav .navbar-light .navbar-brand img {
        width: 120px;
    }
    .youtube-img img {
        height: 150px;
    }
    .youtube-img {
        margin-bottom: 10px;
        overflow: hidden;
        border-radius: 12px;
        width: 100%;
    }
    .pb-100 {
        padding-bottom: 20px;
    }
    .pt-100 {
        padding-top: 20px;
    }

    .form-box {
        padding-top: 0;
    }
    .givingback-box {
        padding: 20px;
        margin: 10px 0px;
        border-radius: 15px;
    }
    .logo-img img {
        width: 200px;
        height: 100%;
        object-fit: contain;
    }
    .givingback-box .content-img img {
        height: 200px;
    }
    .social-links {
        padding: 32px 0;
        width: 100%;
        justify-content: space-between;
    }
    .send img {
        margin-bottom: 10px;
    }
    .send button {
        padding: 10px;
    }
    .mobile-button {
        display: block;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
    }
    .project-box-right {
        padding-bottom: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .send img {
        margin-bottom: 0;
        width: 173px;
    }
    .copyright-text {
        font-size: 12px;
        text-align: center;
        line-height: 20px;
    }
}
/* responsive css */