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

@font-face {
    font-family: 'M-Bol';
    src: url(/Fonts/Montserrat-Bold/Montserrat-Bold.ttf);
}

@font-face {
    font-family: 'MLight';
    src: url(/Fonts/Montserrat-Bold/Montserrat-Light.ttf);
}

@font-face {
    font-family: 'M-Med';
    src: url(./Fonts/Montserrat-Bold/Montserrat-Medium.ttf);
}

@font-face {
    font-family: 'MReg';
    src: url(./Fonts/Montserrat-Bold/Montserrat-Regular.ttf);
}

/* ------------------------------------------ Nav with landing page ------------------------------------------- */

.landngpage {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 0;
    background-color: rgb(0, 34, 64, 0.8);
    width: 50%;
    height: 100%;
    animation-name: slidefromright;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes slidefromright {
    0% {
        transform: translateX(300px);
        opacity: 0;
    }

    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}


.text {
    color: white;
    font-size: 50px;
    font-family: "Montserrat";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.responsive-bar {
    display: none;
}

nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    padding: 10px 20px;
    box-sizing: border-box;
    z-index: 2;
    background: rgb(0, 73, 135);
}

nav.black {
    background: rgb(0, 73, 135);
    height: 80px;
    padding: 10px 50px;
}

nav .logo {
    float: left;
}


nav .logo img {
    height: 150px;
    margin-top: -45px;
    width: 200px;
}


nav>ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-family: "Montserrat";
    margin-top: -12px;
}

nav>ul>li {
    list-style: none;
    display: inline-block;
}

nav>ul>li>a:hover {
    border-bottom: 1px solid white;
    color: #fff;
}

nav>ul>li>a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    /*for capitalisation of letters */
    line-height: 80px;
    padding: 5px 12px;
    font-size:12px;

}
.head{
    
    font-family: 'Montserrat';
    font-size: 40px;
    text-align: center;
    margin-top: 70px;
    font-weight: 700;
}
/* ------------ARTICLES------------------ */
.article-box {

    width: 100%;
    /*margin-top: 5%;*/
    padding: 40px;

    display: flex;
    justify-content: space-evenly;
}

.article-left {
    width: 45%;

    padding: 16px 18px 10px;
    /*border-left: 0.5px solid rgb(221, 216, 216);*/
    /*border-right: 0.5px solid rgb(221, 216, 216);*/

}

.article-right {
    width: 33%;

    padding: 16px 18px 10px;
    border-left: 0.5px solid rgb(221, 216, 216);
    border-right: 0.5px solid rgb(221, 216, 216);


}

.article-mid {
    width: 45%;

    padding: 16px 18px 10px;

}

.left1 {
    background: rgb(255, 255, 255);

    margin-bottom: 70px;
    width: 100%;

}

.mid1,
.right1 {
     margin-bottom: 70px;

}

.article-image>img {
    display: block;
    width: 100%;
    object-fit: cover;
    transition: 0.9s;
    object-position: center;
        margin-top: 96px;
}

.article-image>img:hover {
    cursor: pointer;
    transform: scale(1.1);
}

.info {
    padding: 15px 0px;
    font-family: 'Montserrat', sans-serif;
}

.info>h2 {
    font-size: 36px;
}

.tags {
    display: flex;
    margin: 15px 0 10px;

}

.tag1 {
    background: rgb(0, 73, 135,0.9);
    padding: 2px;
    align-self: center;
    text-align: center;
    width: 35%;
    /* clip-path: polygon(0 50%, 10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%); */
}

.tag1>h3 {
    text-align: center;
    font-size: 12px;
    font-family: 'Montserrat';
    margin-top: 2px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    color: rgb(255, 255, 255);
}



.info>h2 {
    font-family: 'Montserrat';
    font-size: 28px;
    margin: 5px 0px 0px;
    padding: 5.05px 0px;
}

.info>h4 {
    font-size: 20px;
    font-family: 'Montserrat';
    margin: 5px 0px;
}

.info>p {
    font-size: 17px;
    margin: 10px 0px;
    line-height: 25px;
}

/* ---------Italy------------- */
.italy-box {

    width: 100%;
    margin-top: 5%;
    padding: 40px;

    display: none;
    justify-content: space-evenly;
}

.italy-left {
    width: 50%;

    padding: 16px 18px 10px;
    border-left: 0.5px solid rgb(221, 216, 216);
    border-right: 0.5px solid rgb(221, 216, 216);

}

