@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap");
* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: Raleway-ExtraBold;
    src: url(../font/Raleway-ExtraBold.ttf);
}

@font-face {
    font-family: Raleway-Light;
    src: url(../font/Raleway-Light.ttf);
}

@font-face {
    font-family: Raleway-Medium;
    src: url(../font/Raleway-Medium.ttf);
}

@font-face {
    font-family: Raleway-Regular;
    src: url(../font/Raleway-Regular.ttf);
}

@font-face {
    font-family: Raleway-SemiBold;
    src: url(../font/Raleway-SemiBold.ttf);
}

html {
    overflow-x: hidden;
}

body {
    font-family: "Raleway-Regular", sans-serif;
    overflow-x: hidden;
}

a{
    text-decoration: none;
}

.text-style-1 {
    font-family: "poppins", sans-serif;
}

.btn:focus{
    box-shadow: none;
}

.btn-theme-1 {
    background-color: #2d55a6;
    color: #fff;
}

.AE-showcase-main {
    position: relative;
}

.AE-showcase .col-md-4 {
    padding: 0;
}

.AE-showcase .col-md-12,
.AE-showcase .col-md-6 {
    padding: 0;
}

.show-img {
    height: 33.25vh;
}

.show-img img {
    width: 100%;
    filter: brightness(80%);
    height: 100%;
}

.showcase {
    position: relative;
    border: 1px solid grey;
    border-top: 0;
    border-right: 0;
}

.showcase:hover>.show-img img {
    filter: brightness(40%);
    transition: all 0.3s ease;
}

.active-show-img .show-img img {
     border: 1px solid #fff;
}

.logo-company img{
    padding:60px;
}

.showcase:hover p {
    opacity: 1;
    transition: all 0.5s ease;
}

.show-dtl {
    position: absolute;
    bottom: 0;
    right: 0;
    color: white;
    padding: 15px 25px;
}

.show-dtl-center {
    position: absolute;
    bottom: 38%;
    right: 38%;
    color: white;
    padding: 15px 25px;
}

.show-dtl-center h5 {
    text-transform: uppercase;
    float: right;
    font-family: "Raleway-Medium", sans-serif;
    letter-spacing: 3px;
    font-size: 20px;
}

.show-dtl-center p {
    text-transform: capitalize;
    margin-bottom: 3px;
    opacity: 0;
}

.show-dtl h5 {
    text-transform: uppercase;
    float: right;
    font-family: "Raleway-Medium", sans-serif;
    letter-spacing: 3px;
    font-size: 20px;
}

.show-dtl p {
    text-transform: capitalize;
    margin-bottom: 3px;
    opacity: 0;
}

.company-banner{
    text-align: center;
}

.banner-content .banner-inner .col-md-5,
.banner-content .banner-inner .col-6
{
 padding: 0;
}

