@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');
@import url(variable.css);

body {
    margin: 0;
    padding: 0;
    color: #222624;
    font-family: var(--font-primary);
    font-size: var(--font-body-lg);
}

h1,
h2,
h3,
h4,
h6 {
    font-family: var(--font-primary);
    color: var(--color-primary);
}

.container {
    @media (min-width: 1200px) {
        max-width: 1040px;
    }
}

.top-bar {
    padding: 17px 0px;
    background-color: #222624;
}

.topbarbgwrap {
    padding: 0px 0 18px 0px;
    position: relative;
    /* background-color: var(--bg-color); */
}

/* .topbarbgwrap:after {
  height: 1px;
  width: 100%;
  background-color: #9d9f9d;
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 19px;
} */

/* .nav-warp:after {
  height: 1px;
  width: 100%;
  background-color: #9d9f9d;
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0px;
} */

.contactinfo {
    font-family: var(--font-primary);
    font-size: var(--font-body-md);
    color: var(--accent-color-first);
}

.contactinfo a {
    color: var(--color-primary);
    text-decoration: none;
    font-weight: var(--font-primary-weight);
}

.toprightcol {
    z-index: 1;
}

.toprightcol p {
    color: var(--color-primary);
    font-weight: var(--font-primary-weigh);
    margin-bottom: 0;
    font-family: var(--font-primary);
    font-size: var(--font-body-sm);
}

.btnstyletwo {
    padding: 18px 36px 18px 36px !important;
    font-family: var(--font-primary);
    font-weight: 600;
    line-height: 28px;
    color: var(--accent-color-second);
    border: 1px solid var(--color-secondary);
    font-size: var(--h6);
    background: var(--color-secondary);
    text-decoration: none;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
    display: inline-block !important;
    position: relative;
    z-index: 999;
    border-radius: var(--bordert-radius-xl);
}

.btnstyletwo:hover {
    background: var(--accent-color-fourth);
    color: var(--color-primary);
}

.cart-countwrap {
    position: relative;
}

.cart-count {
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 22px;
    height: 22px;
    width: 22px;
    font-size: var(--font-body-xs);
    font-weight: 700;
    border-radius: 50%;
    background-color: var(--color-secondary);
    color: var(--accent-color-second);
    text-align: center;
}

.navbar-nav {
    align-items: center;
}

.menu-login {
    display: none;
}

.navbar-wrapper ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
}

.navbar-wrapper a,
.nav-item a {
    font-size: 16px;
    font-weight: var(--font-primary-weight);
    line-height: 24px;
    color: var(--color-primary);
    padding: 11px 10px !important;
    text-decoration: none;
    display: block;
}

.navbar-wrapper a:hover,
.nav-item a:hover {
    color: var(--color-primary);
}

.navbar-wrapper ul li {
    position: relative;
}

.navbar-wrapper ul li > ul {
    list-style: none;
    display: none;
    position: absolute;
    left: 0;
    top: 42px;
    margin-top: 0;
    margin-left: 10px;
    background-color: #fff;
    padding-left: 0;
    border-top: 1px solid var(--color-primary);
    min-width: 200px;
    z-index: 1;
}

.navbar-wrapper ul li > ul a {
    white-space: nowrap;
    display: block;
    padding: 5px 10px !important;
}

.navbar-wrapper ul li:hover > ul {
    display: block;
}

.nav-warp {
    /* background-color: var(--bg-color); */
    position: relative;
}

.nav-warp .navbar-brand {
    padding-right: 20px;
    /* border-right: var(--border-lightgray); */
}

.nav-warp .btn {
    background-color: var(--color-primary);
    border-radius: 0 !important;
    padding: 14px 28px;
}

.login-btn {
    /* border-left: var(--border-lightgray); */
    padding-left: 20px;
}

.login-btn .btn:hover {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
}

.arrowimg {
    border-left: var(--border-lightgray);
    padding-left: 20px;
}

/* Welcome Section CSS Start */
.welcomewrap {
    /* background-color: var(--bg-color); */
    width: 100%;
    position: relative;
    padding-top: 76px;
    background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(223, 238, 255, 0.75) 55%, rgba(255, 255, 255, 1) 100%);
}

.welcomewrap::after {
    content: "";
    position: absolute;
    left: -371px;
    top: 0px;
    height: 596px;
    width: 100%;
}

.welcomewrap .container {
    max-width: 960px;
}

.headerleft h1 {
    font-family: var(--font-primary);
    font-weight: 700;
    text-align: center;
    font-size: 54px;
    color: var(--color-primary);
    line-height: 62px;
}

.headerleft h6 {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: var(--h6);
    color: var(--color-primary);
    line-height: 30px;
    margin: 32px 0px;
    text-align: center;
}

.arrowpattern1 {
    position: relative;
}

.arrowpattern1:before {
    position: absolute;
    background: url(../images/star2.png) no-repeat;
    content: "";
    width: 189px;
    height: 100%;
    top: -80px;
    right: 20px;
}

.arrowimg {
    margin-left: 70px;
    margin-top: -60px;
}

.headerright {
    position: relative;
    text-align: center;
}

