*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* Para  */
.raleway {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* Heading  */

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* Style Font  */

.dancing-script {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-style: normal;
}

nav{
    height: 7.5rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.insideNav {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.upperNav{
    height: 30%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lowerNav{
    height: 70%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insideUpperNav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #5d9913;
    height: 100%;
    width: 80%;
}

.insideLowerNav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    width: 50%;
}

.navContact {
    margin: 0 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    height: 4.5rem;
    margin: 0 2rem;
}

.iun {
    justify-content: flex-end;
    padding: 0 1rem;
    width: 20%;
}

.navContact i {
    margin: 0 0.2rem;
    color: #fff;
    font-size: 18px;
}

.iun i {
    color: #fff;
    font-size: 18px;
    margin: 0 0.4rem;
}

.navContact p {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.insideLowerNav a, .insideLowerNav p {
    text-decoration: none;
    font-size: 16px;
    background: #fff;
    margin: 0 0.8rem;
    padding: 0.4rem;
    color: #000000e6;
    font-weight: 500;
    text-transform: capitalize;
}

.dropDownContent {
    position: absolute;
    display: none;
    flex-direction: column;
    background: #ffff;
    animation-name: menuHover;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    top: 0;
    padding: 1rem 0;
}

.dropDown:hover .dropDownContent{
    display: flex;
    animation-name: menuHover;
    animation-duration: 1s;
    animation-fill-mode: forwards;

}

.firstSection{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mySlides img{
    width: 100%;
}

.insideFirstSection{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.secondSection{
    padding: 4rem 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.insideSecondSection{
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

 .reveal1, .reveal2, .reveal3, .reveal4, .reveal5{
    opacity: 0;
}

.insideSecondSectionCard{
    height: 30rem;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1rem;
    position: relative;
    animation-name: movement;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.insideSecondSectionCard img {
    height: 20rem;
    border-radius: 1rem;
    margin-bottom: 1rem;
}

.insideSecondSectionCard h2 {
    font-size: 40px;
    font-weight: 600;
    align-self: flex-start;
}

.insideSecondSectionCard h3 {
    font-size: 30px;
    font-weight: 500;
    align-self: flex-start;
}

.insideSecondSectionCard p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 1rem;
}

.readBTN, .readBTN a {
    background-image: linear-gradient(to right, #64a019, #6ca821, #73b128, #7bb92f, #83c236);
    outline: none;
    border: none;
    padding: 0.8rem;
    font-size: 18px;
    border-radius: 2rem;
    color: #fff;
    margin-top: 1.5rem;
    cursor: pointer;
    align-self: flex-start;
    transform: translateY(0);
    transition: all 0.4s ease-in;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    text-decoration: none;
}

.readBTN:hover{
    transform: translateY(-10px);
    transition: all 0.4s ease-in;
}

.issc{
    justify-content: flex-start;
}

h3.montserrat.ih {
    font-size: 17px;
    font-weight: 600;
    align-self: center !important;
    text-align: center;
    transition: all .2s ease-in;
    color: #000000d4;
}

.points {
    height: 7rem;
    width: 7rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 1rem;
}

.isscCard{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    animation-name: movement1;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.points img {
    height: 4rem !important;
}

.points:hover .ih{
    color: #407400;
    transition: all .2s ease-in;
}

.thirdSection {
    padding: 4rem 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #eff4f842;
}


.insideThirdSection{
    padding: 4rem 0;
    padding-bottom: 2rem;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    animation-name: movement3;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0 ;
}

.thirdSection h2{
    font-size: 40px;
    font-weight: 600;
    opacity: 0;
}

.thirdSection h3{
    font-size: 30px;
    font-weight: 500;
    opacity: 0;
}

.insideThirdSectionCard{
    height: 30rem;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.insideThirdThirdCard{
    height: 50%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.5rem;
}

.thirdProductCard{
    height:15rem;
    width: 15rem;
    background-color: #fff;
    margin: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainThirdProductCard{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.insideThirdProductCard{
    height: 95%;
    width: 95%;
    background-color: #eff4f8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: scale(1);
    transition: all .2s ease-in;
    overflow: hidden;
}

.insideThirdProductCard h3, .insideThirdProductCard h3 a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    transition: all .2s ease-in;
    text-decoration: none;
}

.insideThirdProductCard img {
    height: 10rem;
}

.insideThirdProductCard:hover{
    transform: scale(1.1);
    transition: all .2s ease-in;
}

.IJI{
    position: relative;
    opacity: 0;
    animation-name: movement4;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

.rd{
    position: relative;
    opacity: 0;
    animation-name: movement5;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

.ijij{
    opacity: 1 !important;
}

.insideThirdProductCard:hover .ijij{
    color: #5d9913;
    transition: all .2s ease-in;
}

.insideThirdProductCard:hover .ki{
    color: #5d9913;
    transition: all .2s ease-in;
}

.jhjh img {
    height: 22rem;
}

.jhjh h3{
    font-size: 22px;
}

span.stars {
    color: gold;
    font-size: 26px;
}

.thirdSection button{
    align-self: center;
}

.lowerNav i{
    margin-right: 1rem;
    font-size: 1.5rem;
    display: none;
}

footer {
    padding-bottom: 1rem !important;
    padding: 4rem 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #5d9913;
}

.copy.montserrat {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.insideFooter {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.footerWidgets {
    width: 25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 1rem;
}

.footerLogo{
    height: 8rem;
    margin-bottom: 0.8rem;
    background-color: #fff;
}

.gallery{
    padding: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    flex-wrap: wrap;
}

.gallery img {
    height: 6rem;
    margin: 0.2rem;
    transform: scale(1);
    transition: all .2s ease-in;
}

.gallery img:hover{
    transform: scale(1.1);
    transition: all .2s ease-in;
}

.footerWidgets h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0.8rem;
    color: #fff;
}

.footerWidgets p, .footerWidgets p a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    padding: 0.2rem;
    margin: 0.2rem 0;
    text-decoration: none;
}



.hh{
    position: relative;
    animation-name: movement2;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.fourthSection {
    padding: 4rem 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eff4f8;
}

.insideFourthSection {
    width: 95%;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.insideFourthSectionCard {
    border-radius: 1rem;
    height: 38rem;
    width: 25%;
    margin: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
    padding: 2rem 1rem;
}

.insideFourthSectionCard img {
    background-color: #fff;
    height: 12rem;
    transform: scale(1);
    transition: all .4s ease-in;
}

.insideFourthSectionCard:hover .ifscIMG{
    transform: scale(1.2);
    transition: all .4s ease-in;
}

.insideFourthSectionCard h3 {
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    margin: 1rem 0;
    color: #5d9913;
}

.insideFourthSectionCard p {
    height: 12rem;
    text-align: justify;
    font-size: 15px;
    font-weight: 500;
    color: #000000e8;
    line-height: 20px;
}

.fifthSection{
    padding: 4rem 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insideFifthSection{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insideFifthSection img {
    height: 30rem;
    border-top-left-radius: 20rem;
    border-bottom-right-radius: 20rem;
    position: relative;
}

.sixthSection{
    padding: 4rem 0;
    height: 70vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insideSixthSection{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insideSixthSection iframe{
    height: 100%;
    width: 100%;
}

.reveal4{
    opacity: 0;
    }

.ifsc1{
    position: relative;
    opacity: 1;
    animation-name: movement4;
    animation-duration: .4s;
    animation-fill-mode: forwards;
}

.reveal5{
    opacity: 0;
}

.ifsc2{
    position: relative;
    opacity: 1;
    animation-name: movement5;
    animation-duration: .4s;
    animation-fill-mode: forwards;
}

.seventhSection{
    height: 80vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.seventhSection::before{
    content: '';
    position: absolute;
    height: 80vh;
    width: 100%;
    background-image: url('/assets/images/all\ images/w.jpg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.insideSeventhSection{
    height: 80%;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.insideSeventhSection button {
    align-self: center;
    position: relative;
    top: 9rem;
}

.insideSeventhSection h2 {
    font-weight: 500;
    font-size: 26px;
}

.insideSeventhSection h3{
    font-size: 70px;
    margin: 1rem 0;
}

@media screen and (max-width:1320px){
    .insideFourthSectionCard img {
        background-color: #fff;
        height: 10rem;
    }
    .insideFourthSectionCard h3 {
        text-align: center;
        font-size: 22px;
    }
    .insideFourthSectionCard p {
        height: 16rem;
    }
    .insideFourthSectionCard {
        width: 30%;
    }
}

@media screen and (max-width:1205px){
    .insideFooter{
        flex: 1;
        flex-wrap: wrap;
        justify-content: space-between;
    }
  
}

@media screen and (max-width:1030px){
    .lowerNav i{
        margin-right: 1rem;
        font-size: 1.5rem;
        display: flex;
    }
    .lowerNav {
        justify-content: space-between;
    }
    .menuLinks {
        display: none;
        flex-direction: column;
        z-index: 1;
        width: 12rem;
        background: #fff;
        height: 10rem;
        position: absolute;
        top: 7rem;
        right: 4rem;
    }
    .navContact i {
        font-size: 14px;
    }
    .navContact p {
        font-size: 14px;
    }
    .navContact {
        margin: 0px 0.5rem;
    }
    .insideSecondSection {
        flex-direction: column;
    }
    .insideSecondSectionCard {
        height: 22rem;
        width: 100% ;
    }
    .secondSection {
        padding: 3rem 0 !important;
        padding-bottom: 3rem;
    }
    .insideSecondSectionCard img {
        height: 18rem;
        margin-top: 2rem;
        margin-bottom: 0.4rem;
    }
    .points {
        height: 7rem;
        width: 10rem;
    }
    .points img {
        height: 3rem !important;
    }
    .thirdSection {
        padding: 4rem 0;
        padding-top: 8rem;
    }
       
    .insideThirdSection {
        flex-direction: column;
    }
    .insideThirdSectionCard {
        width: 100%;
    }    
    .insideSecondSectionCard h2 {
        font-size: 35px;
    }
    .insideSecondSectionCard h3 {
        font-size: 25px;
    }
    h3.montserrat.ih {
        font-size: 15px;
    }
    .points {
        height: 6rem;
        width: 8rem;
    }
    .thirdSection h2 {
        font-size: 35px;
        margin-bottom: 0.6rem;
    }
    .thirdSection h3 {
        font-size: 25px;
    }      
    .insideThirdProductCard h3 {
        font-size: 14px !important;
    }      
    .jhjh h3 {
        font-size: 22px !important;
    }
    .insideFooter {
        width: 95%;
    }
    .footerWidgets {
        width: 20rem;
    }
    .gallery img {
        height: 5rem;
    }    
    .copy.montserrat {
        font-size: 16px;
    }

    .insideFourthSectionCard {
        width: 40%;
    }
    .insideFifthSection img {
        height: 20rem;
        border-top-left-radius: 8rem;
        border-bottom-right-radius: 8rem;
    }
    .sixthSection {
        padding-top: 1rem;
    }

    .seventhSection::before{
        height: 40vh;
    }

    .seventhSection {
        height: auto;
        position: relative;
        top: 6rem;
        z-index: 1;
    }

    .thirdSection {
        padding: 4rem 0;
        padding-top: 10rem;
    }

    .insideSeventhSection h2 {
        font-size: 22px;
    }

    .insideSeventhSection h3 {
        font-size: 40px;
        margin: 1rem 0;
    }

    .secondSection {
        margin-bottom: 2rem;
    }

}

@media screen and (max-width:765px){
    .insideSecondSectionCard img {
        height: 16rem;
    }
    .isscCard {
        flex: 1;
        flex-wrap: wrap;
    }
    .thirdSection {
        margin-top: 5rem;
    }
    .upperNav {
        height: 42%;
    }
    .navContact p {
        font-size: 12px;
    }
    .navContact i {
        font-size: 12px;
    }
    .lowerNav i {
        font-size: 1.2rem;
    }
    .logo {
        height: 4rem;
    }
    .iun i {
        font-size: 14px;
    }
    .insideSecondSectionCard h2 {
        font-size: 30px;
    }
    .insideSecondSectionCard h3 {
        font-size: 20px;
    }
    .insideSecondSectionCard p {
        font-size: 14px;
        line-height: 22px;
        margin-top: 1rem;
    }
    .readBTN {
        font-size: 14px;
    }
    .secondSection {
        padding: 1rem 0 !important;
    }
    .insideSecondSectionCard img {
        height: 14rem;
    }
    .points img {
        height: 2.5rem !important;
    }
    .thirdSection h2 {
        font-size: 30px;
    }
    .thirdSection h3 {
        font-size: 20px;
    }
    .footerLogo {
        height: 6rem;
    }
    .footerWidgets {
        width: 15rem;
        margin: 0.5rem;
    }
    .gallery img {
        height: 4rem;
    }
    footer {
        padding-bottom: 2rem !important;
    }    

    .insideFourthSectionCard img {
        height: 8rem;
    }
    .insideFourthSectionCard h3 {
        font-size: 20px;
    }

    .insideFourthSectionCard {
        width: 85%;
    }

    .insideFourthSectionCard p {
        font-size: 14px;
        height: 8rem;
    }

    .insideFourthSectionCard {
        border-radius: 1rem;
        height: 30rem;
    }
    .insideFifthSection img {
        height: 16rem;
        border-top-left-radius: 6rem;
        border-bottom-right-radius: 6rem;
    }
    .fifthSection {
        padding-bottom: 2rem;
    }    

}

@media screen and (max-width:720px){
    .seventhSection {
        top: 10rem;
    }
    .thirdSection {
        margin-top: 5rem !important;
    }
}

@media screen and (max-width:600px){
    .insideUpperNav {
        flex-wrap: wrap;
    }
    h3.montserrat.ih {
        font-size: 14px;
    }
    .insideThirdProductCard h3 {
        text-align: center;
    }
    .insideThirdSection {
        padding: 3rem 0;
    }
    .thirdProductCard {
        margin: 0.5rem 0rem;
    }
    .thirdSection button{
        margin-top: -1rem;
    }
    .insideSecondSectionCard {
        height: 24rem;
    }
    .thirdSection {
        margin-top: 0rem;
    }
    .fifthSection {
        padding-top: 2rem;
    }
    .footerWidgets h3 {
        font-size: 20px;
    }
    .footerWidgets p {
        font-size: 14px;
        line-height: 18px;
    }
    .copy.montserrat {
        font-size: 14px;
    }
}

@media screen and (max-width:460px){
    .insideSeventhSection h3 {
        font-size: 24px;
        margin: 1rem 0;
    }
    .seventhSection {
        top: 3rem;
    }

}

@media screen and (max-width:450px){
    .insideSecondSectionCard {
        height: 28rem;
        width: 100%;
    }
    .insideFifthSection img {
        height: 11rem;
        border-top-left-radius: 4rem;
        border-bottom-right-radius: 4rem;
    }
    .insideFourthSectionCard {
        height: 35rem;
    }
    .insideFourthSectionCard p {
        height: 15rem;
    }
}

@media screen and (max-width:380px){
    .insideSecondSectionCard img {
        height: 10rem;
    }
    .insideThirdProductCard img {
        height: 8rem;
    }
    .jhjh img {
        height: 16rem;
    }
    .points {
        height: 6rem;
        width: 7rem;
        margin: 0.5rem;
    }
    .thirdSection {
        padding-top: 3rem;
    }
    .thirdSection h3 {
        font-size: 18px;
    }
    .insideThirdSection {
        width: 95%;
    }
    .jhjh h3 {
        font-size: 20px !important;
    }
    
    .insideFifthSection {
        width: 100%;
    }
}

@keyframes menuHover{
    0%{
        top: 0rem; opacity: 0;
    }100%{
        top: 5.4rem; opacity: 1;
    }
}

@keyframes movement{
    0%{
        left: -50rem;
        opacity: 0;
    }100%{
        left: 0;
        opacity: 1;
    }
}

@keyframes movement1{
    0%{
        top: -8rem;
        opacity: 0;
    }100%{
        top: 0;
        opacity: 1;
    }
}

@keyframes movement2{
    0%{
        top: 5rem;
        opacity: 0;
    }100%{
        top: 0;
        opacity: 1;
    }
}

@keyframes movement3{
    0%{
        top: 6rem;
        opacity: 0;
    }100%{
        top: 0;
        opacity: 1;
    }
}

@keyframes movement4{
    0%{
        left: -60rem;
        opacity: 0;
    }
    100%{
        left:0;
        opacity: 1;
    }
}

@keyframes movement5{
    0%{
        left: 60rem;
        opacity: 0;
    }
    100%{
        left:0;
        opacity: 1;
    }
}