.banner-content .banner-inner .about-info{
    height: 33.25vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner-content .banner-inner .about-info .avanti-dtl{
    font-size: 24px;
    color: #2d55a6;
    font-weight: 400;
    font-family: "Raleway-Medium", sans-serif;
    margin-bottom: 0;
}
.banner-content .banner-inner .about-info a{
    margin-top: 28px;
    background-color: transparent;
    border: 1px solid #2d55a6;
    border-radius: 8px;
    color: #2d55a6;
    box-shadow: none;
    text-transform: capitalize !important;
    padding: 8px 24px;
    font-weight: 600;
}

.banner-content .banner-inner .about-info a:hover{
    background-color: #2d55a6;
    color: #fff;
}

.banner-content .banner-inner .slide-img img{
    width: 100%;
}

.banner-content .banner-inner .slide-img-1 img{
    width: 100%;
}


.banner-content .banner-inner .show-dtl {
    position: absolute;
    bottom: 0;
    right: 0;
    color: white;
    padding: 15px 25px;
}

.banner-content .banner-inner .show-dtl p {
    text-transform: capitalize;
    margin-bottom: 3px;
    opacity: 0;
}

.banner-content .banner-inner .showcase:hover p {
    opacity: 1;
    transition: all 0.5s ease;
}

.slick-prev:before{
    content: '\f177';
    font-family: "Font Awesome 5 free"; 
    font-weight: 900;
    color: #2d55a6;
    opacity: 1;
    font-size: 42px;
    position: absolute;
    left: -40px;
    top: 0;
}

.slick-prev:hover::before{
    color: #da0b84;
}

.slick-next:before {
    content: '\f178';
    font-family: "Font Awesome 5 free"; 
    font-weight: 900;
    color: #2d55a6;
    opacity: 1;
    font-size: 42px;
    position: absolute;
    right: -40px;
    top: 0;
}

.slick-next:hover::before{
    color: #da0b84;
}

/*about page */

.about-avanti-img-1 {
    text-align: right;
}

.about1 {
    padding: 50px 0;
    height: auto;
}

.about2 {
    padding-bottom: 50px;
}

.about-icon {
    height: 60px;
    width: 60px;
    background-color: white;
    box-shadow: -10px 10px 20px 10px #c5e8ff40;
    padding: 10px;
}

.about-icon img {
    width: 55%;
    margin-top: 3px;
}

.about-avanti-detail span {
    font-size: 20px;
    letter-spacing: 1px;
    color: #000;
}

.about-avanti-detail h3 {
    font-weight: 900;
    padding-right: 200px;
    font-size: 32px;
    /*line-height: 50px;*/
    padding: 12px 0;
}

.about-avanti-detail p {
    font-size: 15px;
    padding-right: 50px;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-align:justify;
}

.avanti-owner-des .about-avanti-detail h6 {
    font-family: "Raleway-semibold", sans-serif;
    color: #5a5a5a;
}


.about-avanti-img-1-1 img
{
	width: 100%;
	margin-top:40px
}

.about-avanti-img-2
{
	text-align: right;
}

.about-avanti-detail .btn {
    margin-top: 25px;
    font-weight: 600;
    padding: 12px 25px;
}

.avanti-partner-logo {
    text-align: center;
    padding: 30px;
    background: white;
    margin-bottom: 50px;
    box-shadow: 0px 10px 10px 0px #00000012;
}

.avanti-partner-logo img {
    width: 80%;
}

.contact-tab {
    padding-top: 230px;
    position: relative;
    margin-top: 100px;
}

.contact-main-tab {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 130px 70px;
    width: 70%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 15%;
}

.contact-tab-detail h4 {
    letter-spacing: 1px;
    font-size: 30px;
    padding-right: 100px;
    padding-bottom: 20px;
    line-height: 45px;
}

.contact-btn {
    text-align: right;
    padding-top: 50px;
}

.contact-btn .btn {
    padding: 15px 50px;
}

.btn:hover {
    color: #fff;
    background-color: #da0b84;
    transition: 0.3s;
}

.company-partner {
    padding: 50px 0px;
}

.company-partner h3{
    text-align: center;
    margin-bottom: 32px;
}

.company-partner .logo-content .logo-inner img{
    width: 118px;
    margin: 10px auto;
}

.company-partner .logo-content .logo-inner {
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px #00000012;
    margin: 0px 8px;
}



.footer {
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.main-footer {
    padding-top: 50px;
}

.ftr-logo img {
    width: 200px;
}

.footer1 p {
    padding-top: 20px;
    font-size: 18px;
}

ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}

ul li {
    display: inline-block;
}

.footer1-menu ul li a {
    text-decoration: none;
    text-transform: uppercase;
    color: gray;
    padding: 5px;
    font-size: 14px;
}

.footer1-media ul li {
    display: inline-block;
    height: 50px;
    width: 50px;
    background-color: white;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    padding-top: 10px;
}

.footer1-media {
    padding-top: 20px;
}

.footer1-media ul li a {
    text-decoration: none;
    color: #2d55a6;
    font-size: 20px;
}

.footer1-media ul li:hover {
    background-color: #2d55a6;
    transition: 0.3s;
}

.footer1-media ul li:hover a {
    color: white;
    transition: 0.3s;
}

.footer1-main-menu ul li {
    display: block;
    padding-top: 10px;
}

.footer1-menu ul li a:hover {
    color: #2d55a6;
    transition: 0.3s;
}


.footer3 ul li {
    padding-top: 10px;
    display: block;
}

.footer3 ul li a:hover{
    color: #2d55a6 !important;
    transition: 0.3s;
    text-decoration: none;
}

.footer3 ul li .number{
    display: block;
}

.footer-nm {
    padding: 15px;
    border-top: 1px solid #e3e3e3;
    margin-top: 50px;
}

.footer-nm span {
    font-size: 12px;
}

.footer-nm a {
    text-decoration: none;
    color: #2d55a6;
}


/*product page*/

.product {
    padding-bottom: 50px;
}

.product-title {
    margin-top: 100px;
    background-color: #03a9f408;
    padding: 40px 0;
}

.product-ttl .breadcrumb-item {
    font-size: 14px;
}

.product-ttl h5 {
    letter-spacing: 1px;
}

.product-card {
    box-shadow: 0 30px 25px -20px rgb(0 0 0 / 15%);
    cursor: pointer;
}

.product-card:hover {
    transform: translateY(-10px);
    transition: 0.5s;
}

.product-tumb img {
    width: 100%;
}

.product-details {
    padding: 24px;
}

.product-catagory {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ccc;
    margin-bottom: 10px;
}

.product-details h5 a {
    font-weight: 500;
    display: block;
    text-transform: uppercase;
    color: #363636;
    text-decoration: none;
    transition: 0.3s;
}

.product-details h4 a:hover {
    color: #da0b84;
}

.product-details p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 18px;
    color: #999;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product-bottom-details {
    overflow: hidden;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.product-bottom-details div {
    float: left;
    width: 50%;
}

.product-price {
    color: #da0b84;
    font-weight: 600;
    font-size: 14px;
}

.product-price small {
    font-size: 80%;
    font-weight: 400;
    text-decoration: line-through;
    display: inline-block;
    margin-right: 5px;
}

.product-links {
    text-align: right;
}

.product-links a {
    display: inline-block;
    margin-left: 5px;
    color: #e1e1e1;
    transition: 0.3s;
    font-size: 17px;
}


/*PRODUCT DISCRIPTION PAGGE*/

.small-img {
    cursor: pointer;
    width: 100%;
    height: 120px;
    padding: 12px 0px 0 15px;
}

.product-dicription {
    padding: 48px 0 80px;
}

.main-product-img img {
    width: 85%;
}

.main-product-dtl h2 {
    padding-bottom: 20px;
}

.pro-dis {
    padding-top: 50px;
}

.pro-dis .yarn-inner{
    margin-bottom: 18px;
}

.pro-dis .yarn-inner p{
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 6px;
}

.pro-dis .yarn-inner .count-box{
    display: flex;
    align-items: center;
}

.cotton-tag{
    padding: 16px 44px 16px 16px !important;
}

.open-tag{
    padding: 5px 97px 5px 16px !important;
}

.p-cotton-tag{
    padding: 5px 58px 5px 16px !important;
}

.yarn-inner .count-tag{
    padding: 5px 44px 5px 16px;
    background-color: #d0d2d3;
    border-radius: 16px;
}

.yarn-inner .conut-number{
    padding: 6px 16px;
    background-color: #3e73b8;
    border-radius: 18px;
    margin-left: -30px;
    width: 65%;
}

.yarn-inner .cotton-yarn-tag{
    width: 75%;
}

.yarn-inner .conut-number p{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}

.yarn-inner .count-tag p{
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}

.en-back-btn{
    text-align: end;
}

.en-back-btn a:focus{
    box-shadow: none !important;
}

.page-btn{
    background-color: #2d55a6;
    color: #fff;
}

.pro-dis thead tr{
    background-color: #2d55a6;
    color: #fff;
}

.pro-dis thead tr th{
    border: 3px solid #fff;
    text-align: center;
}

.pro-dis thead tr .pro-design{
    border-radius: 24px 0px 0px 0px;
}

.pro-dis thead tr .d-design{
    border-radius: 0px 24px 0px 0px;
}

.pro-dis tbody tr .non-design{
    border-radius: 0px 0px 0px 24px;
}

.pro-dis tbody tr .type-design{
    border-radius: 0px 0px 24px 0px;
}

.pro-dis tbody tr th{
    background-color: #d0d2d3;
    border: 3px solid #fff;
    text-align: center;
    font-weight: 600;
}

.pro-dis tbody tr td{
    background-color: #d0d2d3;
    border: 3px solid #fff;
    text-align: center;
    font-weight: 600;
}

.pro-dis .btn,
.contact-form .btn {
    background-color: #2d55a6;
    color: #fff;
    margin-top: 30px;
    padding: 10px 40px;
}

.pro-dis .btn:hover,
.contact-form .btn:hover {
    color: #fff;
    background-color: #da0b84;
    transition: 0.3s;
}

/*team page */

.team {
    padding: 48px 0 50px 0;
}

.team .team-dtl {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.team .team-dtl:before {
    content: "";
    position: absolute;
    left: 170%;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    transform: skewX(45deg);
    transition: 0.8s;
}

.team .team-dtl:hover:before {
    left: -170%;
    transition-delay: 0.8s;
}

.team .team-dtl img {
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
    transition: 1s;
}

.team .team-dtl:hover img {
    filter: grayscale(0);
    transform: scale(1.2);
}

.team .team-dtl h2 {
    position: absolute;
    background: #fff;
    width: 100%;
    margin: 0;
    text-align: center;
    color: #272727;
    bottom: 0;
    line-height: 60px;
    transition: 0.5s;
    transform: perspective(300px) rotateX(90deg);
    transform-origin: bottom;
    font-size: 24px;
    font-weight: 900;
}

.team .team-dtl:hover {
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1);
    transition: 1s;
}

.team .team-dtl:hover h2 {
    transform: perspective(300px) rotateX(0deg);
}

.team .team-dtl .person-detail {
    position: absolute;
    background: #fff;
    width: 100%;
    margin: 0;
    text-align: center;
    bottom: 0;
    line-height: 40px;
    transition: 0.5s;
    transform: perspective(300px) rotateX(90deg);
    transform-origin: bottom;
    padding: 15px 12px;
}

.team .team-dtl .person-detail h3{
    font-size: 24px;
    font-weight: 900;
    color: #272727;
    text-align: start;
}

.team .team-dtl .person-detail .connect-detail{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.team .team-dtl .person-detail .connect-detail p{
    font-size: 16px;
    font-weight: 500;
    color: #272727;
    margin-bottom: 0;
    line-height: 24px
}

.team .team-dtl:hover .person-detail {
    transform: perspective(300px) rotateX(0deg);
}

.team ul {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.team ul li {
    background: #fff;
    /* width: 50px; */
    /* height: 50px; */
    text-align: center;
    /* line-height: 50px; */
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    transform: perspective(1000px) rotateY(90deg);
    transition: 0.5s;
    display: block;
    transform-origin: left;
    padding: 10px;
}

.team .team-dtl ul li i{
    color: #272727;
    font-size: 18px;
}

.team .team-dtl:hover ul li {
    transform: rotateX(0deg);
}

.team .team-dtl ul li:nth-child(1) {
    transition-delay: 0.0s;
}

.team .team-dtl ul li:nth-child(2) {
    transition-delay: 0.2s;
}

.team .team-dtl ul li:nth-child(3) {
    transition-delay: 0.4s;
}

.team .team-dtl ul li:nth-child(4) {
    transition-delay: 0.6s;
}

.team .team-dtl ul li:nth-child(5) {
    transition-delay: 0.8s;
}


/*gallery page */

.gallery {
    padding: 48px 0 70px;
}

.gallery .container--gallery .row {
    margin-left: -4px;
    margin-right: -4px;
}

.gallery .container--gallery [class*="col-"] {
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 8px;
}

.gallery .tab-content .tab-pane .photo-zoom {
    outline: 0;
    overflow: hidden;
    position: relative;
    display: block;
    height: 280px;
}

.gallery .tab-content .tab-pane .photo-zoom img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%, -28%);
}

.gallery .tab-content .tab-pane .photo-zoom .achive-img{
    transform: translate(-50%, -50%);
} 

.gallery .tab-content .tab-pane .photo-zoom .team-img{
    height: 100%;
    transform: translate(-50%, -50%);
}

.gallery .tab-content .tab-pane .youtube iframe{
    width: 100% ;
    height: 424px ;
}
.gallery .tab-content .tab-pane .youtube iframe video{
    width: 100% ;
}

[class*="-1"]:not([class*="-10"]):not([class*="-11"]):not([class*="-12"]) .photo-zoom img,
[class*="-2"] .photo-zoom img,
[class*="-3"] .photo-zoom img {
    width: auto;
    height: 100%;
}

.gallery .image-source-link {
    color: #98c3d1;
}

.gallery .mfp-with-zoom .mfp-container,
.gallery .mfp-with-zoom.mfp-bg {
    opacity: 0;
    /* -webkit-backface-visibility: hidden; */
    transition: all 0.23s ease-out;
}

.gallery .mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.gallery .mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.gallery .mfp-with-zoom.mfp-removing .mfp-container,
.gallery .mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}


