*{
    border: 0;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* Custom font */
@font-face{
    font-family: "Trajan_pro";
    src: url("./Font/Trajan\ Pro.ttf");
  }

p, a {
    font-family: "Lora",serif;
}

h1, h2, h3, h4, h5 {
    font-family: "Trajan_pro","Lora",serif;
}

/* auto hide navbar */
/* .autohide {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
  }

  .scrolled-down {
    transform: translateY(-100%);
    transition: all 0.5s ease-in-out;
  }

  .scrolled-up {
    transform: translateY(0);
    transition: all 0.5s ease-in-out;
  } */

body {
    padding-top: 0; /* Adjust based on navbar height */
}
.navbar {
    transition: top 0.3s;
}

nav {
    background: rgb(22,98,85);
    background: linear-gradient(180deg, rgba(22,98,85,1) 0%, rgba(12,64,54,1) 100%);
}

header img {
    width: 158px;
}

header .nav-link {
    color: #fff;
    font-size: 14px;
    transition: all ease-in-out .5s;
}

header .nav-link:hover {
    color: #20CCA8;
    transition: all ease-in-out .5s;
}

header .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #20CCA8;
}

.navbar-mobile .offcanvas {
    background-color: rgba(12,64,54,1);
}

.navbar-mobile button {
    position: absolute;
    right: 20px;
    top: 28px;
}

.main-section-mobile .button {
    width: 100%;
    max-width: 20rem;
}

.main-section-mobile .button {
    letter-spacing: .15rem;
    font-size: .75rem;
    background-color: #000;
    padding: .75rem 1.875rem;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 1rem 0;
}

.main-section-mobile a:focus {
    color: #fff;
}

.navbar-mobile button {
    background-color: transparent;
    border: none;
    color: white;
}

/* Offcanvas menu on mobile and tab styling */
.offcanvas-header {
    color: #fff;
}
.offcanvas-body .nav-link {
    color: #fff;
    letter-spacing: 2px;
    font-size: 0.9rem;
    padding: 10px 0px;
}

.offcanvas-body .nav-link:hover, .offcanvas-body .nav-link:focus {
    color: #fff;
}

/* Hero background image */
/* .hero {
    background-image: url('./img/main_image.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% -200px;
    height: 910px;
    background-color: #156053 !important;
}

.hero .main_titles {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75%;
}
    */

.bg-image {
    background-image: url('./img/main_image2.png');
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    position: relative;
    background-color: #156053;
}

.main_titles{
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    font-size: 1.5rem;
}

.bg-image .title_1 {
    font-size: 1.8rem;
    position: relative;
    color: white;
}

.bg-image .title_2 {
    font-size: 1.8rem;
    position: absolute;
    right: -30%;
    text-align: center;
    color: white;
}