.headerright:before {
    position: absolute;
    background: url(../images/star1.png) no-repeat top;
    content: "";
    max-width: 485px;
    width: 100%;
    height: 100%;
    top: -120px;
    left: 0px;
}

/* End Welcome CSS*/

.textcol {
    display: inline-block;
    vertical-align: top;
    width: 68%;
    margin-left: 30px;
}

.textcol h5 {
    font-family: var(--font-primary);
    font-weight: 600;
    color: var(--accent-color-third);
    font-size: var(--h5);
    margin-bottom: 8px;
}

.textcol p {
    font-family: var(--font-primary);
    font-weight: 500;
    color: rgba(41, 36, 37, 0.8);
    line-height: 28px;
    font-size: var(--font-body-lg);
    margin-bottom: 0px;
}

.img-gallery img {
    height: 440px;
    object-fit: cover;
    width: 100%;
}

.toyimgcol {
    position: absolute;
    right: 0;
    top: 58%;
}

/* Select Event Date */

.event-date {
    background: url(../images/Event_DateBg.png) no-repeat center center;
    border-radius: var(--bordert-radius-lg);
}

.event-date h4 {
    font-size: var(--h4);
}

.event-btn {
    padding: 18px 36px 18px 36px !important;
    font-family: var(--font-primary);
    font-weight: 600;
    line-height: 28px;
    color: var(--accent-color-second);
    border: 1px solid var(--color-secondary);
    font-size: var(--h6);
    background: var(--color-secondary);
    text-decoration: none;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
    display: inline-block !important;
    position: relative;
    z-index: 999;
    border-radius: var(--bordert-radius-xl);
    display: flex;
}

.event-btn:hover {
    background: var(--accent-color-fourth);
    color: var(--color-primary);
}

/* End CSS Of Event Date */

/* Products Categories CSS  Start*/

.prodcatwrap .section-title {
    color: var(--color-primary);
    font-family: var(--font-primary);
    line-height: 60px;
    font-size: var(--h3);
}

.prodcatwrap .prod-info {
    padding: 8px;
    border-radius: var(--bordert-radius-md);
    -webkit-border-radius: var(--bordert-radius-md);
    -moz-border-radius: var(--bordert-radius-md);
    -ms-border-radius: var(--bordert-radius-md);
    -o-border-radius: var(--bordert-radius-md);
    border: 1px solid rgba(12, 11, 10, 0.1);
    margin-bottom: 40px;
    text-decoration: none;
    display: block;
}
.prodcatwrap .prod-info img{
    height: 164px;
    display: block;
    margin: 0 auto;
}

.prodcatwrap .prod-info h6 {
    font-size: var(--font-body-xl);
    color: var(--accent-color-third);
    font-weight: 600;
    font-family: var(--font-primary);
    line-height: 28px;
    text-align: center;
    padding: 16px 0 8px 0;
    margin-bottom: 0;
    height: 80px;
}

/* End CSS Of Products Categories */

/* Let Us Help You  CSS Start */
.section-services {
    background: linear-gradient(90deg,rgba(223, 238, 255, 0.75) 0%, rgba(255, 255, 255, 1) 55%, rgba(223, 238, 255, 0.75) 100%);
    background-size: cover;
}

.letushelpyouwrap {
    color: var(--color-primary);
    padding: 90px 0;
}

.letushelpyouwrap .container {
    max-width: 960px;
    width: 96%;
    margin: 0px auto;
}

.balloonimg2 {
    position: absolute;
    top: -34%;
    left: -9%;
}

.letushelpyouwrap h2 {
    font-size: var(--h3);
    font-weight: 700;
    line-height: 64px;
    color: var(--color-primary);
    margin-bottom: 24px;
}

.letushelpyouwrap h6 {
    font-family: var(--font-primary);
    font-size: var(--h6);
    font-weight: 400;
    line-height: 28px;
    color: var(--color-primary);
    margin-bottom: 0px;
}

/* End CSS - Let Us Help You  */

/* Featured Products CSS Start */

.featuredproductswrap .container {
    max-width: 960px;
    width: 96%;
    margin: 0px auto;
}

.featuredproductswrap .toyimgcol2 {
    position: absolute;
    right: 0;
    top: -14%;
}

.featuredproductswrap .section-title {
    color: var(--color-primary);
    line-height: 48px;
    font-size: var(--h3);
}

.fea-prod-info {
    padding: 8px;
    border: 1px solid rgba(12, 11, 10, 0.1);
    margin-bottom: 24px;
    border-radius: var(--bordert-radius-md);
    -webkit-border-radius: var(--bordert-radius-md);
    -moz-border-radius: var(--bordert-radius-md);
    -ms-border-radius: var(--bordert-radius-md);
    -o-border-radius: var(--bordert-radius-md);
    text-decoration: none;
    display: block;
}
.fea-prod-info img{
    height: 100%;
    margin: 0 auto;
    display: block;
}

.fea-prod-info h6 {
    font-size: var(--font-body-xl);
    color: var(--accent-color-third);
    font-weight: 600;
    font-family: var(--font-primary);
    line-height: 28px;
    text-align: center;
    padding: 16px 0 8px 0;
    margin-bottom: 0;
}

