@font-face {
    font-family: 'Imperial Script';
    src: url(../font/ImperialScript-Regular.ttf);
}

#Devine .lgHeading {
    font-family: 'Imperial Script';
    text-transform: capitalize;
    line-height: 1;
    background-color: #6a3b07;
    line-height: 150px;
    padding: 25px 50px;
    border: 10px solid #c27f38;
    margin-bottom: 0;
}

#Devine .subHeading {
    margin-top: 0;
    background-color: #fff;
    color: #AD7A45;
    padding: 10px 20px;
    border: 6px solid #623c13;
}

#Devine .textTranslate {
    height: 220px;
    min-width: 33.33vw;
}

#Devine .textTranslate .hindi {
    font-family: "IBM Plex Sans Devanagari", sans-serif;
    font-size: 100px;
    font-weight: 400;
}

#Devine .textTranslate .english {
    line-height: 150px;
    font-size: 130px;
}

@font-face {
    font-family: 'TrajanProRegular';
    src: url(../font/TrajanProRegular.woff);
}

#stateVarities {
    font-family: 'TrajanProRegular';
    padding-top:0;
}
#stateVarities ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}
#stateVarities ul li {
    margin: 0;
    padding: 0;
    width: 33.33%;
    height: 45vh;
}

#stateVarities ul li div img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    display: block;
}

#stateVarities ul li#explore-state {
    background: url("../images/stateImg/Rajasthan/maharaja_bg.png");
    background-color: #080401;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

#stateVarities ul li#explore-state {
    text-shadow: 0px 0px 8px #ef6b0d, 7px 4px 20px #52331c, 0px 0px 14px #ef6b0d;
}

#stateVarities ul li p.subHeading {
    font-family: 'TrajanProRegular';
    text-align: center;
    font-size: 42px;
    margin-bottom: 0;
    color: #fff;
}

#stateVarities ul li p.cursiveFont {
    font-family: 'Imperial Script';
    font-size: 30px;
    /* line-height:30px; */
    margin: 0;
    font-weight: 600;
    color: #fff;
}

.species {
    overflow: hidden;
    cursor: pointer;
}

.species a {
    text-decoration: none;
}

.species .speciesFront {
    position: relative;
    z-index: 2;
    backface-visibility: hidden;
    transform: rotateY(90deg);
    margin: 0 auto;
    display: flex;
    height: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    top: -100%;
    color: #fff;
    transition: 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    background: url('../images/stateImg/border-bg/1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    justify-content: center;
    align-items: center;
}

.species .speciesBack {
    z-index: -1;
    backface-visibility: visible;
    height: 100%;
}

.species:hover .speciesBack {
    backface-visibility: hidden;
}

.species:hover .speciesFront {
    display: block;
    backface-visibility: visible;
    transform: rotateY(0deg);
    width: 100%;
    display: flex;
}

#infoContainer {
    background-position: top center;
    min-height: 600px;
    position: relative;
    color: #fff;
    padding-bottom: 150px;
}

#infoContainer::before {
    content: "";
    z-index: -1;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient( 236deg, #341803fa, #e58a14d9), url(../images/backgroundFloral.jpg);
    background-repeat: repeat-y;
    background-size: cover;
    filter: brightness(0.6) contrast(2);
}

#infoContainer::after {
    content: "";
    z-index: -1;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/stateImg/border-bg/rajasthan-footer.png);
    background-repeat: repeat-x;
    background-size: contain;
    filter: brightness(1.2) contrast(7);
    background-position: bottom;
}

section p.lgHeading,
section p.heading {
    font-family: 'TrajanProRegular';
}

.infoCarousel div img,
p.desc img {
    height: 375px;
    width: 100%;
    max-width: 500px;
    object-fit: cover;
    border-radius: 10px 20px 10px 20px;
    margin: 0 auto;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}
.div-divider{
    background-image: url(../images/hr-divider.png);
    height: 125px;
    max-width: 510px;
    margin: 0 auto;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: contrast(0) brightness(2);
    margin-top: -50px;
}
.multiItem div img {
    height: 375px !important;
    object-fit: cover;
    border-radius: 10px;
}

.infoCarousel div {
    cursor: grab;
}

.infoCarousel div .desc {
    text-align: justify;
}

.cards-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin:30px 0;
}

.cards {
    flex: 300px 1 1;
    height: 370px;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
}
.cards a{ 
    text-decoration:none;
}
.cards p{ 
    color:#fff;
}
.cards p, .cards button {
    margin:0
}
.cards button{
    display: none;
}
.cards img {
    width: 100%;
    object-fit: cover;
    height: 230px;
    border-radius: 10px;
    margin-bottom: 8px;
}
.cards:hover p.subHeading{
    display:none;
}
.cards:hover button{
display:block
}
#small-video{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 15px;
    align-content: center;
    align-items: center;
}
#small-video{
    margin-top:50px;
}
@media screen and (max-width:576px) {
    #Devine .textTranslate{
        width:80%;
    }
    #Devine .textTranslate .english {
        line-height: 100px;
        font-size: 70px;
        text-align: center;
        padding-left:0;
        padding-right:0;
    }    
    #Devine .textTranslate .hindi {
        font-size: 80px;
        line-height: 100px;
        text-align: center;
        padding-left:0;
        padding-right:0;

    }
    #stateVarities ul {
        flex-direction: column;
    }
    #explore-state,
    .species {
        width: 100% !important;
        display: block;
        height: 280px !important;
    }
    .md-full-width {
        width: 100% !important;
        display: block;
    }
    #stateVarities ul:nth-child(2) li:nth-child(1) {
        width: 100% !important;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    #stateVarities ul {
        display: unset;
    }
    #explore-state {
        width: 100% !important;
        display: block;
        height: 280px !important;
        margin-bottom: 10px;
    }
    .species:nth-child(2),
    .species:nth-child(3) {
        display: inline-block;
        width: calc(50vw - 10.9px) !important;
        height: 250px !important;
    }
    .custom-shape-divider-bottom-1649350864 {
        height: 80px;
    }
    .md-full-width {
        width: 100% !important;
        height: 280px !important;
    }
    #stateVarities ul:nth-child(2) li:nth-child(1) {
        width: 100% !important;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .custom-shape-divider-bottom-1649350864 {
        height: 70px;
    }
    /*  */
    #Devine .textTranslate {
        width: 400px;
        height: auto;
    }
    #Devine .textTranslate .hindi {
        font-size: 60px;
    }
    #Devine .textTranslate .english {
        font-size: 75px;
    }
    #Devine .textTranslate .hindi,
    #Devine .textTranslate .english {
        line-height: 100px;
    }
    .species {
        width: 25% !important;
    }
    #explore-state,
    .md-full-width {
        width: 50% !important;
    }
}
/*  */

@media screen and (max-width:1200px) {}

@media screen and (max-width:1400px) {}