body {
  margin: 0;
  font-family: "Mulish", Helvetica, sans-serif;
}
html {
  scroll-behavior: smooth;
}
header {
  display: none;
}
p {
  font: 400 18px/30px "Mulish", Helvetica, sans-serif;
  margin: 0 0 20px 0;
  color: #191919;
}
/* Header start*/
.align-center {
  align-items: center;
}
.margin-custom-text {
  margin: 50px 0 0 0;
}
/* menu*/
.video-bg {
  /*background-image: url(../images/video-bg.jpg);*/
  background: #fff;
  background-size: cover;
  height: 100vh;
  width: auto;
}
.video-body #header .login-button .login-menu-button.bg-white-custom {
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
}
.video-body .login-button {
  position: relative;
  padding: 0 130px 0 0;
}
.logo {
  padding: 15px 0;
  z-index: 1;
}
.video-body .logo {
  z-index: 1;
  padding: 0;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 312px;
  bottom: 0;
  display: grid;
}
#header .header-flex .logo a img {
  max-width: 250px;
}
.animation-01 {
  /*animation: animationrotatey 5s linear infinite;*/
  transition: all 2s;
  transform: scale(1.2);
  margin: 0 0 50px 0;
}
.animation-02 {
  transition: all 2s;
  transform: scale(1.2);
  margin: 50px 0 0 0;
}
/*@keyframes animationrotatey {
 0%{
    transform: scale(0.5);
   }
	50%{
    transform: scale(1);
   }
   100%{
    transform: scale(0.5);
   }
}*/
.ena01,
.ena02 {
  transform: scale(1);
  margin: 0;
}
.logo img,
.footer-left img {
  display: block;
  max-width: 250px;
}
.only-video-page-button-mobile {
  display: none;
}
.hamburger-menu {
  display: inline-block;
  height: 100px;
  padding: 35px 25px;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  position: relative;
}
.hamburger-menu .menu-item {
  background: #111;
  display: block;
  height: 3px;
  margin: 0 0 10px;
  transition: all 0.3s ease-in-out;
  width: 40px;
}
.hamburger-menu.open .menu-item {
  background: #fff;
}
.mobile-header-nav {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  list-style: none;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100vh;
  padding: 0;
}
.menu-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.mobile-header-nav li a,
.header-menu .dropbtn {
  color: white;
  display: block;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font: 400 40px/55px "Oswald", sans-serif;
  text-transform: uppercase;
  background: none;
  border: none;
  width: 100%;
  cursor: pointer;
  outline: none;
}
.hamburger-menu.open .menu-item:first-child {
  transform: rotate(45deg);
  transform-origin: 4px;
}
.hamburger-menu.open .menu-item:nth-child(2) {
  opacity: 0;
}
.hamburger-menu.open .menu-item:nth-child(3) {
  transform: rotate(-45deg);
  transform-origin: 0px;
}
#header {
  position: static;
  left: 0;
  top: 0;
  right: 0;
  z-index: 2;
  background: none;
}
.video-body #header {
  position: fixed;
}

