@font-face {
  font-family: 'GlacialIndifference-Regular';
  src: url('../font/GlacialIndifference-Regular.otf') format('opentype');
}
body{
    color:#68422E;
    font-family: 'GlacialIndifference-Regular';
     font-weight: normal;
  font-style: normal;
  overflow-x:hidden;

background: #ffffff;
background: linear-gradient(165deg, rgba(255, 255, 255, 1) 0%, rgba(255, 231, 202, 1) 100%);
}
.laila{
  font-family: "Laila", serif;
}
.buton{
    border-radius:50px;
    font-size:16px;
    background:#68422E;
}
a{
    text-decoration:none;
}
.fw-600{
    font-weight: 600;
}
.fw-700{
    font-weight: 700;
}
.fs40{
    font-size:40px;
}
.fs48{
    font-size:48px;
}
.fs42{
    font-size:42px;
}
.fs60{
    font-size:60px;
}
.w-30{
    width:200px;  
}
.w40{
    width:30px;  
}
.w100{
    width:100px;
}
.uppercase{
    text-transform:uppercase;
}
.lower{
    text-transform:lowercase;
}
.radius{
    border-radius:15px;
    overflow:hidden;
}
.cream{
    position:relative;
    background:#FFF1E0;
    border:1px solid #D9D9D9;
}
.vector{
    position:relative;
}
.vector::after{
    content: "";
    background-image: url(../img/vector.svg);
    left: 47%;
    bottom: -20px;
    position: absolute;
    width: 60px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
}
.art{
    background:#FFF1E1;
}
.w200{
    width:200px;
}
.fs20{
    font-size:20px;
}
.fs24{
    font-size:24px;
}
.ht100{
    height:fit-content;
}
.fontsizehai{
        font-size: 24px;
    line-height: 1.7;
}

/*flip css*/
.flip-card {
  background-color: transparent;
  width: 300px;
  height: 375px;
  perspective: 1000px;
}

.flip-card-inner {
    text-align:center;
  position: relative;
  width: 100%;
  height: 100%; 
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 300px;
  height: 375px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
 
.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  text-align: left;
  align-content: end;
  background-color: #FFF3DE;
  transform: rotateY(180deg);
}
/*end flip css*/

.aligncenter{
        text-align: -webkit-center;
}
.wid100{
    width:100%;
}
.bgkalam{
    background:url('img/paperkalam.webp')no-repeat;
    background-size:cover;
    width:100%;
    height:800px;
}

.segment{
        position: absolute;
    right: 0;
    top: 5%;
    z-index: 0;
    height: 90%;
    opacity:0;
}
.z2{
    z-index:2;
    position: relative;
}
.cream:hover{
    background:#ffffff;
}
.cream:hover .segment{
    opacity:1;
    transition:0.40s ease-in;
}
.cream:hover .seg{
    padding-right:1rem;
    transition:0.20s linear;
}
.w120{
    width:120px;
}
.martop13{
    margin-top:-13%;
}
.martop1{
    margin-top:-40px;
}
.w300{
    width:300px;
}
.cursive{
    font-family:"Cedarville Cursive", cursive !important;
    position:relative;
    width: fit-content;
}
.cursive:after{
    content:"";
    background:url('./img/writer.svg')no-repeat;
    background-size:contain;
    width: 80px;
    height: 80px;
    position: absolute;
    right: -80px;
    bottom: -2px;
}
.w-80{
    width:80%;
}
.relative{
    position:relative;
}
.patti2{
    content:"";
    background:url('./img/blubg.webp')no-repeat;
    background-size: 100%;
     width: 100%;
    height: 100%;
}
.patti2:before{
    content:"";
    background:url('./img/patti2.png')no-repeat;
    background-size: 100%;
    width: 34%;
    height: 627px;
    position: absolute;
    left: 0;
    top: -10%;
}
/*.patti2:after{*/
/*    content:"";*/
/*    background:url('./img/patti1.png')no-repeat;*/
/*    background-size: 100%;*/
/*    width: 39%;*/
/*    height: 627px;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: -20%;*/
/*}*/
.penwriter:after{
    content:"";
    background:url('./img/penwriter.svg')no-repeat;
    background-size: contain;
    width: 120px;
    height: 175px;
    position: absolute;
    right: 0;
    top: 50%;
}
.jic{
    justify-items:center;
}
.brs{
        border-right: 1px solid #d1c1b8;
}
.border-rounds{
    border:1px solid #E3D1BF;
    border-radius:50px;
    width:fit-content;
    
}
.modal-content{
        /*min-width: 960px;*/
        background:#FFF1E1;
}
/*.modal-dialog{*/
/*    margin:100px 300px !important;*/
/*}*/
.btn-close{
        align-self: flex-end;
        margin:10px 10px 0 0;
        font-size: 24px;
}
.cursor{
    cursor:pointer;
}
.fw-400{
    font-weight:400;
}
.ticket{
    width:100%;
}
  .ticket-float {
            position: fixed; /* इसे स्क्रीन पर फिक्स रखता है */
            width: 80px; /* बटन की चौड़ाई */
            height: 80px; /* बटन की ऊँचाई */
            bottom: 40px; /* नीचे से दूरी */
            right: 40px; /* दाहिने से दूरी */
            color: #FFF; /* आइकन का रंग */
            border-radius: 50px; /* इसे गोल बनाता है */
            text-align: center;
            font-size: 30px; /* आइकन का आकार */
            box-shadow: 2px 2px 3px #999; /* हल्का शैडो */
            z-index: 100; /* सुनिश्चित करता है कि यह अन्य सामग्री के ऊपर रहे */
            display: flex; /* आइकन को केंद्र में रखने के लिए */
            justify-content: center; /* क्षैतिज केंद्र */
            align-items: center; /* लंबवत केंद्र */
            text-decoration: none; /* अंडरलाइन हटाता है */
            transition: background-color 0.3s ease; /* होवर इफ़ेक्ट के लिए ट्रांजीशन */
        }
        
        
        
        .vibrate-1 {
	-webkit-animation: vibrate-1 3s linear infinite both;
	        animation: vibrate-1 3s linear infinite both;
}

