/*---------------------------------------------- FONTS --------------------------------------------- */



@font-face {

  font-family: Calibri_Regular;

  src: url(../fonts/Calibri_Regular.ttf);

}



@font-face {

  font-family: Eras_Bold_ITC;

  src: url(../fonts/Eras_Bold_ITC.ttf);

}



/* website code */

* {

  margin: 0;

  padding: 0;

  box-sizing: border-box;

  font-family: Calibri_Regular;

}



body {

  display: flex;

  flex-direction: column;

  align-items: center;

}



.sticky-header {

  position: sticky;

  top: 0;

  width: 100%;

  background-color: #74b9ff;



  .sticky-header-wrapper {

    max-width: 1200px;

    padding: 10px;

    margin: auto;

    display: flex;

    flex-direction: row;

    justify-content: space-between;



    .site-name {

      background-color: black;

      color: white;

      padding: 5px 15px;

      border-radius: 25px;

      font-family: Calibri_Regular;

      transition: 0.2s;



      @media (min-width:320px) and (max-width:900px) {

        font-size: 10px;

        padding: 4px 14px;

      }



    }



    .site-name:hover {

      background-color: rgb(255, 255, 255);

      color: rgb(0, 0, 0);

      padding: 5px 15px;

      border-radius: 25px;

      font-family: Calibri_Regular;

      transition: 0.2s;

    }

  }

}





.site-name2 {

  background-color: black;

  color: white;

  padding: 5px 15px;

  border-radius: 25px;

  font-weight: bold;

  font-family: Calibri_Regular;

  margin-left: 0%;

}



nav {

  display: flex;

  align-items: center;

  flex-direction: row;



  ul {

    display: flex;

    flex-direction: row;

    gap: 50px;

    @media (min-width:320px) and (max-width:900px) {

      display: flex;

      flex-direction: row;

      gap: 30px;

    }

  

    li {

      margin: 0;

      list-style: none;

      @media (min-width:320px) and (max-width:900px) {

        margin: 0;

        font-size: 16px;

        line-height: 1px;

      }

  

      a {

        text-decoration: none;

        color: black;

        font-family: Calibri_Regular;

        font-size: 16px;

        transition: 0.5s;

  

        @media (min-width:320px) and (max-width:900px) {

          font-size: 9px;

          margin: 0;

        }

      }

  

      a:hover {

        text-decoration: none;

        color: #ffffff;

        font-family: Calibri_Regular;

        font-size: 18px;

        transition: 0.5s;

        @media (min-width:320px) and (max-width:900px) {

          font-size: 10px;

          margin: 0;

        }

      }

    }

  }

}



#banner_img {

  width: 100%;

  display: block;

}



#why_us {

  width: 100%;

}



#why_us_title p {

  color: #eb2f06;

  font-size: 22px;

  line-height: 70px;

  text-align: center;

  font-family: Eras_Bold_ITC;

  transition: 0.5s;



  @media (min-width:320px) and (max-width:900px) {

    font-size: 18px;

  }

}



#why_us_title p:hover {

  color: #067ceb;

  font-size: 25px;

  line-height: 70px;

  text-align: center;

  font-family: Eras_Bold_ITC;

  transition: 0.5s;

  @media (min-width:320px) and (max-width:900px) {

    font-size: 20px;

  }

}



#why_us_image {

  width: 100%;

  margin: auto;

  margin-top: 12px;

}



#why_us_image_C1 {

  width: 33.33%;

  float: left;

}



#why_us_image_C2 {

  width: 33.33%;

  float: left;

}



#why_us_image_C3 {

  width: 33.33%;

  float: left;

}



#why_us_image img {

  width: 30%;

  display: block;

  margin-left: auto;

  margin-right: auto;

  @media (min-width:320px) and (max-width:900px) {

    margin: 0 auto 10px;

    width: 45%;

  }

}



#why_us_subtitle {

  width: 100%;

  margin: auto;

  margin-top: 0.5%;

  margin-bottom: 0.5%;

}



#why_us_subtitle_C1 {

  width: 33.33%;

  float: left;

}



#why_us_subtitle_C2 {

  width: 33.33%;

  float: left;

}