.fea-prod-info .price {
    font-size: var(--h6);
    color: var(--accent-color-first);
    font-weight: 400;
    font-family: var(--font-primary);
    line-height: 24px;
    margin-bottom: 12px;
}

/* End CSS - Featured Products */

/* Operation Hours CSS Start */
.operationhourswrap {
    background: var(--color-primary);
}

.toyimgcol3 {
    position: absolute;
    top: 21%;
    left: 0;
}

.operationhourscol h2 {
    font-size: var(--h3);
}

.operationhourscol h5 {
    font-family: var(--font-primary);
    font-size: var(--font-body-2xl);
    color: var(--color-primary);
    margin-bottom: 20px;
    /* padding-left: 220px; */
    text-align: center;
}

.operationhourscol ul {
    padding: 0 88px;
}

.operationhourscol ul li {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    font-family: var(--font-primary);
    color: var(--accent-color-fourth);
}

span.line {
    width: 22px;
    display: inline-block;
    background: var(--accent-color-fourth);
    height: 1.5px;
    vertical-align: middle;
    margin: 0px 8px;
}

.btnstylethree {
    background: var(--color-secondary);
    border: 1px solid var(--color-secondary);
    padding: 20px 44px;
    font-size: var(--h6);
    color: var(--accent-color-second);
    text-decoration: none;
    text-align: center;
    font-family: var(--font-primary);
    display: block;
    width: 232px;
    margin: 0px auto;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
    border-radius: var(--bordert-radius-xl);
}

.btnstylethree:hover {
    background: var(--accent-color-second);
    color: var(--color-secondary);
}

/* Operation Hours CSS End */

/* Testimonial CSS Start */

.testinobualwrap .carousel-item img {
    margin-bottom: 28px;
}

.testinobualwrap .carousel-caption {
    position: inherit;
    right: auto;
    bottom: auto;
    left: auto;
    padding-top: 0;
    padding-bottom: 0;
    color: var(--accent-color-third);
    text-align: center;
    max-width: 578px;
    margin: 0px auto;
}

.carousel-control-prev-icon {
    background-image: url(../images/chevron-left.png);
}

.carousel-control-next-icon {
    background-image: url(../images/chevron-right.png);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 60px !important;
    height: 60px !important;
}

.carousel-caption .line {
    display: block;
    margin: 28px auto;
    width: 101px;
    height: 1px;
    background: #ffd05c;
}

.carousel-caption h5 p,
.carousel-caption h5 {
    font-size: var(--h5);
    font-family: var(--font-primary);
    font-weight: 600;
    line-height: 36px;
    color: var(--accent-color-third);
}

.carousel-caption > p {
    font-size: var(--h6);
    font-family: var(--font-primary);
    font-weight: 500;
    line-height: 28px;
    color: rgba(41, 36, 37, 0.7);
}

.carousel-control-next {
    opacity: 1;
}

.carousel-control-prev {
    opacity: 1;
}

/* End Testimonial CSS */

/* Footer CSS Start */
footer {
    background: var(--color-primary);
}

.footernav {
    max-width: 630px;
    margin: 0px auto;
    width: 100%;
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.1);
}

.footernav ul li a {
    color: var(--accent-color-fourth);
    font-size: var(--font-body-sm);
    font-weight: 400;
    line-height: 24px;
    font-family: var(--font-primary);
    text-decoration: none;
}

.copyright {
    color: rgba(255, 255, 255, 0.7);
    font-size: var(--font-body-sm);
    font-family: var(--font-primary);
}

.copyright a {
    color: rgba(255, 255, 255, 0.7);
}

.gallrywrap ul {
    margin: 0px;
    padding: 0;
    text-align: center;
}

.gallrywrap ul li {
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    width: 20%;
}

/*.gallrywrap ul li:nth-child(2),
.gallrywrap ul li:nth-child(3),
.gallrywrap ul li:nth-child(4) {
  width: 25.6%;
}*/

/* End Footer CSS  */

.btnstyleone {
    border-radius: var(--bordert-radius-md);
    -webkit-border-radius: var(--bordert-radius-md);
    -moz-border-radius: var(--bordert-radius-md);
    -ms-border-radius: var(--bordert-radius-md);
    -o-border-radius: var(--bordert-radius-md);
    border: 1px solid white;
    padding: 8px 20px;
    font-family: var(--font-secondary);
    font-weight: 600;
    font-size: var(--font-body-lg);
    background: var(--transparent-background);
    text-decoration: none;
    color: var(--accent-color-fourth);
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
}

.navbar {
    padding-bottom: 18px !important;
}

.btnstyleone:hover {
    background: var(--accent-color-fourth) !important;
    color: var(--color-primary) !important;
}

.navbar-wrapper ul li:hover > ul {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 6px 10px;
}

.navbar-wrapper ul li > ul a {
    padding: 7px 10px !important;
}

/*.navbar-wrapper ul li > ul a:hover {*/
/*    background-color: #222624;*/
/*    color: #fff;*/
/*}*/

