@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@1,200&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    box-sizing: border-box;
    font-weight: normal;
}

a button:hover{
    cursor: pointer;
}
body {
    font-family: "Poppins", sans-serif;
    margin: 0;
    background-color: #111f5e;
    background-image: url("img/world-bg1.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
}

h1,h4,a{
    font-style: italic;
}

.navbar {
    display: flex;
    text-align: center;
}

ul {
    list-style-type: none;
    display: flex;
    gap: 30px;
    justify-content: center;
}

li a {

    width: 160px;
}

.nordcontainer {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-direction: row;



}

.nordcard {
    display: flex;
    height: 500px;
}

#nordcard1 {
    width: 800px;
    border-radius: 0px 20px 20px 0px;
    justify-content: center;
    background: url("img/rcqglobal-bg2.jpeg");
    background-position: center
}

#nordcard2 {
    width: 800px;
    border-radius: 20px 0px 0px 20px;
    background: url("img/rcqglobal-bg1.jpeg");
    justify-content: center;
    background-position: bottom;

}

a {
    text-decoration: none;
    display: flex;
    justify-content: center;
}

h1 {
    text-align: center;
    color: black;
    font-weight: 500;
}

h4 {
    text-align: left !important;
    color: black;
    font-weight: 300;
    line-height: 1.7rem;
    font-size: 1rem;
}

img.logo {
       height: 125px;
    width: auto;
    object-fit: cover;
}

.imageone {
    border-radius: 0px 20px 20px 0px;

}

.imagetwo {
    border-radius: 20px 0px 0px 20px;

}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

nav ul li {
    padding: 15px;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
}


.nordcontainer2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    background: rgb(17 31 94 / 88%);
}

.navbar h4,
h2 {
    color: white
}

.nordtextone {
    display: flex;
    flex-direction: column;
    margin: 20px 30px;
}

.nordtexttwo {
    display: flex;
    flex-direction: column;
    margin: 20px 30px;

}

.nordsqone {
    border-radius: 0px 10px 10px 0px;
    text-align: left;
    width: 400px;
    margin: 40px 40px 40px 0px;
    background-color: #ffffffcb;
    position: relative;

}

.nordsqtwo {
    border-radius: 10px 0px 0px 10px;
    text-align: left;
    width: 400px;
    margin: 40px 40px 40px 0px;
    background-color: #ffffffcb;
  position: relative;

}

button {

    width: 100%;
    outline: 0;
    color: #fff;
    background-color: #D02A2E;
    border-color: #7FA193;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: .25rem;
    transition: ease .2s;
}
button:hover {
        color: #fff;
        background-color: #ff0000;
        border-color: #fff;
        transform: scale(1.1);
    transition: ease .2s;
    }
.social {
    text-decoration: none;
    margin-top: 15px;
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
}

.social h4 {
    display: flex;
    text-decoration: none;
    padding-left: 0;
}

.social i {
    font-size: 30px;
    display: flex;
    padding: 10px;
    padding-left: 0;
    text-decoration: none;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
          /* Also define standard property for compatibility */
          background-clip: text;
  -webkit-text-fill-color: transparent;
  
}

.socialright {
    text-decoration: none;
    margin-top: 30px;
    display: flex;
    padding: 10px;
    justify-content: flex-end;
    
}

.socialright h4 {
    display: flex;
    padding-left: 0;
    text-decoration: none;
}

.socialright i {
    display: flex;
    padding: 10px;
    padding-right: 0;
    text-decoration: none;


}

@media(max-width:800px) {
    .nordcontainer {
        flex-flow: column;
        margin-bottom: 150px;
    }
    #nordcard1, #nordcard2{
        width: 93%;
    }
    #nordcard2{
        align-self: end;
    }
    .nordsqtwo{
        margin: 40px 0px 40px 40px;
    }
    body{
            background-position: 60% 50%;
    }
}