/* ----------------------------------------------
 * Generated by Animista on 2025-6-13 19:5:25
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation vibrate-1
 * ----------------------------------------
 */
@-webkit-keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@media (max-width: 767.98px) { 
    body{
        overflow-x:hidden;
    }
    .mw150{
        width:150px;
    }
    .mw22{
        width:22px;
    }
    .mf22{
        font-size:22px;
    }
    .mf32{
        font-size:32px;
    }
    .mf18{
        font-size:17px;
    }

    .mf28{
        font-size:28px;
    }
    .mf40{
        font-size:40px;
    }
    .od2{
        order:2;
    }
    .tcenter{
        text-align:center;
    }
    .mw28{
        width:22px;
    }
    .mw80{
        width:80px;
    }
    .mw100pr{
        width:100%;
    }
    .mf14{
        font-size:14px;
    }
    .mf26{
        font-size:26px;
    }
    .mf20{
        font-size:20px;
    }
    .mf18{
        font-size:18px;
    }
    .mf16{
        font-size:16px;
    }
    .flip-card {
        width: 100%;
         height:195px;
    }
    .flip-card-front, .flip-card-back {
        width: 100%;
        height:100%;
    }
    .hid{
        overflow-x:hidden;
    }
    .bott{
            vertical-align: bottom;
            width:300%;
    }
    .border {
        border: 1px solid #ffe8cc !important;
    }
    .cream { 
         border: 1px solid #ffe8cc !important;
    }
    .brs{
        border-right: none;
}
    .flip-card-back {
        align-content: end!important;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    .cream:hover{
    background:#FFF1E0;
}
.cream:hover .segment{
    opacity:0;
    transition:0.40s ease-in;
}
.cream:hover .seg{
    padding-right:0rem;
    transition:0.20s linear;
}
.bgkalam {
    background: none; 
    height: auto;
}

.penwriter:after {
    width: 99px;
    height: 99px; 
    right: -24px; 
}
/*.patti2:after {*/
/*    width: 35%;*/
/*    height: 200px; */
/*    right: -21px;*/
/*    top: 0;*/
/*    z-index: 0;*/
/*}*/
.patti2:before {
    background-size: 0;
    width: 0;
}
    .seg{
        line-height:1.3;
    }
    .ticket-float {
        bottom: 20px;
        right: 20px;
    }
    .ht72{
    height: 72px;
}
    .ht62{
    height: 62px;
}
.jic{
    display: flex;
    justify-content: center;
}
    
}