.bg-image .scrolldown a {
    position: absolute;
    bottom:2%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: white;
    font-size: 0.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

/* main styling */

/* .section_one img {
    padding: 100px 0 0 0;
} */

.section_one, .section_two {
    padding: 100px 0 0 0;
}

.section_one h2, .section_two h2{
    color: #fff;
    padding: 0 0 25px 0;
}

.section_one p, .section_two p {
    color: #fff;
    line-height: 24px;
    font-size: 14px;
    font-weight: 100;
}

.section_two .col-lg {
    margin-left: 100px;
}

/* news slider thumbnail start */

.logo-slider img {
    width: 100%;
}

.logo-slider .item-logo {
    background-color: #fff;
    border-radius: 4px;
    padding: 15px;
}

.logo-slider .slick-slide {
    margin: 6px;
}

.logo-slider .item-logo {
    padding: 0;
}

.slick-next:before,
.slick-prev:before {
    color: #bdbdbd !important;
    font-size: 24px;
}

.gemstones-slick {
    margin-right: 50px;
    margin-left: 50px;
    color: #555;
}

.gemstone-slider h2 {
    padding: 100px 0 25px 0;
}

.item-logo p {
    color: #000;
}

/* .gemstones-slick a {
    color: #555;
    transition: ease-in-out 0.4s;
}

.gemstones-slick a:hover {
    color: #043189;
    transition: ease-in-out 0.4s;
    cursor: pointer;
} */

/*************Parallax******************/
/* .parallax_image {
    background-image: url('./img/group.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0;
    min-height: 640px;
    background-size: cover;
}

.parallax_image2 {
    background-image: url('./img/service_bg.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0;
    min-height: 640px;
    background-size: cover;
} */

/*************Main Parallax******************/
.parallax-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 600px;
  }
  
  /*************About Parallax******************/
  .parallax {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("./img/group.jpg");
    background-size: cover;
    background-position: 50% 15%;
    background-repeat: no-repeat;
    z-index: -1;
}

  /*************Services Parallax******************/
  .parallax2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("./img/service_bg.jpg");
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    z-index: -1;
}

  /*************Exhibitions Parallax******************/
  .parallax3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("./img/exhibition_bg.jpg");
    background-size:cover;
    background-position: 55% 0;
    background-repeat: no-repeat;
    z-index: -1;
}
  /*************Stones Parallax******************/
  .parallax4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("./img/stones2_bg.jpg");
    background-size:cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    z-index: -1;
}

  /*************Contact Parallax******************/
  .parallax5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("./img/contact_bg.jpg");
    background-size:cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    z-index: -1;
}

  /* .parallax img {
	width: 100%;
	height: auto;
	min-height: 100%;
	transform: translate3d(0, 0, 0);
	display: block;
  } */

/* Breadcrumb */
.breadcrumb li a {
    color: #fff;
    font-size: 0.8rem;
    font-weight: 100;
    display: flex;
    align-items: center;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #bdbdbd;
}

.breadcrumb .breadcrumb-item.active {
    color: #bdbdbd;
    font-size: 0.8rem;
    font-weight: 100;
}

.background_main {
    background-color: #156053;
}
  
.para_1 {
    color: #fff;
}

.para_1 h1 {
    font-size: 2rem;
}

.para_1 p {
    font-size: 12px;
    line-height: 24px;
    font-weight: 100;
}

.section_three {
    padding-top: 120px;
}

.vision {
    padding: 100px 0 50px 0;
    font-weight: 100;
    line-height: 24px;
    font-size: 14px;
}

.mission {
    padding: 50px 0 100px 0;
    font-weight: 100;
    line-height: 24px;
    font-size: 14px;
}

