/** GLOBALS **/

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

html, 
body {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    overflow-x: hidden;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(248,249,249,1) 60%, rgba(246,246,247,1) 100%);
    font-family: 'Poppins', sans-serif, consolas;
}

.hide {
    opacity: 0;
}

.no-bg {
    background: #FFF !important;
}

a, a:active, a:hover, a:visited {
    color: #23262B;
    text-decoration: none;
}

p {
    line-height: 1.5;
}

section {
    display: flex;
    padding-bottom: 30px;
}

h2 {
    text-align: center;
    font-size: 28px;
    color: #281F4B;
}

h3 {
    font-size: 18px;
}

/** NAVIGATION **/
nav {
    top: 0;
    position: absolute;
    width: 100%;
    height: 120px;
    padding: 20px;
    padding-bottom: 0px;
}

.container {
    max-width: 1140px;
    width: 100%;
    padding: 0px 20px;
    margin: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

nav .container {
    height: 100%;
}

nav ul {
    border-top: 1px solid rgb(95, 68, 226);
}

.logo {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 3px solid #e4e1f9;
}

.logo-container, .logo-container a {
    color: #e4e1f9 !important;
    display: flex;
    align-items: center; 
    justify-content: center;
    width: 100%;
}

.logo-text {
    text-transform: uppercase;
    display: inline-flex;
    flex-direction: column;
    margin-left: 20px;
    font-weight: 500;
    font-size: 150%;
}

.logo-text span {
    border-top: 1px solid #5f44e2;
    text-transform: capitalize;
    font-size: 13px;
    color: #e4e1f9b1;
}

nav ul {
    height: 70%;
    display: flex;
    align-items: center;
    margin-right: 40px;
}

nav ul a, nav ul a:visited, nav ul a:active {
    font-size: 13px;
    color: #9390ee;
    margin: 0px 20px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    height: 100%;
    width: 60px;
}

nav ul a:hover {
    color: #dcd9f0;
}

.active {
    justify-content: center;
    color: #e4e1f9 !important;
    border-top: 1px solid #e4e1f9 ;
}

nav ul li {
    list-style: none;
}

/** HEADER **/
header {
    background: #352393;
    background: linear-gradient(0deg, rgb(65, 43, 175) 0%, rgb(70, 47, 199) 33%, rgba(74,48,209,1) 100%);
    color: #FFFFFF;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 3;
    min-height: 450px;
}

.main header {
    background: #4a30d1;
    min-height: 600px;
}

.landing {
    width: 100%;
    margin-bottom: 55px;
}

.main .landing {
    margin-bottom: auto !important;
}

.hero {
    margin-top: 20px;
    max-width: 600px;
    padding: 20px;
    float: left;
}

.hero h1 {
    text-transform: capitalize;
    font-weight: 300;
    word-spacing: 2px;
    font-size: 42px;
}

.hero-text {
    margin: 20px 0px 40px 0px;
}

.hero-btn {
    cursor: pointer;
    background-color: #1dc0bb;
    border: 1px solid #1dc0bb;
    height: max-content;
    width: max-content;
    color: #010203;
    padding: 7px 17px;
    border-radius: 5px;
    z-index: 999;
    box-shadow: 0 8px 6px -6px #18273f65;
}

.hero-btn:hover {
    scale: 1.02;
    color: #010203;
    box-shadow: 0 8px 6px -6px #18273f;
}

/** ABOUT **/
#about {
    position: relative;
}
#about svg {
    position: absolute;
    top: -25px;
    z-index: 2;
}
#about svg:nth-child(2) {
    z-index: 1;
    top: -50px;
    scale: 1.1;
    transform: rotateZ(-3deg);
}

#about .row {
    top: 200px;
    position: relative;
}

#about .container {
    z-index: 5;
    align-items: flex-start;
    flex-wrap: wrap;
}

.col-4 {
    position: relative;
    width: 275px;
    height: 350px;
    padding: 30px 20px;
    background-color: #FFF;
    margin: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all .2s ease-in-out;
    box-shadow:
    0 2.8px 2.2px rgba(121, 126, 160, 0.034),
    0 6.7px 5.3px rgba(121, 126, 160, 0.048),
    0 12.5px 10px rgba(121, 126, 160, 0.06),
    0 22.3px 17.9px rgba(121, 126, 160, 0.072),
    0 41.8px 33.4px rgba(121, 126, 160, 0.086),
    0 20px 20px rgba(121, 126, 160, 0.12);
    border-radius: 7px;
}

