/* CSS Document */

:root {
    --brand: #000000;
    /* tweak to your brand brown */
    --ink: #3a3a3a;
    --muted: #7a828a;
    --bg: #f6f6f6;
	
	
/*	--color-01: #D2DE26;*/
	--color-01: #D5FF01;
	--color-02: #FC3E04;
/*	--color-03: #2E3092;*/
	--color-03: #3420FC;
	--color-04: #FFC704;
}

body {
	
    color: var(--ink);
    font-family: Helvetica, "sans-serif";
	

    }

.sportsdaq-conference ul {list-style-type: none; padding-left: 0px; margin-bottom: 0px;}
.sportsdaq-conference .container-fluid { padding-inline: 0px; overflow: hidden;}
.sportsdaq-conference .main-row .columns{padding-inline:0px;}

/*
.sportsdaq-conference header{position: fixed;top:2%;z-index:999;display: flex;justify-content: space-between;width: 100%;align-items: center;padding-inline: 6rem;}
.sportsdaq-conference header ul{width:100%;display: flex;background-color: var(--color-03);padding:1rem;box-shadow: 7px 7px 0px #fff;width: max-content;align-items: center;}
.sportsdaq-conference header ul li{text-align: center;padding-inline: 1.5rem;}
.sportsdaq-conference header ul li:not(:last-child){border-right:1px solid #fff;}
.sportsdaq-conference header ul li a{font-family: "Teko", sans-serif;font-size: clamp(1rem, 2vw, 24px);color:#fff;text-decoration: none;display: inline-flex;width: 100%;}
*/

