/*
====================================================
||||||Shakti Gurung Custom Style Sheet |||||
====================================================

/*====================================================
||||||Imports |||||
====================================================*/
/*====================================================
||||||Color Palette|||||
====================================================*/
/*====================================================
||||||Fonts |||||
====================================================*/
/*====================================================
||||||Mixin |||||
====================================================*/
/*====================================================
||||||HTML and Body |||||
====================================================*/
html,
body {
  height: 100%; }

body {
  color: #000D0E;
  background-color: #B5A992; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Serif", serif; }

p {
  font-family: "Yantramanav", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px; }

section {
  background: #B5A992;
  overflow: hidden; }

.nopadding {
  padding: 0; }

.nomargin {
  margin: 0; }

/*====================================================
||||||Preloader |||||
====================================================*/
#preloader {
  background-color: #F3F3F1;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999; }

#status {
  background-image: url("../img/preloader/preloader.gif");
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -100px;
  margin-left: -100px; }

/*====================================================
||||||Home |||||
====================================================*/
#home {
  background: none;
  height: 100%; }

#home-bg-video {
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  background: url("../video/home.jpeg") no-repeat;
  background-size: cover; }

#home-overlay {
  background-color: #225470;
  opacity: 0.85;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1; }

#home-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: table;
  z-index: 1; }

#home-content-inner {
  display: table-cell;
  vertical-align: middle; }

#home-heading h1 {
  font-family: 'Dancing Script', cursive;
  color: #B5A992;
  font-size: 65px;
  font-weight: 100;
  margin: 0;
  display: inline-block; }
  #home-heading h1 span {
    color: #B55E3A;
    font-weight: 500;
    text-transform: uppercase; }

#home-text p {
  color: #B5A992;
  font-size: 17px;
  font-weight: 100;
  margin: 8px 0 30px 0; }

/*====================================================
||||| Logo and Menu|||||
====================================================*/
.menubar {
  background-color: #225470;
  width: 100%;
  position: fixed;
  overflow: hidden;
  z-index: 99; }