.italy-right {
    width: 40%;

    padding: 16px 18px 10px;
    border-left: 0.5px solid rgb(221, 216, 216);
    border-right: 0.5px solid rgb(221, 216, 216);


}

#toggle,
#under {
    text-decoration: none;
    font-size: 45px;
    color: black;
    font-weight: bolder;
    /* padding: 0 10px; */
    text-align: center;
    /* margin: 50px 50px; */
    border: none;
    background-color: white;
}

/* ------------------------- Footer ----------------------------- */

.footer-distributed {
    background: rgb(0, 73, 135);
    box-sizing: border-box;
    width: 100%;
    height: 85vh;
    text-align: left;
    padding: 55px 50px;
    position: relative;
    overflow: hidden;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
    display: inline-block;
    vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left {
    width: 40%;
        margin: 30px 0 0 0;
}

/* The company logo */

.footer-distributed h3 {
    color: #ffffff;
    font-size: 17px;
    margin: 0;
    font-family: 'Montserrat';
}

#miniad {
    font-size: 15px;
    color: white;
    padding-right: 50px;
    margin-top: 10px;
    font-family: 'Montserrat';
}

#secad {
    font-size: 15px;
    color: white;
    padding-right: 50px;
    margin-top: 20px;
    font-family: 'Montserrat';
}

/* Footer links */

.footer-distributed .footer-links {
    color: #ffffff;
    padding: 0;
    font-size: 18px;
    /*margin-top: 100px;*/
    font-family: 'Montserrat';
    list-style-type: none
}
.footer-distributed .footer-links ul li{
    color: #ffffff;
    padding: 0;
    font-size: 18px;
    margin-top: 100px;
    font-family: 'Montserrat';
}


.footer-distributed .footer-links a {
    display: inline-block;
    line-height: 40px;
    text-decoration: none;
    color: white;
}

.footer-distributed .footer-company-name {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}







/* Footer Right */

.footer-distributed .footer-right {
    width: 40%;
    margin-top: 30px;
    margin-left: 20px;
}

.footer-distributed .footer-company-about {
    line-height: 20px;
    color: #ffffff;
    font-size: 15px;
    margin: 0;
    font-family: 'Montserrat';
}

#contac {
    line-height: 20px;
    color: #ffffff;
    font-size: 15px;
    margin: 0;
    margin-top: 20px;
    font-family: 'Montserrat';
}

.footer-end{

position: absolute;
    margin-left: 840px;
    margin-top: -320px;
}


/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

    .footer-distributed {
        font: bold 14px sans-serif;
    }

    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

    .footer-distributed .footer-center i {
        margin-left: 0;
    }

}

.logs {
    position: absolute;
    width: 400px;
    height: 300px;
    margin-left:-60px;

}

#footlog {
    width: 100%;
    margin-top: -115px;
}


/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

    .footer-distributed {
        font: bold 14px sans-serif;
    }

    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

    .footer-distributed .footer-center i {
        margin-left: 0;
    }

}

.logs {
    position: absolute;
    width: 400px;
    height: 300px;
    margin-left:-60px;

}

#footlog {
    width: 100%;
    margin-top: -115px;
}



@media only screen and (max-width: 600px) {
    
     .bg img{
         display:none;
   }
    
    
    .landngpage {
    width: 100%;
    height: 61vh;
    position: relative;
    overflow: hidden;
}
   #contac a {
    line-height: 20px;
    color: #ffffff;
    font-size: 15px;
    margin: 0;
    margin-top: 20px;
    font-family: 'Montserrat';
    text-decoration:none;
}
    
    nav{
        display:none;
    }
    
   
.mobile-container {
  max-width: 420px;
  margin: auto;
  background-color: #fff;
  height: 0px;
  color: white;
  border-radius: 10px;
}

.mobile-container img {
  max-width: 240px;
    margin: auto;
     background-color: #fff; 
    height: 200px;
    color: white;
    border-radius: 10px;
    margin-top: -60px;
    margin-left: -45px;
}

.topnav {
     overflow: hidden;
    background-color: #fff;
    position: relative;
    z-index: 2;
    /*border: 2px solid #ddd;*/
    font-family:'Montserrat';
}

