body, .mail-field {
 font-family: arial;
}
h1, h2, h3, h4, h5, h6, .btn, label{
  font-family: 'Raleway', sans-serif;
}
.lg-heading{    
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
    line-height: 1.0em;display: inline-block;}
.md-heading {
    letter-spacing: 0.05em;
    line-height: 1.2em;
    margin: 5px 0;
    font-size: 14px;display: inline-block;
}
.xl-heading{
    letter-spacing: 0.05em;
    line-height: 1.0em;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: normal;
}
.paragraph {
    line-height: 1.5em;
    font-size: 12px;
    letter-spacing: 0.05em;
    margin: 10px 0;
}
.sign-up-form .common-content h2 {
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 25px;
}
.black-btn {
    color: #000;
    border: 1px solid #000;
}
.white-btn {
    color: #fff !important;
    border: 1px solid #fff;
}
.btn {
    text-transform: uppercase;
    font-size: 12px;
    padding-bottom: 10px;
    letter-spacing: 0.15em;
    padding-right: 20px;
    margin-top: 20px;
    padding-left: 20px;
    padding-top: 10px;
    background-color: transparent;
    transition: 0.5s;
    border-radius: 0;
    pointer-events: auto;
}

.btn:hover{
  background-color: rgba(201, 161, 219, 0.91);
  color:rgb(42, 42, 42);
}
.sign-up-form .common-content .white-btn {
    padding-bottom: 12px;
    letter-spacing: 0.1em;
    padding-right: 30px;
    margin-top: 15px;
    padding-left: 30px;
    padding-top: 12px;
    margin-bottom: 30px;
}
.container {
    width: 90%;
    max-width: 100%;
}
.inner-container {
    max-width: 1000px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
.custom-container{
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    pointer-events: none;
}
.diamond-sec .custom-container {
    top: 0;
    transform: none;
}
/*navigation css start*/
.overlay {
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right:0;
  background-image: url(../images/nav-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  overflow-x: hidden;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
}
.overlay::-webkit-scrollbar {
  width: 10px;
}
.menu-open{ visibility: visible;
  opacity: 1;}

.overlay-content {
    position: relative;
    top: 90px;
    max-width: 200px;
    text-align: center;
    margin-top: 30px;
    margin: 30px auto 0 auto;
}

.overlay-content a {
    font-size: 12px;
    color: #fff !important;
    padding-bottom: 20px;
    letter-spacing: 0.0em;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 20px;
    text-decoration: none;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
    }

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 0px;
    right: 13px;
    font-size: 40px;
    color: #000;
}
.rlt{position: relative;}
.inner-header span{color:#fff;}

/*haburger css start*/

.hamburger
{
  display: block;
  position: relative;
  top: 0px;
  left: 0px;
  
  z-index: 9;
  
  -webkit-user-select: none;
  user-select: none;
}

.hamburger a
{
  text-decoration: none;
  color: #232323;
  
  transition: color 0.3s ease;
}

.hamburger a:hover
{
  color: tomato;
}

.hamburger input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; 
  z-index: 2; 
  
  -webkit-touch-callout: none;
}


.hamburger span
{
  display: block;
  width: 30px;
  height: 3px;
  margin-bottom: 5px;
  position: relative;
  background: rgb(241, 241, 241, 0.5);
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
  opacity 0.55s ease;
}

.hamburger span:first-child
{
  transform-origin: 0% 0%;
}

.hamburger span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

.hamburger input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);

}

.hamburger input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

.hamburger input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}
/*haburger css end*/

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

/*navigation css end*/

/*header css start*/
.top-header{
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
  height: 90px;
  transition: 0.5s;
 /* background-color: rgb(165 165 165 / 10%);*/
}
/*.top-header.home{background-color: rgb(165 165 165 / 10%);}*/
.top-header.home{background-color: transparent;}
.header-sticky {
    position: fixed;
    top: 0;
    height: 83px;
    
}
.secret-pink.limited .pink-description p {
    text-align: center;
    letter-spacing: 0.4pt;
    padding-bottom: 10px;
}
.header-sticky .inner-header {
    padding: 6px 0;
}
.inner-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  transition: 0.3s;
}
.logo {z-index: 99;}
.logo img{width:100px;}
.banner{overflow: hidden;position: relative;}
.banner-inner {
    background-image: url(../images/home-banner.jpg);
    opacity: 0.79;
    filter: none;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    transition: transform 40s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.banner-inner:hover {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    overflow: hidden;
}
.banner-inner:before{
  background-color: rgb(194, 144, 162);
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.banner img{
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
    width: 330px;
    pointer-events: auto;
    height: auto;
    margin: 0 auto;
}

/*header css end*/

.common-bg-position{
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: none;
  position: relative;
}

.diamonds{background-image: url(../images/diamond.jpg);background-position: 48.375% 27%;height: 900px;}
.flavours{background-image: url(../images/flavour.jpg);background-position: 50.1569% 68.5757%;height: 600px;}
.traids{background-image: url(../images/traid.jpg);background-position: 49.25% 70%;height: 640px;}
.sign-up-form{background-image: url(../images/sign-up.jpg);background-position: 49.2894% 58.3012%;height: 490px;}
.diamonds, .traids{transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);}
.diamonds:hover, .traids:hover {transform: scale(1.1);}

.common-bg-position:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
}

