/* Fudicia General Trading */

/* header */

*{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

html,
body {
    width: 100%;
    height: 100%;
    font-family: raleway;
    font-size: 15px;
    background-color: white;
    min-height: 100%;
}

/* header */

.header {
    width: 100%;
    background-color: #4cc3c7;
    height: 120px;
}

.logo {
    text-align: center;
    margin: 0 auto;
}

.navigation {
    position: absolute;
    left: 0;
    right: 0;
    height: 40px;
    background: #252b35;
    width: 684px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 3px 8px 3px -3px grey;
}

. navigation ul {
    margin: auto;
    padding: 0;
    overflow: hidden;
    width: 60%;
}

.navigation ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
}

.navigation ul li a {
    text-decoration: none;
    padding: 10px 20px;
    display: block;
    color: white;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: normal;
}

.navigation ul li a:hover {
    cursor: pointer;
    color: #4cc3c7;
    transition: 0.5s ease-in-out;
}



/* button */

.button {
  border-radius: 4px;
    position: fixed;
  background-color: #ff5722;
  border: none;
  color: white;
  text-align: center;
  font-size: 28px;
  padding: 10px;
  width: 250px;
    height: 50px;
  transition: all 0.5s;
  cursor: pointer;
    margin: 10px;
    text-transform: uppercase;
    font-weight: normal;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

/* container */

#container {
    width: 100%;
}

#container-details {
    width: 100%;
    min-height: 100%;
}

#container-services {
    width: 100%;
    height: 130%;
}


img.main-photo {
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: none;
    background-size: cover;
    box-shadow: 0 15px 7px -7px grey;
}

img.mainPhoto {
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: none;
    background-size: cover;
}

.icn {
    height: 100px;
    text-align: center;
}

.icn:hover {
    cursor: pointer;
}

.main-page {
    border-width: 1px 0;
    list-style: none;
    margin: 0;
    padding: 150px 50px 150px;
    text-align: center;
    border-top: 1px solid #252b35;
    clear: both;
}

.main-page li {
    display: inline;
}

.main-page a {
    display: inline-block;
    padding: 30px;
    color: black;
    text-decoration: none;
    font-family: sans-serif;
    color: black;
    box-shadow: 0 5px 7px -7px grey;
}

.main-page a:hover{
    text-decoration: underline;
    color: #4cc3c7;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

h1 {
    text-align: center;
    padding: 150px 0;
    text-transform: uppercase;
    font-size: 50px;
}

h2.head {
    text-align: center;
    padding: 150px 0 0 0;
    text-transform: uppercase;
    font-size: 30px;
}

h2.head-services {
    text-align: center;
    padding: 150px 0;
    text-transform: uppercase;
    font-size: 50px; 
}

.container {
    width: 50%;
    height: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
    border-bottom: 1px white solid;
}

p.parag {
    text-align: center;
    margin: auto;
    font-size: 18px;
    line-height: 2;
    font-family: sans-serif;
    padding: 100px 0;
}

p.para {
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    line-height: 2;
    font-family: sans-serif;
    padding-bottom: 20px;
}

p.paragraph {
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    line-height: 2;
    font-family: sans-serif;
    padding: 50px;
}


/* container about */

.container-1 {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    background-color: white;
}

.img-mission, .img-vision {
    padding-top: 50px;
    width: 50%;
    box-shadow: 0 15px 7px -7px grey;
}

.pv {
    font-size: 19px;
    margin: 0 auto;
    line-height: 2;
    font-family: sans-serif;
    padding-bottom: 50px;
    padding-top: 50px;
    box-shadow: 0 5px 7px -7px grey;
    width: 50%;
}

.pm {
    font-size: 19px;
    width: 50%;
    margin: 0 auto;
    line-height: 2;
    padding-top: 50px;
    font-family: sans-serif;
    padding-bottom: 50px;
    
}

.pv {
    border-bottom: 1px solid #252b35;
}

/* footer */

#footer {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    background: #4cc3c7;
    border-top: 1px solid #eaeaea;
    margin-top: 30px;
    font-family: arial;
}

.footer-row {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: black;
    text-transform: uppercase;
}

.footer-left {
    flex-basis: 40%;
    padding: 0 20px 20px 20px;
    margin: 0 auto; 
    text-align: center;
}

.footer-right {
    flex-basis: 50%;
    text-align: center;
    margin: 0 auto;
}

.footer-row h2 {
    margin: 10px 0;
    font-weight: bold;
    font-size: 25px;
    color: black;
}

.footer-row p {
    line-height: 25px
}

.footer-right p a{
    display: block;
    border-radius: 50px;
    text-align: center; 
    color: black;
    text-decoration: none
}

.footer-right, p a:hover {
    cursor: pointer;
    display: block;
    color: white;
    text-decoration: none;
    transition: 0.3s ease-out;
}

.copyRight {
    height: 25px;
    text-align: center;
    padding-top: 20px;
    margin: 0;
    font-size: 12px;
    color: white;
    background: #252b35;
}

/* contact */