header{position: fixed;/* right:3%; *//* border:1px solid black; */top:2%;z-index:999;display: flex;justify-content: space-between;width: 100%;align-items: center;padding-inline: 6rem;}
header ul{width:100%;display: flex;/* gap:2rem; */background-color: var(--color-03);padding:1rem;box-shadow: 7px 7px 0px #fff;width: max-content;align-items: center;}
header ul li{text-align: center;padding-inline: 1.5rem;}
header ul li:not(:last-child){border-right:1px solid #fff;/* padding-right: 1rem; */}
header ul li a{font-family: "Teko", sans-serif;font-size: clamp(1rem, 2vw, 24px);color:#fff;text-decoration: none;display: inline-flex;width: 100%;}
header img.logo{width: 70%;}

.sportsdaq-conference h2{font-family: "Teko", sans-serif;font-size: clamp(2.25rem, 4vw, 64px);font-weight: 500;line-height: 64px;text-transform: uppercase;}
.sportsdaq-conference h2{}
.sportsdaq-conference  p{font-size: clamp(1rem, 2vw, 20px);font-style: normal;font-weight: 400;line-height: normal;color:#fff;}

.sportsdaq-conference .sec-01{background-color: var(--color-01);}
/*.sportsdaq-conference .sec-01 .main-row{ height: 100vh; background-color: var(--color-01); padding-inline:6rem; padding-bottom: 3rem;}*/
.sportsdaq-conference .sec-01 .main-row{ height: 100vh;   padding-bottom: 3rem;}
.sportsdaq-conference .sec-01 .main-row .columns:nth-child(1){height: 100%;align-content: flex-end;overflow: hidden;position: relative;}
.sportsdaq-conference .sec-01 .main-row .columns:nth-child(1) h1{color: #ffffff8a;color: #fff;font-family: "Teko", sans-serif;font-size: 100px;font-weight: 500;line-height: 85px;position: absolute;bottom: 35%;text-align: center;width: 100%;/* text-shadow: 1px 0px 4px #fff; */mix-blend-mode: difference;/* border: 1px solid red; */}
.sportsdaq-conference .sec-01 .main-row .columns:nth-child(1) video{width:100%; height: 75%; object-fit: cover;}


.sportsdaq-conference .sec-02{background-color: var(--color-03); }
/*.sportsdaq-conference .sec-02 .main-row{height: 100vh; background-color: var(--color-03); padding-inline:6rem; padding-block: 5rem;}*/
.sportsdaq-conference .sec-02 .main-row{/* height: 100vh; */padding-block: 5rem;}
.sportsdaq-conference .sec-02 .main-row .columns:nth-child(1) h2{color:#fff;}
.sportsdaq-conference .sec-02 .main-row .columns:nth-child(2) p { max-width: 95%; margin-left: auto; transition: all .3s ease;}
.sportsdaq-conference .sec-02 .main-row .columns:nth-child(3){display: flex;gap: 6rem;position: relative;padding-top: 2rem;}
.sportsdaq-conference .sec-02 .main-row .columns:nth-child(3)::before{content:"";width:100%;height:1rem;background-color: #fff;position: absolute;bottom: 7%;z-index: 1;}
.sportsdaq-conference .sec-02 .main-row .columns:nth-child(3) img{position: relative; z-index: 2; transform: scale(0.9); transition: all .3s ease;}
.sportsdaq-conference .sec-02 .main-row .columns:nth-child(3) img:hover{ transform: scale(1);}
.sportsdaq-conference .sec-02 .main-row .columns:nth-child(3) ul{width:100%;height: 60%;display: flex;flex-wrap: wrap;align-self: center;gap: 5rem 2rem;}
.sportsdaq-conference .sec-02 .main-row .columns:nth-child(3) ul li{border-top:1px solid #fff;padding-top: 1rem;width: calc(100% / 3.4);}
.sportsdaq-conference .sec-02 .main-row .columns:nth-child(3) ul li h3{color: var(--color-01);font-size: clamp(1.75rem, 4vw, 40px);font-family: "Teko", sans-serif;font-style: normal;font-weight: 400;line-height: 46px;}

.sportsdaq-conference .sec-03{background-color: #000;}
/*.sportsdaq-conference .sec-03 .main-row{height: 100vh; background-color: #000; padding-left:6rem; padding-block: 3rem;}*/
.sportsdaq-conference .sec-03 .main-row{height: 100vh; padding-block: 3rem;}
.sportsdaq-conference .sec-03 .main-row .columns:nth-child(1){
    position: relative;
}
.sportsdaq-conference .sec-03 .main-row .columns:nth-child(1) h2{color:#fff;transform: rotateZ(270deg) translateY(-50%);width: max-content;position: absolute;top: 50%;}
.sportsdaq-conference .sec-03 .main-row .columns:nth-child(2){
    align-content: center;
}
.sportsdaq-conference .sec-03 .main-row .columns:nth-child(2) ul{}
.sportsdaq-conference .sec-03 .main-row .columns:nth-child(2) ul li{height: calc(100% / 7);align-content: center;padding-left: 3rem;}
.sportsdaq-conference .sec-03 .main-row .columns:nth-child(2) ul li:first-child,
.sportsdaq-conference .sec-03 .main-row .columns:nth-child(2) ul li:last-child{background-color: var(--color-03);}
.sportsdaq-conference .sec-03 .main-row .columns:nth-child(2) ul li:nth-child(2),
.sportsdaq-conference .sec-03 .main-row .columns:nth-child(2) ul li:nth-child(4){background-color: var(--color-02);}
.sportsdaq-conference .sec-03 .main-row .columns:nth-child(2) ul li:nth-child(3){background-color: var(--color-01);}
.sportsdaq-conference .sec-03 .main-row .columns:nth-child(2) ul li:nth-child(3) p{color:#000;}


.sportsdaq-conference .sec-04{background-color: var(--color-03);}
/*.sportsdaq-conference .sec-04 .main-row{height: 100vh;background-color: var(--color-03);padding-inline: 6rem;padding-block: 3rem;}*/
.sportsdaq-conference .sec-04 .main-row{height: 100vh; padding-block: 3rem;}
.sportsdaq-conference .sec-04 .main-row .columns:nth-child(1){align-content: center;}
.sportsdaq-conference .sec-04 .main-row .columns:nth-child(1) ul{ /*border:1px solid #fff;*/ display: flex;flex-wrap: wrap;gap: 1.5rem;}
.sportsdaq-conference .sec-04 .main-row .columns:nth-child(1) ul li{width: calc(100% / 4.4);height: 240px;position: relative;}
.sportsdaq-conference .sec-04 .main-row .columns:nth-child(1) ul li:first-child{ display: flex; justify-content: center; align-items: center; background-color: var(--color-01); }

.sportsdaq-conference .sec-04 .main-row .columns:nth-child(1) ul li:not(:first-child){overflow: hidden; align-content: end;}
.sportsdaq-conference .sec-04 .main-row .columns:nth-child(1) ul li:not(:first-child) img{position: absolute;width:100%;height:100%;object-fit: cover;z-index: 1; top: 0%;  object-position: top;transition: all .4s ease-in-out;}
.sportsdaq-conference .sec-04 .main-row .columns:nth-child(1) ul li:not(:first-child):hover img{transform: scale(1.1);}

.sportsdaq-conference .sec-04 .main-row .columns:nth-child(1) ul li:not(:first-child) p{position: relative;z-index: 3;padding-left: 1.3rem;}
.sportsdaq-conference .sec-04 .main-row .columns:nth-child(1) ul li:not(:first-child)::before{content:"";
position: absolute; z-index: 2; inset:0; background: linear-gradient(180deg, rgba(46, 48, 146, 0.19) 0%, rgba(0, 0, 0, 0.75) 100%);}

.sportsdaq-conference .sec-05{}
.sportsdaq-conference .sec-05 .main-row{/* height: 100vh; */padding-block: 1rem;}
.sportsdaq-conference .sec-05 .main-row .columns{height:100%; /*border:1px solid #000;*/}
.sportsdaq-conference .sec-05 .main-row .columns:nth-child(1){padding-top: 8rem;/* align-content: center; *//* height: 100%; *//* flex-direction: column; *//* justify-content: center; */}
.sportsdaq-conference .sec-05 .main-row .columns:nth-child(1) img{width:100%;height: 80%;object-fit: cover;}
.sportsdaq-conference .sec-05 .main-row .columns:nth-child(2){ overflow: hidden;}
.sportsdaq-conference .sec-05 .main-row .columns:nth-child(2)  h2{color: var(--color-02);padding-left: 2rem;}
.sportsdaq-conference .sec-05 .main-row .columns:nth-child(2) ul{width: 100%;height: 100%;overflow: auto;display: flex;flex-direction: column;}
.sportsdaq-conference .sec-05 .main-row .columns:nth-child(2) ul li{display: flex;align-items: center;/* justify-content: space-between; */gap: 1rem;border-top: 1px solid #000;border-bottom: 1px solid #000;padding-block: 0.3rem;padding-inline: 1rem;}
.sportsdaq-conference .sec-05 .main-row .columns:nth-child(2) ul li span{width: 30px;height: 30px;background-color: var(--color-01);text-align: center;align-content: center;}

.sportsdaq-conference .sec-05 .main-row .columns:nth-child(2) ul li .content-box{}
.sportsdaq-conference .sec-05 .main-row .columns:nth-child(2) ul li .content-box h4{
    margin-bottom: 0.3rem;
    font-size: 22px;
}
.sportsdaq-conference .sec-05 .main-row .columns:nth-child(2) ul li .content-box p{color:#000;font-size: clamp(1rem, 2vw, 16px);padding-bottom: 0rem;}

.sportsdaq-conference .sec-06 .main-row {padding-inline: 5rem;padding-block: 7rem;/* height:100vh; */align-content: center;gap: 2rem;}
.sportsdaq-conference .sec-06 .main-row .columns{/* border:1px solid #000;*/ }
.sportsdaq-conference .sec-06 .main-row .columns:nth-child(1){height: fit-content; }
.sportsdaq-conference .sec-06 .main-row .columns:nth-child(1) h2{color: var(--color-02);}
.sportsdaq-conference .sec-06 .main-row .columns:nth-child(2){/*border:1px solid #000;*/margin-top: 0rem;/* height: 60vh; */background-color: var(--color-01);}
.sportsdaq-conference .sec-06 .main-row .columns:nth-child(2) ul{ display: flex; width:100%; height: 100%;}
.sportsdaq-conference .sec-06 .main-row .columns:nth-child(2) ul li{/* border:1px solid #000; */height: 100%;}
.sportsdaq-conference .sec-06 .main-row .columns:nth-child(2) ul li:nth-child(1){width:30%; display: flex; justify-content: center; align-items:center; position: relative;}

.sportsdaq-conference .sec-06 .main-row .columns:nth-child(2) ul li:nth-child(1) .dotted-lines{
    position: absolute;
    right: 0%;
    width: 1px;
    height: 100%;
    border-left: 14px dotted #fff;
    }
.sportsdaq-conference .sec-06 .main-row .columns:nth-child(2) ul li:nth-child(1) .dotted-lines::after,
.sportsdaq-conference .sec-06 .main-row .columns:nth-child(2) ul li:nth-child(1) .dotted-lines::before{content:"";display: inline-block;width: 75px;aspect-ratio: 1;background-color: #fff;border-radius: 50%;position: absolute;transform: translateX(-60%);}
.sportsdaq-conference .sec-06 .main-row .columns:nth-child(2) ul li:nth-child(1) .dotted-lines::before{top: -6%;}
.sportsdaq-conference .sec-06 .main-row .columns:nth-child(2) ul li:nth-child(1) .dotted-lines::after{
    top: 94%;
}
/*
.sportsdaq-conference .sec-06 .main-row .columns:nth-child(2) ul li:nth-child(1)::before{content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    border-left: 10px dotted black;}
*/

.sportsdaq-conference .sec-06 .main-row .columns:nth-child(2) ul li:nth-child(1) img{
    width: 50%;
}

.sportsdaq-conference .sec-06 .main-row .columns:nth-child(2) ul li:nth-child(2){width: 70%;display: flex;justify-content: space-between;align-items: center;padding-inline: 4rem;}
.sportsdaq-conference .sec-06 .main-row .columns:nth-child(2) ul li:nth-child(2) .content-box{padding-block: 2rem;}
.sportsdaq-conference .sec-06 .main-row .columns:nth-child(2) ul li:nth-child(2) .content-box h3{
    border-bottom: 1px solid #000;
    width: fit-content;
    font-size: clamp(1.75rem, 4vw, 32px);
    font-family: "Teko", sans-serif;
}
.sportsdaq-conference .sec-06 .main-row .columns:nth-child(2) ul li:nth-child(2) .content-box h4{font-family: "Teko", sans-serif;font-size: clamp(1.125rem, 2.5vw, 24px);font-weight: 400;line-height: 54px;margin-bottom: 1.5rem;}
.sportsdaq-conference .sec-06 .main-row .columns:nth-child(2) ul li:nth-child(2) .content-box p{}
.sportsdaq-conference .sec-06 .main-row .columns:nth-child(2) ul li:nth-child(2) .content-box p:last-child{
    border-bottom: 1px solid #000;
    width: fit-content;
}
.sportsdaq-conference .sec-06 .main-row .columns:nth-child(2) ul li:nth-child(2) .content-box + img{width: 36%;border-radius: 50%;}
.sportsdaq-conference .sec-06 .main-row .columns:nth-child(2) ul li p{color:#000;font-size: clamp(1rem, 2vw, 18px);}

 a.btn-download-brochure {
 font-family: "Teko", sans-serif;
 text-decoration: none;
 font-size: clamp(1.125rem, 2.5vw, 28px);
 font-weight: 400;
 line-height: 20px;
 color: #fff;
 display: inline-flex;
 padding: 1.4rem 1.2rem;
 width: max-content;
 position: relative;
 margin-block: 4rem;
 justify-content: space-between;
 background-color: var(--color-03);

 box-shadow: 8px 8px 0px #000;
 align-items: center;
 gap: 24px;
 }

a.btn-download-brochure img.icon-arrow-up-right{width: 18px;}

.sportsdaq-conference footer { background-color: #000;}
.sportsdaq-conference footer .main-row{ }
.sportsdaq-conference footer .main-row .columns:nth-child(1){margin-block:2rem;background-color: var(--color-01);overflow: hidden;}
.sportsdaq-conference footer .main-row .columns:nth-child(1) ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-inline: 3rem;
    padding-block: 3rem;
}
.sportsdaq-conference footer .main-row .columns:nth-child(1) ul li a.btn-download-brochure{background-color: var(--color-02);}
.sportsdaq-conference footer .main-row .columns:nth-child(1) p{padding-left: 3rem;font-size: clamp(0.875rem, 1.5vw, 14px);color: #000;}
.sportsdaq-conference footer .main-row .columns:nth-child(1) ul li h4{font-family: "Teko", sans-serif;font-size: clamp(1.125rem, 2.5vw, 32px);}

.sportsdaq-conference footer .stripes-container{width:100%; margin-block:2rem;}
.stripes-dots{width: 130%;height: 14vh;position:relative;overflow:hidden;}
.stripes-dots:before{content:"";width: 200%;height: 100%;position:absolute;top:0;left:0;background: url("stripe1.webp") #000000 repeat top left; background-size: contain; animation: dotsMove 32s linear infinite;}


/* Animation */
@keyframes dotsMove {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -100% 0;
  }
}
.sportsdaq-conference footer .main-row{padding-inline:6rem;}

/*.sportsdaq-conference footer .main-row .columns:nth-child(1) .img-wrapper { width: 546px; height: 108px;  position: absolute; top: 2rem; right: 0%; background-image: url("paper-cut.webp"); background-repeat: no-repeat; background-size: cover;}*/
.sportsdaq-conference footer .main-row .columns:nth-child(1) .img-wrapper {/* border:1px solid #000; */}

.sportsdaq-conference footer .main-row .columns:nth-child(1) .img-wrapper ul {display: flex;/*border: 1px solid black;*//* height: 100%; */align-items: center;width: 100%;background-image: url("paper-cut.webp");background-repeat: no-repeat;background-size: cover;margin-top: 2rem;transform: translateX(-11%);overflow: hidden;}

.sportsdaq-conference footer .main-row .columns:nth-child(1) .img-wrapper ul li { display: flex; flex-direction: column; justify-content: center;
 padding-left: 1rem; height: 70%;}

.sportsdaq-conference footer .main-row .columns:nth-child(1) .img-wrapper ul li:nth-of-type(1) {width: 60%;color: #2E3092;font-family: "Teko", sans-serif;font-size: clamp(1.35rem, 3vw, 42px);font-weight: 500;}

.sportsdaq-conference footer .main-row .columns:nth-child(1) .img-wrapper ul li:nth-of-type(2) { border-left: 1px solid #2E3092;}

.sportsdaq-conference footer .main-row .columns:nth-child(1) .img-wrapper ul li:nth-of-type(2) p { margin-bottom: 0rem; color: #2E3092; font-size: 16px; font-weight: 400; padding-left: 0px;}


@media (max-width:1366px){
	.sportsdaq-conference .sec-02 .main-row .columns:nth-child(3) ul li{  width: calc(100% / 3.7);}
	.sportsdaq-conference .sec-02 .main-row .columns:nth-child(3){ gap: 0rem;}
.sportsdaq-conference .sec-06 .main-row .columns:nth-child(2) ul li:nth-child(2) .content-box h3 { font-size: clamp(1.75rem, 3vw, 23px);}
.sportsdaq-conference .sec-06 .main-row .columns:nth-child(2) ul li p {}
.sportsdaq-conference .sec-06 .main-row .columns:nth-child(2) ul li:nth-child(2) .content-box p:last-child{
    border-bottom: 0px;
    text-decoration: underline;
}
}