*{
    /* background-image:url(/bgr-page-2.jpg); */
    font-family: 'Courier New', Courier, monospace;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body{
    background-image: linear-gradient( to left , #8693AB , #BDD4E7);
    background-position: center;
    background-size: cover;
    height: 100vw;
    width: 100vw;
    overflow-x: hidden;
}


.div1_h1{
    background-color: transparent;
    border-radius: 10px;
    padding: 5px;
    opacity: 1;
    font-weight: bold;
    

}

/* Div 1 */

.div1{
 list-style: none;
 text-align: center;
 padding-top: 50px;
 


}

.div1_p1{
    font-family: 'Courier New', Courier, monospace;
    font-weight: bolder;
    
}

.div2_h1{
    text-align: center;
    background-image: none;
    padding: 10px 15px;
    border-radius: 10px;
    opacity: 0.7;
    border: none;
    font-size: large;
}
.div2_h1:hover{
    background-color: rgba(128, 128, 128, 0.212);
    box-shadow: 2px 4px #888888;
    opacity: 1;
    cursor: pointer;
    
    

}
.div2_h1:active{
    color: red ;
}

.countryName{
    justify-content: space-around;
    align-items: center;
    height: 120px;
}
.offerDiv{
    position: relative;
   

    

    
}

.div2_b1{
    padding: 5px 5px 5px 5px;
    border-radius: 3px;
    

}   

.div2_img1{
    width: 35px;
    height: 25px;
    border-radius: 3px;
    

}
.div2_img2{
    width: 25x;
    height: 25px;
    border-radius: 3px;
    

}

.div3{
    position: absolute;
    top: 50px;
    left: 50px;
    right: 50px;
    

    
    

}


.div3_img1{
    width: 35px;
    height: 25px;
    border-radius: 3px;
    position: relative;
    left: 20px;
}
.hidden{
    display: none;
}
    
.div3_link1{
    position: relative;
    left: 40px;
    font-size:20px ;
    color: black;
    text-decoration: none;
    opacity: 0.7;
    font-weight: bolder;
    font-family: 'Courier New', Courier, monospace;

    
}
.div3_link1:hover{
   
    color: red;
}
.box{

}

/* swagbucksDiv component style */

.swagbucksDiv p{
    font-family: sans-serif;
    font-size: medium;
}
.swagbucksDiv h4{
    font-family: 'Segoe UI', 'Tahoma', Geneva, Verdana, sans-serif;
    letter-spacing: 2px;
    margin-top: 30px;
    font-weight: bold;
  
    
}
.swagbucksDiv h2{
    font-family: 'Segoe UI', 'Tahoma', Geneva, Verdana, sans-serif;
    letter-spacing: 2px;
    margin-top: 30px;
    font-weight: bold;
  
    
}

/* Contact Information */
.contact-info {
    text-align: center;
    margin: 30px 50px;
    padding: 20px;
    background-color: aliceblue;
    border-radius: 10px;
  }
  
  .contact-heading {
    font-size: 20px;
    font-weight: bolder;
  }
  
  .contact-details {
    font-size: 18px;
    margin: 10px 0;
    font-weight: 500;
    
  }
  
  .contact-email {
    font-size: 18px;
    margin: 10px 0;
    font-weight: bolder;
  }
  
  .contact-company {
    font-size: 16px;
    font-weight: bold;
    color: #007bff; /* Blue color for the company name */
  }
  .boldd{
    font-weight: bold;
    font-size: large;
  }


@media only screen and (max-width: 500px) {
    body{
       
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: max-content ;
        overflow-x: hidden;
        color: red;
    }
    .div3_img1{
        left: 0;
        
    }
    .div3_link1{
        left: 20px;
    }
}



@media(min-width: 501px) and (max-width: 768px) {
    body{
        
        height: 1500px;
        overflow-x: hidden;
        color: red;
    }
    .div3_img1{
        left: 0;
        
    }
    .div3_link1{
        left: 20px;
    }
}