.about_bg {
    background-image: url('./img/stones_bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 600px;
    position: relative;
}

.about_bg .title_1 {
    font-size: 1.5rem;
    position: absolute;
    top: 20%;
    left: 0;
    right: 25%;
    text-align: center;
    color: white;
    display: flex;
    justify-content: end;
}

.about_bg .title_2 {
    font-size: 1.5rem;
    position: absolute;
    top: 25%;
    left: 60%;
    text-align: center;
    color: white;
}

.date_location {
    color: #fff;
    font-family: "Lora",serif;
}

.contact_form  {
    padding-top: 100px;
    padding-bottom: 100px;
}

form {
    font-family: "Lora",serif;
}

form .btn-form {
    background-color: #C9C9C9;
    width: 188px;
    height: 50px ;
    transition: all ease-in-out 0.5s;
    text-transform: uppercase;
}

form .btn-form:hover {
    background-color: #156053;
    color: #fff;
    transition: all ease-in-out 0.5s;
}

iframe {
    display: block;
    width: 100%;
    height: 640px;
}

    /* Spinner Modal Styles */
    .modal {
        display: none;
        /* Hidden by default */
        position: fixed;
        /* Stay in place */
        z-index: 1;
        /* Sit on top */
        left: 0;
        top: 0;
        width: 100%;
        /* Full width */
        height: 100%;
        /* Full height */
        overflow: auto;
        /* Enable scroll if needed */
        background-color: rgb(0, 0, 0);
        /* Fallback color */
        background-color: rgba(0, 0, 0, 0.4);
        /* Black w/ opacity */
      }
  
      .modal-content {
        margin: 15% auto;
        /* 15% from the top and centered */
        padding: 20px;
        border: 1px solid #888;
        width: 80%;
        /* Could be more or less, depending on screen size */
        text-align: center;
        background-color: #fff;
      }
  
      .spinner {
        border: 16px solid #f3f3f3;
        /* Light grey */
        border-top: 16px solid #3498db;
        /* Blue */
        border-radius: 50%;
        width: 120px;
        height: 120px;
        animation: spin 2s linear infinite;
        margin: 0 auto;
      }
  
      @keyframes spin {
        0% {
          transform: rotate(0deg);
        }
  
        100% {
          transform: rotate(360deg);
        }
      }

/* footer styling */
footer .scroll-top {
    text-decoration: none;
    color: #fff;
    letter-spacing: 2px;
    font-size: 0.8rem;
    padding-top: 30px;
}

footer .scroll-top:hover {
    color: #20CCA8;
}

.footer {
    background: rgb(22,98,85);
    background: linear-gradient(180deg, rgba(22,98,85,1) 0%, rgba(12,64,54,1) 100%);
}

.footer img {
    width: 150px;
    padding: 30px 0 30px 0;
}

.footer .nav a {
    color: #fff;
    font-size: 0.8rem;
    transition: all ease-in-out 0.5s;
}

.footer .nav a:hover {
    color: #20CCA8;
    transition: all ease-in-out 0.5s;
}

.bottom_footer {
    background-color: #fff;
    font-size: 0.8rem;
    padding: 0 30px 0 30px;
}

.bottom_footer i {
    color: #156053;
}


/* tab screen */
@media (max-width: 1026px) {
    .section_one h1, .section_two h1 {
        padding: 38px 0 25px 0;
        font-size: 1.8rem;
    }
    .section_three {
        padding-top: 30px ;
    }
    .parallax-container {
        height: 440px;
    }
    .bg-image .main_titles {
        left: 0;
        right: 0;
        transform: none;
    }
    .bg-image .title_1, .bg-image .title_2 {
        position: relative;
        display: flex;
        justify-content: center;
        left: 0;
        right: 0;
        top: 40px;
        font-size: 2rem;
    }
    .about_bg .title_1, .about_bg .title_2 {
        font-size: 1.3rem;
    }
}

@media (max-width: 826px) {
    .hero {
        height: 1650px;
    }
    .section_two .col-lg, .section_one .col-lg-6 {
        margin-left: 0;
        padding: 0 30px 0 30px;
    }
    .section_one h1, .section_two h1 {
        padding: 40px 0 25px 0;
    }
    .section_two img {
        float: right;
    }
    .vision, .mission {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .bg-image .main_titles {
        left: 0;
        right: 0;
        transform: none;
    }
    .bg-image .title_1, .bg-image .title_2 {
        position: relative;
        display: flex;
        justify-content: center;
        left: 0;
        right: 0;
        top: 40px;
        font-size: 2rem;
    }
    .about_bg .title_1 {
        top: 6%;
        left: 0;
        right: 0;
        justify-content: center;
    }
    .about_bg .title_2 {
        top: 12%;
        left: 0;
        right: 0;
    }
    .contact_form {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    address {
        padding-top: 3rem;
    }
}

/* mobile screen */
@media (max-width: 440px) {
.bg-image .main_titles {
    left: 0;
    right: 0;
    top: 60%;
    transform: none;
}
.bg-image .title_1, .bg-image .title_2 {
    font-size: 1.3rem;
}
    .footer .nav a {
        font-size:0.4rem;
    }
    .bottom_footer .copyrights {
        font-size: 0.4rem;
    }
    .our_services h5 {
        font-size: 0.8rem;
    }

}