#why_us_subtitle_C3 {

  width: 33.33%;

  float: left;

}



#why_us_subtitle p {

  color: #067ceb;

  font-size: 16px;

  text-align: center;

  font-family: Eras_Bold_ITC;

  @media (min-width:320px) and (max-width:900px) {

    font-size: 12px;

    
  }

}



#why_us_text {

  width: 100%;

  margin: auto;

  margin-bottom: 3%;

}



#why_us_text_C1 {

  width: 33.33%;

  float: left;

}



#why_us_text_C2 {

  width: 33.33%;

  float: left;

}



#why_us_text_C3 {

  width: 33.33%;

  float: left;

}



#why_us_text p {

  color: black;
  font-size: 16px;
  text-align: center;
  font-family: Calibri_Regular;
  margin-bottom: 36px;
  padding-left: 10%;
  padding-right: 10%;
  
  @media (min-width:320px) and (max-width:900px) {

    font-size: 7px;

    
  }

}



#footer {

  width: 100%;

  background-image: url('/images/globe.png');

  background-size: 12%;

  background-repeat: no-repeat;

  background-position: center;

  margin-top: 40px;



  @media (min-width:320px) and (max-width:900px) {

    padding: 10px;

    background-size: 45%;

  }



  #foot_box {

    max-width: 1200px;

    margin: auto;

    display: flex;

    flex-direction: row;

    @media (min-width:320px) and (max-width:900px) {

      flex-direction: column;

    }



    #foot_box_1 {

      h2 {

        text-align: center;

      }

      p {

        padding-right: 40px;

        color: black;

        font-size: 16px;

        text-align: justify;

        font-family: Calibri_Regular;

        @media (min-width:320px) and (max-width:900px) {

          padding-right: 0;
          text-align: center;
          font-size: 14px;
          padding-bottom: 36px;

        }

      }

    }



    #foot_box_2 {

      @media (min-width:320px) and (max-width:900px) {

        padding-bottom: 36px;

      }



      #foot_box_heading {

        margin: auto;
        width: 100%; 

      }



      #foot_box_links {

        display: flex;

        flex-direction: column;

        margin: auto;

        gap: 5px;



        a {

          text-align: center;

          text-decoration: none;

          color: black;

          line-height: 24px;

          font-family: Calibri_Regular;

          font-size: 16px;
          @media (min-width:320px) and (max-width:900px) {
            
            font-size: 14px;
              
          }

        }

      }

    }



    #foot_box_3 {

      #foot_box_3_heading {
        width: 100%; 
        margin: auto;

      }



      #foot_box_contact-links {

        margin: auto;

        display: flex;

        flex-direction: column;

        gap: 5px;



        .image-link {

          display: flex;

          flex-direction: row;

          gap: 5px;



          @media (min-width:320px) and (max-width:900px) {

            justify-content: center;

          }



          p {

            display: flex;
            align-items: center;
            color: black;
            font-size: 16px;
            text-align: justify;
            font-family: Calibri_Regular;

            @media (min-width:320px) and (max-width:900px) {
            
              font-size: 14px;
                
            }


            a {

              text-decoration: none;

              color: black;

            }

          }



          img {

            display: block;

            width: 100%;

            height: 100%;



            @media (min-width:320px) and (max-width:900px) {

              width: 24px;

            }

          }

        }

      }

    }



    div {

      width: 33.33%;

      @media (min-width:320px) and (max-width:900px) {

        width: auto;

      }

    }



    h2 {

      color: #1dd1a1;

      font-size: 16px;

      text-align: center;

      font-weight: 400;

      font-family: Eras_Bold_ITC;

      margin-bottom: 10px;
      @media (min-width:320px) and (max-width:900px) {
            
        text-align: center;
          
      }

    }

  }

}



#copyright {

  width: 100%;

  background-image: url('/images/copyrightbg.jpg');

  background-size: 100%;

  background-repeat: no-repeat;

  @media (min-width:320px) and (max-width:900px) {

  background-size: cover;

  background-position: right;

  }



}



#copyright p {

  color: #ffffff;

  font-size: 16px;

  text-align: center;

  font-family: Calibri_Regular;

  line-height: 250%;

}