.gallery  .nav {
    justify-content: center;
    margin-bottom: 24px;
    border: none;
}

.gallery .nav .nav-item .nav-link {
    border: none;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 32px;
    color: #1f1f1f;
    font-family: "Poppins";
    font-weight: 700;
    padding: 8px 32px;
    position: relative;
}

.gallery .nav .nav-item .nav-link:hover {
    color: #2d55a6;
}

.gallery .nav .nav-item .nav-link:focus-visible {
    outline: none;
}

.gallery .nav .nav-item .active {
    text-decoration: underline;
    text-decoration-color: #da0b84;
    text-decoration-thickness: 4px;
    text-underline-offset: 5px;
    color: #2d55a6;
}

.gallery .nav .nav-item .nav-link:hover {
    text-decoration: underline;
    text-decoration-color: #da0b84;
    text-decoration-thickness: 4px;
    text-underline-offset: 5px;
}




/*contact page */

.contact {
    padding: 48px 0 80px;
}

.contact-map-link{
    padding: 30px 0px 0px;
}

.contact-map-link iframe {
    border: 0;
    height: 600px;
    width: 100%;
}

.main-contact h2{
    font-family: "Raleway-SemiBold", sans-serif;
}

.main-contact h2 span {
    color: #da0b84;
}

.conact-dtl h2 span {
    color: #da0b84;
}

.contact-dtl-1 {
    padding: 30px 0 0px;
}

.contact-dtl-1 .add-head{
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 16px;
}

.contact-dtl-1 .contact-address{
    margin-bottom: 12px;
}

.contact-dtl-1 .contact-address p{
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
}

.contact-dtl-1 .contact-address a{
    font-size: 14px;
    margin-bottom: 12px;
    text-decoration: none;
    display: block;
}

.contact-dtl-1 .contact-address a img{
    width: 20px;
    margin-right: 8px;
}

.contact-dtl-1 .contact-address a:hover{
    color: #2d55a6 !important;
}

.conact-dtl h2,
.conact-dtl h4 {
    font-family: "Raleway-SemiBold", sans-serif;
}

.contact-form input::placeholder {
    font-size: 16px;
}

.contact-form input,
.contact-form textarea {
    border: 0;
    border-bottom: 1px solid #e3e3e3;
}

.row1 {
    display: flex;
    justify-content: space-between;
}


.contact-form .file-upload{
    padding: 36px 0px;
}