/* @import url('https://fonts.googleapis.com/css2?family=Dancing+Script&family=Satisfy&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@1,400&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200&display=swap');
body{
    padding: 0;
    margin: 0;
    /*border: 3px solid rgb(0 98 211);*/
}
a, a:focus {
    border: none !important;
    outline-offset: 0px !important;
    outline: none !important;
}
a {
    text-decoration: none !important;
    color: #353535 !important;
}
button:focus {
    outline: none !important;
}
p {
    font-size: 18px;
    line-height: 1.7em;
}
.font{
    font-family: 'Roboto', sans-serif;
    /* font-family: 'Satisfy', cursive; */
}
.font1{
   /* font-family: 'Josefin Sans', sans-serif; */
   font-family: 'Nunito', sans-serif;
   font-size: 18px;
}
.navbar-toggler {
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 9px 14px;
    margin-left: 43%;
    color: #222;
    border: 2px solid #ca4e00e0;
}
.navbar-toggle .icon-bar {
    background-color: #000;
}
.navbar {
   /* background-color: #9b0303;*/
    background-color: #fff;
   /* padding: 20px;*/
   padding: 5px;
}
.navbar-light .navbar-nav .nav-link {
    color: #fb0641 !important;
    /*color: #fff1fc !important;*/
    font-size: 18px !important;
    margin-right: 20px;
    font-family: 'Roboto', sans-serif;
}
.navbar-light .navbar-nav .active>.nav-link {
    color:#202019 !important;
    font-size: 18px !important;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #202019 !important;
    font-size: 18px !important;
}
.navbar-nav li:hover {
    border-bottom: 3px solid rgb(216, 92, 92);
    transition:300ms;
  }

.navbar-nav li.active {
    border-bottom: 3px solid #c64f4f;
}
.gender{
    width: 100px;
    height: 100px;
}
/*.topimg {
    background: url(../images/0.jpg)repeat;
    background-position: top;
    margin: 0 !important;
    height: 20px;
}
.marqback{
    background-color:  rgb(0 98 211);
    color: #d8ff00;;
    padding: 10px;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
}
.marqback span{
    margin-left: 30px;
    margin-right: 30px;
}*/
/* .topimg1 {
    background: url(../images/para3.jpg);
    background-position: center;
    background-size: cover;
} */
/*.topimg2 {
    background: url(../images/back.png);
    background-position: center;
    background-size: cover;
    height: auto;
   
}
.topimg3 {
    background: url(../images/topbar.png);
    background-position: center;
    background-size: cover;
    height: auto;
    background-color: #ffa5002e;
}*/
/* .topimg4 {
    background: url(../images/gif1.gif);
    background-position: center;
    background-size: cover;
} */
/* .bckimg2 {
    background: url(../images/0.jpg);
    background-position: center;
    background-size: cover;
    height: 500px;
} */
.top{
    padding: 30px;
}
.logo {
    width: 230px !important;
    height: 50px;
}
.logoflex{
    display: flex;
    justify-content: space-between;
    margin-right: 20px;
    color: goldenrod;
    font-style: italic;
}
.bttnshape{
    /*border: 2px solid #ffed00;*/
    border-radius: 30px;
    padding-right: 11px;
    padding-left: 11px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px !important;
    background-color: #ffffff;
}
.bttnshape i{
    padding-right: 5px;
}
.btnflex {
    flex-direction: column;
    padding: 0px;
    margin-bottom: 50px;
   /* border: 2px solid #04ff04;
    border-radius: 40px;
    background: linear-gradient(to bottom, #0062d3 0%, #ece500a6 90%);*/
}
.probtn{
    background-color: red;
    border-radius: 5px;
    color: white;
    border-color: transparent;
}
.pro1{
     background: url(../images/special/shorts.jpg)no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50px;
    border: 2px solid #2c4073;
}
.pro2{
     background: url(../images/special/rocket.jpg)no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50px;
    border: 2px solid #2c4073;
}
.pro3{
     background: url(../images/special/sparkle.jpg)no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50px;
    border: 2px solid #2c4073;
}
.pro4{
     background: url(../images/special/chakkar.jpg)no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50px;
    border: 2px solid #2c4073;
}
.pro5{
     background: url(../images/special/fancy.jpg)no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50px;
    border: 2px solid #2c4073;
}
.pro6 {
   /* border-radius: 50px;
    border: 2px solid #2c4073;*/
    background: url(../images/special/garland.jpg)no-repeat;
    background-position: center;
    background-size: cover;
}
 .clr{
    color: rgb(172, 160, 0) !important;
} 
.clr1{
    color: #fff !important;
}
 .clr2{
    color: #0062b7 !important;
}
 .clr3{
    color: purple;
} 
.clr4{
    color: red !important;
}
.lh{
    line-height: 32px;
}
.img1{
    /*width: 200px;*/
    height: 180px;
}
.img2{
    width: 240px !important;
    height: 180px !important;
}
.bttnshape1{
    /*border: 2px solid #6ff034;*/
    border-radius: 30px;
    background-color: #e21f41;
    color: #fff;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    top: 20px;
    z-index: 999;
}
.bttnshape2{
    border: 2px solid #e21f41;
    border-radius: 50px;
}
.bttnshape3 {
    /*border: 2px solid #b78406;*/
    border-radius: 30px;
    /*background-color: #3200a8;*/
    background-color: #e21f41;
    color: #fff;
    padding-right: 30px;
    padding-left: 35px;
    padding-top: 10px;
    padding-bottom: 12px;
}
.bckclr{
    background-color: #daf2fc21;
}
.bckclr1{
    background-color: #e2f1ff;
}
.bckclr2{
   background-color: rgba(255, 249, 237, 0.1);
}
.bckclr3{
    background-color: rgb(242, 255, 242);
}
.bckclr4{
    background-color: #fff1fc;
}
.bckclr5{
    background-color: rgb(252, 244, 244);
}
.fntweight {
    font-weight: bold;
}
.pad{
    padding: 38px !important;
}
.fixed{
    position:fixed;
    z-index:9999;
}
.priceicn{
    width:35px;
    left:10px;
}
/*.point{
    bottom: 70px;
    left:10px;
}*/
.point1{
    bottom: 150px;
    right:6px;
}
.point2{
    bottom: 110px; 
    right: 5px;
}
.point3{
    bottom: 65px;
     right: 5px;
    }
