*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

nav{
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    backdrop-filter: blur(6px) saturate(180%);
    -webkit-backdrop-filter: blur(6px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.5);
/*    border-radius: 12px;*/
    border: 1px solid rgba(209, 213, 219, 0.3);
    box-shadow: 10px 3px 5px #f0f0f0;
    position: fixed;
    width: 100%;
    height: 60px;
}

.company-logo{
    height: 30px;
}

.logo-wrapper{
    display: flex;
    align-items: center;
    gap: 1rem;
}
.main_class{
padding: 75px 25px;}
.general{
    padding: 20px 0px;
}
ul
{
/*list-style-type: none;*/
padding: 0;
margin: 0;
}

li
{
background-image: url(arrow.gif);
background-repeat: no-repeat;
background-position: 100% .4em;
padding-right: .6em;
}
.requirements_elements{
    padding: 10px 20px;
}

.requirements_elements_2 {
    padding: 10px 40px;
}
.VoIP {
  /* Add shadows to create the "card" effect */
/*  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 20%);
  transition: 0.3s;
  height: 200px;
  width: 400px;
  padding: 20px;
}

/* On mouse-over, add a deeper shadow */
.VoIP:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* Add some padding inside the card container */
.VoIP_container {
/*  padding: 2px 16px;*/
  display: flex;
    align-items: center;
    flex-direction: column;
}





.Virtual_tel {
  /* Add shadows to create the "card" effect */
     box-shadow: 0 5px 5px 0 rgb(0 0 0 / 20%);
  transition: 0.3s;
  height: 200px;
  width: 400px;
  padding: 20px;
}

/* On mouse-over, add a deeper shadow */
.Virtual_tel:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* Add some padding inside the card container */
.Virtual_container {
/*  padding: 2px 16px;*/
  display: flex;
    align-items: center;
    flex-direction: column;
}



.Extension {
  /* Add shadows to create the "card" effect */
     box-shadow: 0 5px 5px 0 rgb(0 0 0 / 20%);
  transition: 0.3s;
  height: 200px;
  width: 400px;
  padding: 20px;
}

/* On mouse-over, add a deeper shadow */
.Extension:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* Add some padding inside the card container */
.Extension_container {
/*  padding: 2px 16px;*/
  display: flex;
    align-items: center;
    flex-direction: column;
}




.Softphone {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 5px 5px 0 rgb(0 0 0 / 20%);
  transition: 0.3s;
  height: 200px;
  width: 400px;
  padding: 20px 20px;
}

/* On mouse-over, add a deeper shadow */
.Softphone:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* Add some padding inside the card container */
.Softphone_container {
/*  padding: 2px 16px;*/
  display: flex;
    align-items: center;
    flex-direction: column;
}

.key_conc_content {
    display: flex;
    justify-content: space-between;
/*    align-items: center;*/
    flex-wrap: wrap;
    gap: 2rem;
}


#myImgLogin {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImgLogin:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.loginClose {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.loginClose:hover,
.loginClose:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
#myImgLogin{
    width:100%;
    max-width:435px; 
  padding: 10px;
}
#myImgDial {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImgDial:hover {opacity: 0.7;}
#myImgDial{
    width:100%;
    max-width:435px; 
  padding: 10px;
}
.dialClose {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.dialClose:hover,
.dialClose:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.basic_call_content {
    display: flex;
    justify-content: space-between;
/*    align-items: center;*/
    flex-wrap: wrap;
    gap: 2rem;
}

.hold {
  /* Add shadows to create the "card" effect */
/*  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 20%);
  transition: 0.3s;
  height: 200px;
  width: 400px;
  padding: 20px;
}

/* On mouse-over, add a deeper shadow */
.hold:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* Add some padding inside the card container */
.hold_container {
/*  padding: 2px 16px;*/
  display: flex;
    align-items: center;
    flex-direction: column;
}

.call_forward {
  /* Add shadows to create the "card" effect */
/*  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 20%);
  transition: 0.3s;
  height: 200px;
  width: 400px;
  padding: 20px;
}

/* On mouse-over, add a deeper shadow */
.call_forward:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* Add some padding inside the card container */
.call_forward_container {
/*  padding: 2px 16px;*/
  display: flex;
    align-items: center;
    flex-direction: column;
}

.call_transfer {
  /* Add shadows to create the "card" effect */
/*  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 20%);
  transition: 0.3s;
  height: 200px;
  width: 400px;
  padding: 20px;
}

/* On mouse-over, add a deeper shadow */
.call_transfer:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* Add some padding inside the card container */
.call_transfer_container {
/*  padding: 2px 16px;*/
  display: flex;
    align-items: center;
    flex-direction: column;
}

.call_conference {
  /* Add shadows to create the "card" effect */
/*  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 20%);
  transition: 0.3s;
  height: 200px;
  width: 400px;
  padding: 20px;
}

/* On mouse-over, add a deeper shadow */
.call_conference:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* Add some padding inside the card container */
.call_conference_container {
/*  padding: 2px 16px;*/
  display: flex;
    align-items: center;
    flex-direction: column;
}

.change_volume {
  /* Add shadows to create the "card" effect */
/*  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 20%);
  transition: 0.3s;
  height: 200px;
  width: 400px;
  padding: 20px;
}

/* On mouse-over, add a deeper shadow */
.change_volume:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* Add some padding inside the card container */
.change_volume_container {
/*  padding: 2px 16px;*/
  display: flex;
    align-items: center;
    flex-direction: column;
}

.cold_transfer {
  /* Add shadows to create the "card" effect */
/*  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 20%);
  transition: 0.3s;
  height: 200px;
  width: 400px;
  padding: 20px;
}

/* On mouse-over, add a deeper shadow */
.cold_transfer:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* Add some padding inside the card container */
.cold_transfer_container {
/*  padding: 2px 16px;*/
  display: flex;
    align-items: center;
    flex-direction: column;
}

.warm_transfer {
  /* Add shadows to create the "card" effect */
/*  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 20%);
  transition: 0.3s;
  height: 200px;
  width: 400px;
  padding: 20px;
}

/* On mouse-over, add a deeper shadow */
.warm_transfer:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* Add some padding inside the card container */
.warm_transfer_container {
/*  padding: 2px 16px;*/
  display: flex;
    align-items: center;
    flex-direction: column;
}

#myImgMsg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImgMsg:hover {opacity: 0.7;}
#myImgMsg{
    width:100%;
    max-width:435px; 
  padding: 10px;
}

.MsgClose {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.MsgClose:hover,
.MsgClose:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

#myImgTeam {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImgTeam:hover {opacity: 0.7;}
#myImgTeam{
    width:100%;
    max-width:435px; 
  padding: 10px;
}

.teamClose {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.teamClose:hover,
.teamClose:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}