.slick-slider{
    box-sizing:border-box;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-touch-callout:none;
    -khtml-user-select:none;
    -ms-touch-action:pan-y;
    touch-action:pan-y;
    -webkit-tap-highlight-color:transparent;
}
.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

@media only screen and(max-width:400px){
   
    .respon {
    flex-shrink: 0;
    width: 61%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-top: var(--bs-gutter-y);
 }
     
   }
   /* ----------- */
   @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Turret+Road:wght@200;300;400;500;700;800&display=swap');

* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif; }

/*Header*/

/* header { width: 100%; max-width: 100%; padding-left: 100px; height: 50px; display: flex; align-items: center; position: relative; z-index: 1000; }
    header nav a { color: #FFFFFF; margin-right: 5px; padding: 5px 10px; font-size: 16px; transition: .4s; text-decoration: none; }
        a.active { background: #14FF72CB; border-radius: 2px; }
        a:hover { background: #14FF72CB;} */

/*Carousel*/

.carousel { width: 100vw; height: 100vh; margin-top: -50px; overflow: hidden; position: relative; }
    .carousel .list .item { 
        width: 180px; 
        height: 250px; 
        position: absolute; 
        top: 80%; 
        transform: translateY(-70%); 
        left: 70%; 
        border-radius: 20px; 
        box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
        background-position: 50% 50%;
        background-size: cover;
        z-index: 100;
        transition: 1s;
    }
        .carousel .list .item:nth-child(1), .carousel .list .item:nth-child(2) { top: 0; left: 0; transform: translate(0, 0); border-radius: 0; width: 100%; height: 100%; }
        .carousel .list .item:nth-child(3) { left: 67%; }
        .carousel .list .item:nth-child(4) { left: calc(67% + 200px); }
        .carousel .list .item:nth-child(5) { left: calc(67% + 400px); }
        .carousel .list .item:nth-child(6) { left: calc(67% + 600px); }
        .carousel .list .item:nth-child(n + 7) { left: calc(67% + 800px); opacity: 0; }
            .item .content { position: absolute; top: 50%; left: 100px; transform: translateY(-50%); width: 400px; text-align: left; color: #FFFFFF; display: none; }
            .list .item:nth-child(2) .content { display: block; }
                .content .title { font-size: 100px; text-transform: uppercase; color: #14FF72CB; font-weight: bold; line-height: 1; opacity: 0; animation: animate 1s ease-in-out .3s 1 forwards; }
                .content .name { font-size: 100px; text-transform: uppercase; font-weight: bold; line-height: 1; text-shadow: 3px 4px 4px rgba(255, 255, 255, 0.8); opacity: 0; animation: animate 1s ease-in-out .6s 1 forwards; }
                .content .des { margin-top: 10px; margin-bottom: 20px; font-size: 18px; margin-left: 5px; opacity: 0; animation: animate 1s ease-in-out .9s 1 forwards; }
                .content .btn { margin-left: 5px; opacity: 0; animation: animate 1s ease-in-out 1.2s 1 forwards; }
                    @keyframes animate {
                        from { opacity: 0; transform: translate(0, 100px); filter: blur(33px); }
                        to { opacity: 1; transform: translate(0); filter: blur(0); }
                    }
                    .content .btn button { padding: 10px 20px; border: none; cursor: pointer; font-size: 16px; border: 2px solid #FFFFFF; }
                        .content .btn button:nth-child(1) { margin-right: 15px; }
                        .content .btn button:nth-child(1) a { color: #000000; }
                        .content .btn button:nth-child(2) { background: transparent; color: #d90808; border: 2px solid #FFFFFF; transition: .3s; }
                            .content .btn button:nth-child(2):hover { background: #d90808; color: #FFFFFF; border-color: #d90808; }
.arrows { position: absolute; top: 80%; right: 52%; z-index: 100; width: 300px; max-width: 30%; display: flex; gap: 10px; align-items: center; }
    .arrows button { width: 50px; height: 50px; border-radius: 50%; background-color: #d90808; color: #FFFFFF; border: none; outline: none; font-size: 16px; font-family: monospace; font-weight: bold; transition: .5s; cursor: pointer; }
        .arrows button:hover { background: #FFFFFF; color: #000000; }
        .carousel .timeRunning { position: absolute; z-index: 1000; width: 0%; height: 4px; background-color: #d90808; left: 0; top: 0; animation: runningTime 7s linear 1 forwards; }
            @keyframes runningTime {
                from { width: 0%; }
                to { width: 100%; }
            }
    
/*Media Queries*/

@media screen and (max-width: 999px) {
    header { padding-left: 50px; }
    .list .item .content { left: 50px; }
        .content .title, .content .name { font-size: 70px; }
        .content .des { font-size: 16px; }
}

@media screen and (max-width: 690px) {
    header nav a { font-size: 14px; margin-right: 0; }
    .list .item .content { top: 40%; }
        .content .title, .content .name { font-size: 45px; }
        .content .btn button { padding: 10px 15px; font-size: 14px; }
}

@media screen and (max-width: 450px) {
    .item .content { width: 300px; }
    .list .item .content { left: 20px; }
}
.banner-1{
    background-image: url('../images/Sapphire-banner-1.jpg');
}
.banner-2{
    background-image: url('../images/Rough-gemstones-banner-2.jpg');
}
.banner-3{
    background-image: url('../images/Opaque-gemstones-banner-3.jpg');
}
.banner-4{
    background-image: url('../images/Black-diamonds-banner-4.jpg');
}
/* new add css */
#single-section{
    background-image: url('../images/Sapphire-banner-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 300px;
    padding: 80px 0px 20px 0px;
    align-items: center;
}
.text{
    text-align: center;
    
}
.text p{
    color: #FFFFFF;
}
.text h2{
    color: #FFFFFF;
}
.blog-link a{
    color: #0000!important;
}
.btn a:hover{
    color: #fff;
}
/* gallery */


.gallery {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery img {
  width: 20%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  border: 2px solid #fff;
  transition: all ease-out 0.5s;
  cursor: pointer;
  overflow: hidden;
}

.gallery img:hover {
  width: 50%;
}
.main-gallery{
    padding: 60px 0px 60px 0px;
    background-color: #d4d4d4;
}
/* new navbar css */
.header-sticky{
    background-color: #fff;
}
.footer-layout2{
    border-top: solid 1px #727272;
}

#ourgems-treanding{
    text-align: center;
}





@media (max-width: 400px) {
    #new-respons {
        display: flex;
    }
        .header-logo{
            width: 50%;
        }
        .new-respons-2{
            padding:0px 5px 0px 335px!important;
            margin-top:-116px;
        }
        .toggle-icon-new{
            padding: 10px!important;
        }
}
@media (max-width: 400px) {
    .gallery {
    margin-bottom: 1.5em;
    width: 100%;
    height: 47px;
}
       
}
/* @media (max-width: 800px) {
    #new-respons {
        display: flex;
    }
        .header-logo{
            width: 50%;
        }
        .new-respons-2{
            padding:0px 5px 0px 650px!important;
            margin-top:-100px;
        }
        .toggle-icon-new{
            padding: 10px!important;
        }
} */
/*----------------------------------------*/
.techwix-contact-section .contact-wrap {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 60% 100%;
}

.techwix-contact-section .contact-wrap .contact-info .section-title .title {
  position: relative;
  padding-left: 45px;
}

.techwix-contact-section .contact-wrap .contact-info .section-title .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: #ff5538;
  height: 150px;
  width: 4px;
  transform: translateY(-50%);
}

.techwix-contact-section .contact-wrap .contact-info ul {
  padding-top: 15px;
}

.techwix-contact-section .contact-wrap .contact-info ul li {
  margin-top: 15px;
  padding-right: 65px;
}

.techwix-contact-section .contact-wrap .contact-info ul li:first-child {
  border-top: 0;
}

.techwix-contact-section .contact-wrap .contact-info ul li .contact-info-item .contact-info-icon i {
  font-size: 50px;
  color: #ff5538;
}

@media only screen and (max-width: 575px) {
  .techwix-contact-section .contact-wrap .contact-info ul li .contact-info-item .contact-info-icon i {
    font-size: 42px;
  }
}

.techwix-contact-section .contact-wrap .contact-info ul li .contact-info-item .contact-info-text {
  margin-left: 20px;
}

.techwix-contact-section .contact-wrap .contact-info ul li .contact-info-item .contact-info-text .title {
  font-size: 24px;
  line-height: 30px;
  color: #0e0e0e;
}

.techwix-contact-section .contact-wrap .contact-info ul li .contact-info-item .contact-info-text p {
  font-size: 16px;
  line-height: 30px;
  color: #0e0e0e;
}

.techwix-contact-section .contact-wrap .contact-form {
  background: #f8f8f8;
  border-radius: 10px;
  overflow: hidden;
  margin-left: 110px;
}

@media only screen and (max-width: 1399px) {
  .techwix-contact-section .contact-wrap .contact-form {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 1199px) {
  .techwix-contact-section .contact-wrap .contact-form {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .techwix-contact-section .contact-wrap .contact-form {
    margin-left: 0;
    margin-top: 60px;
  }
}

.techwix-contact-section .contact-wrap .contact-form .contact-form-wrap {
  padding: 55px 40px;
}

@media only screen and (max-width: 1199px) {
  .techwix-contact-section .contact-wrap .contact-form .contact-form-wrap {
    padding: 40px;
  }
}

.techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .heading-wrap {
  margin-bottom: 30px;
}

.techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .heading-wrap .sub-title {
  font-size: 14px;
  line-height: 30px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #ff5538;
}

.techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .heading-wrap .title {
  font-size: 42px;
  line-height: 54px;
  font-weight: 600;
  color: #333333;
}

@media only screen and (max-width: 1199px) {
  .techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .heading-wrap .title {
    font-size: 32px;
    line-height: 48px;
  }
}

@media only screen and (max-width: 575px) {
  .techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .heading-wrap .title {
    font-size: 28px;
    line-height: 40px;
  }
}

.techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .single-form {
  margin-top: 25px;
}

.techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
  height: 55px;
  line-height: 55px;
  border: 1px solid #ebebeb;
  padding-left: 15px;
}

.techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #4c4d56;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}

.techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #4c4d56;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}

.techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #4c4d56;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}

.techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #4c4d56;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}

.techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .single-form textarea {
  height: 135px;
  border: 1px solid #ebebeb;
  padding-left: 15px;
  resize: none;
}

.techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .single-form textarea::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #4c4d56;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}

.techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .single-form textarea:-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #4c4d56;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}

.techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .single-form textarea::-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #4c4d56;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}

.techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .single-form textarea:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #4c4d56;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}

.techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .form-btn {
  margin-top: 25px;
}

.techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .form-btn .btn {
  font-size: 16px;
  width: 100%;
  height: 55px;
  line-height: 50px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 575px) {
  .techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .form-btn .btn {
    padding: 0 45px;
  }
}

.techwix-contact-section-02 .contact-wrap .contact-info .section-title .title::before {
  background: #086ad8;
}

.techwix-contact-section-02 .contact-wrap .contact-info ul li .contact-info-item .contact-info-icon i {
  color: #086ad8;
}

.techwix-contact-section-02 .contact-wrap .contact-form {
  background: #ffffff;
  box-shadow: 0px 0px 139px 0px rgba(0, 0, 0, 0.1);
}

.techwix-contact-section-02 .contact-wrap .contact-form .contact-form-wrap .heading-wrap .sub-title {
  color: #086ad8;
}

.contact-info-section .contact-info-wrap {
  margin-top: -30px;
}

.contact-info-section .contact-info-wrap .single-contact-info {
  background: #f8f8f8;
  padding: 50px 80px 75px;
  border-radius: 5px;
  margin-top: 30px;
}

@media only screen and (max-width: 1199px) {
  .contact-info-section .contact-info-wrap .single-contact-info {
    padding: 50px 40px 60px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-info-section .contact-info-wrap .single-contact-info {
    padding: 50px 30px 60px;
  }
}

.contact-info-section .contact-info-wrap .single-contact-info .info-content .title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 15px;
}

.contact-info-section .contact-info-wrap .single-contact-info .info-content p {
  font-size: 18px;
  line-height: 30px;
}

@media only screen and (max-width: 1199px) {
  .contact-info-section .contact-info-wrap .single-contact-info .info-content p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .contact-info-section .contact-info-wrap .single-contact-info .info-content p {
    font-size: 18px;
  }
}

.techwix-contact-section-03 .contact-wrap {
  margin-bottom: -60px;
  position: relative;
  z-index: 5;
}

.techwix-contact-section-03 .contact-wrap .contact-form .contact-form-wrap .form-btn {
  text-align: center;
}

.techwix-contact-section-03 .contact-wrap .contact-form .contact-form-wrap .form-btn .btn {
  width: 70%;
}
input{
  background-color: #fff !important;
}
textarea{
  background-color: #fff !important;
}
.btn-form{
    display: inline-block;
  overflow: hidden;
  transform: perspective(0) translateZ(0);
  background: linear-gradient(195deg, #086ad8 0%, #42b9ff 100%);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  border-color: transparent;
  color: #ffffff;
  border-radius: 5px;
  font-size: 18px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  height: 60px;
  line-height: 56px;
  padding: 0px 70px;
  border: 0;
  border-style: solid;
  box-shadow: none;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  z-index: 1;
  position: relative;
}
.btn-form::before {
  content: "";
  background: #d90808;
  height: 50%;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}

.btn-form::after {
  content: "";
  background: #d90808;
  height: 50%;
  width: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}

.btn-form:focus, .btn:focus:active {
  box-shadow: none;
}

.btn-form:hover {
  color: #ffffff;
}

.btn-form:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}

.btn-form:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