.logo img {
  position: fixed;
  height: 50px;
  width: 50px;
  top: 5px;
  left: 20px;
  border: 4px solid #B5A992; }

.logo:hover img {
  border: 4px solid #B55E3A;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.logo h1 {
  color: #B5A992; }
  .logo h1 span {
    color: #B55E3A; }

.logo:hover h1 {
  color: #B55E3A;
  border-bottom: 3px solid #B55E3A;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .logo:hover h1 span {
    color: #B5A992;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

.menubar a {
  display: block;
  color: #B5A992;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 14px;
  direction: ltr; }

.menubar ul {
  margin: 8px 0 0 0;
  list-style: none; }

.menubar-nav {
  float: right; }
  .menubar-nav li {
    display: inline-block; }

.menubar a:hover {
  color: #B55E3A;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.side-nav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: #111;
  opacity: 0.9;
  overflow-x: hidden;
  padding-top: 60px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .side-nav a {
    padding: 10px 10px 10px 30px;
    text-decoration: none;
    font-size: 22px;
    color: #B5A992;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .side-nav a:hover {
    color: #B55E3A; }
  .side-nav .btn-close {
    position: absolute;
    top: 0;
    right: 22px;
    font-size: 36px;
    margin-left: 50px; }

/*====================================================
  |||||Buttons|||||
  ====================================================*/
.btn-general {
  font-family: "Dancing Script", cursive;
  border-radius: 28px;
  text-transform: uppercase;
  margin: 0 6px;
  padding: 12px 46px 12px 46px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1; }

.btn-home {
  color: #B5A992;
  border: 1px solid #B5A992; }
  .btn-home i {
    margin-left: 5px; }

.btn-home:hover,
.btn-home:focus {
  color: #F3F3F1;
  background-color: #B55E3A;
  border: 1px solid #B55E3A; }

/*====================================================
|||||Arrow down|||||
====================================================*/
#arrow-down {
  position: absolute;
  left: 50%;
  bottom: 20px;
  color: #B5A992;
  font-size: 32px;
  width: 32px;
  height: 32px;
  text-align: center;
  margin-left: -16px;
  z-index: 1; }

#arrow-down:hover,
#arrow-down:focus {
  color: #B55E3A; }

/*====================================================
|||||Content box|||||
====================================================*/
.content-box-lg {
  padding: 120px 0; }

.content-box-md {
  padding: 100px 0px; }

/*====================================================
|||||Vertical Headings|||||
====================================================*/
.vertical-heading hidden {
  overflow: hidden; }

.vertical-heading h5 {
  color: #F3F3F1;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  word-spacing: 5px;
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: relative;
  top: 60px;
  left: -53px; }

.vertical-heading h2 {
  margin: 0 0 0 15px;
  font-size: 42px;
  font-weight: 100;
  line-height: 50px; }
  .vertical-heading h2 strong {
    color: #B55E3A;
    font-weight: bold; }

/*====================================================
|||||About 01|||||
====================================================*/
#about-01 {
  margin-bottom: 0; }

#about-left h5 {
  margin-left: 12px; }

.about-right p:first-child {
  margin-bottom: 30px; }

.about-right h2 {
  font-family: "Noto Serif", serif;
  font-size: 20px; }

.about-right p span {
  color: #B55E3A;
  font-weight: 500;
  text-transform: uppercase; }

#about-bottom {
  margin-top: 60px; }
  #about-bottom img {
    margin: 0 auto;
    width: 1024px;
    display: block; }

/*====================================================
|||||About 02|||||
====================================================*/
#about-02 {
  background-color: #B3AA99; }

.about-item {
  background-color: #B5A992;
  padding: 80px 30px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .about-item i {
    font-size: 42px;
    margin: 0; }
  .about-item h3 {
    font-size: 24px;
    margin-bottom: 10px; }
  .about-item hr {
    width: 45px;
    height: 3px;
    background-color: #B55E3A;
    margin: 0 auto;
    border: none; }
  .about-item p {
    margin-top: 20px;
    font-size: 1rem; }

/* Hover State*/
.about-item:hover {
  background-color: #B55E3A; }
  .about-item:hover i,
  .about-item:hover .about-item:hover h3,
  .about-item:hover .about-item:hover p {
    color: #B5A992; }
  .about-item:hover hr {
    background-color: #B5A992; }
  .about-item:hover i {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); }

#about-bottom img {
  margin: 0 auto;
  width: 1024px;
  display: block;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }

/*Smooth Transition */
.about-item,
.about-item i,
about-item hr {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; }

/*====================================================
|||||Profile|||||
====================================================*/
.box1 {
  margin-top: 20px; }
  .box1 h3 {
    text-align: center;
    text-transform: capitalize;
    font-family: "Noto Serif", serif; }
  .box1 p {
    font-family: "Noto Serif", serif;
    text-align: justify; }

.card {
  width: 100%;
  height: 467px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3); }
  .card .img-box {
    -webkit-transform: translateY(-150px);
    -moz-transform: translateY(-150px);
    -ms-transform: translateY(-150px);
    -o-transform: translateY(-150px);
    transform: translateY(-150px); }

.img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
  background: #000D0E; }
  .img-box img {
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

.social-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: flex;
  margin: 0;
  padding: 0; }
  .social-icon li {
    list-style: none; }
    .social-icon li a {
      color: #000D0E;
      width: 40px;
      height: 40px;
      background: #B3AA99;
      margin: 0 5px;
      text-align: center;
      font-size: 30px;
      display: block;
      border-radius: 50%;
      position: relative;
      overflow: hidden;
      border: 3px solid #B3AA99;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      -webkit-transform: translateY(250px);
      -moz-transform: translateY(250px);
      -ms-transform: translateY(250px);
      -o-transform: translateY(250px);
      transform: translateY(250px);
      opacity: 0; }

.card:hover .social-icon li a {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1; }
  .card:hover .social-icon li a .fa {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 24px;
    line-height: 50px; }
  .card:hover .social-icon li a a:hover .fa {
    transform: rotateY(360deg);
    opacity: 1; }

.card:hover .social-icon li:nth-child(1) a {
  transition-delay: 0s; }

.card:hover .social-icon li:nth-child(2) a {
  transition-delay: 0.2s; }

.card:hover .social-icon li:nth-child(3) a {
  transition-delay: 0.4s; }

/* Hover Effect on Social Icon */
.social-icon li:nth-child(1):hover a {
  color: #0077B5;
  border-color: transparent;
  opacity: 0.7; }

.social-icon li:nth-child(2):hover a {
  color: #000D0E;
  border-color: transparent;
  opacity: 0.7; }

.social-icon li:nth-child(3):hover a {
  color: #000D0E;
  border-color: transparent;
  opacity: 0.7; }

/* Profile Details */
.details {
  z-index: 4;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #F3F3F1;
  box-sizing: border-box;
  z-index: 1; }
  .details h2 {
    margin: 10px 0 0;
    text-align: center;
    padding: 0; }
    .details h2 span {
      color: #464941;
      font-size: 16px; }
  .details p {
    font-family: "Noto Serif", serif;
    font-size: 18px;
    text-align: center; }

/*====================================================
  ||||| Skills|||||
  ====================================================*/
#skills {
  background-color: #B3AA99;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; }
  #skills .about-right p {
    font-family: "Noto Serif", serif; }

#skill-left .vertical-heading {
  min-height: 160px; }

.skill {
  margin: 8px;
  position: relative; }

.skill-overlay {
  background-color: #225470;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear; }

.skill-info {
  width: 100%;
  height: 100%;
  padding: 80px 0px; }
  .skill-info h6 {
    color: #B55E3A;
    font-size: 16px;
    margin: 0; }
  .skill-info p {
    color: #B5A992; }

.skill:hover .skill-overlay {
  opacity: 1; }

#skills:hover {
  background-color: #B55E3A; }

/*====================================================
||||| Skill Progress bar|||||
====================================================*/
.skillbar {
  background-color: #B5A992;
  margin: 10px 0px; }
  .skillbar h3 {
    font-size: 24px;
    margin-top: 5px; }

.skillheader i {
  font-size: 42px;
  margin: 0; }

.main {
  margin: 50px auto;
  width: 90%; }
  .main i {
    font-size: 1rem; }

.progressBar {
  position: relative;
  width: 100%;
  height: 40px;
  background: #eeeeee;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0 1px 2px #222;
  z-index: 1; }

.title {
  position: absolute;
  width: 120px;
  height: 40px;
  padding-left: 10px;
  float: left;
  font-weight: bold;
  color: #fff;
  line-height: 2.5;
  z-index: 10000;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 2px 0 2px #333;
  text-shadow: 1px 1px 1px #000; }
  .title img {
    width: 20px;
    height: 15px;
    background-color: white; }

.progress_value {
  position: relative;
  float: right;
  padding-right: 10px;
  line-height: 2.5;
  font-weight: bold;
  color: #455a64;
  z-index: 10000; }

.progress {
  height: 40px;
  position: absolute;
  border-radius: 5px;
  box-shadow: 2px 0 2px #555; }

.htmlColor {
  background: #F16528; }

.cssColor {
  background: #0C73B8; }

.sassColor {
  background: #cf649a; }

.jsColor {
  background: #E5BB31; }

.phpColor {
  background: #767BB3; }

.jqueryColor {
  background: #0669AD; }

.mysqlColor {
  background: #f29111; }

.rubyColor {
  background: #841f19; }

.bootstrapColor {
  background: #7745C8; }

.drupalColor {
  background: #0978BF; }

.wordpressColor {
  background: #2BA5D4; }

.gitColor {
  background: #DE4C35; }

.githubColor {
  background: #161614; }

.nextjsColor {
  background: #000000; }

.reactColor {
  background: #02ceef; }

.reduxColor {
  background: #764abb; }

.expressColor {
  background: #B9B9B9; }

.railsColor {
  background: #cd362c; }

.mongodbColor {
  background: #3B7A48; }

.nodeColor {
  background: #75AC64; }

.typeScriptColor {
  background: #284E80; }

.graphqlColor {
  background: #E24998; }

/**** Bar Colors****/
.html {
  background: #F16528; }

.css {
  background: #0C73B8; }

.js {
  background: #E5BB31; }

.sass {
  background: #cf649a; }

.php {
  background: #767BB3; }

.jquery {
  background: #0669AD; }

.mysql {
  background: #f29111; }

.ruby {
  background: #841f19; }

.bootstrap {
  background: #7745C8; }

.drupal {
  background: #0978BF; }

.wordpress {
  background: #2BA5D4; }

.git {
  background: #DE4C35; }

.github {
  background: #161614; }

.node {
  background: #75AC64; }

.express {
  background: #B9B9B9; }

.nextjs {
  background: #000000; }

.react {
  background: #02ceef; }

.redux {
  background: #764abb; }

.rails {
  background: #cd362c; }

.mongodb {
  background: #3B7A48; }

.typeScript {
  background: #284E80; }

.graphql {
  background: #E24998; }

/*====================================================
|||||Portfolio|||||
====================================================*/
#portfolio img {
  margin: 10px 0px 10px 0px; 
  min-height: 230px;
  min-width: 350px;
}

.content-area {
  padding-top: 4px; }

.portfolio-item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  margin-bottom: 30px; }
  .portfolio-item h4 {
    margin-top: -40px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 2rem;
    letter-spacing: 1px;
    color: #B5A992; }
  .portfolio-item span {
    text-transform: capitalize;
    letter-spacing: 2px;
    font-weight: 100;
    font-size: 1rem;
    color: #B55E3A; }
  .portfolio-item p {
    text-transform: capitalize;
    letter-spacing: 2px;
    font-weight: 100;
    font-size: 1rem; }

.hover-bg {
  position: absolute;
  background-color: #225470;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.hover-txt {
  padding: 30px 30px 40px 30px;
  position: absolute;
  bottom: 0;
  color: #B5A992;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px); }

.portfolio-item:hover .hover-bg {
  opacity: 0.9; }
  .portfolio-item:hover .hover-bg .hover-txt {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }

/* Layout
====================*/
/* Menu Style*/
.layout a.menu-toggle {
  background-color: #F3F3F1;
  color: #B5A992; }

/* Index Style - Box Portfolio */
.layout .portfolio-item {
  margin: 0; }
  .layout .portfolio-item i {
    font-size: 60px; }

.layout .hover-txt {
  text-align: center;
  padding: 25% 0;
  position: inherit; }

.layout .hover-bg {
  padding: 20px; }

.border {
  border: 4px solid #B5A992;
  display: block;
  height: 100%;
  width: 100%; }

.layout .hover-txt,
.layout .hover-txt h4,
.layout .hover-txt span {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px); }

.layout .hover-txt:hover,
.layout .hover-txt:hover h4,
.layout .hover-txt:hover span {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

/*====================================================
|||||Contact|||||
====================================================*/
#contact {
  background-color: #B3AA99;
  padding: 50px 0px 10px 0px; }
  #contact h2 {
    margin-top: 20px;
    text-align: center;
    font-size: 2rem; }
    #contact h2 strong {
      color: #B55E3A;
      font-weight: bold; }
  #contact p {
    text-align: center;
    font-size: 1.5rem;
    font-family: "Noto Serif", serif; }

.formBox {
  margin-top: 0px;
  padding: 50px; }

.inputBox {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 40px; }

.input {
  position: relative;
  width: 100%;
  height: 50px;
  background: transparent;
  border: none;
  outline: none;
  font-size: 1rem;
  border-bottom: 2px solid #B55E3A;
  opacity: 0.7; }

.inputText {
  position: absolute;
  line-height: 50px;
  font-size: 1rem;
  transition: .5s;
  opacity: 0.5; }

textarea {
  height: 100px !important;
  margin-top: 15px; }

.focus .inputText {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
  font-size: 1rem;
  opacity: 1;
  color: #B55E3A; }

.button {
  width: 100%;
  background: #B55E3A;
  color: #B3AA99;
  border: none;
  outline: none;
  height: 50px;
  font-size: 1rem; }

.successbutton {
  font-family: "Dancing Script", cursive;
  border-radius: 28px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
  width: 200px;
  height: 100px;
  justify-content: center;
  background: #225470;
  color: #B3AA99;
  border: none;
  outline: none;
  height: 50px;
  font-size: 1rem; }

button {
  margin: auto;
  display: block; }

.successbutton a {
  color: #B3AA99;
  list-style: none;
  text-decoration: none; }

.successbutton:hover,
.successbutton:focus {
  color: #F3F3F1;
  background-color: #B55E3A;
  border: 1px solid #B55E3A; }

/*====================================================
|||||Copyright|||||
====================================================*/
.copyright {
  text-align: center; }

ul.social {
  padding: 0 0 10px 0;
  margin-top: 10px;
  text-align: center; }
  ul.social li {
    display: inline-block;
    list-style: none;
    padding: 0.1rem;
    margin: 0 0.2rem; }
    ul.social li a {
      color: #000D0E;
      width: 40px;
      height: 40px;
      background: #B3AA99;
      text-align: center;
      line-height: 40px;
      font-size: 30px;
      display: block;
      border-radius: 50%;
      position: relative;
      overflow: hidden;
      border: 3px solid #B3AA99; }

ul li a .fa {
  position: relative;
  color: #262626;
  transition: .5s; }

ul.social li:nth-child(1) a:hover {
  color: #0077B5;
  border-color: transparent;
  opacity: 0.7; }

ul.social li:nth-child(2) a:hover {
  color: #000D0E;
  border-color: transparent;
  opacity: 0.7; }

ul.social li:nth-child(3) a:hover {
  color: #000D0E;
  border-color: transparent;
  opacity: 0.7; }

/*====================================================
  |||||Media Queries|||||
  ====================================================*/
@media (max-width: 1024px) {
  .main {
    width: 90%; } }
@media (max-width: 568px) {
  .menubar-nav {
    display: none; } }
@media (min-width: 568px) {
  .open-slide {
    display: none; } }
@media (min-width: 768px) {
  .portfolio-item h4 {
    font-weight: 400;
    font-size: 1.5rem; }
  .portfolio-item span {
    font-size: 1rem; }
  .portfolio-item p {
    font-size: 1rem; } }
@media (min-width: 768px) {
  .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 2;
    background: #000D0E; }

  .card .img-box {
    transform: none; }

  .card:hover .img-box {
    transform: translateY(-150px); } }
@media (min-width: 382px) and (max-width: 767px) {
  .card {
    margin-top: 160px; 
  } 
  .img-box img{
    height: 100%;
    width: 100%;
  }
  }
#thankyou {
  margin-top: 180px;
  background-color: #B3AA99;
  padding: 50px 0px 10px 0px; }
  #thankyou h2 {
    margin-top: 20px;
    text-align: center;
    font-size: 2rem; }
    #thankyou h2 strong {
      color: #B55E3A;
      font-weight: bold; }
  #thankyou p {
    text-align: center;
    font-size: 1.5rem;
    font-family: "Noto Serif", serif; }

/*====================================================
  |||||StyleSheet Ends|||||
====================================================*/

/*# sourceMappingURL=style.css.map */
