@charset "utf-8";



/* Layout: Large Devices. */
@media only screen and (max-width: 1390px) {
    .gift-section .title-sec h3 {
        padding: 40px 89px 19px 12px;
    }
}
/* Layout: Large Devices. */
@media only screen and (max-width: 1400px) {
   
}
/* Layout: Large Devices. */
@media only screen and (max-width: 1440px) {
    .path-bottom {
        position: relative;
        z-index: -1;
        top: -165px;
    }

    .sec-purple {
        background: transparent;
    }

    .box-sec .box-part {
        top: -154px;
    }

    .box-sec .box-part img {
        width: 709px
    }
}

/* Layout: Large Devices. */
@media only screen and (max-width: 1300px) {

    .gift-section {
        padding-top: 0;
    }
    input.otp {
        margin-left: 2px;
    }

}


/* Tablet Layout: 991px. */
@media only screen and (min-width: 992px) and (max-width: 1199px) {}

/* Tablet Layout: 1199px. */
@media only screen and (max-width: 1199px) {
    header .l-header .bottom-link li {
        margin-left: 20px;
    }

}

/* Medium Layout: 991px. */
@media only screen and (max-width: 991px) {
   
    /* ------------------------------------
    04. Sticky Menu
---------------------------------------*/
.menu-sticky.sticky {
    background: #6821f4;
    position: fixed !important;
    top: 0px;
    z-index: 999;
    margin: 0 auto !important;
    padding: 5px 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-name: sticky-animation;
    animation-name: sticky-animation;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .menu-sticky.sticky .main-menu {
    position: static ;
  }
  .rs-header-2 .menu-sticky1.sticky1 .nav-menu > li > a {
    height: 80px;
    line-height: 80px;
  }
  #nav-close {
    transition: all 0.3s ease 0s;
  }
  @-webkit-keyframes sticky-animation {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-100%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
    }
  }
  @keyframes sticky-animation {
    0% {
      opacity: 0;
      transform: translateY(-100%);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
    .cart-gift-sec .cart .cart-text h3 {
        font-size: 38px;
        line-height: 44px;
    }

    .cart-gift-sec .cart .cart-img img {
        height: 201px;
    }

    img.img-col-12 {
        height: 276px;
    }

    header .top-header ul.nav li,
    header .l-header .bottom-link li {
        margin-left: 15px;
    }

    header .top-header ul.nav li a {
        font-size: 15px;
    }

    header .l-header .top-link li a,
    header .l-header .bottom-link li a {
        font-size: 13px;
    }

    header .l-header .top-link li {
        margin-left: 8px;
    }

    main {
        min-height: 1200px;
    }

    header .l-header .bottom-link .dropdown-toggle.sign {
        padding: 0 0 0 16px;
    }

    header .l-header .bottom-link li a {
        padding: 0 0 0 9px;
    }

    /********************************/
    /*  Nav Section-mobile screen */
    /********************************/
    .mobile-screen {
        display: block;
        padding: 10px 5px;
    }

    .desktop-screen {
        display: none;
    }

    .mobile-screen .logo img {
        width: 80px;
    }

    nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #6821f4;
    }

    .nav-active ul {
        padding-top: 25%;
    }

    .nav-active ul li {
        margin-bottom: 35px;
    }

    /********************************/
    /*  gift-section */
    /********************************/
    .main-gift-section .img-part .top-img {
        top: 0;
    }

    .gift-section {
        padding-top: 100px;
    }
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {}

/* Min Width: 991px. */
@media only screen and (max-width: 919px) {
    .contact-us-sec .second-part ul li:nth-child(even) {
        margin-top: 30px;
    }
    .favorite_gift .text-part h2 {
        font-size: 40px;
    }
    .sec-purple {
        background: rgba(104, 33, 244, 1);
    }

    .path-bottom {
        top: -3px;
    }

    .box-sec .box-part {
        top: -45px;
    }

    .navbar-collapse {
        width: 100%;
    }

    .main-gift-section {
        margin-top: -3px;
    }

    header .l-header .bottom-link li {
        margin-left: 5px;
    }

    header .l-header .bottom-link .dropdown-toggle.notification {
        padding: 0 0 0 13px;
    }

    header .l-header .bottom-link .dropdown-toggle.sign {
        padding: 0 0 0 13px;
    }
}

/* Mobile Layout: 767px. */
@media only screen and (max-width: 767px) {
    .register .card .card-footer , .register .card .card-body.auto-height
    {
        padding: 0 10px;
    }
    .sec-description ul ,.company-name ul
    {
        flex-wrap: wrap;
    }
    .register .card .card-body {
        padding: 0 20px;
    }
    .return-div a
    {
        margin: unset;
    }
    .pr-65
    {
        padding-right: 0 !important;
    }
    .item-readmore
    {
        text-align: center;
    }
    .favorite_gift .row-mobile
    {
        flex-direction: column-reverse;
    }
    .contact-us-sec .first-part .icon-part img
    {
        width: auto;
    }
    .arrow-part img
    {
        display: block;
        margin: 0 auto 0 0;
        width: 89px;
    }
    .contact-us-sec .first-part {
        padding-bottom: 0;
    }
    .contact-us-sec .second-part ul li:nth-child(even) {
        margin-top: 20px;
    }
   
    /********************************/
    /*       button-style     */
    /********************************/
    .btn-yellow {
        display: block;
        width: 100%;
    }

    .path-bottom {
        top: 0;
    }

    .box-sec {
        background: none;
    }

    .modal.login-modal .modal-content {
        padding: 30px 10px;
    }

    .gift-section .title-sec h3 {
        padding: 40px 89px 19px 46px;
    }
    .contact-us-sec .second-part ul
    {
        justify-content: space-evenly;
    }
    .contact-us-sec .second-part ul li:last-child
    {
        margin-top: 30px;
    }
    
}

/* Small Device : 590px. */
@media only screen and (max-width: 575px) {
    .form-control.otp
    {
        padding: 0;
        height: 53px;
    }
    .register .card .card-body {
        padding:0;
    }
    .favorite_gift .text-part h2 {
        font-size: 32px;
        line-height: 44px;
    }

    footer .bottom-footer p.last,
    footer .bottom-footer p {
        text-align: center;
    }

    footer .top-footer p.description {
        padding-left: 0;
    }
}

/* Small Device : 480px. */
@media only screen and (max-width: 480px) {
    .contact-us-sec .second-part ul li img {
        width: 132px;
        height: 189px;
    }
}


/* Extra Small Device : 420px. */
@media only screen and (max-width: 420px) {}

/* Extra Small Device : 320px. */
@media only screen and (max-width: 320px) {}