.contact-title {
    text-align: center;
    margin: 0 auto;
    min-height: 100%;
}

.contact-details {
    padding-top: 70px;
    padding-bottom: 70px;
    border-bottom: 1px solid white; 
}

form {
    margin-top: 100px;
    text-align: center;
    margin: 0 auto;
}

.form-control {
    width: 684px;
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid gray;
    font-size: 18px;
    margin-bottom: 20px;
}

input {
    height: 45px;
}

form .submit {
    background: #ff5722;
    border-color: transparent;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    height: 50px;
    margin-top: 20px;
}

form .submit:hover{
    text-decoration: none;
    color: black;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

/* products */

.container-3 {
    width: 100%;
    height: auto;
}

.container-4 {
    width: 50%;
    margin: 0 auto;
    height: auto;
}

h4 {
    text-align: center;
    padding: 50px 0;
    font-size: 50px;
    text-transform: uppercase;
}

h5 {
    text-align: center;
    padding: 0;
    font-size: 50px;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: 1px solid grey;
    width: 50%;
    margin: 0 auto;
}

.column {
    float: left;
    width: 50%;
}

.column a {
    text-decoration: none;
    text-transform: uppercase;
}

.column img {
    display: block;
    height: 50%;
    width: 50%;
    margin: 0 auto;
    padding: 70px 0 0 0;
}

.column img:hover {
    filter: blur(1.5px);
}

.card {
    box-shadow: 0 4px 8px 0 grey;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 100px;
    color: black;
    padding: 0;
}

.card:hover {
    background: #4cc3c7;
    color: white;
}

row::after {
    content: "";
    clear: both;
    display: table;
}

#container-4 {
    min-height: 100%;
}

.columN {
    float: left;
    width: 33.33%;
    padding: 200px 0;
}

.columN img {
    display: block;
    height: 50%;
    width: 90%;
    margin: 0 auto;
    padding: 70px 0 0 0;
}

.columN-5 {
    float: left;
    width: 33.33%;
    padding: 70px 0;
}

.columN-5 img {
    display: block;
    height: 50%;
    width: 90%;
    margin: 0 auto;
    padding: 0;
}

h3 {
    text-align: center;
    padding-top: 20px;
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px;
}


row::after {
    content: "";
    clear: both;
    display: table;
}

.columN-1 {
    float: left;
    width: 25%;
    padding: 200px 0 100px 0;
}

.columN-1 img {
    display: block;
    height: 50%;
    width: 90%;
    margin: 0 auto;
    padding: 70px 0 0 0;
}

.columN-8 {
    float: left;
    width: 25%;
    padding: 0;
}

.columN-8 img {
    display: block;
    height: 50%;
    width: 90%;
    margin: 0 auto;
    padding: 0;
}

.columN-9 {
    float: left;
    width: 100%;
    padding: 0;
}

.columN-9 img {
    display: block;
    height: 50%;
    width: 25%;
    margin: 0 auto;
    padding: 100px 0 0 0;
}

.column h3 {
    text-align: center;
}

.column-3 {
    float: left;
    width: 16.66%;
    margin: 0;
    padding: 150px 0 100px 0;
}

.column-3 img.pics {
    display: block;
    height: 60%;
    width: 90%;
    padding-top: 50px;
    padding-bottom: 80px;
    margin: 0 auto;
    box-shadow: 0 5px 7px -7px grey;
}

row::after {
    content: "";
    clear: both;
    display: table;
}

.slider {
    width: 100%;
    background: url(img/global.jpg);
    height: 700px;
    animation: slide 25s infinite;
    box-shadow: 0 15px 7px -7px grey;
}

@keyframes slide{
    20%{
    background: url(img/building2.jpg);
    }
    40%{
    background: url(img/agriculture2.jpg);
    }
    60%{
    background: url(img/food2.jpg);
    }
    80%{
    background: url(img/medical2.jpg);
    }
    100%{
    background: url(img/electronic2.jpg);
    }
}

.slider-2 {
    width: 100%;
    background: url(img/mainp.jpg);
    height: 700px;
    animation: slide 25s infinite;
    box-shadow: 0 15px 7px -7px grey;
}

@keyframes slide-2{
    20%{
    background: url(img/building2.jpg);
    }
    40%{
    background: url(img/agriculture2.jpg);
    }
    60%{
    background: url(img/food2.jpg);
    }
    80%{
    background: url(img/medical2.jpg);
    }
    100%{
    background: url(img/electronic2.jpg);
    }
    100%{
    background: url(img/global.jpg);
    }
}

.product-s a {
    margin: 0 auto;
    text-align: center;
}
    
@media (max-width: 800px) {
  .button {
    display: none;
  }  
}
@media (max-width: 684px) {
  .logo {
    width: auto;
  }      
    
 @media (max-width: 100%) and (min-width: 375px){
        .header, .slider, .slider-2, .container, .parag, #container-details, .img-mission, .container-4, .container-7, .img-vision, #container, img, .navigation  {
            width: auto;
            text-align: center;
        }
        
    }
