Friday February 13, 2026 – 12:07 AM
The referee just blew his whistle, signaling the end of the match Barcelona and Atletico Madrid In the first leg of the Spanish King’s Cup semi-final at the Wanda Metropolitano Stadium, the home of the Rojiblancos.
The result of the match between Barcelona and Atletico Madrid in the first leg of the Copa del Rey semi-final
The match between Barcelona and Atletico Madrid in the first leg of the semi-finals of the Spanish King’s Cup ended with the victory of the Rojiblancos at their stadium and among their fans with a score of 4-0. To put a foot and a half in the final match before the return match, which will be held at Camp Nou stadium next March 3 at ten pm Cairo time.
Events of the Barcelona and Atletico Madrid match in the first leg of the Spanish King’s Cup semi-final
The match between Barcelona and Atletico Madrid in the first leg of the Spanish King’s Cup semi-finals began with early pressure from the Rojiblancos, as Giuliano Simeone almost opened the scoring in the third minute after being alone with goalkeeper Juan Garcia, but the latter shone and blocked the shot brilliantly to deprive the hosts of a certain goal.

The lead goal did not take long, as Atletico Madrid scored the first goal in the sixth minute after a fatal error by Barcelona goalkeeper Juan Garcia, following a pass from his colleague Eric Garcia, and the ball escaped from between the goalkeeper’s feet and into the net.



The hosts continued their pressure, and Antoine Griezmann added the second goal in the 14th minute, after he took advantage of a ball inside the penalty area and shot it powerfully from the right side into the goal.
Barcelona tried to get back in the score, and almost reduced the difference in the 20th minute, when Dani Olmo executed a corner kick that reached Fermin Lopez, who shot hard, but the ball hit the crossbar and deprived the Catalan team of its first goal.
From an organized counterattack, Ademola Lookman succeeded in scoring the third goal for Atletico Madrid, benefiting from a distinctive pass from Julian Alvarez after teamwork initiated by Juliano Simeone.
Before the end of the first half, coach Hansi Flick made his first substitution to revitalize the front line, with Robert Lewandowski replacing Mark Casado in the 37th minute.
In stoppage time of the first half, Julian Alvarez returned to add the fourth goal for Atletico Madrid with a powerful shot from outside the penalty area, bringing his team to the end of the first half with a 4-0 lead.
In the second half, Barcelona tried to return to the score and score the reducing goal, and in the 48th minute, Barcelona player Fermin Lopez shot from inside the penalty area, but Atletico Madrid goalkeeper Juan Musso blocked it and sent it to a corner.
In the 51st minute, Barcelona scored the goal through Pau Kuparsi, following a direct free kick taken by Lamine Yamal on the edge of the penalty area for Fermin Lopez, who shot it and it hit the Rojiblancos defense, and Pau Kuparsi picked it up after it collided with his teammate Lewandowski and put it with the sole of his foot into the net of Juan Musso.
The joy did not last long, as the referee canceled the goal after a long review of nearly 5 minutes by video technology, due to Lewandowski offside; The result returned to Atletico leading Barcelona 4-0.
replaceOembeds();
function replaceOembeds() {
var allEmbeds = document.getElementsByTagName("OEMBED");
while (allEmbeds.length != 0) {
replaceOembedWithHtml(allEmbeds[0], extractLinkFromOembed(allEmbeds[0]));
allEmbeds = document.getElementsByTagName("OEMBED");
}
runYoutubeLazyLoad();
window.onscroll = function () {
loadAPI();
window.onscroll = null;
}
// loadfbApi();
}
function replaceOembedWithHtml(element, sourceData) {
if (sourceData.source.toLowerCase() === "youtube") {
var html="
';
replaceElementWithHtml(element, html);
} else if (sourceData.source.toLowerCase() === "instagram") {
var html="
';
replaceElementWithHtml(element, html);
} else if (sourceData.source.toLowerCase() === "twitter") {
var html="
';
replaceElementWithHtml(element, html);
} else if (sourceData.source.toLowerCase() === "facebook") {
var html="
'
replaceElementWithHtml(element, html);
} else {
replaceElementWithHtml(element, "");
}
}
function extractLinkFromOembed(element) {
return getUrlSource(element.getAttribute("url"));
}
function getUrlSource(url) {
var ytRegex = /http(?:s?):\/\/(?:www\.)?youtu(?:be\.com\/watch\?v=|\.be\/)([\w\-\_]*)(&(amp;)?[\w\?=]*)?/;
var instaRegex = /(https?:\/\/www\.)?instagram\.com(\/p\/(\w+)\/?)/;
var twitterRegex = /twitter\.com\/.*\/status(?:es)?\/([^\/\?]+)/;
var fbRegex = /^https?:\/\/www\.facebook\.com.*\/(video(s)?|watch|story|posts)(\.php?|\/).+$/;
if (ytRegex.test(url)) {
return {
source: "Youtube",
url: url,
id: ytRegex.exec(url)[1]
};
}
if (instaRegex.test(url)) {
return {
source: "Instagram",
url: url,
id: instaRegex.exec(url)[3]
};
}
if (twitterRegex.test(url)) {
return {
source: "Twitter",
url: url,
id: twitterRegex.exec(url)[1]
};
}
if (fbRegex.test(url)) {
return {
source: "Facebook",
url: url,
id: fbRegex.exec(url)[1]
};
}
return {
source: "Unknown",
url: url,
id: ""
};
}
function replaceElementWithHtml(element, html) {
var str = html;
var Obj = element; //any element to be fully replaced
if (Obj.outerHTML) { //if outerHTML is supported
Obj.outerHTML = str; ///it's simple replacement of whole element with contents of str var
} else { //if outerHTML is not supported, there is a weird but crossbrowsered trick
var tmpObj = document.createElement("div");
tmpObj.innerHTML = '';
ObjParent = Obj.parentNode; //Okey, element should be parented
ObjParent.replaceChild(tmpObj, Obj); //here we placing our temporary data instead of our target, so we can find it then and replace it into whatever we want to replace to
ObjParent.innerHTML = ObjParent.innerHTML.replace('
', str);
}
}
function loadfbApi() {
var js = document.createElement('script');
js.src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v3.2";
document.body.appendChild(js);
}
function runYoutubeLazyLoad() {
/// youtube lazyload
var youtube = document.querySelectorAll(".youtube");
for (var i = 0; i < youtube.length; i++) {
var source = "https://img.youtube.com/vi/" + youtube[i].dataset.embed +
"/0.jpg";
var image = new Image();
image.src = "/themes/cairo2/assets/images/no.jpg";
image.classList.add('lazyload');
image.setAttribute("data-src", source);
image.setAttribute("alt", "youtube");
image.addEventListener("load", function () {
youtube[i].appendChild(image);
}(i));
youtube[i].addEventListener("click", function () {
var iframe = document.createElement("iframe");
iframe.setAttribute("frameborder", "0");
iframe.setAttribute("allowfullscreen", "");
iframe.setAttribute("src", "https://www.youtube.com/embed/" + this.dataset
.embed + "?rel=0&showinfo=0&autoplay=1");
this.innerHTML = "";
this.appendChild(iframe);
});
};
}