.diamonds:before{background-color: rgb(0, 0, 0, 0.2);}
.flavours:before {background-color: rgb(194, 144, 162, 0.2);}
.traids:before{ background-color: rgb(194, 144, 162, 0.4); -webkit-filter: brightness(0.2);}
.sign-up-form:before{background-color: rgb(194, 144, 162, 0.4);-webkit-filter: brightness(0.6);}
.sign-up-form .common-content h2, .sign-up-form .common-content h3 {
    color: rgb(237, 237, 237);
}
.common-content{
    padding-bottom: 50px;
    max-width: 425px;
    padding-right: 50px;
    margin-top: 45px;
    margin-left: 0px;
    padding-top: 50px;
    margin-bottom: 45px;
    padding-left: 50px;display: inline-block;color:#fff;
    position: relative;}
    .collection-description.common-content{color:#000;}
    .sign-up-form .common-content {
    max-width: 800px;
}
.collection-img img {
    width: 100%;
}
.mail-field {
    display: block;
    margin-left: auto;
    font-size: 14px;
    color: rgba(27, 27, 27, 0.99);
    border: none;
    padding: 15px 10px;
    max-width: 350px;
    min-width: 220px;
    background-color: rgba(255, 255, 255, 0.89);
    line-height: 1em;
    letter-spacing: normal;
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    width: 100%;
    transition: 0.5s;
}
.mail-field::placeholder{color:rgba(27, 27, 27, 0.99);}
.mail-field:hover{
    background-color: rgb(198, 198, 198);
    color: rgb(228, 228, 228);
}
.collection-img {overflow: hidden;position: relative;}
.iconic-collection:hover .collection-img img{
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5); 
    transform: scale(1.1);
}
.collection-img img {
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.sec-outer{overflow: hidden;position: relative;}

.footer-bg{background-color: #000;width:100%;padding: 40px 15px;color: #fff;}
.footer-bg h3 {display: block;font-size: 9px;}
.footer-bg h2 {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 13px;
}

.carousel-item img{width:100%;object-fit: cover;}
.carousal-main {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.carousals-img {
    max-width: 500px;
    padding: 0 15px;
    width: 100%;
    min-height: 480px;
    height: 480px;
}
.carousal-description {
    padding: 0 15px;
}
.carousel-indicators{z-index: 1;}
.carousel-indicators li {
    width: 7px;
    height: 7px;
    background-color: #ccc;
    border-radius: 50%;
    cursor:pointer;
}
.carousel-indicators li.active{
  background-color: #000;
}
.sec-title h3{font-size: 36px;font-style: italic;margin:10px 0;font-weight: 300;}
.sec-title {
    width: 100%;text-align: center;margin-top:40px;}
    .pink-img img{width:100%;}
    .secret-pink .row{align-items: center;}
    .pink-description {
    max-width: 315px;
    width: 100%;
    margin: 0 auto;
}
.ring-left-m{
  margin-left: 50px;
}
.ring-right-m{
  margin-right: 50px;
}
.pink-img {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}
.ring-img {
    max-width: 220px;
    margin: 0 auto;
    transition: transform 40s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer;
}
.ring-img:hover {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
.ring-img img {
    width: 100%;
}
.blossom-ring .sec-title {
    margin-top: 90px;
}
.blossom-ring .pink-description p {
    margin-bottom: 20px;
}
.sec-title.middle .md-heading{font-size: 46px;}
.secret-pink.limited .pink-img {
    max-width: 450px;
}
.secret-pink.limited .sec-title {
    margin-bottom: 40px;
}
.limited-slide {
    position: relative;

}
.limited-slide img{    max-height: 700px;}
.limited-slide .carousal-description {
    position: absolute;
    top: 50%;
    left: auto;
    transform: translate(30%, -50%);
    right: 30%;
    text-align: center;
}
.white-btn:hover {
    color: #000 !important;
}
.limited-slide h3 {
    text-transform: uppercase;font-size: 24px;display: block;font-weight: 400;margin-bottom: 15px;
}
.vintage-slider .limited-slide .carousal-description {
    top: 70%;
    transform: translate(30%, -70%);
}
.vintage-sec {
    background-color: #f9f3f3;
    padding: 30px 0;
}
.limited-parent .carousel-control-next img{
    transform: rotate(180deg);
}

.vintage-sec .inner-title {
    text-align: center;
}
.inner-title .lg-heading {
    margin-bottom: 5px;
    font-size: 32px;
    margin-top: 15px;
}
.vintage-box {
    margin: 34px 0 17px 0;}
.vintage-box a{
    display: inline-block;
    background: #fff;
    transition: 0.5s;
    position: relative;
    margin-bottom: 10px;
}
.vintage-box img {
    width: 100%;
    object-fit: cover;
    height: 500px;
}
.vintage-box a:hover:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    position: absolute;
    text-decoration: none;
}
.vintage-box h3{font-size: 13px;}
.diamond-banner{
    background-image: url(../images/diamond-info.jpg);
    position: relative;
    background-size: cover;
    background-position: center center;
    padding:130px 0 50px 0;
    text-align: right;
}
.diamond-banner h1 {
    font-size: 30px;
    font-weight: 500;
}
.diamond-banner .btn {
    font-size: 15px;
    color: #000 !important;
    border-radius: 50px;
    border: 2px solid;
    line-height: 1.7em!important;
    padding: .3em 1em;
    letter-spacing: normal;
    font-weight: 500;
    text-transform: capitalize;
}
.diamond-product{padding:80px 0;}
.diamond-box {
    margin-bottom: 50px;
}
.diamond-box img {
    width: 100%;
    margin-bottom: 9px;
}
.diamond-box h2 {
    padding: .5em 0;
    margin: 0;
    font-size: 1em;
    font-weight: 500;
}

.product-outer .breadcrumb{background-color: transparent;padding: 0px;}
.product-outer .breadcrumb a, .product-outer .breadcrumb li{color:#777;font-size: 13px;}
.product-outer .breadcrumb a:hover{text-decoration: none;}
.diamond-discription h1 {
    font-size: 30px;
    color: #333;
    font-weight: 500;
    line-height: 1em;
    margin-bottom: 15px;
}
.review-form ul{padding: 0px;}
.review-form li {
    list-style: none;
    display: inline-block;
    margin-right: 3px;
}
.review-form textarea{
    padding: 12px;
    border-width: 0;
    color: #999;
    background-color: #eee;
    font-size: 18px;
    width: 100%;
}
.star {
    background-image: url(../images/star.png);
    background-size: 100%;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}
.active.star {
    background-image: url(../images/bg-star.png);
}
.product-outer .tab-content span {
    margin: 0px;
    color: #666;
    font-size: 14px;
    display: block;
}
.border-l{position: relative;}
.border-l:before {
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #e2e2e2;
    content: "";
    right: 25%;
    display: inline-block;
}
.product-outer .left-area {
    padding-right: 50px;
}
.product-outer .sidebar{padding-left:30px;}
.sidebar .input-group input {
    height: 40px!important;
    margin: 0;
    padding: .7em;
    border: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    line-height: normal!important;
}
.sidebar .input-group .btn.btn-primary {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #ddd;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    height: 40px!important;
    border: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    line-height: normal!important;
    letter-spacing: normal;
    text-transform: capitalize;
}
.widget-title {
    font-size: 16px;
    font-weight: 600;
}
.widget {
    margin-top: 30px;
}
.widget ul{padding: 0px;list-style: none;}
.widget ul li a{    color: #666;
    text-decoration: none;}
.widget ul li a:hover{
  color:#cecece
}
.diamond-related-products h2{
    padding-bottom: 16px;
    font-size: 26px;
    margin: 0px;
}
.tab-content .submit {
    float: right;
    background: #ce849b;
    font-size: 15px;
    padding: .3em 1em;
    border-radius: 3px;
    font-weight: 500;
    line-height: 1.7em;
    transition: all .2s;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-top: 20px;
    border: 1px solid #ce849b;
}

.diamond-discription .table td{
    border-top: none;
    border-bottom: 1px solid #dee2e6;
    padding: .857em .587em;
    font-size: 14px;
}
.diamond-discription .table tr:nth-child(odd) td {
    background-color: #f9f9f9;
}
.diamond-discription .table a {
    color: rgba(199,127,209,0.84);
}
.diamond-discription .table tr:last-child td {
    border: none;
}
.diamond-discription .table caption {
    border-bottom: 1px solid #dee2e6;
    padding-top: 0;
}
.diamond-discription .product_meta {
    color: #666;
    font-size: 14px;
}
.diamond-discription .product_meta .post a {
    color: #cecece;
}
.diamond-discription .product_meta .post a:hover {text-decoration: none;}
.product-outer {
    padding-top: 138px;
}
.product-outer .tabs {
    margin-bottom: 45px;
    border: 1px solid #d9d9d9;
}
.product-outer .tabs .nav {
    margin: 0;
    padding: 0;
    background: #f4f4f4;
    line-height: 26px;
    position: relative;
}
.product-outer .tabs .nav:before{
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #d3ced2;
    z-index: 1;
}

.product-outer .tabs .nav .active1 {
    background-color: #fff;
    z-index: 2;
}
.product-outer .tabs .nav .active1 a {
    color: #000;
}
.product-outer .tabs .nav li{border-right: 1px solid #d9d9d9;border-radius: 4px 4px 0 0;}
.product-outer .tabs .nav li a {
    padding: 4px 22px;
    color: #666;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
    line-height: 36px;
}
.product-outer .tab-content {
    margin: 0;
    padding: 30px;
}
.product-outer .tab-content h2{font-size:26px;}
.product-outer .tab-content .download-btn {
    border: 1px solid #c3c3c3;
    color: #595a5a;
    box-shadow: inset 0 1px 0 0 rgb(255 255 255 / 90%), 1px 1px 1px rgb(0 0 0 / 10%);
    text-shadow: 1px 1px 1px #fff;
    background: linear-gradient(to bottom,#f5f5f5 0,#e2e2e2 100%);
    margin: 0 5px 8px 0;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 700;
    line-height: 26px;
    display: inline-block;
    border-radius: 10px;
}
.product-outer .tab-content .download-btn:hover {text-decoration: none;}
  .product-outer .tab-content .review-title{
    margin-bottom:30px;padding-bottom: 10px;
  }
   .product-outer .tab-content .no-reviews {
    margin: 0px;
}
.journey-banner {
    background-image: url(../images/journey.jpg);
    position: relative;
    background-size: cover;
    background-position: 40.125% 67.8708%;
    height: 700px;
}
.journey-banner h1{
    position: absolute;
    right: 25%;
    bottom: 0;
    margin: 40px 0;
    font-size: 40px;
}
.argyle-pink-diamonds{
  background-image: url(../images/pink-diamonds.jpg);
  background-position: 21.3317% 27.907%;
}
.pink-diamond-container{max-width: 450px;color: #fff;padding-top: 50px;padding-bottom: 50px;
    position: relative;}
.argyle-pink-diamonds::before {
    background-color: rgba(0, 0, 0, 0.7);
}
.line-devider {
    display: inline-block;
    border-style: solid;
    border-bottom-width: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-color: rgb(255, 255, 255);
    width: 100%;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
}
.argyle-pink-diamonds .paragraph {
    line-height: 1.8em;margin-bottom: 20px;}
  .argyle-sec{
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: rgb(0, 0, 0);color: #fff;
  }
  .argyle-img{overflow: hidden;}
  .argyle-img img{width:100%;transition: transform 10s cubic-bezier(0.165, 0.84, 0.44, 1), opacity  0.5s cubic-bezier(0.165, 0.84, 0.44, 1);}
  .argyle-img img:hover{
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.1);
  }
  .argyle-title{text-align: center;    margin-bottom: 50px;}
  .argyle-title h2{margin-top:10px;}
.argyle-sec .inner-container {
    margin-bottom: 70px;
}
.full-argyle-img .argyle-description {
    max-width: 300px;
    margin: 15px auto 10px auto;
}
.full-argyle-img .argyle-description h2 {
    font-size: 22px;
    text-transform: uppercase;
}
.full-argyle-img{margin-top:20px;overflow: hidden;}
.underline-title h2 {
    font-size: 27px;text-transform: uppercase;margin-top:10px;
}
.underline-title{text-align: center;    margin-bottom: 30px;
    margin-top: 30px;display: inline-block;}
.our-stones-sec {
    padding-top: 15px;
    padding-bottom: 25px;text-align: center;
}
.our-stones-sec .line-devider{border-color: rgb(0, 0, 0);}
.stones h2{
  font-size: 12px;display: block;font-weight: bold;
}
.stones .line-devider {
    width: 60%;
}
.stones {
    margin-bottom: 100px;
}
.stones img{
    margin-bottom: 50px;
}
.stones span {
    font-size: 9px;
    letter-spacing: 0.6px;
}
.stones p{margin-bottom: 0px;}
.asset-class {
    background-color: rgb(241, 241, 241);
    padding: 50px 0;
}
.asset-class h2 {
    font-size: 24px;
    text-transform: uppercase;margin-top:10px; margin-bottom: 40px;
}
.asset-class {
    background-color: rgb(241, 241, 241);
    padding: 50px 0;
    text-align: center;
}
.asset-class p{font-size: 14px;margin-bottom: 20px;}
.asset-img img{width:100%;}
.asset-description h3{color: rgb(147, 147, 147);
    line-height: 1.4em;
    font-size: 11px;}
    .asset-img img {
    margin: 20px 0;
    width: 190px;
}
.asset-img {
    margin-top: 100px;margin-bottom: 20px;
}
.asset-left{padding-left: 50px;}
.asset-right{padding-right: 50px;}
.Authorised-partner {
    overflow: hidden;
}
.Authorised-partner img{
    width: 350px;
    margin: 0 auto;
    display: block;}
.Authorised-partner .btn{margin:0px;}
.pink-bottom {
    background-image: url(../images/pink-bottom-banner.jpg);
    background-position: 63.125% 50%, 63.125% 50%;
    -webkit-filter: brightness(0.9);text-align: center;
}
.pink-bottom:before {
    background-color: rgb(133, 72, 184, 0.2);
}
.secret-pink .col-md-4 {
    overflow: hidden;
}
.pink-bottom h2 {
    font-size: 30px;
    color: #fff;
    position: relative;font-weight: 500;
    padding: 235px 0;
}
.flavour-banner{
  background-image: url(../images/flavour-banner.jpg);
  background-position: 51.125% 48.2853%:background-size:cover;
}
.flavour-outer {
    overflow: hidden;
}
.clover-ring {
    text-align: center;
    margin: 50px 0;
}
.bold-heading h2 {
    font-size: 32px;
    color: rgb(237, 15, 71);
    font-weight: bold;
}
.bold-heading {
    text-align: center;
    padding-top: 20px;
}
.clover-ring h2 {
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
}
.clover-ring h3.md-heading {
    display: block;
    margin-bottom: 20px;
}
.flavour-outer img {
    width: 100%;
    transition: opacity 1s cubic-bezier(0.155, 0.505, 0.175, 1.000), transform 1s cubic-bezier(0.155, 0.505, 0.175, 1.000);
}
.flavour-outer img:hover {    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.1);}
    .stay-updated {
    background-color: #eae2e4;
    padding: 70px 0;
    text-align: center;
}
.contact-form.common-bg-position h3 {
    text-transform: uppercase;
}
.update-form h2 {
    font-size: 24px;
    margin-bottom: 0px;
}
.update-form p {
    font-size: 16px;
}
.update-form input {
    font-size: 14px;
    border-bottom: 1px solid rgb(188, 188, 188);
    max-width: 600px;
    padding: 15px 10px;
    min-width: 350px;
    border-right: none;
    border-left: none;
    border-top: none;
    background-color: transparent;
    color: #000;
    margin-bottom: 30px;
}
.update-form input::placeholder {color:#ccc;}
.update-form input:active, .update-form input:focus{background-color: #fff;}
.flavours-month {
    padding-bottom: 50px;
}
.clover-ring p {
    margin: 2px 0;
}
.compaigns-main {
    background-color: #000;
}
.compaigns-title h2{
font-size: 52px;color: #fff;
}
.compaigns-p {
    position: relative;
}
.compaigns-title {
    position: absolute;
    bottom: 90px;
}
.compaigns-img-width {
    text-align: center;
    width:auto;
    padding-bottom: 15px;
}
.compaigns-img img{width:100%;height: 100%;}
.compaigns-img {
    padding: 15px 0;
    height: 500px;
}
.traid-banner{background-image: url(../images/traid-banner.jpg);background-position: 49.6833% 67.3362%;-webkit-filter: brightness(0.6);}.traid-banner {
    background-image: url(../images/traid-banner.jpg);
    background-position: 49.6833% 67.3362%;
    -webkit-filter: brightness(0.6);
    height: 480px;
    background-repeat: no-repeat;
    background-size: cover;
}
.trade-container{margin-top: 30px;margin-bottom: 30px;max-width: 600px;text-align: center;}
.trade-container h2{
  font-size: 22px;
}
.trade-container p{
    font-size: 12px;margin-top:15px;}
  .trade-fairs {
    padding-top: 100px;
}
.trade-container h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    padding-top: 150px;
}
.traid-gallery {
    overflow: hidden;
    position: relative;
}
.traid-gallery a {
    display: block;
    background-color: rgb(194, 144, 162);
}
.traid-gallery img{opacity: 0.8;position:relative;-webkit-filter: brightness(0.6);width: 100%;height: 400px;object-fit: cover;transition: transform 40s cubic-bezier(0.165, 0.84, 0.44, 1), opacity  0.5s cubic-bezier(0.165, 0.84, 0.44, 1);}
.traid-gallery img:hover{
      -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
.traid-gallery .col-md-3{padding:0px;overflow: hidden;}
.about-banner{margin-bottom: 40px;position:relative;background-image: url(../images/about-banner.jpg);background-size: cover;background-position: 13.125% 82%;height: 300px;opacity: 0.85;}
.about-banner h1 {
    font-size: 36px;
    text-transform: uppercase;
    position: absolute;
    bottom: 40px;
    left: 40px;
}
.founder-img img {
    width: 100%;
}
.founder-img {
    padding-bottom: 50px;
}
.founder-description {
    padding-bottom: 50px;
}
.founder-description h2 {
    font-size: 22px;
    display: block;
}
.founder-description h3 {
    font-size: 14px;
    margin: 15px 0;
}
.founder-description span {
    font-size: 14px;
}
.founder-description p{
  margin-top: 20px;
  margin-bottom: 40px;
}
.founder-description .line-devider {
    border-color: #000;
    width: 10%;
    display: block;
}
.founders {
    padding-bottom: 100px;
}
.contact-description {
    color: #fff;    margin-top: 80px;
}
.contact-description span {
    display: block;
}
.contact-description h2 {
    font-size: 24px;
    padding-bottom: 30px;
}
.contact-description p {
    margin-bottom: 20px;
}
.contact-img {
    background-color: rgb(0, 0, 0);
}
.contact-img img {
    width: 100%;
    opacity: 0.7;
}
.contact .update-form {
    color: #fff;
    text-align: center;
    padding: 100px 0;
}
.contact .update-form p {
    color: rgba(254, 252, 252, 0.611765);
}
.contact-form{
  background-image: url(../images/contact-form-banner.jpg);text-align: center;    background-position: 40.2644% 82.4584%;
}
.contact-form:before {
    background-color: rgba(133, 72, 184, 0.4);
}
.contact-form .inner-container{position: relative;max-width: 500px;color: #fff;padding-top: 100px;
    padding-bottom: 100px;}
.contact-form h3{
      font-size: 12px;    margin-bottom: 20px;
}
.contact-form input, .contact-form textarea{display: block;margin: 0 auto;width:100%;padding: 10px 15px 15px 10px;margin: 5px 0;color: rgb(106, 106, 106);line-height: 1em;    font-size: 14px;}
.compaigns-main.contact {
    padding-top: 20px;
}
.login-banner{
  background-image: url(../images/login-banner.jpg);background-position: center center;
  background-size: cover;    text-align: center;
  padding: 80px 0;
}
.login-banner h1 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;    margin-bottom: 5px;    margin-top: 90px;
}
.login-banner .btn {
    border-radius: 50px;border-width: 2px;font-weight: 500;
}
.login-form .inner-container{max-width: 450px;}
.login-form .login-btn, .reset-btn{background-color: #3ba1da;}
.login-form .login-btn:hover{background-color:#b574e0}
.login-form .register-btn{background: #eeeeee;color: #666666 !important;}
.login-form .register-btn:hover{background-color: #e5e5e5;}
.login-form label {
    color: #555555;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 22px;
}
.login-form input {
    border: 2px solid #ddd !important;
    color: #666666;
    font-size: 15px;
    line-height: 22px;
    height: 40px;
    border-radius: 2px;
    padding: 0 12px;
}
.login-form .form-check input {
    height: auto;
}
.form-check{
  padding-top: 15px;
}
.form-check label {
    margin: 0px 0px 0px 10px;
    line-height: 24px;
    color: #888 !important;
    display: block;
}
.form-btns .btn {
    margin-top: 10px;
    width: 48%;
    line-height: 1em;
    padding: 16px 20px;
    font-weight: normal;
    transition: 0.25s;
    border-radius: 4px;
    text-transform: capitalize;
    letter-spacing: normal;
    font-size: 14px;
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    border: none;
    position: relative;
}
.form-btns {
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
}
.reset-pswrd h3 {
    color: #777;
    font-weight: 500;
    line-height: 1.5em;
    font-size: 16px;
}
label#email-error {
    color: red;
}
.forget-password {
    line-height: 22px;
    color: #888 !important;
    display: block;
    text-align: center;
    padding-top: 20px;
}
.login-form {
    padding: 100px 0;
}
.social-icons {
    padding: 0;
    list-style: none;
    margin: 0px;
}
.social-icons .social-icon {
    display: inline-block;margin-left: 20px;
}
.social-icons .social-icon img:hover {
    opacity: 1;
}
.social-icons .social-icon img {
    width: 24px;
    height: 24px;
    transition: all .4s ease-in-out;
    opacity: 0.8;
}
.login-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.log-footer {
    padding: 15px 0;
   
}
.log-footer h3{color: #666;font-size: 10px;line-height: 20px;}
.reset-password .login-banner{
  background-image: url(../images/password-reset.jpg);
}
.reset-pswrd .inner-container{max-width: 450px;}
.reset-pswrd .form-btns {
    justify-content: center;
    padding-top: 30px;
}
.reset-pswrd.form-btns .btn {
    min-width: 250px;}
.reset-pswrd input {
   margin-top: 15px;
}
.reset-pswrd input::placeholder {color:#ced4da;}
.reset-pswrd {
    padding: 100px 0;
}
 input:focus {
    border-color: #666 !important;
    box-shadow: 0 0 0 0.1rem rgb(102 102 102) !important;
}
.registration .login-banner{background-image: url(../images/registration-banner.jpg);} 
.return-home{background-color: #3ba1da;color: #fff;}
.report-btn{    background: #eeeeee;
    color: #666666 !important;}
.report-btn:hover{background-color: #e5e5e5;}
.error-page {
    background-image: url(../images/nav-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.inner-bg {
    background: #fff;
    padding: 100px;
    text-align: center;
}
.inner-bg h1 {
    font-weight: 800;
    font-size: 100px;
}
.circle-img {
    max-width: 150px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.circle-img img {
    width: 100%;
}

.internal-error .inner-bg {
    text-align: left;
}
.internal-error .inner-bg h1 {
    font-size: 40px;margin-bottom: 40px;}
.internal-error .inner-bg p {
    font-size: 18px;
    font-weight: 500;
}
.session-error .form-btns{justify-content: center;}
.sign-up-form .custom-container, .flavours .custom-container{
    pointer-events: auto;
}
.bottom-images {padding: 0px;display: flex;}
.bottom-images li {
    display: inline-block;
    list-style: none;
    margin-bottom: 10px;
}
.bottom-images li img{width: 100%;}
.update-account .login-btn {
    width: auto;
}

.update-account .admin-form {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #555;
}
.update-account .admin-form img {
    width: 26px;
    height: 26px;
    margin-right: 10px;
}
.update-account {
    padding: 100px 0;
}
.update-account .login-form {
    padding: 0;
}
.account-logo img {
    width: 120px;
    border-radius: 50%;
    height: 120px;
}
.account-logo {
    text-align: center;
    margin-bottom: 20px;
}
.glajz-link a {
    font-weight: bold;
    color: #555;
    text-decoration: none !important;
    font-size: 18px;
    line-height: 1.4em;
}
.glajz-link a:hover{
  color: #a15fe2;
}
.glajz-link {
    padding-top: 12px;
}

.view-profile a {
    font-size: 13px;
    font-weight: normal;
    text-decoration: none !important;
    line-height: 1.4em;
    color: #3ba1da;
}
.view-profile a:hover {color: #a15fe2;}
.account-outer .nav.nav-pills li {
    margin-bottom: 1px !important;
    background: #eee;
    display: block;
    width: 100%;
}
.account-outer .nav .ac-title {
    padding-left: 20px;
    float: left;
    height: 30px;
    line-height: 30px;
    color: #555;
}

.account-outer .nav li a {
    display: block;
    padding: 4px 0px;
    font-size: 14px;
    height: 37px;
    line-height: normal;
    color: #999;
    position: relative;
    width: 100%;
    cursor: pointer;
}
.account-outer .account-icon {
    background-size: 100%;
    background-repeat: no-repeat;
    width: 18px;
    height: 30px;
    display: inline-block;
    background-position: 0px 6px;
}
.account-outer .nav li a:before {
    content: '';
    position: absolute;
    background-image: url(../images/next.png);
    width: 16px;
    height: 16px;
    background-size: 100%;
    top: 11px;
    right: 10px;
    opacity: 0.4;
}
.account-outer .nav .active:before {
    opacity: 0.8 !important;
}
.account-form {
    padding-left: 50px;
}
.account-outer .active .ac-title{font-weight: 600;}
.account-outer .acc{background-image: url(../images/account1.png);}
.account-outer .active .acc{background-image: url(../images/account.png);}
.account-outer .ch-paswrd{background-image: url(../images/password1.png);}
.account-outer .active .ch-paswrd{background-image: url(../images/password.png);}
.account-outer .privacy{background-image: url(../images/privacy1.png);}
.account-outer .active .privacy{background-image: url(../images/privacy.png);}
.account-outer .del-acc{background-image: url(../images/del1.png);}
.account-outer .active .del-acc{background-image: url(../images/del.png);}
.account-outer .icon-outer {
    border-right: 1px solid #ccc;
    float: left;
    width: 50px;
    height: 30px;
    text-align: center;
}
.change-password-sec .form-check {
    padding-top: 15px;
    width: 45%;
}
.radio-label{display: block;}
.dlt-acc-paragraph{
  margin: 20px 0;
  padding: 0;
}
.tooltip-btn {
    background-color: #cccccc;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    position: relative;
    color: #fff;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    margin-left: 8px;
}
.tooltip-btn:hover {background-color:#a15fe2;color:#fff;text-decoration: none;}
.dia-img-hover{
    transition: 0.5s;
    position: relative;
}
.dia-img-hover:before{opacity: 0;}

.dia-img-hover:hover:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    right: 0;
    left: 0;
    z-index: 9;
    border: 1px solid #e5e5e5;
    background: rgba(255,255,255,.5);
    opacity: 1;
}
.argyle-pink-diamonds .inner-container.pink-diamond-container h2 {
    text-transform: uppercase;
}
.product-outer .carousel-inner{margin-bottom: 10px;border: 1px solid #ccc;    height: 425px;}
.product-outer .diamond-box-1 {
    margin-bottom: 0px;
}

.product-outer .carousel-indicators {
    position: static;
}
.product-outer .carousel-indicators img {
    width: 100%;
    object-fit: scale-down;
}
.product-outer .carousel-indicators{margin-bottom: 30px !important;margin-right: 0px;
    margin-left: 0;}
.product-outer .carousel-indicators a {
    width: 100%;
    border: 1px solid #ccc;margin: 1px;
}


@media (max-width:1400px){
.vintage-box img {
    height: 350px;
}
}

@media (max-width:991px){
  .compaigns-img {
      height: 400px;
  }
  .border-l:before{display: none;}
  .product-outer .left-area {
    padding-right: 0px;
}
.product-outer .sidebar {
    padding-left: 0px;
}
.sidebar .form-outline {
    width: 100%;
}
.product-outer {
    padding-bottom: 40px;
}
}

@media (max-width:767px){
  .product-outer {
    padding-top: 40px;
}
.top-header{padding:20px 0;}
.account-form {
    padding-left: 0;
    padding-top: 30px;
}
.update-account {
    padding: 40px 0;
}
.product-outer .tabs .nav li {
    border-top: 1px solid #d9d9d9;border-right:none;}
    .product-outer .tabs .nav li:first-child {border:none;}
  .product-outer .tabs .nav li {
    width: 100%;
}
.product-outer .tabs {
    margin-top: 30px;
}
  .inner-bg {
    padding: 15px;}
  .reset-pswrd.form-btns .btn {
    min-width: 100%;}
  .common-content{padding-left:0px;padding-right:0px;}
  .lg-heading {
    font-size: 24px;}
    .banner img {
    width: 90%;}
    section.iconic-collection {
    padding-top: 50px;
}
.ring-left-m{
  margin-left: 0px;
}
.ring-right-m{
   margin-right: 0px;
}
.carousal-main {
    margin-bottom: 100px;
}
.carousals-img {
    padding: 0px;
    min-height: auto;
    height: auto;
    width:100%;
}
.carousal-description{padding:0px;width:100%;text-align: center;}
.xl-heading {
    font-size: 16px;
    
}
.carousel-indicators {
    bottom: 0px;}
    .sec-title h3 {
    font-size: 22px;}
    .ring-img {
    max-width: 120px;}
    .pink-img {
    max-width: 220px;}
/*.top-header {
    position: fixed;
    top: 0;
    height: auto;
}*/
/*body {
    padding-top: 70px;
}*/
.header-sticky .inner-header {
    padding: 0px;
}
.inner-header {
    padding: 0;}
    .limited-slide .carousal-description {
    position: static;
    transform: none;margin-bottom:50px;
}
.limited-slide img {
    margin-bottom: 30px;
}
.limited-slide h3 {
    font-size: 20px;}
    .secret-pink.limited .sec-title {
    margin-bottom: 50px;
    margin-top: 50px;
}
.secret-pink.limited .pink-img {
    padding: 20px 0;
}
.sec-title.middle .md-heading {
    font-size: 27px;
}
.vintage-box img {
    height: auto;
}
.vintage-box {
    margin: 20px 0 15px 0;
}
.vintage-slider .limited-slide .carousal-description {
    transform: none;
}
.asset-left{padding-left: 0px;}
.asset-right{padding-right: 0px;}
.journey-banner h1 {
    right: 5%;
    font-size: 22px;
    text-align: center;
}
.argyle-description {
    padding: 50px;
}
.full-argyle-img .argyle-description {
    padding: 0px 15px;
    margin-top: 30px;
}
.full-argyle-img .argyle-description h2 {
    font-size: 16px;}
    .underline-title h2 {
    font-size: 20px;
    text-align: left;
}
.underline-title {
    padding: 0 15px;
}
.asset-class h2 {
    padding: 0 15px;font-size: 18px;
}
.asset-img {
    margin-top: 0;}
    .Authorised-partner {
    overflow: hidden;
    padding: 50px 15px;
}
.Authorised-partner img {
    width: 100%;}
    .Authorised-partner .btn {
    margin-top: 50px;
}
.pink-bottom h2 {
    font-size: 22px;}
    .update-form input {
    min-width: 270px;}
    .bold-heading h2 {
    font-size: 22px;}
    .update-form h2 {
    font-size: 18px;}
    .update-form p {
    font-size: 12px;
}
.compaigns-title {
    position: static;    
    padding: 10px 0;
}
.compaigns-main{
    padding-top: 100px;
}
.compaigns-img-width img {
    width: 100%;
    padding-top: 15px;
}
.compaigns-title h2 {
    font-size: 36px;}
    .direction-change-m{
      flex-direction: column-reverse;
    }
    .founders {
    padding-bottom: 0px;
}
  .contact-description h2 {
    font-size: 16px;
    padding-bottom: 15px;
}
    .contact-description {
    padding: 0 50px;
    margin-bottom: 110px;
}
.contact-form .inner-container {
    padding-top: 60px;
    padding-bottom: 60px;
}
/*.top-header.home.header-sticky {
    background: #000;
}*/
}

@media (max-width:480px){
.login-footer {
    justify-content: center;flex-direction: column-reverse;
}
.social-icons {
    margin-bottom: 10px;
    width:100%;
}
.log-footer h3{width:100%;}
}






