/*
Theme Name: Century Textiles and Industries Limited
Author: Mayur
Author URI: https://wordpress.org
Description: Century Textiles and Industries Ltd. is one of the leading manufacturers of cotton textiles. It has also a remarkable presence in yarn and other related products..
Requires at least: 4.5
Tested up to: 4.5
Requires PHP: 8.1
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Century Textiles and Industries Limited
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/
/* 
1. Common CSS  
*/
/*! Common CSS Start Here  !*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
@font-face {
font-family: "HelveticaNeueLTStd-Roman";
src: url("../fonts/HelveticaNeueLTStd-Roman.woff") format("woff"),
}
@font-face {
font-family: "Bodoni 72";
src: url("../fonts/Bodoni-72.woff") format("woff"),
}
:root {
  --theme-color: #494949;
  --header-color: #02050c;
  --white-color: #fff;
  --black-color: #000;
  --heading-color: #494949;
  --banner-font: 400 70px/73.01px "Bodoni 72", sans-serif;
  --header-font: 500 16px/16px  "HelveticaNeueLTStd-Roman", sans-serif;
  --footer-font: 400 14px/14px  "HelveticaNeueLTStd-Roman", sans-serif;
  --heading-font: 400 70px/70px "Bodoni 72", sans-serif;
  --sub-heading-font: 500 24px/30px "HelveticaNeueLTStd-Roman", sans-serif;
  --body-font: 400 18px/29px "HelveticaNeueLTStd-Roman", sans-serif;
  --btn-font: 400 18px/0 "HelveticaNeueLTStd-Roman", sans-serif;
}
body {
  margin: 0;
  padding: 0;
  font: var(--body-font);
  font-display: swap !important;
  height: 100%;
  width: 100%;
}
h1 {
  font: var(--banner-font);
  color: var(--heading-color);
  font-display: swap;
}
h2 {
  font: var(--heading-font);
  color: var(--heading-color);
  font-display: swap;
}
h3 {
  font: var(--sub-heading-font);
  color: var(--heading-color);
  font-display: swap;
}
a {
  color: var(--heading-color);
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out !important;
  -o-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}
a:hover {
  color: var(--heading-color);
  text-decoration: none;
}
p {
  font: var(--body-font);
  color: var(--heading-color);
  font-weight: 400;
}
h2 span {
  color: var(--theme-color);
}
button,
button:hover,
button:focus,
button:active,
.form-control,
.form-control:hover,
.form-control:focus,
.form-control:active {
  -webkit-transition: 0.3s ease-in-out !important;
  -o-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
  background: unset;
  border: 0;
  box-shadow: unset;
  outline: 0;
}
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999999999 !important;
  overflow: hidden;
  background: #fff;
  background: url("../images/logo.svg") 50% 50% no-repeat rgb(255, 255, 255);
}
::-webkit-scrollbar {
  width: 0.35rem;
}
::-webkit-scrollbar-track {
  background: var(--theme-color);
}
::-webkit-scrollbar-thumb {
  background: var(--white-color);
}
::-moz-selection {
  /* Code for Firefox */
  color: var(--text-white);
  background: var(--theme-color);
}
::selection {
  color: var(--white-color);
  background: var(--theme-color);
}

ul.social-media {
    display: flex;
    list-style: none;
    position: absolute;
    right: 200px;
    top: 0;
    padding: 10px 0;
}
ul.social-media li {
    padding: 0 0px 0 25px;
}
.section-spacing {
  padding: 3rem 0 0;
}
.section-inner-spacing {
  padding: 7rem 0 3rem;
}
.zoom-hover picture {
  position: relative;
  overflow: hidden;
  display: block;
}
.zoom-hover picture img {
  -webkit-transition: 1.5s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition: 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.zoom-hover:hover picture img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: var(--white-color);
  font-size: 20px !important;
  margin: 5px;
  padding: 4px 7px;
  background: var(--black-color) !important;
  display: inline-block;
  cursor: pointer;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  opacity: 0.5;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: var(--theme-color);
  color: var(--white-color);
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: var(--white-color);
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--theme-color);
}
.main-btn {
  display: inline-block;
  color: var(--thme-color);
  font: var(--btn-font);
  font-weight: normal;
  -webkit-transition: 0.3s ease-in-out !important;
  -o-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
  position: relative;
}
.main-btn::before {
  content: "";
  border-bottom: 2px solid var(--theme-color);
  display: block;
  width: 100%;
  position: absolute;
  top: 25px;
}
.container-fluid {
  padding: 0;
  margin: 0;
  /*overflow: hidden;*/
}
/*! Common CSS End Here !*/
/*! Header CSS Start Here !*/
#navigationbar .navbar {
  padding: 0 50px;
  height: 100px;
}
#navigationbar .navbar .nav-link {
  font: var(--header-font);
  /*color: var(--header-color);*/
  padding-inline: 20px;
  font-weight: 500;
  font-size: 18px;
  margin: 0 10px;
}
#navigationbar .navbar .nav-link:hover {
  color: var(--theme-color);
}
.nav-up {
  top: -140px;
  background: var(--white-color);
}
header {
  position: fixed;
  -webkit-transition: top 0.6s ease-in-out;
  -o-transition: top 0.6s ease-in-out;
  transition: top 0.6s ease-in-out;
  width: 100%;
  z-index: 999;
}
.nav-down {
  color: var(--black-color);
  top: 0;
  z-index: 99999;
  background: var(--white-color);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.navbar-buttons .navbar-button-list {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.navbar-buttons li {
  padding-inline: 10px;
}
header .container-fluid {
  overflow: inherit;
}
#navigationbar .navbar-expand-lg .navbar-nav {
  padding: 0 50px;
  margin-top: 50px;
}
.social-media-mobile {
    display:none;
}
ul.social-media.social-media-desktop img {
    width: 20px !important;
    height: 20px !important;
}
/*! Header CSS End Here !*/
/*! Footer CSS Start Here !*/
#footer {
  margin-bottom: 20px;
  position: relative;
}
#footer span {
  color: #767777;
  display: block;
  padding-top: 90px;
  font-size: 14px;
}

.footer-object {
  position: absolute;
  top: 33px;
  left: 0;
  right: 0;
}
.footer-object img {
    width: 100%;
}
#button {
  display: inline-block;
  background-color: #6590b3;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 30px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "";
  /*background-image: url(../images/home/back-to-top.svg);*/
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  line-height: 50px;
  color: #fff;
   border-radius: 30px;
}
#button:hover {
  cursor: pointer;
  background-color: #494949;
  border-radius: 30px;
}
#button:active {
  background-color: #555;
  border-radius: 30px;
}
#button.show {
  opacity: 1;
  visibility: visible;
  border-radius: 30px;
  box-shadow: -3px -1px 20px 6px rgba(193, 192, 241, 0.5);
  z-index:9999;
}
img.arrow.up {
    width: 20px;
}
a.navbar-brand-mobile {
    display: none;
}
/*! Footer CSS End Here !*/

@media only screen and (min-width: 2000px) {
    #footer span {
    color: #767777;
    display: block;
    padding-top: 110px;
    font-size: 14px;
}
}