.point4{
    bottom: 20px;
     right: 5px;
    }
    .arr{
        width: 25px;
        height: 25px;
        margin-right: 8px;
    }
/*scroll to top*/
#button {
  display: inline-block;
  /*background-color: black;*/
  width: 40px;
  height: 50px;
  text-align: center;
  border-radius: 30px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  transition: background-color .3s, 
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #1e1e1e;
}
#button:hover {
  cursor: pointer;
  /*background-color: #333;*/
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/*about*/
.aboutbck{
    background-color: rgba(248, 197, 192, 0.06);
    /*background-color: rgb(248, 238, 192);*/
    border-radius: 15px;
    font-size: 30px;
}
.abouticon{
    /*background-color: wheat;
    border: 2px dotted gray;*/
    border-radius: 50px;
}
.conticn{
    background-color: wheat;
    border: 2px dotted gray;
    border-radius: 50px;
    font-size: 30px;
    padding: 10px;
}

/*count*/
.timee{
    display: flex;
    justify-content: center;
}
.box-wrapper{
   margin-right: 40px;
    font-size: 50px;
    color: red;
    margin-top: 50px;
    margin-bottom: 50px;
    font-weight: bold;
}

@media (min-width:300px) and (max-width: 767px) {
    .box-wrapper {
    margin-right: 20px;
    font-size: 20px;
    }
    .aboutbck{
        font-size: 28px;
    }
   .hid{
    display: none;
   }
   .pad{
    padding: 30px;
   }
   .probtn{
    border-radius: 25px;
   }
   .t1{
    text-align: center;
   }
   .img1{
    width: 200px;
    height: 200px;
    }
    .size{
        font-size: 18px;
    }
    .lh{
        line-height: 35px;
    }
    .mar{
        margin-top: 80px !important;
    }
    .bttnshape{
        width: 100%;
    }
    .bttnshape3{
        margin-bottom: 50px;
    }
    .btnnshape{
        padding-left: 100px !important;
        padding-right: 85px !important;
    }
   .ml-5{
    margin-left: 0px !important;
    }
    .p-5 {
        padding: 10px !important;
    }
    .pb-5 {
        padding-bottom: 5px !important;
    }
    .px-5 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .pt-5 {
        padding-top: 30px !important;
    }
    .mt-5 {
        margin-top: 10px !important;
    }
     .navbar-nav li a {
        text-align: center;
    }
    .navbar-light .navbar-toggler {
        color: rgb(255, 255, 255) !important;
        border: 3px dashed rgb(49 6 86) !important;
        background-color: rgb(239 138 2) !important;
        border-radius: 25px;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 10px 30px !important;
        margin-top: 10px;
    }
    .navbar-toggler {
        padding: 10px 15px !important;
        display: ruby-base-container;
        margin-left: 15% !important;
    }
    .navbar{
        padding: 0;
    } 
}

@media(min-width:768px) and (max-width:1350px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 15px 15px !important;
        font-size: 14px;
    }
    .navbar-light .navbar-nav .active>.nav-link {
        font-size: 14px;
        padding: 15px 15px !important;
    }
    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        font-size: 14px;
    }
    .bttnshape{
     padding-top: 5px;
    padding-bottom: 4px;
    font-size: 10px;
    }
    .pad {
    padding: 15px;
    }
    .box-wrapper {
    font-size: 40px;
    }
    .aboutbck {
    font-size: 15px;
    }
    .mt-4 {
        margin-top: 10px !important;
    }
    .mt-5 {
        margin-top: 10px !important;
    }
    .px-5 {
        padding-right: 35px !important;
        padding-left: 45px !important;
    }
    .t1 {
        text-align: center;
    }
    .pb-5 {
        padding-bottom: 10px !important;
    }
        .btnnshape{
        padding-left: 11px !important;
        padding-right: 11px !important;
    }
}