
@import url('https://fonts.googleapis.com/css2?family=Merienda:wght@300..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*
{
    margin: 0;
    padding: 0;
}
.navbar
{
    background: #39393981!important;
    backdrop-filter: blur(8px)!important;
    text-align: center !important;
}
.fixed-top
{
    box-shadow:0 2 16px rgba(0, 0, 0, 0.2);

}
.nav-link
{
    font-size: 1.2rem!important;
}

.navbar-nav .nav-link.show {
    background: linear-gradient(117deg, rgba(252, 63, 5, 1) 12%, rgba(255, 250, 250, 0.9698004201680672) 45%, rgb(80, 165, 15) 100%)!important;
    color: transparent!important;
    -webkit-background-clip: text!important;
}


.navbar-nav .nav-item .nav-link
{
    color: rgb(255, 255, 255);
    padding:16px 16px;
    text-align: center;
    font-weight: 500;
}
p{
    font-family: "Poppins",sans-serif!important;
}
h2
{
    font-family: "Merienda", cursive!important;
    color: #2e5090!important;
}
.nav-link:hover{
    background: linear-gradient(117deg, rgba(252, 63, 5, 1) 12%, rgba(255, 250, 250, 0.9698004201680672) 45%, rgb(80, 165, 15) 100%)!important;
    color: transparent!important;
    -webkit-background-clip: text!important;
}
.ee
{
    background: linear-gradient(117deg, rgba(252, 63, 5, 1) 12%, rgba(255, 250, 250, 0.9698004201680672) 45%, rgb(80, 165, 15) 100%)!important;
    color: transparent!important;
    -webkit-background-clip: text!important;
}
.line
{
    background-color: #4c488a!important;
}
.card
{
    transition: .3s all ease-in-out;
}
.card img
{
    transition: .3s all linear;
}
.card:hover
{
    transform: translateY(-5px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.end
{
    background: #39393981!important;
    /* background: linear-gradient(103deg, rgba(1, 51, 122, 0.327) 0%, rgba(6, 6, 6, 0.464) 84%); */
    backdrop-filter: blur(8px)!important;
    text-align: center !important;
}
.icons i
{
    font-size: 35px;
    padding-left: 20px;
    transition: .5s all linear;
}
.icons i:hover
{
    transform: scale(1.2);
    cursor: pointer;
color: rgb(11, 239, 255)!important; 
}
.back
{
    background: #38373781!important;
    backdrop-filter: blur(1px)!important;
    text-align: center !important;
    color: white!important;
}

.imgtxt
{
    top: 100%;
 width: 100%;
    background-color: rgba(0, 0, 0, 0.636);
    border-radius: 3px;
    transition: .5s all linear;
}
.cardd:hover .imgtxt
{
  cursor: pointer;
    bottom:0;
    top: 0;
}
.colr1
{
    color:#393c5b!important;
}
.btn1
{
 
    transition: .3s all linear!important;
}
.btn1:hover
{

    transform: translateY(-5px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.flip-card {
    background-color: transparent;
    width: 300px;
    height: 300px;
    perspective: 1000px;
    font-family: sans-serif;
    margin: 0 auto;
  }
  
  .title {
    font-size: 1.5em;
    font-weight: 900;
    text-align: center;
    margin: 0;
  }
  /* .center
  {
    margin: 0 auto!important;
  } */
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
  
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
    cursor: pointer;
  }
  
  .flip-card-front, .flip-card-back {
    box-shadow: 0 8px 14px 0 rgba(0,0,0,0.2);
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* border: 1px solid coral; */
    border-radius: 1rem;
  }
  
  .flip-card-front {
  
       background-color: rgba(0, 0, 0, 0.093);
    color: rgb(255, 255, 255);
  }
  
  .flip-card-back {
  
    transform: rotateY(180deg);
    background: #080808cc!important;
    text-align: center !important;
  }
  .radius
  {
    border-radius: 1rem;
  }
  .temples
  {
    color: #4c488a!important;
  }
  .colr2
  {
    color:#40446f!important;
  }
  .background
  {
    background-image: url(https://uttarakhandtourism.gov.in/themes/utdb_frontend/images/social-media-background-image.jpg);
    /* background-position: center; */
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .book {
    position: relative;
    border-radius: 10px;
    width: 280px;
    height: 300px;
    background-color: whitesmoke;
    -webkit-box-shadow: 1px 1px 12px #000;
    box-shadow: 1px 1px 12px #00000056;
    -webkit-transform: preserve-3d;
    -ms-transform: preserve-3d;
    transform: preserve-3d;
    -webkit-perspective: 2000px;
    perspective: 2000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    flex-direction: column;
    margin: 0 auto;
  }
  
  .cover {
    top: 0;
    position: absolute;
    background-color: lightgray;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    -webkit-box-shadow: 1px 1px 12px #000;
    box-shadow: 1px 1px 12px #0000005b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .book:hover .cover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: rotatey(-80deg);
    -ms-transform: rotatey(-100deg);
    transform: rotatey(-100deg);
  }
  .radius1
  {
    border-radius: 10px!important;
  }
/*   
  p {
    font-size: 20px;
    font-weight: bolder;
  } */
  .loader {
    width: 4em;
    height: 3em;
    position: relative;
    animation: beat 1s infinite;
  }
  
  .loader::before,
  .loader::after {
    content: "";
    position: absolute;
    top: 0;
    width: 50px;
    height: 80px;
    border-radius: 5em 5em 0 0;
    animation: coldblue 1s infinite;
  }
  
  .loader::before {
    left: 50px;
    transform: rotate(-45deg);
    transform-origin: 0 100%;
  }
  
  .loader::after {
    left: 0;
    transform: rotate(45deg);
    transform-origin: 100% 100%;
  }
  
  @keyframes beat {
    0% {
      transform: scale(1);
    }
  
    50% {
      transform: scale(1.2);
    }
  
    100% {
      transform: scale(1);
    }
  }
  
  @keyframes coldblue {
    0%, 100% {
      background-color: rgb(255, 255, 255);
    }
  
    50% {
      background-color: rgb(198, 23, 23);
    }
  }
  .centr
  {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .ut
  {
    padding-left: 10px;
  }
  .pding
  {
    padding-top: 40px;
  }
  .ic {
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
width: 100%;
padding-top: 10px !important;
  }
  
  /* for all social containers*/
  .socialContainer {
    width: 60px;
    height:60px;
    border-radius: 50%;
    background-color: rgb(51, 51, 51);
    /* background-color: #393c52 !important; */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition-duration: .3s;
  }
  /* instagram*/
  .containerOne:hover {
    background-color: #d62976;
    transition-duration: .3s;
  }
  /* twitter*/
  .containerTwo:hover {
    background-color: #00acee;
    transition-duration: .3s;
  }
  /* linkdin*/
  .containerThree:hover {
    background-color: #0072b1;
    transition-duration: .3s;
  }
  /* Whatsapp*/
  .containerFour:hover {
    background-color: #128C7E;
    transition-duration: .3s;
  }
  
  .socialContainer:active {
    transform: scale(0.9);
    transition-duration: .3s;
  }
  
  .socialSvg {
    width: 22px;
  }
  
  .socialSvg path {
    fill: rgb(255, 255, 255);
  }
  
  .socialContainer:hover .socialSvg {
    animation: slide-in-top 0.3s both;
  }
  
  @keyframes slide-in-top {
    0% {
      transform: translateY(-50px);
      opacity: 0;
    }
  
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  .copy
  {
    margin-top: 40px;
    padding: 20px;
    border-top: 2px solid #0000003e;
    text-align: center;
  }
  