/* ---------- HEADER ---------- */
@media (max-width: 1310px) {
    header {
        width: 95vw;
        margin: 0;
        padding-right: 0;
        padding-left: 70px;
    }
}


header nav ul li {
    color: #282828;
    font-weight: 400;
    font-size: 1.3em;
    /*letter-spacing: 0.6em;*/
}

header nav ul li:nth-child(6) {
    color: #7850e4;
}

/* ---------- FOOTER ---------- */
footer .improving {
    background-color: #7850e4;
}

footer .improving .improving-content h2 {
    color: #fff;
}

footer .improving .improving-content .button {
    background-color: #fff;
    color: #7850e4;
}

footer .improving .improving-content .button:hover{
      background-color:#39dfb4;
      color:#fff;
}

/* ---------- PAYMENTS ---------- */
#payments {
    margin-top: 150px;
    margin-bottom: 250px;
}

#payments #payment-content {
    display: flex;
}

#payments #payment-content #payment-text {
    width: 800px;
}

#payments #payment-content #payment-text h1,
#payments #payment-content #payment-text p {
    margin-bottom: 30px;
}

#payments #payment-content #payment-text #payment-buttons {
    display: flex;
}

#payments #payment-content #payment-text #payment-buttons #readmore {
    border: 1px solid black;
    margin-right: 20px;
}

#payments #payment-content #payment-text #payment-buttons #signup {
    background-color: #7850e4;
    color: #fff;
}

#payments #payment-content #payment-text #payment-buttons #signup:hover {
    background-color:#9979ee;
}

#payments #payment-content #product-section {
    position: relative;
    left: 160px;
    width: 560px;
    height: 300px;
}

#payments #payment-content #product-section #product-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-row-gap: 80px;
}

#payments #payment-content #product-section #product-grid img:hover {
    transform: translateY(-1px);
}

#payments #payment-content #product-section #product-grid #z img:hover {
    transform: translateY(0px);
}

/* ---------- RECEIVE ---------- */
#receive {
    background-color: #7850e4;
    background-image: linear-gradient(to right, #7850e4, #a386f1);
    padding-top: 150px;
    padding-bottom: 150px;
	position:relative;
}
#receive:before{
	content: "";
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 52%;
	height: 240px;
	background-color: #fff;
	clip-path: polygon(00px 240px, 100% 10px, 100% 100%, 1px 100%);
	-webkit-clip-path: polygon(00px 240px, 100% 10px, 100% 100%, 1px 100%);
}

#receive #receive-content {
    display: flex;
}

#receive #receive-content #receive-text {
    color: #fff;
    padding-left: 120px;
}

#receive #receive-content #receive-text h1,
#receive #receive-content #receive-text h2,
#receive #receive-content #receive-text p {
    margin-bottom: 30px;
}

#receive #receive-content #receive-text #recimg,
#receive #receive-content #receive-text h1 {
    float: left;
}

#receive #receive-content #receive-text h1 {
    margin-left: 20px;
}

#receive #receive-content #receive-text h2 {
    clear: both;
}

#receive #receive-content #receive-text #recimg {
    position: relative;
    /*top: 15px;*/
}

@media (width:1920px) {
#parallelogram {
  width: 1100px;
  height: 600px;
  margin: -450px 0 0 1500px;
  -webkit-transform: skew(-64deg);
  -moz-transform: skew(-64deg);
  -o-transform: skew(-64deg);
  background: #fefefe;
  overflow: hidden;
  position: absolute;
  /*display:block;*/
  z-index:3;
  /*animation: 1s ease-out 0s 1 slideInFromLeft;*/

}
}

/* ---------- SEND ---------- */
#send {
    background-color: #2182c5;
    background-image: linear-gradient(to right, #2182c5, #6bb9ef);
    padding-top: 150px;
    padding-bottom: 150px;
	position:relative;
}
#send:before{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 52%;
	height: 240px;
	background-color: #fff;
	clip-path: polygon(0px 0px, 100% 0px, 0px 100%, 0px 100%);
}
#send #send-content {
    display: flex;
}

@media (width: 1920px){
#parallelogram2 {
  width: 1100px;
  height: 600px;
  margin: -150px 0 0 -700px;
  -webkit-transform: skew(-64deg);
  -moz-transform: skew(-64deg);
  -o-transform: skew(-64deg);
  background: #fefefe;
  overflow: hidden;
  position: absolute;
  /*display:block;*/
  z-index:3;
  /*animation: 1s ease-out 0s 1 slideInFromRight;*/

}
}