#header ul li {
  margin: 0 0 40px 0;
  text-align: center;
}
#header ul li a {
  font: 400 45px/50px "Oswald", Helvetica, sans-serif;
  padding: 0;
  color: #fff;
  border-bottom: 0;
  transition: all 0.4s;
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0;
}
#header ul li a:hover,
#header ul li.active a {
  color: #2d9cc9;
}
.screen-480 {
  display: none !important;
}
#header .login-button .login-menu-button,
.only-video-page-button a {
  font: 400 18px/20px "Mulish", Helvetica, sans-serif;
  color: #fff;
  padding: 8px 30px 10px;
  background: #2d9cc9;
  border: none;
  transition: all 0.5s;
  margin: 0 0 0 15px;
  border-radius: 50px;
  text-decoration: none;
  cursor: pointer;
}
#header .login-button .login-menu-button.bg-white-custom {
  background: #fff;
  color: #111;
}
#header .login-button .login-menu-button:hover,
.only-video-page-button a:hover {
  background: #111;
  color: #fff;
}
.input-form #username {
  background-image: url(../images/user.png) !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  padding: 8px 30px 8px 20px;
  margin: 0 0 0px 0;
}
.input-form input {
  background: none !important;
  box-shadow: none !important;
  outline: none;
  color: #fff !important;
  opacity: 1;
  border-radius: 0;
  padding: 11px;
  border: none;
  border-bottom: 1px solid #fff !important;
  font-size: 13px;
}
.input-form input::placeholder {
  color: #fff;
}
.input-group-addon {
  position: relative;
}
.input-form #password {
  background-image: url(../images/password.png) !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  padding: 8px 40px 8px 20px;
  margin: 8px 0 0 0;
}
.login-ul-custom form {
  position: absolute;
  right: 0;
  top: 30px;
  color: #000;
  border-radius: 15px;
  z-index: 1;
  background: #2d9cc9;
  padding: 22px;
  width: 310px;
}
.login-btn .login-ul-custom {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  background: #ccc;
  transform-origin: top;
  transform: perspective(1000px) rotateX(-90deg);
  transition: 0.5s;
}
.login-btn .login-ul-custom.active {
  transform: perspective(1000px) rotateX(0deg);
}
.input-group-addon a {
  position: absolute;
  right: 10px;
  left: auto;
  display: inline-block;
  /* z-index: 1; */
  top: 0;
  bottom: 0;
  height: 16px;
  margin: auto;
}
.input-group-addon a i {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
}
.slider-form .form-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 13px 0 16px;
}
.round {
  position: relative;
  padding: 0 0 0 20px;
}
.round input[type="checkbox"] {
  visibility: hidden;
}
.round label::after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 5px;
  left: 2px;
  opacity: 0;
  position: absolute;
  top: 4px;
  transform: rotate(-45deg);
  width: 9px;
}
.round input[type="checkbox"]:checked + label::after {
  opacity: 1;
}
.round input[type="checkbox"]:checked + label {
  background: none;
  border-color: #fff;
}
.round label {
  background-color: none;
  border: 2px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  width: 18px;
  margin: auto;
}
.slider-form .form-group a,
.slider-form .form-group span {
  font: 500 14px/20px "Mulish", Helvetica, sans-serif;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s;
}
.slider-form .form-group a:hover {
  color: #111;
}
.slider-form .login100-form-btn {
  font: 600 16px/24px "Mulish", Helvetica, sans-serif;
  text-decoration: none;
  border-radius: 0;
  padding: 7px;
  border: none;
  display: block;
  width: 100%;
  cursor: pointer;
  transition: all 0.5s;
  color: #000;
  background: #fff;
  text-transform: uppercase;
  border-radius: 10px;
}
.slider-form .login100-form-btn:hover {
  color: #fff;
  background: #111;
}
.form-register {
  text-align: center;
}
.login-ul-custom form::after {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 38px;
  content: "";
  background-color: #2d9cc9;
  left: auto;
  top: -7px;
  transform: rotate(-45deg);
}
.form-register p {
  font: 500 16px/24px "Mulish", Helvetica, sans-serif;
  margin: 15px 0 0 0;
  color: #fff;
  width: 100%;
}
.form-register p a {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  margin: 0 0 0 10px;
}
.form-register p a:hover {
  color: #111;
}
.slider-form .form-group span {
  margin: -4px 0 0 26px;
  display: block;
  left: 0;
  position: relative;
  right: 0;
  width: 140px;
}
.video-body .header-flex {
  justify-content: end;
}
.header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.video-body .header-flex {
  padding: 40px 0;
}
#header .navbar {
  padding: 20px 0;
  justify-content: space-between;
}
.extra-page-body .header-with-slider {
  background: #fff;
}
#header.fixed-head {
  background: #fff;
  box-shadow: rgb(0 0 0 / 20%) 0px 0px 45px;
  position: fixed;
}
.header-with-slider {
  background: #084775;
  background-size: cover;
  background-position: center center;
}
/* Header End*/
/* slider Start*/
#slider {
  text-align: center;
  display: flex;
  align-items: start;
  justify-content: center;
  height: 100vh;
  margin-top: 100px;
}
#slider .slider-btn img {
  max-width: 400px;
}
#slider .slider-btn p {
  color: #2d9cc9;
  font-weight: 300;
  font-size: 20px;
  line-height: 100%;
  vertical-align: middle;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 20px;
}
#slider .slider-btn h1 {
  color: #2d9cc9;
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  vertical-align: middle;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 20px;
}
.slider-btn a {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0px;
  vertical-align: middle;
  text-transform: capitalize;
  background: #2d9cc9;
  padding: 8px 24px;
  border-radius: 40px;
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
}
.slider-btn a:hover {
  color: #ffffff;
}
/* slider End*/
/* about-us section */
#about-us {
  padding: 200px 0 0 0;
  margin: -100px 0 0 0;
}
/* about-us section */
/* lab-grown-diamonds section */
#lab-grown-diamonds {
  padding: 200px 0 0 0;
  margin: -100px 0 0 0;
}
#about-us .commen-img img,
#lab-grown-diamonds .commen-img img {
  transition: all 0.5s;
}
#about-us:hover .commen-img img,
#lab-grown-diamonds:hover .commen-img img {
  transform: scale(0.95);
}
.banner-part {
  position: absolute;
  width: 100%;
  z-index: 999;
}
/* lab-grown-diamonds section */
.commen-text h2 {
  font: 400 45px/50px "Oswald", Helvetica, sans-serif;
  display: inline-block;
  margin: 0 0 60px 0;
  padding: 0 60px;
  position: relative;
}
.commen-text h2::after {
  width: 38px;
  height: 3px;
  background: #000;
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto;
}
.order-secion .order-02 {
  order: 2;
}
.commen-text h2::before {
  width: 38px;
  height: 3px;
  background: #000;
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
/* footer Section */
footer#contact-us {
  padding: 200px 0 0 0;
  margin: -100px 0 0 0;
}
footer .footer {
  background: #191919;
  padding: 60px 0;
}
.footer-links ul,
.footer-right ul {
  padding: 0;
  margin: 0;
}
.footer-social a i {
  color: #fff;
  font-size: 22px;
  transition: all 0.5s;
}
.footer-social a:hover i {
  color: #2d9cc9;
}
.footer-social a {
  text-decoration: none;
  margin: 0 10px 0 0;
}
.footer-links ul li,
.footer-right ul li {
  list-style: none;
  margin: 0 0 15px 0;
}
.footer-bottom {
  background: #191919;
}
.footer-botrder {
  border-top: 1px solid #484848;
  padding: 20px 0;
}
.footer-center p,
.footer-right p a {
  font: 400 16px/20px "Mulish", Helvetica, sans-serif;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s;
  margin: 0;
}
.footer-right p {
  margin: 0;
}
.footer-right {
  text-align: right;
}
.footer-right p a:hover {
  color: #8bdeff;
}
.footer-links ul li a,
.footer-right ul li a {
  font: 400 16px/20px "Mulish", Helvetica, sans-serif;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all 0.5s;
}
.footer-right ul li:first-child {
  display: flex;
  align-items: start;
  font: 400 16px/30px "Mulish", Helvetica, sans-serif;
  color: #fff;
  text-align: left;
}
.footer-links ul li a:hover,
.footer-right ul li a:hover {
  color: #8bdeff;
}
.footer-left p {
  font: 400 16px/28px "Mulish", Helvetica, sans-serif;
  color: #fff;
  margin: 20px 0 0 0;
}
.footer-links ul li a i {
  margin: 0 5px 0 0;
}
.footer-right ul li i {
  margin: 3px 10px 0 0;
  font-size: 20px;
}
.footer-right ul li:first-child i {
  margin: 7px 10px 0 0;
}
.footer-links ul li:last-child,
.footer-right ul li:last-child {
  margin: 0;
}
/* footer Section */
/* video*/
#video-section {
  text-align: center;
  background: #fff;
}
/* #video-section .background {
	height: 100vh;
} */
.only-video-page-button {
  display: flex;
  align-items: center;
}
.video {
  height: 100vh;
  width: 100%;
  position: relative;
  text-align: center;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.video-ios-border-fix {
  position: absolute;
  z-index: 1;
  box-sizing: initial;
  left: -2px;
  top: -2px;
  right: -2px;
  bottom: -2px;
  border: 4px solid #fff;
}
.video a {
  width: 100%;
  display: block;
}
.video .background-video-wrapper {
  display: inline-block;
  height: 130vh;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.video::after {
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.only-video-page-button .inventory-display {
  margin: 0 !important;
  position: absolute;
  left: auto;
  right: 100%;
}
.video-body {
  overflow: hidden;
}
/* video*/
.extra-page-body header {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
.extra-page {
  padding: 40px 0 0 0;
}
.extra-page-body header {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
.extra-page h1 {
  font: 400 38px/42px "Oswald";
  color: #111;
  margin: 0 0 20px 0;
}
.extra-page p a,
.extra-page ul li a {
  color: #0061fe;
  transition: all 0.5s;
  text-decoration: none;
  word-break: break-all;
}
.extra-page p strong,
.extra-page ul li strong {
  color: #000;
}
.extra-page p a:hover,
.extra-page ul li a:hover {
  color: #000;
}
.extra-page ul li {
  margin: 0 0 20px 0;
  font: 400 18px/30px "Mulish";
  color: #5f5f5f;
  word-wrap: break-word;
}
.extra-page h2 {
  font: 400 28px/30px "Oswald";
  color: #111;
  margin: 0 0 20px 0;
}
.extra-page h3 {
  font: 400 24px/28px "Oswald";
  color: #111;
  margin: 0 0 20px 0;
}

/* Responsive start*/
@media (max-width: 1500px) {
}
@media (max-width: 1199px) {
  #slider {
  }
  .video-body .logo {
    width: 280px;
    height: 202px;
  }
  /*.video-bg{
		background-image: url(../images/video-bg-1199.jpg);
	}*/
}
@media (max-width: 1024px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-center p,
  .footer-right p a {
    font-size: 14px;
    line-height: 20px;
  }
  .footer-left p {
    font-size: 14px;
    line-height: 28px;
  }
  .footer-links ul li a,
  .footer-right ul li a {
    font-size: 14px;
    line-height: 20px;
  }
  .footer-right ul li:first-child {
    font-size: 12px;
    line-height: 26px;
  }
}
@media (min-width: 992px) {
  .navbar-toggler {
    display: none !important;
  }
}
@media (max-width: 991px) {
  #header ul li a {
    font-size: 35px;
    line-height: 40px;
  }
  .margin-custom-text {
    margin: 0;
  }
  .extra-page {
    -padding: 130px 0 50px 0;
  }
  #extra-page {
    padding: 100px 0 0 0;
  }
  .screen-480 {
    display: block !important;
    width: 100%;
    height: 100vh;
    margin: auto;
  }
  #video-section {
    background: #fff;
  }
  .order-secion .order-02 {
    order: inherit;
  }
  .commen-img {
    margin: 0 0 30px 0;
    text-align: center;
  }
  .navbar-toggler {
    outline: none !important;
    box-shadow: none !important;
  }
  #header .navbar {
    padding: 20px 0;
  }
  #navbarNav {
    position: absolute;
    top: 70px;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    background: #2b2b2b;
    text-align: center;
  }
  #header ul li {
    margin: 0 0 20px 0;
  }
  #header ul {
    padding: 16px;
  }
  .navbar-brand {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto !important;
    text-align: center;
    top: 0;
    bottom: 0;
    width: 134px;
    height: 32px;
    padding: 0 !important;
  }
  .footer-right {
    margin: 15px 0 0 0;
    text-align: center;
  }
  .footer-social {
    text-align: center;
    margin: 0 0 15px 0;
  }
  .footer-center {
    text-align: center;
  }
  .footer-left {
    margin: 0 0 30px 0;
  }
  .footer-links ul li:last-child,
  .footer-right ul li:last-child {
    margin: 0 0 15px 0;
  }
  .hamburger-menu {
    padding: 20px 0;
    height: 70px;
  }
  .video-body .logo {
    width: 250px;
    top: 0;
  }
  #about-us {
    padding: 130px 0 0 0;
    margin: -70px 0 0 0;
  }
  footer .footer {
    padding: 30px 0 20px;
  }
  footer#contact-us {
    padding: 130px 0 0 0;
    margin: -70px 0 0 0;
  }
  #lab-grown-diamonds {
    padding: 130px 0 0 0;
    margin: -70px 0 0 0;
  }
  .commen-text h2 {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 767px) {
  .extra-page h1 {
    font-size: 28px;
    line-height: 30px;
  }
  .extra-page h2 {
    font-size: 24px;
    line-height: 26px;
  }
  .extra-page h3 {
    font-size: 20px;
    line-height: 22px;
  }
  .extra-page p,
  .extra-page ul li {
    font-size: 16px;
    list-height: 30px;
  }
  .brand-col {
    padding: 0 13px;
  }
  #slider {
  }
  #slider .slider-btn img {
    max-width: 100%;
  }
  .logo img,
  .footer-left img {
    display: block;
    max-width: 100%;
  }
  .slider-btn a {
    font-size: 22px;
    line-height: 26px;
    padding: 13px 40px;
  }
  #header .header-flex .logo a img {
    max-width: 150px;
  }
  #slider {
    align-items: center;
    margin-top: 0px;
  }
}
@media (max-width: 575px) {
  .commen-text h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 543px) {
}
@media (max-width: 480px) {
  .login-ul-custom form {
    width: 290px;
    padding: 12px;
  }
  .video-body .login-button {
    padding: 0 93px 0 0;
  }
  .logo img {
    max-width: 250px;
  }
  .video-body .header-flex {
    justify-content: center;
    padding: 20px 0;
  }
  .extra-page ul {
    padding: 0 0 0 3px;
  }
  .logo {
    top: 110px;
  }
  #header .login-button .login-menu-button,
  .only-video-page-button a {
    margin: 0 0 0 5px;
    padding: 8px 20px 10px;
  }

  .extra-page-content h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .extra-page {
    -padding: 110px 0 0;
  }
  .extra-page h1 {
    font-size: 20px;
    line-height: 26px;
  }
  .extra-page h2 {
    font-size: 18px;
    line-height: 26px;
  }
  .extra-page h3 {
    font-size: 17px;
    line-height: 22px;
  }
  .only-video-page-button-mobile {
    text-align: center;
    margin: 20px 0 0 0;
    display: block;
  }
  .only-video-page-button-mobile a {
    font: 400 18px/20px "Mulish", Helvetica, sans-serif;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    padding: 8px 30px 10px;
    background: #000;
    border: none;
    transition: all 0.5s;
    border-radius: 50px;
    text-decoration: none;
    cursor: pointer;
  }
  .only-video-page-button-mobile a:hover {
    color: #fff;
    background: #2d9cc9;
  }
  #header ul li a {
    font-size: 30px;
    line-height: 30px;
  }
  #slider {
  }
  .slider-btn a {
    font-size: 20px;
    line-height: 27px;
    padding: 11px 30px;
  }
  p {
    font-size: 16px;
    line-height: 28px;
  }
  .commen-text h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .commen-text h2 {
    padding: 0 30px;
  }
  .commen-text h2::before,
  .commen-text h2::after {
    width: 23px;
  }
  .footer-center p,
  .footer-right p a {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 360px) {
  .navbar-brand {
    left: 60px;
  }
  .logo img {
    max-width: 130px;
  }
}
/* Responsive end*/