#about .container .col-4:hover, #countries .col-4:hover {
    scale: 1.05;
}

.tweet {
    color: #1DA1F2;
}

.description {
    font-size: 14px ;
}

.icon {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    position: relative;
}

/*
.icon i {
    top: -5px;
    position: absolute;
}
*/

.purple {
    color: #5e3fd3;
    background-color: #e1dbf7;
}

.cyan {
    color: #36c6c2;
    background-color: #d3f3f2;
}

.bordered.cyan  {
    border: 1px solid #36c6c2;
}


.yellow {
    color: #f9aa22;
    background-color: #fdeed4;
}

.bordered.yellow  {
    border: 1px solid #f9aa22;
}

.dark-yellow {
    color: #f9aa22;
    background-color: #fdeed4ef;
}

.darker-yellow {
    color: #f9aa22;
    background-color: #fdeed4ce;
}


.blue {
    color: #7c5ef0;
    background-color: #e1dafc;
}

.dark-blue {
    color: #7c5ef0;
    background-color: #e1dafcd2;
}

.darker-blue {
    color: #7c5ef0;
    background-color: #e1dafc9c;
}

.bordered.blue  {
    border: 1px solid #7c5ef0;
}

.green {
    color: #43d1a1;
    background-color: #d9f6ec;
}

.dark-green {
    color: #43d1a1;
    background-color: #caf5e6;
}

.darker-green {
    color: #43d1a1;
    background-color: #caf7e6;
}

.red {
    color: #dd7a69;
    background-color: #f6dcd8;
}

.dark-red {
    color: #dd7a69;
    background-color: #fce1dd;
}

.darker-red {
    color: #dd7a69;
    background-color: #fcdcd6;
}

.topic {
    width: max-content;
}

.arrow {
    position: absolute;
    bottom: 27px;
    right: 30px;
    color: #5e3fd3;
}

/* ABOUT US AND PRODUCTS*/

#products, #contact, #about-us, #achievements, #partners, #countries, #steel, #bag {
    position: relative;
    padding-top: 80px;
    flex-direction: column;
}   

#products, #partners {
    background-color: #fff;
    border-top: 1px solid #ddd;
    padding-bottom: 80px;
}

.showcase {
    margin-top: 30px;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}

.accordion, .unaccord {
    margin-top: 20px;
}

#achievements .col-4 {
    box-shadow: none;
    background-color: transparent;
    border: 1px solid #fff;
    height: max-content;
    width: 30%;
    min-width: 300px;
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #ffffff !important;
    animation: 3s ease-in-out linear;
}

.product img:hover {
    scale: 1.2;
    transition: all .3s ease-in-out;
}

#achievements .col-4:hover {
    transform: scale(1.05);
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
}

.showcase h3, #achievements h3 {
    margin: 20px 0px;
}

#achievements h2 {
    color: #000 !important;
}

.view {
    height: 200px;
    width: 100%;
}

.text-body {
    margin: 20px 0px;
}

.goto, .goto:hover, .goto:visited {
    width: 100%;
    padding: 15px;
    text-align: center;
    border-top: 1px solid #ddd;
    color: #5e3fd3;
}

.product {
    height: 250px;
    width: 150px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.product img, .img-wrapper {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #e4e1f9;
}

.product p {
    text-align: center;
    width: 100%;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 300;
    word-wrap: break-word;
    margin-top: 10px;
}

.heading {
    width: 100%;
    padding: 0px 10px;
}

.heading h3 {
    font-weight: 400;
    margin: 0 auto;
    width: 100%;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 2.5;
    border-bottom: 2px solid #18273f67;
    margin-bottom: 20px;
}


.container h2 {
    margin: auto;
    margin-bottom: 30px;
}

.container h2:after {
    display: block;
    height: 2px;
    background-color: #e67e22;
    content: " ";
    width: 100px;
    margin: 0 auto;
        margin-top: 0px;
    margin-top: 30px;
}

#achievements .container h2:after {
    background-color: #23262B;
}


