@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.btn10 {
    border: 1px solid #a30000!important;
    text-align: center;
    position: relative;
    overflow: hidden!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #a30000!important;
    z-index: 10;
    display: inline-block;
    color: #fff;
    padding: 20px 20px;
    border-radius: 10px;
    font-size: 17px;
    font-family: Poppins;
    font-weight: 400
}

.btn10:hover {
    border: 1px solid #a30000!important;
    color: #fff!important
}

.btn10::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #a30000;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    transition: all .7s cubic-bezier(.77, 0, .175, 1);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000!important
}

.btn10::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #fff;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2, .95, .57, .99);
    -moz-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    -o-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    transition: all .4s cubic-bezier(.2, .95, .57, .99);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000!important
}

.btn10:hover::before,
.btn1O:hover::before {
    opacity: 1;
    width: 116%
}

.btn10:hover::after,
.btn1O:hover::after {
    opacity: 1;
    width: 120%
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 55px;
    line-height: 60px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 55px;
    line-height: 60px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 30px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 24px;
    line-height: 29px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

p {
    color: #41ACCA;
    font-size: 50px;
    line-height: 60px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}

/*Inknylon Custom Start*/

.inkdnylon-custom-images img {
    width: 100%;
    height: 788px;
    object-fit: contain;
}
.inkdnylon-custom-sec {
    background-image: url('https://demo-customlinks.com/custom-apparel-dev/images/inkdnylon-custom-back.png');
    width: 100%;
    background-size: cover;
    height: 790px;
}
.container-fluid.add-padding {
    padding: 0 4%;
}
.inkdnylon-custom-logo {
    margin-top: 70px;
}
.inkdnylon-custom-images {
    text-align: end;
}
.inkdnylon-custom-heading h2 {
    font-family: "Ubuntu", sans-serif;
    color: #000;
    font-size: 61px;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 65px;
}
.inkdnylon-custom-heading h2 span {
    display: block;
}
.inkdnylon-custom-heading {
    margin-top: 120px;
}
.inkdnylon-custom-button {
    margin-top: 110px;
}
.inkdnylon-custom-button a {
    font-size: 25px;
    background: linear-gradient(180deg, #000000, #2e2d2d);
    font-family: "Ubuntu", sans-serif;
    color: #fff;
    padding: 15px 25px;
    border-radius: 10px;
}
/*Inknylon Custom End*/

@media only screen and (min-width: 1800px) and (max-width: 1920px){

.inkdnylon-custom-sec {
  
    height: 960px;
}

.inkdnylon-custom-logo {
    margin-top: 95px;
}
.inkdnylon-custom-heading {
    margin-top: 170px;
}

.inkdnylon-custom-button {
    margin-top: 170px;
}
.inkdnylon-custom-images img {
    width: 100%;
    height: 959px;
    object-fit: contain;
}






}

@media only screen and (min-width: 1400px) and (max-width: 1450px){
    .inkdnylon-custom-images img {
        width: 100%;
        height: 700px;
        object-fit: contain;
    }
    .inkdnylon-custom-logo {
    margin-top: 60px;
}
.inkdnylon-custom-heading h2 {
  
    font-size: 55px;

  
    line-height: 55px;
}
.inkdnylon-custom-heading {
    margin-top: 100px;
}
.inkdnylon-custom-button a {
    font-size: 28px;
    
}
.inkdnylon-custom-sec {
  
    height: 700px;
}

}

@media only screen and (min-width: 1200px) and (max-width: 1399px){

.inkdnylon-custom-images img {
        width: 100%;
        height: 600px;
        object-fit: contain;
    }

.inkdnylon-custom-sec {
   
    height: 600px;
}
.inkdnylon-custom-logo {
    margin-top: 40px;
}
.inkdnylon-custom-heading h2 {
    
    font-size: 50px;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 55px;
}

}

@media only screen and (min-width: 992px) and (max-width: 1199px){
       .inkdnylon-custom-logo a img {
        width: 40%;
    }
      .inkdnylon-custom-logo {
        margin-top: 45px;
    }
.inkdnylon-custom-heading {
        margin-top: 60px;
    }

       .inkdnylon-custom-button {
        margin-top: 80px;
    }
      .inkdnylon-custom-images img {
        height: 495px;
    }
  .inkdnylon-custom-button a {
        font-size: 19px;
        padding: 12px 15px;
        border-radius: 5px;
    }
    .inkdnylon-custom-heading h2 {
        font-size: 35px;
        line-height: 40px;
    }
       .inkdnylon-custom-sec {
        height: 495px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){



      .inkdnylon-custom-logo a img {
        width: 35%;
    }
  .inkdnylon-custom-logo {
        margin-top: 35px;
    }
.inkdnylon-custom-heading {
        margin-top: 50px;
    }

    .inkdnylon-custom-button {
        margin-top: 50px;
    }
     .inkdnylon-custom-images img {
        height: 390px;
    }
  .inkdnylon-custom-button a {
        font-size: 15px;
        padding: 8px 8px;
        border-radius: 5px;
    }
.inkdnylon-custom-heading h2 {
        font-size: 30px;
        line-height: 35px;
    }
        .inkdnylon-custom-sec {
        height: 384px;
    }







}

@media only screen and (min-width: 520px) and (max-width: 767px){

    .inkdnylon-custom-logo a img {
        width: 30%;
    }
    .inkdnylon-custom-logo {
        margin-top: 25px;
    }
.inkdnylon-custom-heading {
        margin-top: 32px;
    }

 .inkdnylon-custom-button {
        margin-top: 25px;
    }
    .inkdnylon-custom-images img {
        height: 260px;
    }
    .inkdnylon-custom-button a {
        font-size: 8px;
        padding: 8px 8px;
        border-radius: 5px;
    }
.inkdnylon-custom-heading h2 {
        font-size: 20px;
        line-height: 25px;
    }
    .inkdnylon-custom-sec {
        height: 260px;
    }









}

@media only screen and (min-width: 300px) and (max-width: 519px){

   .inkdnylon-custom-logo a img {
    width: 20%;
}
.inkdnylon-custom-logo {
    margin-top: 5px;
}
.inkdnylon-custom-heading {
    margin-top: 20px;
}

    .inkdnylon-custom-button {
        margin-top: 15px;
    }
    .inkdnylon-custom-images img {

    height: 150px;
   
}
.inkdnylon-custom-button a {
        font-size: 4px;
        padding: 8px 8px;
        border-radius: 5px;
    }
.inkdnylon-custom-heading h2 {

    font-size: 10px;

    line-height: 15px;
}
    .inkdnylon-custom-sec {
  
    height: 150px;
}
}