.topnav #myLinks {
  display: none;
  margin-top: 50px;
}

 .topnav a {
        color: #000;
        padding: 0px 0px 0px 40px;
        text-decoration: none;
        font-size: 25px;
        display: block;
        margin-top: 5px;
        height: 70px;
        margin-bottom: 5px;
        margin-right: 20px;
        background: #fff;
        font-family:'Montserrat';
    }

.topnav a.icon {
  background: #fff;
  display: block;
  position: absolute;
  right: 0;
  top: 20px;
}


.head {
    font-family: 'Montserrat';
    font-size: 26px;
    text-align: center;
    margin-top: -25px;
    font-weight: 700;
}

.article-box {
    width: 100%;
    /* margin-top: 5%; */
    padding: 0px;
    display: flex;
    justify-content: space-evenly;
}


.article-left {
    width: 50%;
    padding: 16px 18px 10px;
    /* border-left: 0.5px solid rgb(221, 216, 216); */
    /* border-right: 0.5px solid rgb(221, 216, 216); */
}


.article-mid {
    width: 50%;
    padding: 16px 18px 10px;
}

.article-image>img {
    display: block;
    width: 100%;
    object-fit: cover;
    transition: 0.9s;
    object-position: center;
        margin-top: 0px;
}

.mobileimg{
    
        margin-top: -25px !important;
}

.mobileimg1{
    
        margin-top: 10px !important;
}


.tag1 {
    background: rgb(0, 73, 135,0.9);
    padding: 2px;
    align-self: center;
    text-align: center;
    width: 100%;
    /* clip-path: polygon(0 50%, 10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%); */
}


.top-margin{
    margin-top: -20px !important;
}

.top-margin1{
    margin-top: 87px;
}

.top-margin2{
    margin-top: -0px;
}

.top-margin6{
    margin-top: 0px
}


.info>h2 {
    font-family: 'Montserrat';
    font-size: 15px;
    margin: 0px 0px 0px;
    padding: 3.05px 0px;
}

.info>h4 {
    font-size: 11px;
    font-family: 'Montserrat';
    margin: 5px 0px;
}

.topnav a:hover {
  background-color: #fff;
  color: black;
}

.active {
  background-color: #04AA6D;
  color: white;
}

.text1 {
    color: #000;
    font-size: 33px;
    font-family: "Montserrat";
    position: absolute;
    top: 49% !important;
    left: 38%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

 .tooltip img {
    position: relative;
    display: inline-block;
    /* border-bottom: 1px dotted black; */
    width: 25px !important;
    height: 25px !important;
    top:-5px;
}

 .tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 0px;
    font-size: 10px !important;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    font-family: "Montserrat";
    position: absolute;
    z-index: 1;
    margin-top: 20px !important;
}

.tooltip .tooltiptext3 {
    visibility: hidden;
    width: 0px;
    font-size: 12px !important;
    color: #000;
    text-align: center;
    border-radius: 6px;
    font-family: "Montserrat";
    position: absolute;
    z-index: 1;
}

.text3 {
    color: #fff;
    font-size: 44px;
    font-family: "Montserrat";
    position: absolute;
    top: 46% !important;
    left: 0%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
}



    .secrow1{
        
        display:none;
    }
    
    #int1 {
    display:none;
    
}


#lst1 {
    display:none;
}
    
    
    #footlog {
    width: 75%;
    margin-top: -115px;
    margin-left: 45px;
}

#secad {
    font-size: 12px;
    color: white;
    padding-right: 0px;
    margin-top: 20px;
    font-family: 'Montserrat';
}

.footer-distributed .footer-company-about {
    line-height: 20px;
    color: #ffffff;
    font-size: 12px;
    margin: 0;
    font-family: 'Montserrat';
}
    
    #contac {
    line-height: 20px;
    color: #ffffff;
    font-size: 12px;
    margin: 0;
    margin-top: 20px;
    font-family: 'Montserrat';
}

.footer-distributed .footer-links {
    color: #ffffff;
    padding: 0;
    font-size: 15px;
    /* margin-top: 27px; */
    font-family: 'Montserrat';
    list-style-type: none;
    margin-left: -35px;
}
    
    .footer-distributed {
    background: rgb(0, 73, 135);
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    text-align: left;
    padding: 55px 50px;
    position: relative;
    overflow: hidden;
}

.Social-media {
    display: flex;
    justify-content: center;
    margin-left: 0px !important;
    margin-top: 17px;
}


}






@media only screen and (min-width: 1200px) {
    
    .mobile-container{
        display:none;
    }
    
    

   
}