/* ACHIEVEMENTS */
#achievements {
    background: 
    linear-gradient(180deg, rgba(95, 68, 226,0) 20%, rgba(95, 68, 226,.1) 20%, rgba(95, 68, 226,.1) 40%, rgba(95, 68, 226,.2) 40%, rgba(95, 68, 226,.2) 60%, rgba(95, 68, 226,.4) 60%, rgba(95, 68, 226,.4) 80%, rgba(95, 68, 226,.5) 80%),
    linear-gradient(45deg, rgba(65, 43, 175,.3) 20%, rgba(65, 43, 175,.4) 20%, rgba(65, 43, 175,.4) 40%, rgba(65, 43, 175,.5) 40%, rgba(65, 43, 175,.5) 60%, rgba(65, 43, 175,.6) 60%, rgba(65, 43, 175,.6) 80%, rgba(65, 43, 175,.7) 80%),
    linear-gradient(-45deg, rgba(186, 237, 145,0) 20%, rgba(186, 237, 145,.1) 20%, rgba(186, 237, 145,.1) 40%, rgba(186, 237, 145,.2) 40%, rgba(186, 237, 145,.2) 60%, rgba(186, 237, 145,.4) 60%, rgba(186, 237, 145,.4) 80%, rgba(186, 237, 145,.6) 80%),
    linear-gradient(90deg, rgba(178, 206, 254,0) 20%, rgba(178, 206, 254,.3) 20%, rgba(178, 206, 254,.3) 40%, rgba(178, 206, 254,.5) 40%, rgba(178, 206, 254,.5) 60%, rgba(178, 206, 254,.7) 60%, rgba(178, 206, 254,.7) 80%, rgba(178, 206, 254,.8) 80%),
    linear-gradient(-90deg, rgba(242, 162, 232,0) 20%, rgba(242, 162, 232,.4) 20%, rgba(242, 162, 232,.4) 40%, rgba(242, 162, 232,.5) 40%, rgba(242, 162, 232,.5) 60%, rgba(242, 162, 232,.6) 60%, rgba(242, 162, 232,.6) 80%, rgba(242, 162, 232,.8) 80%),
    linear-gradient(180deg, rgba(254, 163, 170,0) 20%, rgba(254, 163, 170,.4) 20%, rgba(254, 163, 170,.4) 40%, rgba(254, 163, 170,.6) 40%, rgba(254, 163, 170,.6) 60%, rgba(254, 163, 170,.8) 60%, rgba(254, 163, 170,.8) 80%, rgba(254, 163, 170,.9) 80%)
;
  background-color: rgb(254, 163, 170);
  background-size: 100% 100%;
  min-height: 100%;
  padding: 80px 0px !important;
}

#achievements h2 {
    color: #FFFFFF;
}

#achievements .container {
    justify-content: center;
    position: relative;
}

#achievements img {
    height: auto;
}

.gallery .icon {
    position: absolute;
    right: -10px;
    top: -10px;
}

/*PARTNERS*/

#partners .container, #countries .container {
    flex-wrap: wrap;
    justify-content: center;
}

#countries .text-body, #partners .text-body {
    margin-bottom: 0px;
    text-align: center;
    width: 100%;
}

#partners .container:nth-child(1) {
    flex-direction: column;
}

#partners .wrapper {
    margin: auto;
    padding: 20px;
    position: relative;
    display: flex;
    width: 100% !important;
    max-width: 1140px;
    height: max-content !important;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

#countries .col-4 {
    height: 320px;
}

#countries img {
    width: 100%;
    height: 220px;
}

.company {
    width: 150px;
    height: 120px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.company img {
    width: 70%;
    position: relative;
}

.company {
    margin: 15px;
    overflow: hidden;
    border: 3px solid #ddd;
}

/* FOOTER */

footer {
    margin-top: 60px;
    padding: 40px 20px 60px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: #010508;
    position: relative;
    font-size: 13px;
    z-index: 997;
}

footer ul li {
    color: #ffffffd0 !important;
    list-style: none;
}

footer ul li a {
    color: #ffffffd0 !important;
}

.dev {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #ffffff8e;
}

/*STEEL PAGE*/

#steel-start {
    background: #fff !important;
}

#steel .container {
    margin-left: 210px;
    padding: 0px 20px;
    width: calc(100% - 220px);
}

#bag .container {
    padding: 20px;
}

.data {
    flex-direction: column;
}

.info {
    display: flex;
}

.product-img {
    height: 200px;
    width: auto;
    margin-right: 30px;
    order: 1;
}

.info .wrapper {
    padding: 0px 20px;
}

.info h4, .specification h4 {
    width: max-content;
    margin-bottom: 20px;
}

.tags {
    display: flex;
    flex-wrap: wrap;
}

.tag {
    margin-top: 20px;
    width: max-content;
    padding: 5px 10px;
    border-radius: 7px;
    margin-right: 15px;
}

.specification {
    width: 100%;
    margin-top: 20px;
    padding: 0px 20px;
}