#send #send-content #send-text {
    color: #fff;
    padding-right: 120px;
    text-align: right;
    padding-top: 120px;
}

#send #send-content #send-text h1,
#send #send-content #send-text h2,
#send #send-content #send-text p {
    margin-bottom: 30px;
}

#send #send-content #send-text #sendimg,
#send #send-content #send-text h1 {
    float: right;
}

#send #send-content #send-text h1 {
    margin-right: 20px;
}

#send #send-content #send-text h2 {
    clear: both;
}

#send #send-content #send-text p {
    text-align-last: left;
}

#send #send-content #send-text #sendimg {
    position: relative;
    /*top: 15px;*/
}

/* ---------- METHODS ---------- */
#methods {
    margin-top: 150px;
    margin-bottom: 150px;
}

#methods #method-title {
    text-align: center;
    margin-bottom: 100px;
}

#methods #method-content .row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 1.5rem;
    margin-bottom: 30px;
}

#methods #method-content .row .method {
    display: flex;
    width: 20%;
    align-items: center;
}

#methods #method-content .row .method img:hover {
    /*transform: scale(1.1);*/
    transform: translateY(-1px);
}

#methods #method-content .row .method .method-name {
    margin-left: 40px;
    font-weight: 600;
}

#methods #method-content .row .method-description {
    background-color: #fafafa;
    width: 45%;
    padding: 20px 15px;
}

#methods #method-content .row .icons {
    display: flex;
    width: 30%;
    justify-content: space-around;
    align-items: center;
    font-size: 1.2rem;
}

#methods #method-content .row .icons .region,
#methods #method-content .row .icons .s-r {
    width: 15px;
    height: 15px;
}

/* RESPONSIVE */
@media (max-width: 1200px) {
    #payments #payment-content #product-section {
        left: 100px;
    }
    #methods #method-content .row .method-description {
        width: 35%;
    }
}

@media (max-width: 1100px) {
    #receive #receive-content #receive-text {
        padding-left: 5vw;
    }
    #send #send-content #send-text {
        padding-right: 5vw;
    }
}

@media (max-width: 990px) {
    #payments #payment-content {
        flex-direction: column;
    }
    #payments #payment-content #payment-text {
        width: auto;
        margin-bottom: 40px;
    }
    #payments #payment-content #product-section {
        left: 0px;
    }
    #receive-img,
    #send-img {
        display: none;
    }
    #methods #method-content .row {
        flex-direction: column !important;
        justify-content: center;
        align-items: left;
        margin-bottom: 40px;
    }
    #methods #method-content .row .method {
        width: auto;
    }
    #methods #method-content .row .method-description {
        width: 70%;
    }
    #methods #method-content .row .icons {
        width: 60%;
    }
	#send:before, #receive:before{
		display:none;
    }
    #send #send-content #send-text {
        padding-top: 0px;
    }
}

@media (max-width: 550px) {
    #payments {
        margin-bottom: 100px;
    }
    #payments #payment-content #product-section {
        width: 450px;
        margin: 0 auto;
    }
    #payments #payment-content #product-section #product-grid {
        grid-row-gap: 60px;
    }
}

@media (max-width: 450px) {
    #payments #payment-content #product-section {
        width: 380px;
    }
    #payments #payment-content #product-section #product-grid {
        grid-row-gap: 40px;
    }
}

@media (max-width: 400px) {
    #payments #payment-content #product-section {
        width: 320px;
    }
    #payments #payment-content #product-section #product-grid {
        grid-row-gap: 20px;
    }
}


/***** New Responsive CSS *****/
@media (max-width: 767px){
	#receive, #send {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#receive #receive-content #receive-text{
		padding-left:0px;
	}
	#send #send-content #send-text{
		padding-right:0px;
		padding-top:0px;
		text-align:left!important;
	}
	#send #send-content #send-text #sendimg {
		float: left;
	}
	#send #send-content #send-text h1 {
		margin-right: 0px;
		float: left;
		margin-left: 20px;
	}
	#send #send-content #send-text p {
		text-align-last: left;
	}
	#methods {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	#methods #method-content .row .method-description {
		width: 95%;
	}

}

@media (max-width: 920px) {
    header #nav-toggle-button {        
        z-index: 4;
    }
}

.popup-outside {
    z-index: 5;
    
/***** New Responsive CSS *****/