.quote {
    font-size: 13px;
}

.side-nav {
    z-index: 996;
    background-color: #fff;
    position: absolute;
    height: 100vh;
    top: 0px;
    left: 0px;
    width: 220px;
    display: inline-flex;
    z-index: 10;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    transition: left .35s ease-in-out, opacity 0.5s ease-in-out;
    padding: 10px;
    box-shadow:0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.side-nav-btn {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 45%;
    right: -35px;
    padding: 10px;
    font-size: 26px;
    background-color: #fff;
    box-shadow: 6px 0px 6px rgba(0,0,0,0.23);
    transition-delay: 0.3s;
}

.swipe-menu {
    left: 0px;
}

.side-nav li {
    font-size: 14px;
    list-style: none;
    padding: 10px;
    color: #23262b9f;
}

.side-nav li:hover {
    color: #23262B !important;
}

.head-li {
    color: #23262B !important;
    padding: 20px 10px !important;
}

.sub-li {
    margin-left: 25px;
}

.fa-project-diagram {
    margin-right: 5px;
    font-size: 90%;
}

.active-menu {
    color: #23262B !important;
}

table {
    letter-spacing: 1px;
    margin: 20px auto;
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
    cursor: pointer;
}

thead {
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    font-size: 120%;
    background-color: #cfcfcf2d;
}

tr td {
    padding: 8px;
    text-align: left;
    border: 1px solid #18181823;
}

tr:hover {
    transform: scaleY(1.2);
    transform: scaleX(1.02);
    background-color: #1dc0bb17;
    
}

.dm table {
    letter-spacing: normal;
    font-size: 13px;
    font-weight: 400;
}

.dm tr td {
    border: 1px solid #18181862;
}

.numbering {
    text-align: center;
    color: #23262ba6;
}

.diff {
    margin-top: 60px;
}

.wrapper ul {
    margin-left: 10px;
    list-style: square;
}

.x {
    padding: 2px 10px;
}

/* BAGS */

#bag {
    padding-top: 40px;
    padding-bottom: 0px;
    background-color: #fff;
}

.bag-gallery {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

.bag-img img {
    height: 250px;
    width: 220px;
    border: 1px solid #ddd;
    margin-right: 10px;
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 5%,rgba(255,255,255,0) 100%);
}

.bag-img .text-body {
    margin-top: 0px;
    width: 100%;
    text-align: center;
}

#bag .wrapper ul {
    margin: 10px 0px 10px 20px;
}

/* CONTACT */

.contact-info {
    display: inline-flex;
    width: 25%;
    flex-direction: column;
    font-size: 14px;
}

form {
    display: inline-flex;
    width: 75%;
    flex-wrap: wrap;
    padding: 20px;
    justify-content: space-between;
}

input, textarea {
    font-family: 'Poppins', sans-serif;
    width: 45%;
    margin: 10px;
    float: left;
    height: 56px;
    border: none;
    padding: 0 29px;
    background: #eff4f7;
    border-radius: 4px;
    margin-bottom: 21px;
}

textarea {
    padding: 23px 29px;
    height: 150px;
    width: 100%;
}

form button {
    margin: 10px;
}

.contact-info ul li {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    display: flex;
}

.contact-info i {
    font-size: 20px;
    color: #1dc0bb;
    margin-right: 10px;
}

.scroll-to-top {
    display: flex;
    position: fixed;
    height: 50px;
    width: 50px;
    font-size: 24px;
    color: #FFFFFF;
    border-radius: 50%;
    box-shadow: none;
    bottom: 40px;
    right: 30px;
    justify-content: center;
    align-items: center;
}

.scroll-to-top:hover {
    color: #FFF;
    box-shadow: none;
    scale: 1.1;
}

.side-toggle {
    z-index: 11;
    position: fixed;
    top: 45%;
    display: none;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    left: -25px;
    opacity: 0.7;
    justify-content: center;
    align-items: center;
}

strong.inter-trade {
    font-weight: 600;
    position: relative;
    z-index: 2;
    text-shadow: 
    1px 0px 1px #ccc, 0px 1px 1px rgb(253, 149, 149), 
    2px 1px 1px #ccc, 1px 2px 1px rgb(160, 207, 238),
    3px 2px 1px #ccc, 2px 3px 1px rgb(201, 231, 93);
}

#jute-bags {
    margin-top: 40px;
}

#jute-bag img {
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 5%,rgba(255,255,255,0) 100%);
}

#steel-prod img {
    background-color: #799195;
}